Lines Matching refs:will

13   Virtual Machine) bitcode representation, which will be consumed on
22 distinct, effective features for Android programming. We will use
55 Note that *-MD* will tell llvm-rs-cc to output dependence information.
82 This command will generate:
90 The **Script\*.java** files above will be documented below.
120 Note that the ScriptC_fountain.java will be generated inside
140 In ScriptC_fountain.java, llvm-rs-cc will reflect the following methods::
149 static will generate get, set, or invoke methods. This provides a way
158 llvm-rs-cc will genearte ScriptC_fountain.java as follows::
180 struct. In this case, llvm-rs-cc will reflect two files,
213 // copyNow: If true, it will be copied to the *index*\-th entry
244 on whether a function called will have actually completed operation. If it
246 may call the runtime finish() method, which will wait for all the script
250 * The function **init** (if present) will be called once after the script
253 on globals initialized from Java as it will be called before these
259 will be called when a script must redraw its contents. No
260 assumptions should be made as to when this function will be
261 called. It will only be called if the script is bound as a graphics root.
262 Calls to this function will be synchronized with data updates and
263 other invocations from Java. Thus the script will not change due
291 rs_allocation, rs_font, or rs_script). This function will be invoked
295 from Java. The Java instance will cache the value or object set and
297 the value, this update will not propagate back to the Java class.
298 Initializers, if present, will also initialize the cached Java value.
301 variable const, only the get methods will be generated.
321 runtime that the script will not modify the contents of an allocation.
332 On non-vector systems the same code will continue to run but without