HomeSort by relevance Sort by last modified time
    Searched full:variable (Results 276 - 300 of 6598) sorted by null

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/functions/structure/
LastFunction.java 26 * Returns true if the local variable is the last in a loop or each.
31 * @param args A local variable.
SubcountFunction.java 26 * Returns the number of child nodes for the HDF variable.
31 * @param args A variable value referring to an HDF node
  /external/llvm/test/Integer/
varargs_new_bt.ll 5 ; Demonstrate all of the variable argument handling intrinsic functions plus
17 ; Initialize variable argument processing
  /external/proguard/docs/manual/
optimizations.html 37 "<code>code/simplification/variable,code/simplification/arithmetic</code>"
111 <dt><code><b>code/simplification/variable</b></code></dt>
112 <dd>Performs peephole optimizations for variable loading and storing.</dd>
141 <dt><code><b>code/removal/variable</b></code></dt>
142 <dd>Removes unused variables from the local variable frame.</dd>
147 <dt><code><b>code/allocation/variable</b></code></dt>
148 <dd>Optimizes variable allocation on the local variable frame.</dd>
  /external/v8/
Android.mk 22 # 1. use JS_ENGINE environment variable, value can be either 'jsc' or 'v8'
26 # To help setup buildbot, a new environment variable, USE_ALT_JS_ENGINE,
  /external/valgrind/main/drd/tests/
annotate_hb_err.c 25 /* happens-after on a condition variable. */
28 /* condition variable operation on a h.b. annotated object. */
pth_cond_race.c 2 variable. By Bart Van Assche.
65 // Signal the condition variable.
  /external/webkit/LayoutTests/storage/
multiple-databases-garbage-collection.js 13 // Variable for the database that will never be forgotten
15 // Variable for the forgotten database
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3.js 26 ECMA Section: 10.1.3: Variable Instantiation
49 printStatus ("ECMA Section: 10.1.3: Variable Instantiation.");
  /external/webkit/Source/WebCore/manual-tests/wml/
variable-substitution.wml 4 <card id="card1" title="Test variable substitution">
5 <p>Test for variable substitution</p>
  /external/webkit/Source/WebKit/mac/Plugins/
npapi.mm 142 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value)
144 return [pluginViewForInstance(instance) getVariable:variable value:value];
147 NPError NPN_SetValue(NPP instance, NPPVariable variable, void *value)
149 return [pluginViewForInstance(instance) setVariable:variable value:value];
194 NPError NPN_GetValueForURL(NPP instance, NPNURLVariable variable, const char* url, char** value, uint32_t* len)
196 return [pluginViewForInstance(instance) getVariable:variable forURL:url value:value length:len];
199 NPError NPN_SetValueForURL(NPP instance, NPNURLVariable variable, const char* url, const char* value, uint32_t len)
201 return [pluginViewForInstance(instance) setVariable:variable forURL:url value:value length:len];
  /ndk/sources/host-tools/make-3.81/po/
POTFILES.in 37 variable.c
38 variable.h
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
substitution 7 # Generic patsubst test: test both the function and variable form.
25 # Variable subst where a pattern matches multiple times in a single word.
  /prebuilt/windows/sdl/host/include/SDL/
SDL_mutex.h 123 /* Condition variable functions */
126 /* The SDL condition variable structure, defined in SDL_cond.c */
130 /* Create a condition variable */
133 /* Destroy a condition variable */
136 /* Restart one of the threads that are waiting on the condition variable,
141 /* Restart all threads that are waiting on the condition variable,
146 /* Wait on the condition variable, unlocking the provided mutex.
153 variable is signaled, SDL_MUTEX_TIMEDOUT if the condition is not
  /system/core/sh/
var.h 42 #define VEXPORT 0x01 /* variable is exported */
43 #define VREADONLY 0x02 /* variable cannot be modified */
44 #define VSTRFIXED 0x04 /* variable struct is statically allocated */
47 #define VUNSET 0x20 /* the variable is not set */
49 #define VNOSET 0x80 /* do not set variable - just readonly test */
59 /* the variable gets set/unset */
64 struct localvar *next; /* next local variable in list */
65 struct var *vp; /* the variable that was made local */
  /system/media/mca/filterfw/java/android/filterfw/core/
