Known Direct Subclasses
|
Known Indirect Subclasses
|
Class Overview
The parent class for all executable scripts. This should not be used by
applications.
Summary
Nested Classes |
class |
Script.Builder |
Only intended for use by generated reflected code. |
class |
Script.FieldBase |
Only intended for use by generated reflected code. |
class |
Script.FieldID |
FieldID is an identifier for a Script + exported field pair. |
class |
Script.KernelID |
KernelID is an identifier for a Script + root function pair. |
class |
Script.LaunchOptions |
Class used to specify clipping for a kernel launch. |
Public Methods |
void
|
bindAllocation(Allocation va, int slot)
Only intended for use by generated reflected code.
|
void
|
setTimeZone(String timeZone)
|
void
|
setVar(int index, int v)
Only intended for use by generated reflected code.
|
void
|
setVar(int index, FieldPacker v, Element e, int[] dims)
Only intended for use by generated reflected code.
|
void
|
setVar(int index, boolean v)
Only intended for use by generated reflected code.
|
void
|
setVar(int index, double v)
Only intended for use by generated reflected code.
|
void
|
setVar(int index, float v)
Only intended for use by generated reflected code.
|
void
|
setVar(int index, long v)
Only intended for use by generated reflected code.
|
void
|
setVar(int index, FieldPacker v)
Only intended for use by generated reflected code.
|
void
|
setVar(int index, BaseObj o)
Only intended for use by generated reflected code.
|
Protected Methods |
Script.FieldID
|
createFieldID(int slot, Element e)
Only to be used by generated reflected classes.
|
Script.KernelID
|
createKernelID(int slot, int sig, Element ein, Element eout)
Only to be used by generated reflected classes.
|
void
|
forEach(int slot, Allocation ain, Allocation aout, FieldPacker v)
Only intended for use by generated reflected code.
|
void
|
forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, Script.LaunchOptions sc)
Only intended for use by generated reflected code.
|
void
|
invoke(int slot)
Only intended for use by generated reflected code.
|
void
|
invoke(int slot, FieldPacker v)
Only intended for use by generated reflected code.
|
[Expand]
Inherited Methods |
From class
android.support.v8.renderscript.BaseObj
void
|
destroy()
Frees any native resources associated with this object.
|
boolean
|
equals(Object obj)
Compare the current BaseObj with another BaseObj for equality.
|
void
|
finalize()
Invoked when the garbage collector has detected that this instance is no longer reachable.
|
int
|
hashCode()
Calculates the hash code value for a BaseObj.
|
|
From class
java.lang.Object
Object
|
clone()
Creates and returns a copy of this Object .
|
boolean
|
equals(Object o)
Compares this instance with the specified object and indicates if they
are equal.
|
void
|
finalize()
Invoked when the garbage collector has detected that this instance is no longer reachable.
|
final
Class<?>
|
getClass()
Returns the unique instance of Class that represents this
object's class.
|
int
|
hashCode()
Returns an integer hash code for this object.
|
final
void
|
notify()
Causes a thread which is waiting on this object's monitor (by means of
calling one of the wait() methods) to be woken up.
|
final
void
|
notifyAll()
Causes all threads which are waiting on this object's monitor (by means
of calling one of the wait() methods) to be woken up.
|
String
|
toString()
Returns a string containing a concise, human-readable description of this
object.
|
final
void
|
wait()
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object.
|
final
void
|
wait(long millis, int nanos)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the
specified timeout expires.
|
final
void
|
wait(long millis)
Causes the calling thread to wait until another thread calls the notify() or notifyAll() method of this object or until the
specified timeout expires.
|
|
Public Methods
public
void
bindAllocation
(Allocation va, int slot)
Only intended for use by generated reflected code.
public
void
setTimeZone
(String timeZone)
public
void
setVar
(int index, int v)
Only intended for use by generated reflected code.
public
void
setVar
(int index, FieldPacker v, Element e, int[] dims)
Only intended for use by generated reflected code.
public
void
setVar
(int index, boolean v)
Only intended for use by generated reflected code.
public
void
setVar
(int index, double v)
Only intended for use by generated reflected code.
public
void
setVar
(int index, float v)
Only intended for use by generated reflected code.
public
void
setVar
(int index, long v)
Only intended for use by generated reflected code.
public
void
setVar
(int index, FieldPacker v)
Only intended for use by generated reflected code.
public
void
setVar
(int index, BaseObj o)
Only intended for use by generated reflected code.
Protected Methods
Only to be used by generated reflected classes.
Only to be used by generated reflected classes.
Only intended for use by generated reflected code.
Only intended for use by generated reflected code.
protected
void
invoke
(int slot)
Only intended for use by generated reflected code.
protected
void
invoke
(int slot, FieldPacker v)
Only intended for use by generated reflected code.