Searched refs:guard (Results 26 - 50 of 102) sorted by relevance

12345

/external/parameter-framework/upstream/test/tmpfile/windows/
H A DTmpFile.cpp63 std::unique_ptr<char, decltype(localFree)> guard{formatedError, localFree};
/external/v8/src/libplatform/
H A Ddefault-platform.cc41 base::LockGuard<base::Mutex> guard(&lock_);
66 base::LockGuard<base::Mutex> guard(&lock_);
77 base::LockGuard<base::Mutex> guard(&lock_);
115 base::LockGuard<base::Mutex> guard(&lock_);
144 base::LockGuard<base::Mutex> guard(&lock_);
152 base::LockGuard<base::Mutex> guard(&lock_);
/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/conscrypt/src/platform/java/org/conscrypt/
H A DPlatform.java281 CloseGuard guard = (CloseGuard) guardObj;
282 guard.open(message);
286 CloseGuard guard = (CloseGuard) guardObj;
287 guard.close();
291 CloseGuard guard = (CloseGuard) guardObj;
292 guard.warnIfOpen();
/external/valgrind/drd/
H A Ddrd_load_store.c354 IRExpr* const guard/* NULL => True */)
367 if (guard) di->guard = guard;
378 IRExpr* const guard/* NULL => True */)
471 if (guard) di->guard = guard;
477 IRExpr* const guard/* NULL => True */)
525 if (guard) d
[all...]
/external/valgrind/memcheck/
H A Dmc_translate.c130 guard-definedness checks pertaining to loads and stores (Iex_Load,
1203 |guard| evaluates to True at run-time. If it evaluates to False
1204 then no action is performed. If |guard| is NULL (the usual case)
1209 |guard|. The caller is assumed to have taken care of that already.
1211 static void complainIfUndefined ( MCEnv* mce, IRAtom* atom, IRExpr *guard )
1228 if (guard)
1229 tl_assert(isOriginalAtom(mce, guard));
1345 di->guard = cond; // and cond is PCast-to-1(atom#)
1347 /* If the complaint is to be issued under a guard condition, AND
1348 that into the guard conditio
4791 expr2vbits_Load_guarded_General( MCEnv* mce, IREndness end, IRType ty, IRAtom* addr, UInt bias, IRAtom* guard, IROp vwiden, IRAtom* valt ) argument
6582 struct { void* entry; IRExpr* guard; } member in struct:__anon20056
6638 check_or_add( XArray* pairs, IRExpr* guard, void* entry ) argument
6672 IRExpr* guard; local
6835 expr2ori_Load_guarded_General( MCEnv* mce, IRType ty, IRAtom* addr, UInt bias, IRAtom* guard, IRAtom* balt ) argument
[all...]
/external/conscrypt/src/compat/java/org/conscrypt/
H A DPlatform.java452 CloseGuard guard = (CloseGuard) guardObj;
453 guard.open(message);
461 CloseGuard guard = (CloseGuard) guardObj;
462 guard.close();
470 CloseGuard guard = (CloseGuard) guardObj;
471 guard.warnIfOpen();
/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:__anon269
H A Dton_corr.cpp506 INT sbGuard = hTonCorr->guard;
596 -1 represents a guard-band. */
746 hTonCorr->guard = 0;
820 hTonCorr->guard = 0;
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
H A DGruntfile.js72 function guard(source, target) { function
109 guard('inter-raw-' + target + '.js', 'inter-' + target + '.js'),
119 guard('inter-component-' + target + 'web-animations-1.js', 'inter-guarded-' + target + '-web-animations-1.js'),
/external/valgrind/VEX/pub/
H A Dlibvex_ir.h2340 arguments and 'mFx' are evaluated REGARDLESS of the guard value.
2341 The order of argument evaluation is unspecified. The guard
2344 even if the guard evaluates to false.
2364 /* What to call, and details of args/results. .guard must be
2367 guard evaluates to false, .tmp has an 0x555..555 bit pattern
2371 IRExpr* guard; /* :: Ity_Bit. Controls whether call happens */ member in struct:_IRDirty
2419 any value and has a constant-True guard. The call is marked as
2559 normal stores, with an extra 'guard' field :: Ity_I1 that
2564 even in the case where 'guard' evaluates to zero (false).
2571 IRExpr* guard; /* Guardin member in struct:__anon19230
2618 IRExpr* guard; /* Guarding value */ member in struct:__anon19232
2900 IRExpr* guard; /* Conditional expression */ member in struct:_IRStmt::__anon19234::__anon19248
[all...]
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.cc102 InstructionAccurateScope guard(masm_, emit_size / kInstructionSize);
367 MacroEmissionCheckScope guard(masm);
508 SingleEmissionCheckScope guard(this);
516 EmissionCheckScope guard(this, 2 * kInstructionSize);
537 EmissionCheckScope guard(this, 2 * kInstructionSize);
558 EmissionCheckScope guard(this, 2 * kInstructionSize);
579 EmissionCheckScope guard(this, 2 * kInstructionSize);
600 EmissionCheckScope guard(this, 2 * kInstructionSize);
712 MacroEmissionCheckScope guard(this);
818 MacroEmissionCheckScope guard(thi
[all...]
/external/valgrind/cachegrind/
H A Dcg_main.c953 Int datasize, IRAtom* ea, IRAtom* guard,
957 tl_assert(guard);
958 tl_assert(isIRAtom(guard));
973 /* Same as case Ev_Dw / case Ev_Dr in flushEvents, except with guard */
992 di->guard = guard;
998 void addEvent_Bc ( CgState* cgs, InstrInfo* inode, IRAtom* guard )
1001 tl_assert(isIRAtom(guard));
1002 tl_assert(typeOfIRExpr(cgs->sbOut->tyenv, guard)
1013 evt->Ev.Bc.taken = guard;
952 addEvent_D_guarded( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea, IRAtom* guard, Bool isWrite ) argument
1253 IRTemp guard = newIRTemp(cgs.sbOut->tyenv, tyW); local
[all...]
/external/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc74 // Shift the significands to give us round, guard and sticky, and or in the
129 // Low three bits are round, guard, and sticky.
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc88 void Add(uptr pc, u32 *guard);
136 // Vector of coverage guard arrays, protected by mu.
217 // Allocate tr_event_array with a guard page at the end.
400 // If guard is negative, atomically set it to -guard and store the PC in
402 void CoverageData::Add(uptr pc, u32 *guard) { argument
403 atomic_uint32_t *atomic_guard = reinterpret_cast<atomic_uint32_t*>(guard);
872 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_cov(u32 *guard) { argument
874 guard);
876 SANITIZER_INTERFACE_ATTRIBUTE void __sanitizer_cov_with_check(u32 *guard) { argument
[all...]
/external/valgrind/VEX/priv/
H A Dir_opt.c448 e3 = flatten_Expr(bb, sg->guard);
455 e3 = flatten_Expr(bb, lg->guard);
488 d2->guard = flatten_Expr(bb, d2->guard);
507 e1 = flatten_Expr(bb, st->Ist.Exit.guard);
791 vassert(isIRAtom(sg->guard));
799 vassert(isIRAtom(lg->guard));
804 vassert(isIRAtom(st->Ist.Exit.guard));
930 //vassert(isIRAtom(st->Ist.Exit.guard));
1021 This is to guard agains
2830 IRExpr* guard = lg->guard; local
2883 IRExpr* guard = lg->guard; local
[all...]
H A Dir_defs.c1391 ppIRExpr(d->guard);
1463 ppIRExpr(sg->guard);
1490 ppIRExpr(lg->guard);
1619 ppIRExpr(s->Ist.Exit.guard);
1996 d->guard = NULL;
2043 IRExpr* addr, IRExpr* data, IRExpr* guard )
2049 sg->guard = guard;
2054 IRTemp dst, IRExpr* addr, IRExpr* alt, IRExpr* guard )
2062 lg->guard
2166 IRStmt_Exit( IRExpr* guard, IRJumpKind jk, IRConst* dst, Int offsIP ) argument
[all...]
H A Dhost_tilegx_isel.c210 /* Do a complete function call. guard is a Ity_Bit expression
211 indicating whether or not the call happens. If guard==NULL, the
214 static void doHelperCall ( ISelEnv * env, IRExpr * guard, IRCallee * cee, argument
277 if (guard) {
278 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
279 && guard->Iex.Const.con->Ico.U1 == True) {
330 guard is 1:Bit. */
332 if (guard) {
333 if (guard
[all...]
/external/bison/lib/glthread/
H A Dlock.h206 pthread_mutex_t guard; /* protects the initialization */ member in struct:__anon422
302 pthread_mutex_t guard; /* protects the initialization */ member in struct:__anon424
642 gl_spinlock_t guard; /* protects the initialization */ member in struct:__anon429
681 gl_spinlock_t guard; /* protects the initialization */ member in struct:__anon431
718 gl_spinlock_t guard; /* protects the initialization */ member in struct:__anon432
/external/libnfc-nci/src/adaptation/
H A DNfcAdaptation.cpp185 AutoThreadMutex guard(mCondVar);
273 AutoThreadMutex guard(CondVar);
/external/valgrind/callgrind/
H A Dmain.c674 Int datasize, IRAtom* ea, IRAtom* guard,
678 tl_assert(guard);
679 tl_assert(isIRAtom(guard));
693 /* Same as case Ev_Dw / case Ev_Dr in flushEvents, except with guard */
712 di->guard = guard;
717 void addEvent_Bc ( ClgState* clgs, InstrInfo* inode, IRAtom* guard )
720 tl_assert(isIRAtom(guard));
721 tl_assert(typeOfIRExpr(clgs->sbOut->tyenv, guard)
732 evt->Ev.Bc.taken = guard;
673 addEvent_D_guarded( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea, IRAtom* guard, Bool isWrite ) argument
1199 IRTemp guard = newIRTemp(clgs.sbOut->tyenv, tyW); local
[all...]
/external/clang/test/Sema/
H A Datomic-ops.c250 atomic_flag guard = ATOMIC_FLAG_INIT; member in struct:s2
251 _Bool old_val = atomic_flag_test_and_set(&guard);
252 if (old_val) atomic_flag_clear(&guard); member in struct:s2
254 old_val = (atomic_flag_test_and_set)(&guard);
255 if (old_val) (atomic_flag_clear)(&guard);
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSocketImpl.java155 private final Object guard = Platform.closeGuardGet(); field in class:OpenSSLSocketImpl
316 Platform.closeGuardOpen(guard, "close");
1228 Platform.closeGuardClose(guard);
1250 if (guard != null) {
1251 Platform.closeGuardWarnIfOpen(guard);
/external/eigen/test/
H A Djacobisvd.cpp129 int guard = 0;
132 } while(m2.jacobiSvd().setThreshold(test_precision<Scalar>()).rank()!=rank && (++guard)<10);
133 VERIFY(guard<10);

Completed in 2415 milliseconds

12345