Searched
refs:variable (Results
1901 -
1925 of
3964) sorted by null
<<71727374757677787980>>
| /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/ |
| object.pxd | 174 # Call a callable Python object callable, with a variable number 185 # Call the method named method of object o with a variable number 197 # Call a callable Python object callable, with a variable number 198 # of PyObject* arguments. The arguments are provided as a variable 207 # variable number of PyObject* arguments. The arguments are 208 # provided as a variable number of parameters followed by
|
| bytes.pxd | 40 # Take a C printf()-style format string and a variable number of 42 # return a string with the values formatted into it. The variable 144 # address of a pointer variable pointing to a Python string
|
| string.pxd | 40 # Take a C printf()-style format string and a variable number of 42 # return a string with the values formatted into it. The variable 144 # address of a pointer variable pointing to a Python string
|
| /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/ |
| glyph_table.cc | 132 bool variable = false; 140 variable |= glyph_size <= 0; 142 return variable ? -size : size;
|
| /external/harfbuzz_ng/ |
| git.mk | 23 # more files, add them to the GITIGNOREFILES variable in your Makefile.am. 74 # Most autotools-using modules should be fine including this variable in their 97 # All modules should also be fine including the following variable, which
|
| /external/chromium_org/chrome/browser/resources/whispernet_proxy/js/ |
| init.js | 8 // Global variable that will be used to access this Nacl bridge.
|
| /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/ |
| base.js | 95 * @param {?} val Variable to test. 96 * @return {boolean} Whether variable is defined. 100 // the definition of the global variable named 'undefined'. 243 // to teach new developers that 'goog.provide' is effectively a variable 245 // variable declaration, the compiled JS should work the same as the raw 572 * removes this variable if unused. 898 * @param {?} val Variable to test. 899 * @return {boolean} Whether variable is null. 908 * @param {?} val Variable to test. 909 * @return {boolean} Whether variable is defined and not null [all...] |
| /external/chromium_org/third_party/angle/src/compiler/translator/ |
| glslang_tab.cpp | 78 #pragma GCC diagnostic ignored "-Wunused-variable" 462 /* Suppress unused-variable warnings by "using" E. */ 4924 TVariable *variable = new TVariable(param.name, *param.type); local [all...] |
| /external/chromium_org/third_party/mesa/src/docs/ |
| MESA_swap_control.spec | 101 On XFree86, setting the environment variable LIBGL_THROTTLE_REFRESH sets
|
| /external/chromium_org/tools/telemetry/telemetry/core/ |
| network_quiescence.js | 36 // This variable will available to the function below and it will be
|
| /external/chromium_org/v8/test/mjsunit/ |
| context-calls-maintained.js | 100 // if the variable isn't found.
|
| debug-liveedit-3.js | 33 // and must be recompiled because it uses variable from outer scope.
|
| debug-liveedit-4.js | 33 // and must be recompiled because it uses variable from outer scope.
|
| debug-liveedit-double-call.js | 35 // Global variable, accessed from eval'd script.
|
| debug-liveedit-newsource.js | 73 // Global variable do not get changed (without restarting script).
|
| debug-referenced-by.js | 84 // Dynamically create a variable. This should create a context extension.
|
| debug-step-2.js | 41 // Debug event listener which steps until the global variable done is true.
|
| debug-step-3.js | 41 // Debug event listener which steps until the global variable done is true.
|
| debug-step-4-in-frame.js | 35 // variable state.
|
| dehoisted-array-index.js | 126 // Key is HPhi, but not induction variable
|
| /external/chromium_org/v8/test/mjsunit/es6/ |
| generators-objects.js | 39 // Temporary variable context allocation
|
| /external/chromium_org/v8/test/mjsunit/harmony/ |
| block-const-assign.js | 120 assertTrue(e.toString().indexOf("Assignment to constant variable") >= 0);
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-1365.js | 35 // Global variable.
|
| regress-186.js | 28 // Make sure that eval can introduce a local variable called __proto__.
|
| /external/deqp/framework/randomshaders/ |
| rsgVariableValue.hpp | 23 * \brief Variable Value class. 348 VariableValue (const Variable* variable) : m_variable(variable), m_storage(m_variable->getType()) {} 351 const Variable* getVariable (void) const { return m_variable; } 361 const Variable* m_variable;
|
Completed in 1246 milliseconds
<<71727374757677787980>>