| /external/chromium_org/v8/tools/gyp/ |
| v8_libbase.target.darwin-x86.mk | 33 v8/src/base/platform/condition-variable.cc \ 67 -Wno-unused-but-set-variable \ 176 -Wno-unused-but-set-variable \
|
| v8_libbase.target.darwin-x86_64.mk | 33 v8/src/base/platform/condition-variable.cc \ 67 -Wno-unused-but-set-variable \ 175 -Wno-unused-but-set-variable \
|
| v8_libbase.target.linux-arm64.mk | 33 v8/src/base/platform/condition-variable.cc \ 63 -Wno-unused-but-set-variable \ 165 -Wno-unused-but-set-variable \
|
| v8_libbase.target.linux-mips.mk | 33 v8/src/base/platform/condition-variable.cc \ 66 -Wno-unused-but-set-variable \ 176 -Wno-unused-but-set-variable \
|
| v8_libbase.target.linux-mips64.mk | 33 v8/src/base/platform/condition-variable.cc \ 66 -Wno-unused-but-set-variable \ 176 -Wno-unused-but-set-variable \
|
| v8_libbase.target.linux-x86.mk | 33 v8/src/base/platform/condition-variable.cc \ 67 -Wno-unused-but-set-variable \ 176 -Wno-unused-but-set-variable \
|
| v8_libbase.target.linux-x86_64.mk | 33 v8/src/base/platform/condition-variable.cc \ 67 -Wno-unused-but-set-variable \ 175 -Wno-unused-but-set-variable \
|
| /external/chromium_org/third_party/angle/src/compiler/translator/ |
| ParseContext.h | 60 bool checksPrecisionErrors; // true if an error will be generated when a variable is declared without precision, explicit or implicit. 80 // This method is guaranteed to succeed, even if no variable with 'name' exists. 99 bool arrayErrorCheck(const TSourceLoc& line, const TString& identifier, const TPublicType &type, TVariable*& variable); 108 bool nonInitErrorCheck(const TSourceLoc& line, const TString& identifier, const TPublicType& type, TVariable*& variable); 125 TIntermTyped* initializer, TIntermNode*& intermNode, TVariable* variable = 0);
|
| /external/chromium_org/tools/gyp/pylib/gyp/generator/ |
| cmake.py | 183 """Sets a CMake variable.""" 192 """Sets a CMake variable to a list.""" 205 """Unsets a CMake variable.""" 370 # Create variables for the output, as 'local' variable will be unset. [all...] |
| /external/lldb/examples/python/ |
| sbvalue.py | 86 class variable(object): class in inherits:object 88 a variable would be in code. So if you have a Point structure variable 105 return variable(self.sbvalue.GetValueForExpressionPath("[%i]" % key)) 111 return variable(child_sbvalue)
|
| /build/core/clang/ |
| config.mk | 50 -Wno-unused-but-set-variable \
|
| /external/chromium_org/third_party/npapi/npspy/common/ |
| epmanager.cpp | 353 NPError NPPEntryPointManager::callNPP_GetValue(NPP instance, NPPVariable variable, void *value) 359 return CallNPP_GetValueProc(nppfuncs->getvalue, instance, variable, value); 362 NPError NPPEntryPointManager::callNPP_SetValue(NPP instance, NPNVariable variable, void *value) 368 return CallNPP_SetValueProc(nppfuncs->setvalue, instance, variable, value);
|
| /external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
| npapi.h | 383 * List of variable names for which NPP_GetValue shall be implemented 418 * List of variable names for which NPN_GetValue is implemented by Mozilla 706 NPError NP_LOADDS NPP_GetValue(NPP instance, NPPVariable variable, void *value); 707 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value); 740 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, void *value); 741 NPError NP_LOADDS NPN_SetValue(NPP instance, NPPVariable variable, void *value);
|
| /external/chromium_org/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/chromium_org/v8/test/mjsunit/regress/ |
| regress-r4998.js | 69 // The loop variable x7 is initialized to 3, 71 // MakeMergeable has forced the loop variable x7 to be spilled,
|
| regress-1104.js | 28 // A redeclaration of a variable that aliases a parameter and so rewrites to
|
| regress-1521.js | 30 // Optimized variable access inside through a catch context should work.
|
| regress-189.js | 28 // Test that we can handle initialization of a deleted const variable.
|
| /build/core/ |
| dpi_specific_apk.mk | 2 # Input variable: my_dpi, and all other variables set up in package_internal.mk.
|
| /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
| event_suspender.js | 18 * A nestable variable to keep track of whether events are suspended.
|
| /external/chromium_org/third_party/mesa/src/src/gallium/tools/trace/ |
| model.py | 186 self.formatter.variable(name) 205 self.formatter.variable(name)
|
| /external/chromium_org/third_party/webrtc/base/ |
| flags.cc | 28 Type type, void* variable, FlagValue default__) 33 variable_(reinterpret_cast<FlagValue*>(variable)), 43 // of a flag variable for convenient access. Since union members
|
| /external/chromium_org/tools/perf/measurements/ |
| page_cycler.js | 9 // file, use a variable |__install_onload_handler| to indicate whether the
|
| /external/chromium_org/ui/file_manager/file_manager/common/js/ |
| error_util.js | 8 * This variable is checked in SelectFileDialogExtensionBrowserTest.
|
| /external/chromium_org/ui/file_manager/video_player/js/ |
| error_util.js | 8 * This variable is checked in SelectFileDialogExtensionBrowserTest.
|