/external/skia/experimental/SkV8Example/ |
D | Global.cpp | 15 Global* Global::gGlobal = NULL; 22 int32_t Global::getNextTimerID() { in getNextTimerID() 33 void Global::reportException(v8::TryCatch* tryCatch) { in reportException() 75 void Global::Inval(const v8::FunctionCallbackInfo<v8::Value>& args) { in Inval() 84 void Global::Print(const v8::FunctionCallbackInfo<v8::Value>& args) { in Print() 104 void Global::SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args) { in SetTimeout() 126 evt->setTargetProc(Global::TimeOutProc); in SetTimeout() 134 bool Global::TimeOutProc(const SkEvent& evt) { in TimeOutProc() 156 v8::Handle<v8::Value> result = onTimeout->Call(context->Global(), argc, NULL); in TimeOutProc() 178 v8::Handle<v8::Context> Global::createRootContext() { in createRootContext() [all …]
|
D | Global.h | 27 class Global : SkNoncopyable { 29 Global(v8::Isolate* isolate) in Global() function 37 virtual ~Global() {} in ~Global() 75 static Global* gGlobal;
|
/external/compiler-rt/lib/asan/ |
D | asan_globals.cc | 31 typedef __asan_global Global; typedef 34 const Global *g; 44 Global g; 54 Global *g_first, *g_last; 59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) { in PoisonShadowForGlobal() 63 ALWAYS_INLINE void PoisonRedZones(const Global &g) { in PoisonRedZones() 84 static void ReportGlobal(const Global &g, const char *prefix) { in ReportGlobal() 95 static u32 FindRegistrationSite(const Global *g) { in FindRegistrationSite() 106 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites, in GetGlobalsForAddress() 112 const Global &g = *l->g; in GetGlobalsForAddress() [all …]
|
/external/v8/include/ |
D | v8-util.h | 108 static void Dispose(Isolate* isolate, Global<V> value, K key) {} in Dispose() 139 static void Dispose(Isolate* isolate, Global<V> value, K key) {} in Dispose() 223 Global<V> Remove(const K& key) { 313 static PersistentContainerValue ClearAndLeak(Global<V>* persistent) { 319 static PersistentContainerValue Leak(Global<V>* persistent) { 328 static Global<V> Release(PersistentContainerValue v) { 329 Global<V> p; 339 Global<V> p; 378 Global<V> Set(const K& key, Local<V> value) { 379 Global<V> persistent(this->isolate(), value); [all …]
|
/external/compiler-rt/test/tsan/ |
D | benign_race.cc | 4 int Global; variable 17 Global = 42; in Thread() 26 &Global, sizeof(Global), "Race on Global"); in main() 33 Global = 43; in main()
|
D | tiny_race.c | 4 int Global; variable 8 Global = 42; in Thread1() 16 Global = 43; in main() 19 return Global; in main()
|
D | blacklist2.cc | 10 int Global; variable 17 Global++; in Thread1() 24 Global--; in TouchGlobal() 33 Global--; in Blacklisted_Thread2()
|
D | race_top_suppression.cc | 7 int Global; variable 15 TopFunction(&Global); in Thread() 23 Global--; in main()
|
D | race_top_suppression1.cc | 7 int Global; variable 19 TopFunction(&Global); in Thread() 27 Global--; in main()
|
D | ignore_sync.cc | 8 int Global; variable 14 Global++; in Thread() 24 Global++; in main()
|
D | blacklist.cc | 8 int Global; variable 11 Global++; in Thread1() 16 Global--; in Blacklisted_Thread2()
|
D | default_options.cc | 9 int Global; variable 12 Global = 42; in Thread1() 17 Global = 43; in Thread2()
|
D | simple_race.c | 4 int Global; variable 8 Global = 42; in Thread1() 13 Global = 43; in Thread2()
|
D | simple_race.cc | 4 int Global; variable 8 Global++; in Thread1() 13 Global--; in Thread2()
|
D | atomic_stack.cc | 4 int Global; variable 8 __atomic_fetch_add(&Global, 1, __ATOMIC_RELAXED); in Thread1() 13 Global++; in Thread2()
|
D | suppressions_race.cc | 4 int Global; variable 8 Global = 42; in Thread1() 13 Global = 43; in Thread2()
|
D | suppressions_race2.cc | 4 int Global; variable 7 Global = 42; in Thread1() 14 Global = 43; in Thread2()
|
D | thread_name2.cc | 12 long long Global; variable 16 Global++; in Thread1() 22 Global--; in Thread2()
|
/external/ims/rcs/rcsservice/src/com/android/service/ims/ |
D | RcsService.java | 100 boolean enabled = Settings.Global.getInt(getContentResolver(), in onCreate() 101 Settings.Global.MOBILE_DATA, 1) == 1; in onCreate() 112 Settings.Global.getUriFor(Settings.Global.MOBILE_DATA), in onCreate() 117 Settings.Global.getUriFor(Settings.Global.VT_IMS_ENABLED), in onCreate() 291 boolean enabled = Settings.Global.getInt(getContentResolver(), in onChange() 292 Settings.Global.MOBILE_DATA, 1) == 1; in onChange() 333 boolean enabled = Settings.Global.getInt(getContentResolver(), in onChange() 334 Settings.Global.VT_IMS_ENABLED, 1) == 1; in onChange()
|
/external/pdfium/testing/resources/javascript/ |
D | globals_expected.txt | 48 Alert: For undefined_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 72 Alert: For true_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 73 Alert: For false_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 74 Alert: For zero_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 75 Alert: For number_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 76 Alert: For string_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 77 Alert: For object_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 78 Alert: For null_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 79 Alert: For undefined_var: Set Persistent: ERROR: global.setPersistent: Global value not found. 92 Alert: For undefined_var: Set Persistent: ERROR: global.setPersistent: Global value not found.
|
/external/llvm/test/Object/ |
D | readobj-elf-versioning.test | 13 ELF: Binding: Global 19 ELF: Binding: Global 25 ELF: Binding: Global 34 ELF32: Binding: Global 42 ELF64: Binding: Global
|
D | readobj-shared-object.test | 216 ELF: Binding: Global 222 ELF: Binding: Global 228 ELF: Binding: Global 234 ELF: Binding: Global 240 ELF: Binding: Global 246 ELF: Binding: Global 252 ELF: Binding: Global 261 ELF: Binding: Global 267 ELF: Binding: Global 273 ELF: Binding: Global [all …]
|
/external/compiler-rt/test/BlocksRuntime/ |
D | nestedimport.c | 21 int Global = 0; variable 32 callVoidVoid(^{ Global = i; }); in main() 38 if (Global != 1) { in main()
|
/external/clang/test/CodeGen/ |
D | 2002-08-02-UnionTest.c | 11 union X Global; in foo() local 12 Global.B = (void*)123; /* Interesting part */ in foo() 13 return Global; in foo()
|
/external/python/cpython2/Doc/library/ |
D | autogil.rst | 2 :mod:`autoGIL` --- Global Interpreter Lock handling in event loops 7 :synopsis: Global Interpreter Lock handling in event loops. 13 automatically locks and unlocks Python's :term:`Global Interpreter Lock` when 30 thread, that will lock and unlock the Global Interpreter Lock (GIL) at
|