HomeSort by relevance Sort by last modified time
    Searched refs:global (Results 426 - 450 of 1737) sorted by null

<<11121314151617181920>>

  /external/chromium_org/mojo/apps/js/
mojo_runner_delegate.cc 41 runner->Call(start, runner->global(), 1, args);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter.h 128 // Replaces match(es) in 'string_to_process'. If 'global' is true,
135 bool global,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
module.hpp 62 global, enumerator in enum:clover::module::argument::type
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/tgsi/
compiler.cpp 54 else if (tok == "global")
55 args.push_back({ module::argument::global, 4 });
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
dump_dependency_json.py 56 global generator_wants_static_library_dependencies_adjusted
  /external/chromium_org/v8/test/mjsunit/
accessors-on-global-object.js 28 // Test that installing a getter on the global object instead of a
41 // Test that installing a setter on the global object instead of a
delete-global-properties.js 28 // Global properties declared with 'var' or 'function' should not be
37 // Check that deleting and reintroducing global variables works.
38 // Get into the IC case for storing to a deletable global property.
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
global-load-from-nested-eval.js 28 // Tests global loads from nested eval.
32 // Load the global.
this.js 30 assertFalse(this == null); // the global object shouldn't be null or undefined
31 assertEquals('[object global]', String(this));
  /external/chromium_org/v8/test/mjsunit/compiler/
globals.js 28 // Test references and assignments to global variables.
31 // Test compilation of a global variable store.
regress-3136962.js 28 // Reduced regression test for a global value numbering bug. Original
29 // value of global variable height was reused even after reassignment.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1106.js 31 // a property lying on a prototype of the global object, and that prototype
48 // Test calls on functions defined in the prototype of the global object.
regress-1360.js 31 var global = this;
33 function non_strict() { assertEquals(global, this); }
regress-2843.js 31 var global; variable
36 global = true; // Need a side effect to deopt to.
regress-88591.js 28 // Regression test for a crash. A data property in the global object's
29 // prototype shadowed by a setter in the global object's prototype's
regress-crbug-280333.js 31 var global; variable
36 global = true; // Need a side effect to deopt to.
  /external/clang/bindings/python/examples/cindex/
cindex-dump.py 62 global opts
  /external/llvm/test/MC/ELF/
relocation-386.s 89 .global bar2
  /external/mesa3d/src/gallium/state_trackers/clover/core/
module.hpp 62 global, enumerator in enum:clover::module::argument::type
  /external/mesa3d/src/gallium/state_trackers/clover/tgsi/
compiler.cpp 54 else if (tok == "global")
55 args.push_back({ module::argument::global, 4 });
  /external/mksh/src/
main.c 218 /* set up global l->vars and l->funs */
305 * Set PATH to def_path (will set the path global variable).
308 vp = global("PATH");
350 vp = global("PWD");
367 setint_n(global("OPTIND"), 1, 10);
374 vp = global("PS1");
380 setint_n((vp = global("BASHPID")), 0, 10);
382 setint_n((vp = global("PGRP")), (mksh_uari_t)kshpgrp, 10);
384 setint_n((vp = global("PPID")), (mksh_uari_t)kshppid, 10);
386 setint_n((vp = global("USER_ID")), (mksh_uari_t)ksheuid, 10)
    [all...]
  /external/stlport/stlport/stl/
_locale.h 181 // global locale objects:
183 static locale _STLP_CALL global(const locale&);
185 static _Locale_impl* _STLP_CALL global(const locale&);
269 // global locale objects:
270 static locale _STLP_CALL global(const locale& __loc) { function in class:locale
271 return _Locale::global(__loc);
  /external/stlport/test/eh/
locale.cpp 15 locale::global(sys);
  /external/v8/samples/
lineprocessor.cc 71 * API of 2 global functions: "read_line" and "print". It should read input
204 // Create a template for the global object.
205 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(); local
207 // Bind the global 'print' function to the C++ Print callback.
208 global->Set(v8::String::New("print"), v8::FunctionTemplate::New(Print));
211 // Bind the global 'read_line' function to the C++ Print callback.
212 global->Set(v8::String::New("read_line"),
218 v8::Handle<v8::Context> context = v8::Context::New(NULL, global);
281 v8::Context::GetCurrent()->Global()->Get(fun_name);
286 printf("Error: Script does not declare 'ProcessLine' global function.\n")
    [all...]

Completed in 1972 milliseconds

<<11121314151617181920>>