HomeSort by relevance Sort by last modified time
    Searched refs:variable (Results 101 - 125 of 432) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/build/core/
setup-imports.mk 25 $(call __ndk_info,ERROR: You NDK_MODULE_PATH variable contains spaces)
  /system/extras/tests/sdcard/
Android.mk 16 # define the BIONIC_TESTS environment variable to build the test programs
  /external/bluetooth/glib/glib/
gutils.h 245 /* return the environment string for the variable. The returned memory
254 G_CONST_RETURN gchar* g_getenv (const gchar *variable);
255 gboolean g_setenv (const gchar *variable,
258 void g_unsetenv (const gchar *variable);
262 const gchar* _g_getenv_nomalloc (const gchar *variable,
417 * we prefix variable declarations so they can
  /external/chromium/chrome/browser/resources/shared/js/
local_strings.js 8 * The local strings get injected into the page using a variable named
62 // TODO(arv): We should not rely on a global variable here.
  /external/v8/test/mjsunit/
global-deleted-property-ic.js 34 // Introduce a global variable and make sure we load that from LoadX.
38 // Delete the global variable and make sure we get back to loading from
debug-conditional-breakpoints.js 105 // Conditional breakpoint which checks global variable.
117 // Conditional breakpoint which checks global variable.
137 // Conditional breakpoint which checks a local variable.
debug-evaluate-locals.js 76 // Frame 1 has normal variable a (and the .arguments variable).
82 // arguments variable).
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLIFrameElement11.js 52 // WebKit fix: corrected variable name from 'setUpPage':
58 // WebKit fix: corrected variable name from 'setUpPage':
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 51 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
52 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
223 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
228 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /frameworks/compile/libbcc/runtime/make/
lib_platforms.mk 20 # Construct the variable key for this directory.
43 $$(error $(Dir): variable '$$(var)' was not undefined)))
  /system/extras/tests/bionic/libstdc++/
Android.mk 16 # define the BIONIC_TESTS environment variable to build the test programs
27 # in the build. the variable will be cleaned on exit
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.y 156 const TVariable* variable;
163 variable = fakeVariable;
165 // This identifier can only be a variable type symbol
167 context->error($1.line, "variable expected", $1.string->c_str(), "");
170 variable = static_cast<const TVariable*>(symbol);
176 if (variable->getType().getQualifier() == EvqConst ) {
177 ConstantUnion* constArray = variable->getConstPointer();
178 TType t(variable->getType());
181 $$ = context->intermediate.addSymbol(variable->getUniqueId(),
182 variable->getName()
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 155 //test type variable
157 ITypeVariableDefinition variable = sigClass.getTypeParameters().get(0); local
158 assertEquals("T", variable.getName());
159 //test type variable bound
160 assertEquals(1, variable.getUpperBounds().size());
161 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0);
174 //test type variable
176 ITypeVariableDefinition variable = sigClass.getTypeParameters().get(0); local
177 assertEquals("T", variable.getName());
178 //test type variable bound
586 ITypeVariableReference variable = (ITypeVariableReference) parametrizedType.getTypeArguments().get(0); local
    [all...]
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 86 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
87 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
348 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
352 switch (variable) {
390 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 732 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
735 if (variable == NPPVpluginNameString) {
739 if (variable == NPPVpluginDescriptionString) {
748 if (obj->pluginTest->NPP_GetValue(variable, value) == NPERR_NO_ERROR)
751 if (variable == NPPVpluginScriptableNPObject) {
760 if (variable == NPPVpluginCoreAnimationLayer) {
773 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
777 switch (variable) {
794 NPError NP_GetValue(NPP instance, NPPVariable variable, void* value)
796 return NPP_GetValue(instance, variable, value)
    [all...]
  /external/v8/benchmarks/
deltablue.js 149 * a strength instance variable; concrete subclasses provide a means
210 * variable.
250 * Returns the current output variable.
308 * A unary input constraint used to mark a variable that the client
318 * Edits indicate that a variable is to be changed by imperative code.
395 * Mark the input variable with the given mark.
402 * Returns the current input variable
409 * Returns the current output variable
532 * A constrained variable. In addition to its value, it maintain the
537 function Variable(name, initialValue)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 143 * a strength instance variable; concrete subclasses provide a means
204 * variable.
244 * Returns the current output variable.
302 * A unary input constraint used to mark a variable that the client
312 * Edits indicate that a variable is to be changed by imperative code.
389 * Mark the input variable with the given mark.
396 * Returns the current input variable
403 * Returns the current output variable
526 * A constrained variable. In addition to its value, it maintain the
531 function Variable(name, initialValue)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 143 * a strength instance variable; concrete subclasses provide a means
204 * variable.
244 * Returns the current output variable.
302 * A unary input constraint used to mark a variable that the client
312 * Edits indicate that a variable is to be changed by imperative code.
389 * Mark the input variable with the given mark.
396 * Returns the current input variable
403 * Returns the current output variable
526 * A constrained variable. In addition to its value, it maintain the
531 function Variable(name, initialValue)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 143 * a strength instance variable; concrete subclasses provide a means
204 * variable.
244 * Returns the current output variable.
302 * A unary input constraint used to mark a variable that the client
312 * Edits indicate that a variable is to be changed by imperative code.
389 * Mark the input variable with the given mark.
396 * Returns the current input variable
403 * Returns the current output variable
526 * A constrained variable. In addition to its value, it maintain the
531 function Variable(name, initialValue)
    [all...]
  /external/v8/test/mjsunit/regress/
regress-969.js 46 // Assignment to global variable.
55 // Compound assignment to global variable.
62 // Pre and post-increment of global variable.
regress-r4998.js 69 // The loop variable x7 is initialized to 3,
71 // MakeMergeable has forced the loop variable x7 to be spilled,
  /external/webkit/Source/WebCore/bridge/
npapi.h 340 * List of variable names for which NPP_GetValue shall be implemented
374 /* Browsers can retrieve a native ATK accessibility plug ID via this variable. */
405 * List of variable names for which NPN_GetValue should be implemented.
838 NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value);
839 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
875 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,
877 NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable,
888 NPError NP_LOADDS NPN_GetValueForURL(NPP instance, NPNURLVariable variable,
891 NPError NP_LOADDS NPN_SetValueForURL(NPP instance, NPNURLVariable variable,
  /external/mesa3d/src/glsl/
lower_variable_index_to_cond_assign.cpp 54 * underlying variable.
60 ir_rvalue *variable = new(mem_ctx) ir_dereference_variable(this->var); local
63 ? new(mem_ctx) ir_assignment(element, variable, condition)
64 : new(mem_ctx) ir_assignment(variable, element, condition);
  /external/v8/test/mjsunit/compiler/
inline-two.js 53 // Test that we can inline a call on a non-variable receiver.
78 // Test that we can inline a call on a non-variable receiver.
  /external/webkit/LayoutTests/dom/html/level2/events/
dispatchEvent12.js 75 //EventMonitor's require a document level variable named monitor
79 * Inner class implementation for variable other

Completed in 2193 milliseconds

1 2 3 45 6 7 8 91011>>