Home
last modified time | relevance | path

Searched defs:guard (Results 1 – 25 of 53) sorted by relevance

123

/external/guava/guava/src/com/google/common/util/concurrent/
DMonitor.java357 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/
DHalAdaptation.cpp205 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/
Dvideo_capture_device_impl.cc68 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
Dweb_contents_video_capture_device_unittest.cc83 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 …]
Daudio_mirroring_manager.cc50 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/
DExternalPopupMenu.cpp114 RefPtr<ExternalPopupMenu> guard(this); in didAcceptIndex() local
156 RefPtr<ExternalPopupMenu> guard(this); in didCancel() local
/external/chromium_org/chrome/browser/ui/android/
Dssl_client_certificate_request.cc54 base::ScopedClosureRunner guard(post_task_closure); in StartClientCertificateRequest() local
157 base::ScopedClosureRunner guard(null_closure); in OnSystemRequestCompletion() local
/external/clang/test/CodeGen/
D2007-09-12-PragmaPack.c24 uint32_t guard; member
/external/libvorbis/vq/
Dlatticetune.c45 int entries=-1,dim=-1,guard=1; in main() local
Dhuffbuild.c65 int i,j,k,begin,n,subn,guard=1; in main() local
/external/libnfc-nci/src/adaptation/
DNfcAdaptation.cpp146 AutoThreadMutex guard(mCondVar); in Initialize() local
234 AutoThreadMutex guard(CondVar); in Thread() local
/external/stlport/src/
Dnum_get_float.cpp344 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/
Dpreference_change_processor.cc53 AutoReset<bool> guard(&processing_pref_change_, true); in Observe() local
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp235 MutexGuard guard(Lock); in Add() local
239 MutexGuard guard(Lock); in Remove() local
243 MutexGuard guard(Lock); in getPointerToNamedFunction() local
DJITEmitter.cpp244 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/
Derror_handling.c219 void* guard; in EHRequestExceptionStackOnThread() local
/external/v8/test/mjsunit/
Dtry.js60 function guard(f) { try { f(); } catch (o) { return o; } } function
/external/chromium_org/v8/test/mjsunit/
Dtry.js60 function guard(f) { try { f(); } catch (o) { return o; } } function
/external/stlport/stlport/stl/
D_ostream.c129 void guard(int_type c) { in guard() function
/external/aac/libSBRenc/src/
Dton_corr.h145 INT guard; /*!< number of guardbands between every patch */ member
/external/bison/lib/glthread/
Dlock.h206 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/
Dmc_translate.c1094 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/
Dmsan_test.cc1576 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/
Dround.c586 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/
Dround.c586 int guard = 0; in check_single_guarded_arithmetic_op() local
903 int guard; in check_double_guarded_arithmetic_op() local

123