Searched defs:guard (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DHeaders.h47 void setGuard(Guard guard) { m_guard = guard; } argument
48 Guard guard() const { return m_guard; } function in class:blink::FINAL
/external/clang/test/CodeGen/
H A D2007-09-12-PragmaPack.c24 uint32_t guard; member in struct:__anon18545
/external/libcxxabi/src/
H A Dcxa_guard.cpp118 uint64_t guard; member in union:__cxxabiv1::__anon23627::__anon23628
130 uint64_t guard; member in union:__cxxabiv1::__anon23627::__anon23629
134 x = f.guard;
143 uint32_t guard; member in union:__cxxabiv1::__anon23627::__anon23630
155 uint32_t guard; member in union:__cxxabiv1::__anon23627::__anon23631
159 x = f.guard;
/external/chromium_org/v8/test/mjsunit/
H A Dtry.js60 function guard(f) { try { f(); } catch (o) { return o; } } function
61 assertEquals('baz', guard(function() { throw 'baz'; }));
63 assertEquals(1, guard(function() { try { throw 1; } finally { } }));
64 assertEquals(2, guard(function() { try { throw 2; } finally { var x = 12; } }));
65 assertEquals(4, guard(function() { try { throw 3; } finally { throw 4; } }));
/external/deqp/modules/glshared/
H A DglsStateQueryUtil.hpp140 testCtx.getLog() << TestLog::Message << "// ERROR: Pre-guard value was modified " << TestLog::EndMessage;
149 testCtx.getLog() << TestLog::Message << "// ERROR: Post-guard value was modified " << TestLog::EndMessage;
170 std::ostream& operator<< (std::ostream& str, const StateQueryMemoryWriteGuard<T>& guard) argument
172 return str << guard.get();
/external/aac/libSBRenc/src/
H A Dton_corr.h143 when indexing a highband channel, -1 represents a guard band */
145 INT guard; /*!< number of guardbands between every patch */ member in struct:__anon270
/external/kernel-headers/original/uapi/linux/
H A Dbsg.h21 __s32 guard; /* [i] 'Q' to differentiate from v3 */ member in struct:sg_io_v4
/external/libvorbis/vq/
H A Dhuffbuild.c65 int i,j,k,begin,n,subn,guard=1; local
71 if(argc==4)guard=0;
133 for(j=loval;j<vals;j++)hist[j]=guard;
H A Dlatticetune.c45 int entries=-1,dim=-1,guard=1; local
58 if(argv[3]!=NULL)guard=0;
86 for(j=0;j<entries;j++)hits[j]=guard;
/external/chromium_org/native_client_sdk/src/libraries/error_handling/
H A Derror_handling.c219 void* guard; local
226 // Allocate stack + guard page
232 guard = mmap(stack, PAGE_CHUNK_SIZE,
234 if (guard != stack) {
235 fprintf(stderr, "WARNING: Failed to add guard page for alt stack.\n");
/external/guava/guava/src/com/google/common/util/concurrent/
H A DMonitor.java209 * {@code Monitor}. The monitor may check the guard at arbitrary times from any thread occupying
210 * the monitor, so code should not be written to rely on how often a guard might or might not be
233 * Evaluates this guard's boolean condition. This method is always called with the associated
355 * Enters this monitor when the guard is satisfied. Blocks indefinitely, but may be interrupted.
357 public void enterWhen(Guard guard) throws InterruptedException { argument
358 if (guard.monitor != this) {
366 waitInterruptibly(guard, reentrant);
376 * Enters this monitor when the guard is satisfied. Blocks indefinitely.
378 public void enterWhenUninterruptibly(Guard guard) { argument
379 if (guard
403 enterWhen(Guard guard, long time, TimeUnit unit) argument
436 enterWhenUninterruptibly(Guard guard, long time, TimeUnit unit) argument
487 enterIf(Guard guard) argument
510 enterIfInterruptibly(Guard guard) argument
533 enterIf(Guard guard, long time, TimeUnit unit) argument
558 enterIfInterruptibly(Guard guard, long time, TimeUnit unit) argument
586 tryEnterIf(Guard guard) argument
609 waitFor(Guard guard) argument
623 waitForUninterruptibly(Guard guard) argument
639 waitFor(Guard guard, long time, TimeUnit unit) argument
655 waitForUninterruptibly(Guard guard, long time, TimeUnit unit) argument
747 hasWaiters(Guard guard) argument
765 getWaitQueueLength(Guard guard) argument
804 incrementWaiters(Guard guard) argument
812 decrementWaiters(Guard guard) argument
820 waitInterruptibly(Guard guard, boolean signalBeforeWaiting) argument
849 waitUninterruptibly(Guard guard, boolean signalBeforeWaiting) argument
867 waitInterruptibly(Guard guard, long remainingNanos, boolean signalBeforeWaiting) argument
900 waitUninterruptibly(Guard guard, long timeoutNanos, boolean signalBeforeWaiting) argument
[all...]
/external/stlport/stlport/stl/
H A D_ostream.c114 * Helper struct (guard) to put back a character in a streambuf
129 void guard(int_type c) { function in struct:_SPutBackC
165 __cguard.guard(__c);
/external/bison/lib/glthread/
H A Dlock.h206 pthread_mutex_t guard; /* protects the initialization */ member in struct:__anon322
302 pthread_mutex_t guard; /* protects the initialization */ member in struct:__anon324
642 gl_spinlock_t guard; /* protects the initialization */ member in struct:__anon329
681 gl_spinlock_t guard; /* protects the initialization */ member in struct:__anon331
718 gl_spinlock_t guard; /* protects the initialization */ member in struct:__anon332
/external/chromium_org/base/process/
H A Dprocess_util_unittest.cc488 // Atomically replaces |guard|/|guardflags| with |nguard|/|nguardflags| on |fd|.
490 const guardid_t *guard, u_int guardflags,
493 return syscall(SYS_change_fdguard_np, fd, guard, guardflags,
497 // Attempt to set a file-descriptor guard on |fd|. In case of success, remove
518 // Attempt to change the guard. This can fail with EBADF if the file
519 // descriptor is bad, or EINVAL if the fd already has a guard set.
525 // Remove the guard. It should not be possible to fail in removing the guard
489 change_fdguard_np(int fd, const guardid_t *guard, u_int guardflags, const guardid_t *nguard, u_int nguardflags, int *fdflagsp) argument
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
H A DAudioFileReaderThread.c463 SDLOSXCAGuard *guard = sReaderThread->GetGuard(sReaderThread); local
464 if (guard->Try(guard, &didLock)) {
467 guard->Unlock(guard);
/external/stlport/src/
H A Dnum_get_float.cpp254 if ((prodlo & _Stl_HIBITULL) != 0) { /* first guard bit a one */
344 uint32 guard; /* First guard bit */ local
345 uint64 rest; /* Remaining guard bits */
403 guard = 0;
408 guard = (uint32) ((value>> 63) & 1 );
413 guard = (uint32) (((value>> lead0)-1) & 1);
418 if (guard && ((value & 1) || rest) ) {
431 guard = (uint32) value & 1;
434 /* value&1 guard res
534 uint32_t guard = (uint32) vv.i64 & 1; local
600 uint32_t guard; local
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSocketImpl.java149 private final CloseGuard guard = CloseGuard.get(); field in class:OpenSSLSocketImpl
287 guard.open("close");
1149 guard.close();
1171 if (guard != null) {
1172 guard.warnIfOpen();
/external/libvorbis/lib/
H A Dvorbisenc.c396 const noiseguard *guard,
404 p->noisewindowlomin=guard[block].lo;
405 p->noisewindowhimin=guard[block].hi;
406 p->noisewindowfixed=guard[block].fixed;
393 vorbis_encode_noisebias_setup(vorbis_info *vi,double s,int block, const int *suppress, const noise3 *in, const noiseguard *guard, double userbias) argument
/external/valgrind/main/lackey/
H A Dlk_main.c358 /* A helper that adds the instrumentation for a detail. guard ::
361 static void instrument_detail(IRSB* sb, Op op, IRType type, IRAtom* guard) argument
374 if (guard) di->guard = guard;
410 IRAtom* guard; /* :: Ity_I1, or NULL=="always True" */ member in struct:__anon32997
507 if (ev->guard) {
508 di->guard = ev->guard;
534 evt->guard
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dround.c586 int guard = 0; local
592 ** force a 3 bit shift for scaling leaving us with 3 guard bits
605 /* mask off LSB from resulting guard bits */
606 guard = g & 7;
621 guard = (0x10-g);
622 Z.layout.frac = guard>>3;
624 /* mask off LSB from resulting guard bits */
625 guard &= 7;
638 guard = g & 7;
641 /* g >> 3 == LSB, g & 7 == guard bit
903 int guard; local
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dround.c586 int guard = 0; local
592 ** force a 3 bit shift for scaling leaving us with 3 guard bits
605 /* mask off LSB from resulting guard bits */
606 guard = g & 7;
621 guard = (0x10-g);
622 Z.layout.frac = guard>>3;
624 /* mask off LSB from resulting guard bits */
625 guard &= 7;
638 guard = g & 7;
641 /* g >> 3 == LSB, g & 7 == guard bit
903 int guard; local
[all...]
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c34 // Size of guard bytes around dynamically allocated blocks.
36 // Pattern used to initialize guard blocks.
1268 // Initialize the guard blocks.
1305 // Check the guard blocks.
1311 char * const guard = guards[i]; local
1313 const char diff = guard[j] - MALLOC_GUARD_PATTERN;
1320 (size_t)&guard[j]);
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_isel.c498 /* Do a complete function call. |guard| is a Ity_Bit expression
499 indicating whether or not the call happens. If guard==NULL, the
510 IRExpr* guard,
636 if (guard) {
637 if (guard->tag == Iex_Const
638 && guard->Iex.Const.con->tag == Ico_U1
639 && guard->Iex.Const.con->Ico.U1 == True) {
740 guard is 1:Bit. */
742 if (guard) {
743 if (guard
507 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
[all...]
H A Dhost_arm_isel.c379 /* Do a complete function call. |guard| is a Ity_Bit expression
380 indicating whether or not the call happens. If guard==NULL, the
391 IRExpr* guard,
495 if (guard) {
496 if (guard->tag == Iex_Const
497 && guard->Iex.Const.con->tag == Ico_U1
498 && guard->Iex.Const.con->Ico.U1 == True) {
629 guard is 1:Bit. */
631 if (guard) {
632 if (guard
388 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
[all...]
H A Dhost_mips_isel.c386 /* Do a complete function call. |guard| is a Ity_Bit expression
387 indicating whether or not the call happens. If guard==NULL, the
396 IRExpr* guard,
487 if (go_fast && guard) {
488 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
489 && guard->Iex.Const.con->Ico.U1 == True) {
588 guard is 1:Bit. */
590 if (guard) {
591 if (guard
393 doHelperCall( UInt* stackAdjustAfterCall, RetLoc* retloc, ISelEnv* env, IRExpr* guard, IRCallee* cee, IRType retTy, IRExpr** args ) argument
[all...]

Completed in 772 milliseconds

12