/external/guava/guava/src/com/google/common/util/concurrent/ |
D | Monitor.java | 357 public void enterWhen(Guard guard) throws InterruptedException { in enterWhen() 378 public void enterWhenUninterruptibly(Guard guard) { in enterWhenUninterruptibly() 403 public boolean enterWhen(Guard guard, long time, TimeUnit unit) throws InterruptedException { in enterWhen() 436 public boolean enterWhenUninterruptibly(Guard guard, long time, TimeUnit unit) { in enterWhenUninterruptibly() 487 public boolean enterIf(Guard guard) { in enterIf() 510 public boolean enterIfInterruptibly(Guard guard) throws InterruptedException { in enterIfInterruptibly() 533 public boolean enterIf(Guard guard, long time, TimeUnit unit) { in enterIf() 558 public boolean enterIfInterruptibly(Guard guard, long time, TimeUnit unit) in enterIfInterruptibly() 586 public boolean tryEnterIf(Guard guard) { in tryEnterIf() 609 public void waitFor(Guard guard) throws InterruptedException { in waitFor() [all …]
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | HalAdaptation.cpp | 205 SyncEventGuard guard (gOpenCompletedEvent); in HaiOpen() local 223 SyncEventGuard guard (gOpenCompletedEvent); in BroadcomHalCallback() local 231 SyncEventGuard guard (gPostInitCompletedEvent); in BroadcomHalCallback() local 239 SyncEventGuard guard (gCloseCompletedEvent); in BroadcomHalCallback() local 248 SyncEventGuard guard (gOpenCompletedEvent); in BroadcomHalCallback() local 252 SyncEventGuard guard (gPostInitCompletedEvent); in BroadcomHalCallback() local 256 SyncEventGuard guard (gCloseCompletedEvent); in BroadcomHalCallback() local 279 SyncEventGuard guard (gCloseCompletedEvent); in HaiClose() local 293 SyncEventGuard guard (gPostInitCompletedEvent); in HaiCoreInitialized() local
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | video_capture_device_impl.cc | 68 base::AutoLock guard(lock_); in ObserveEventAndDecideCapture() local 133 base::AutoLock guard(lock_); in UpdateCaptureSize() local 156 base::AutoLock guard(lock_); in Stop() local 161 base::AutoLock guard(lock_); in ReportError() local 171 base::AutoLock guard(lock_); in DidCaptureFrame() local
|
D | web_contents_video_capture_device_unittest.cc | 83 base::AutoLock guard(lock_); in SetSolidColor() local 88 base::AutoLock guard(lock_); in GetSolidColor() local 93 base::AutoLock guard(lock_); in SetCopyResultSize() local 98 base::AutoLock guard(lock_); in GetCopyResultSize() local 104 base::AutoLock guard(lock_); in SignalCopy() local 112 base::AutoLock guard(lock_); in SetCanCopyToVideoFrame() local 117 base::AutoLock guard(lock_); in CanCopyToVideoFrame() local 122 base::AutoLock guard(lock_); in SetUseFrameSubscriber() local 127 base::AutoLock guard(lock_); in CanUseFrameSubscriber() local 133 base::AutoLock guard(lock_); in WaitForNextCopy() local [all …]
|
D | audio_mirroring_manager.cc | 50 ReentrancyGuard guard; in AddDiverter() local 77 ReentrancyGuard guard; in RemoveDiverter() local 99 ReentrancyGuard guard; in StartMirroring() local 141 ReentrancyGuard guard; in StopMirroring() local
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ExternalPopupMenu.cpp | 114 RefPtr<ExternalPopupMenu> guard(this); in didAcceptIndex() local 156 RefPtr<ExternalPopupMenu> guard(this); in didCancel() local
|
/external/chromium_org/chrome/browser/ui/android/ |
D | ssl_client_certificate_request.cc | 54 base::ScopedClosureRunner guard(post_task_closure); in StartClientCertificateRequest() local 157 base::ScopedClosureRunner guard(null_closure); in OnSystemRequestCompletion() local
|
/external/clang/test/CodeGen/ |
D | 2007-09-12-PragmaPack.c | 24 uint32_t guard; member
|
/external/libvorbis/vq/ |
D | latticetune.c | 45 int entries=-1,dim=-1,guard=1; in main() local
|
D | huffbuild.c | 65 int i,j,k,begin,n,subn,guard=1; in main() local
|
/external/libnfc-nci/src/adaptation/ |
D | NfcAdaptation.cpp | 146 AutoThreadMutex guard(mCondVar); in Initialize() local 234 AutoThreadMutex guard(CondVar); in Thread() local
|
/external/stlport/src/ |
D | num_get_float.cpp | 344 uint32 guard; /* First guard bit */ in _Stl_atod() local 534 uint32_t guard = (uint32) vv.i64 & 1; in _Stl_atodT() local 600 uint32_t guard; in _Stl_atodT() local
|
/external/chromium/chrome/browser/sync/glue/ |
D | preference_change_processor.cc | 53 AutoReset<bool> guard(&processing_pref_change_, true); in Observe() local
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 235 MutexGuard guard(Lock); in Add() local 239 MutexGuard guard(Lock); in Remove() local 243 MutexGuard guard(Lock); in getPointerToNamedFunction() local
|
D | JITEmitter.cpp | 244 MutexGuard guard(Lock); in RegisterStubResolver() local 249 MutexGuard guard(Lock); in UnregisterStubResolver() local 254 MutexGuard guard(Lock); in getResolverFromStub() local 267 MutexGuard guard(Lock); in ResolverHasStubs() local
|
/external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
D | error_handling.c | 219 void* guard; in EHRequestExceptionStackOnThread() local
|
/external/v8/test/mjsunit/ |
D | try.js | 60 function guard(f) { try { f(); } catch (o) { return o; } } function
|
/external/chromium_org/v8/test/mjsunit/ |
D | try.js | 60 function guard(f) { try { f(); } catch (o) { return o; } } function
|
/external/stlport/stlport/stl/ |
D | _ostream.c | 129 void guard(int_type c) { in guard() function
|
/external/aac/libSBRenc/src/ |
D | ton_corr.h | 145 INT guard; /*!< number of guardbands between every patch */ member
|
/external/bison/lib/glthread/ |
D | lock.h | 206 pthread_mutex_t guard; /* protects the initialization */ member 302 pthread_mutex_t guard; /* protects the initialization */ member 642 gl_spinlock_t guard; /* protects the initialization */ member 681 gl_spinlock_t guard; /* protects the initialization */ member 718 gl_spinlock_t guard; /* protects the initialization */ member
|
/external/valgrind/main/memcheck/ |
D | mc_translate.c | 1094 static void complainIfUndefined ( MCEnv* mce, IRAtom* atom, IRExpr *guard ) in complainIfUndefined() 1297 IRAtom* atom, IRAtom* vatom, IRExpr *guard ) in do_shadow_PUT() 3966 IRAtom* addr, UInt bias, IRAtom *guard ) in expr2vbits_guarded_Load() 4141 IRAtom* guard ) in do_shadow_Store() 5609 struct { void* entry; IRExpr* guard; } member 5665 Bool check_or_add ( XArray* /*of Pair*/ pairs, IRExpr* guard, void* entry ) in check_or_add() 5699 IRExpr* guard; in MC_() local 5825 Int offset, IRAtom* guard ) in gen_guarded_load_b() 5845 IRAtom* guard ) in gen_store_b()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1576 static void vaargsfn2(int guard, ...) { in vaargsfn2() 1586 static void vaargsfn(int guard, ...) { in vaargsfn() 1605 static void vaargsfn_many(int guard, ...) { in vaargsfn_many() 1633 static void vaargsfn_pass(int guard, ...) { in vaargsfn_pass() 1652 static void vaargsfn_copy(int guard, ...) { in vaargsfn_copy() 1671 static void vaargsfn_ptr(int guard, ...) { in vaargsfn_ptr() 1688 static void vaargsfn_overflow(int guard, ...) { in vaargsfn_overflow() 1736 static void vaargsfn_tlsoverwrite2(int guard, ...) { in vaargsfn_tlsoverwrite2() 1743 static void vaargsfn_tlsoverwrite(int guard, ...) { in vaargsfn_tlsoverwrite()
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 586 int guard = 0; in check_single_guarded_arithmetic_op() local 903 int guard; in check_double_guarded_arithmetic_op() local
|
/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 586 int guard = 0; in check_single_guarded_arithmetic_op() local 903 int guard; in check_double_guarded_arithmetic_op() local
|