/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/clang/test/Analysis/ |
dead-stores.c | 1 // RUN: %clang_cc1 -Wunused-variable -analyze -analyzer-checker=core,deadcode.DeadStores,deadcode.IdempotentOperations -fblocks -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks %s 2 // RUN: %clang_cc1 -Wunused-variable -analyze -analyzer-checker=core,deadcode.DeadStores,deadcode.IdempotentOperations -analyzer-store=region -analyzer-constraints=basic -fblocks -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks %s 3 // RUN: %clang_cc1 -Wunused-variable -analyze -analyzer-checker=core,deadcode.DeadStores,deadcode.IdempotentOperations -analyzer-store=region -analyzer-constraints=range -fblocks -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks %s 6 int k, y; // expected-warning{{unused variable 'k'}} expected-warning{{unused variable 'y'}} 8 long idx=abc+3*5; // expected-warning {{never read}} expected-warning{{unused variable 'idx'}} 13 char *d = b+1; // expected-warning {{never read}} expected-warning{{unused variable 'd'}} 41 int *p = &x; // expected-warning{{never read}} expected-warning{{unused variable 'p'}} 109 int x = y; // expected-warning{{unused variable 'x'}} 149 int z[count]; // expected-warning{{unused variable 'z'} [all...] |
/external/icu4c/common/ |
rbbinode.cpp | 99 // except in the case of variable reference nodes. For 101 // is common for all references to the variable, meaning 135 // Discard any variable references encountered along the way, 136 // and replace with copies of the variable's definitions. 137 // Used to replicate the expression underneath variable 145 // If the current node is a variable reference, skip over it 146 // and clone the definition of the variable instead. 171 // flattenVariables Walk a parse tree, replacing any variable 172 // references with a copy of the variable's definition. 175 // Return the root of the tree. If the root was not a variable [all...] |
/external/valgrind/main/docs/lib/ |
vg-faq2txt.xsl | 46 <xsl:variable name="recto.content"> 55 </xsl:variable> 98 <xsl:variable name="title" select="(title)[1]"/> 108 <xsl:variable name="qalevel"> 110 </xsl:variable> 129 <xsl:variable name="qalevel"> 131 </xsl:variable> 159 <xsl:variable name="qnum"> 161 </xsl:variable> 191 <xsl:variable name="text" [all...] |
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPath.java | 47 * If the expression contains a variable reference, its value will be found through the {@link XPathVariableResolver} 49 * An {@link XPathExpressionException} is raised if the variable resolver is undefined or 50 * the resolver returns <code>null</code> for the variable. 51 * The value of a variable must be immutable through the course of any single evaluation.</p> 104 * <p>Establish a variable resolver.</p> 108 * @param resolver Variable resolver. 115 * <p>Return the current variable resolver.</p> 117 * <p><code>null</code> is returned in no variable resolver is in effect.</p> 119 * @return Current variable resolver. 187 * variable, function and <code>QName</code> resolution and return type conversion.</p [all...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
memory_slices.sgml | 105 environment variable. 119 environment variable. 145 <link linkend="G_DEBUG">G_DEBUG=gc-friendly</link> environment variable, 162 <link linkend="G_DEBUG">G_DEBUG=gc-friendly</link> environment variable, 180 environment variable. 196 environment variable. 212 environment variable. 227 <link linkend="G_DEBUG">G_DEBUG=gc-friendly</link> environment variable, 244 <link linkend="G_DEBUG">G_DEBUG=gc-friendly</link> environment variable,
|
/external/libxml2/include/libxml/ |
xpath.h | 148 * Extra variable: a name and a value. 154 const xmlChar *name; /* the variable name */ 219 * Function and Variable Lookup. 225 * @name: name of the variable 226 * @ns_uri: the namespace name hosting this variable 228 * Prototype for callbacks used to plug variable lookup in the XPath 276 * - a set of variable bindings 322 xmlXPathVariableLookupFunc varLookupFunc;/* variable lookup func */ 323 void *varLookupData; /* variable lookup data */
|
/external/llvm/docs/CommandGuide/ |
llvm-bcanalyzer.pod | 98 Ths size, in bytes, of the Global Variable Definitions and their initializers. 208 The total number of 32-bit integers encoded using the Variable Bit Rate 213 The total number of 64-bit integers encoded using the Variable Bit Rate encoding 219 the Variable Bit Rate encoding scheme. 224 integers had they not been compressed with the Variable Bit Rage encoding 229 The total number of bytes saved by using the Variable Bit Rate encoding scheme. 292 integers that use the Variable Bit Rate encoding scheme. 297 the 32-bit and 64-bit integers had they not been compressed with the Variable 302 The total number of bytes saved in this function by using the Variable Bit
|
/external/mesa3d/docs/ |
README.CYGWIN | 63 environment variable to specify where the Mesa libraries are located. 64 Set the PATH variable to include /your-dir/Mesa-2.6/bin. 92 will first look if the MESA_RGB_VISUAL variable is defined. If so, it 95 variable. 114 MESA_BACK_BUFFER environment variable can override this. The valid 121 iment with the MESA_BACK_BUFFER variable to see which is faster for 137 variable MESA_PRIVATE_CMAP. The value isn't significant. 150 variable. Its value is of the form "Gr Gg Gb" or just "G" where 190 If you set the MESA_HPCR_CLEAR environment variable then dithering
|
/external/webkit/Source/WebCore/plugins/ |
PluginView.h | 188 NPError getValue(NPNVariable variable, void* value); 189 static NPError getValueStatic(NPNVariable variable, void* value); 190 NPError setValue(NPPVariable variable, void* value); 191 NPError getValueForURL(NPNURLVariable variable, const char* url, char** value, uint32_t* len); 192 NPError setValueForURL(NPNURLVariable variable, const char* url, const char* value, uint32_t len); 321 static bool platformGetValueStatic(NPNVariable variable, void* value, NPError* result); 322 bool platformGetValue(NPNVariable variable, void* value, NPError* result); 374 // called if the default setValue does not recognize the variable 375 NPError platformSetValue(NPPVariable variable, void* value);
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
TestNetscapePlugin.cpp | 49 NPError NP_GetValue(void *future, NPPVariable variable, void *value); 328 webkit_test_plugin_get_value(NPP instance, NPPVariable variable, void *value) 335 if (obj && obj->pluginTest->NPP_GetValue(variable, value) == NPERR_NO_ERROR) 340 switch (variable) { 360 if (variable == NPPVpluginScriptableNPObject) { 371 webkit_test_plugin_set_value(NPP instance, NPNVariable variable, void* value) 375 switch (variable) { 434 NP_GetValue(void* /*future*/, NPPVariable variable, void *value) 436 return webkit_test_plugin_get_value(NULL, variable, value);
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
targetvars | 2 $description = "Test target-specific variable settings."; 5 Create a makefile containing various flavors of target-specific variable 6 values, override and non-override, and using various variable expansion 31 # Test per-target variable inheritance 166 # PR/1709: Test semicolons in target-specific variable values 206 # Test double-colon rules with target-specific variable values 236 # Test double-colon rules with target-specific variable values and 244 # Test double-colon rules with pattern-specific variable values 297 # Test appending to a simple variable containing a "$": avoid a
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stab.def | 23 /* Global variable. Only the name is significant. 31 /* Function name or text-segment variable for C. Value is its address. 36 /* Data-segment variable with internal linkage. Value is its address. 40 /* BSS-segment variable with internal linkage. Value is its address. */ 66 /* Register variable. Value is number of register. */ 95 /* GNU C++ exception variable. Name is variable name. */ 114 /* Automatic variable in the stack. Value is offset from frame pointer. 127 /* Parameter variable. Value is offset from argument pointer.
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpec.java | 49 /** {@code null-ok;} local variable info associated with this register, if any */ 58 * @param local {@code null-ok;} the associated local variable, if any 77 * no variable info. This method is allowed to return shared 91 * variable info. This method is allowed to return shared 97 * @param local {@code non-null;} the associated local variable 111 * variable info. This method is allowed to return shared 117 * @param local {@code null-ok;} the associated variable info or null for 144 * @param local {@code null-ok;} the associated local variable, if any 196 * local variable. 216 * @param reg value of the instance variable, for another instanc [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpec.java | 50 * {@code null-ok;} local variable info associated with this register, 61 * @param local {@code null-ok;} the associated local variable, if any 82 * no variable info. This method is allowed to return shared 96 * variable info. This method is allowed to return shared 102 * @param local {@code non-null;} the associated local variable 116 * variable info. This method is allowed to return shared 122 * @param local {@code null-ok;} the associated variable info or null for 149 * @param local {@code null-ok;} the associated local variable, if any 201 * local variable. 221 * @param reg value of the instance variable, for another instanc [all...] |
/external/chromium/chrome/common/ |
logging_chrome_uitest.cc | 26 // variable and sets the variable to new_value. 35 // Restores the value of the log file nave environment variable 46 // Tests the log file name getter without an environment variable. 57 // Tests the log file name getter with an environment variable.
|
/external/clang/lib/ARCMigrate/ |
TransBlockObjCVariable.cpp | 12 // Adding __block to an obj-c variable could be either because the the variable 14 // This transformation checks whether a reference of the variable for the block 55 return true; // Using the value of the variable. 67 return false; // The reference of the variable, and not just its value,
|
/external/llvm/include/llvm/Analysis/ |
DebugInfo.h | 568 /// DIGlobalVariable - This is a wrapper for a global variable. 605 /// Verify - Verify that a global variable descriptor is well formed. 608 /// print - print global variable. 611 /// dump - print global variable to dbgs() with a newline. 615 /// DIVariable - This is a wrapper for a variable (e.g. parameter, local, 641 /// isArtificial - Return true if this variable is marked as "artificial". 648 /// getInlinedAt - If this variable is inlined then return inline location. 651 /// Verify - Verify that a variable descriptor is well formed. 654 /// HasComplexAddr - Return true if the variable has a complex address. 669 /// isBlockByrefVariable - Return true if the variable was declared a [all...] |
/external/llvm/utils/emacs/ |
llvm-mode.el | 14 '("%[-a-zA-Z$\._][-a-zA-Z$\._0-9]*" . font-lock-variable-name-face) 16 '("[-a-zA-Z$\._0-9]+:" . font-lock-variable-name-face) 19 ;; Unnamed variable slots 20 '("%[-]?[0-9]+" . font-lock-variable-name-face) 116 (make-local-variable 'font-lock-defaults)
|
/external/mesa3d/src/glsl/ |
opt_dead_code_local.cpp | 30 * they're used before the variable is completely reassigned. 111 * of a variable to a variable. 139 /* Now, check if we did a whole-variable assignment. */ 141 /* We did a whole-variable assignment. So, any instruction in
|
/external/protobuf/src/google/protobuf/io/ |
printer.h | 52 // text with variable substitutions. Example usage: 71 // Print some text after applying variable substitutions. If a particular 72 // variable in the text is not defined, this will crash. Variables to be 74 // characters (as given to the constructor). The variable bindings are 81 void Print(const char* text, const char* variable, const string& value);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
regress-68498-004.js | 23 * NOTE: 'self' is just a variable used to capture the global JS object. 32 * of a Program by eval to create a property of eval's caller's variable object. 49 // You shouldn't see this global variable's value in any printout - 76 * 7. Even farther up the scope chain, the name x can be found as a global variable 77 * 8. The value of this global variable is 'outer', but we should NOT have gone
|
/external/webkit/Source/WebCore/bindings/scripts/ |
IDLStructure.pm | 60 # Used to represent a map of 'variable name' <-> 'variable type' 62 direction => '$', # Variable direction (in or out) 63 name => '$', # Variable name 64 type => '$', # Variable type
|
/external/wpa_supplicant/ |
state_machine.h | 64 * @data: State variable prefix (full variable: <prefix>_state) 69 * than one state variable to be stored in the same data structure. 83 * @data: State variable prefix (full variable: <prefix>_state)
|