| /external/chromium_org/third_party/skia/ |
| make.bat | 33 echo ERROR: Neither VS100COMNTOOLS nor VS110COMNTOOLS environment variable is set.
|
| /external/chromium_org/v8/test/mjsunit/ |
| smi-negative-zero.js | 38 // variable op variable 55 // literal op variable 70 // variable op literal
|
| argument-named-arguments.js | 29 // variable is declared as a parameter or local variable.
|
| 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
|
| /external/clang/test/CodeGenCXX/ |
| mangle-exprs.cpp | 116 static decltype(x()) variable; 117 variable = 0;
|
| /external/deqp/modules/gles31/functional/ |
| es31fProgramInterfaceDefinitionUtil.hpp | 90 bool matchesFilter (const glu::VariableDeclaration& variable) const { return !m_null && (m_storage == glu::STORAGE_LAST || variable.storage == m_storage); } 101 const bool m_null; // !< Null filter does not match any variable
|
| /external/e2fsprogs/ext2ed/ |
| general_com.c | 304 wprintw (command_win, "Variable %s set to %s\n", 339 wprintw (command_win, "Variable %s set to %s\n", 352 wprintw (command_win, "Variable %s set to %s\n", 364 char *ptr,buffer [80],variable [80],value [80]; local 386 strncpy (variable,buffer,ptr-buffer);variable [ptr-buffer]=0; 394 if (strcmp (current_type->field_names [i],variable)==0) { 400 set_int(len, ptr, variable, value); 403 set_uint(len, ptr, variable, value); 406 set_char(len, ptr, variable, value) [all...] |
| /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
| TemplateInterpreter.java | 209 Data variable = dataContext.findVariable(variableName, true); local 211 variable.setValue(value.asString()); 213 // "set" was used to set a variable to a constant or escaped value like 216 variable.setEscapeMode(value.getEscapeMode()); 225 * <?cs name:blah > command. Writes out the name of the original variable referred to by a 232 Data variable = dataContext.findVariable(variableName, false); local 233 if (variable != null) { 234 context.writeEscaped(variable.getSymlink().getName()); 299 // With refers to a non-existent variable. Do nothing. 467 * <?cs call:someMacro(x,y) command. Call a macro. Need to create a new variable scope to hol [all...] |
| /external/lldb/ |
| lldb-build.mk | 9 -Wno-unused-variable \
|
| /external/lldb/source/Interpreter/ |
| Android.mk | 71 -Wno-unused-but-set-variable \
|
| /external/lldb/source/Symbol/ |
| VariableList.cpp | 129 // Only add this variable if it isn't already in the "var_list" 159 VariableList::FindIndexForVariable (Variable* variable) 167 if ((*pos).get() == variable)
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
| ast.ml | 10 (* variant for referencing a variable, like "a". *) 11 | Variable of string
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| ast.ml | 10 (* variant for referencing a variable, like "a". *) 11 | Variable of string
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
| ast.ml | 10 (* variant for referencing a variable, like "a". *) 11 | Variable of string
|
| /build/core/ |
| dumpvar.mk | 24 # The plain (non-abs) version just dumps the value of the named variable. 25 # The "abs" version will treat the variable as a path, and dumps an
|
| /development/build/ |
| build_android_stubs.mk | 2 # Input variable: 6 # Output variable:
|
| /external/chromium_org/native_client_sdk/src/doc/ |
| Makefile | 13 $(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
|
| /external/chromium_org/third_party/WebKit/ManualTests/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)
|
| /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
| eblc_table.cc | 213 bool variable = false; local 225 variable = size_builder_size > 0 ? variable : true; 231 return variable ? -size : size;
|
| /external/chromium_org/ui/webui/resources/js/ |
| local_strings.js | 8 * The local strings get injected into the page using a variable named 64 // TODO(arv): We should not rely on a global variable here.
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-131994.js | 31 // Test that a variable in the local scope that shadows a context-allocated 32 // variable is correctly resolved when being evaluated in the debugger.
|
| /external/chromium_org/v8/test/webkit/ |
| dfg-cfg-simplify-eliminate-set-local-type-check-then-branch-not-null-and-decrement.js | 25 "Tests what happens when CFG simplification leads to the elimination of a set local that had a type check, and then we branch on the variable not being null while decrementing the variable in the same basic block."
|
| dfg-multi-basic-block-structure-clobber.js | 25 "This tests that a structure clobber in a basic block that does not touch a live variable causes that variable's structure to be correctly clobbered."
|
| /external/compiler-rt/make/ |
| lib_platforms.mk | 20 # Construct the variable key for this directory. 43 $$(error $(Dir): variable '$$(var)' was not undefined)))
|
| /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
| basic.rb | 178 : variable 183 variable 208 variable*
|