ProgramVariable.java 43 throw new RuntimeException("Attempting to set program variable '" + mVarName
51 throw new RuntimeException("Attempting to get program variable '" + mVarName
  /build/core/
node_fns.mk 27 # $(1): list of variable names to clear
45 # $(2): list of variable names to copy
53 # The variable names differ by a prefix. After moving, the
54 # source variable is cleared.
68 # $(3): list of variable names to move
127 # $(1): variable prefix
139 # for each variable ( (prefix + name) * vars ):
147 # $(3): list of variable names
151 $(eval ### "Shorthand for the name of the target variable") \
153 $(eval ### "Get the list of nodes that this variable inherits")
    [all...]
  /development/tools/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 216 fprintf(stderr, "ERROR: %u: Missing variable name in 'len' attribute\n", (unsigned int)lc);
221 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
233 fprintf(stderr, "ERROR: %u: Missing variable name in 'param_check' attribute\n", (unsigned int)lc);
238 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
250 fprintf(stderr, "ERROR: %u: Missing variable name in 'dir' attribute\n", (unsigned int)lc);
255 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
280 fprintf(stderr, "ERROR: %u: Missing variable name in 'var_flag' attribute\n", (unsigned int)lc);
285 fprintf(stderr, "ERROR: %u: variable %s is not a parameter of %s\n",
306 fprintf(stderr, "WARNING: %u: setting nullAllowed for non-pointer variable %s\n",
313 fprintf(stderr, "WARNING: %u: setting isLarge flag for a non-pointer variable %s\n"
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
LivenessAnalyzer.java 82 * Returns whether the specified variable is alive before the instruction
93 * Sets whether the specified variable is alive before the instruction
113 * Returns whether the specified variable is alive after the instruction
124 * Sets whether the specified variable is alive after the instruction
144 * Returns whether the specified variable takes up two entries after the
155 * Sets whether the specified variable takes up two entries after the
261 // Is the variable alive and a category 2 type?
270 // Mark the next variable as well.
276 // Is the variable alive and a category 2 type?
285 // Mark the next variable as well
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
HasPositionalPredChecker.java 36 import org.apache.xpath.operations.Variable;
73 // * Visit a variable reference.
76 // * @param var The variable reference object.
79 // public boolean visitVariableRef(ExpressionOwner owner, Variable var)
101 if((pred instanceof Variable) ||
  /external/clang/test/Sema/
i-c-e.c 62 char pbcp[__builtin_constant_p(4) ? (intptr_t)&expr : 0]; // expected-error {{variable length array declaration not allowed at file scope}}
65 int illegaldiv1b[1 && 1/0]; // expected-warning {{division by zero is undefined}} expected-error{{variable length array declaration not allowed at file scope}}
67 int illegaldiv2[1/0]; // expected-error {{variable length array declaration not allowed at file scope}} \
69 int illegaldiv3[INT_MIN / -1]; // expected-error {{variable length array declaration not allowed at file scope}}
71 int illegaldiv4[0 / (1 / 0)]; // expected-warning {{division by zero is undefined}} expected-error {{variable length array declaration not allowed at file scope}}
  /external/llvm/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt 11 of the original variable and the SSA instance subscript.
22 infinite variable space.
25 * It was decided that because original variable sources could be
70 4. Should we use fixed length instructions or variable length
71 instructions? Fetching variable length instructions is expensive (for
  /external/proguard/src/proguard/optimize/peephole/
VariableShrinker.java 88 // Get the total size of the local variable frame.
101 // Delete unused local variables from the local variable frame.
106 // Is the variable not required?
111 System.out.println(" Deleting local variable #"+variableIndex);
114 // Delete the unused variable.
  /external/quake/quake/src/QW/client/
cvar.h 71 void Cvar_RegisterVariable (cvar_t *variable);
76 // equivelant to "<name> <variable>" typed at the console
88 // attempts to match a partial variable name for command line completion
93 // command. Returns true if the command was a variable reference that
97 // Writes lines containing "set variable value" for all variables
  /external/quake/quake/src/WinQuake/
cvar.h 71 void Cvar_RegisterVariable (cvar_t *variable);
76 // equivelant to "<name> <variable>" typed at the console
88 // attempts to match a partial variable name for command line completion
93 // command. Returns true if the command was a variable reference that
97 // Writes lines containing "set variable value" for all variables

Completed in 2438 milliseconds

<<11121314151617181920>>