/third_party/typescript/tests/baselines/reference/ |
H A D | typePredicateInLoop.js | 29 var guard = function (arg) { return arg.type === 1; };
function
|
H A D | typeGuardOfFormThisMember.js | 164 var guard;
variable [all...] |
/third_party/mesa3d/src/compiler/isaspec/ |
H A D | decode.py | 304 guard = os.path.basename(glue_h).upper().replace("-", "_").replace(".", "_") variable 311 guard variable [all...] |
/third_party/musl/src/thread/ |
H A D | pthread_setattr_default_np.c | 18 unsigned guard = MIN(attrp->_a_guardsize, DEFAULT_GUARD_MAX); in pthread_setattr_default_np() local
|
H A D | pthread_create.c | 249 size_t size, guard; in __pthread_create() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | output.cc | 46 ClearErrnoGuard guard; in Write() local
|
/third_party/node/deps/v8/src/d8/ |
H A D | cov.cc | 82 extern "C" void __sanitizer_cov_trace_pc_guard(uint32_t* guard) { in __sanitizer_cov_trace_pc_guard() argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | persistent-node.cc | 142 PersistentRegionLock guard; in ~CrossThreadPersistentRegion() local
|
H A D | heap-base.cc | 165 PersistentRegionLock guard; in Terminate() local
|
/third_party/rust/crates/once_cell/src/ |
H A D | imp_pl.rs | 145 let mut guard = Guard { state, new_state: INCOMPLETE }; in initialize_inner() variables
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_fp16_conv.c | 69 half_rounded(nir_builder *b, nir_ssa_def *value, nir_ssa_def *guard, nir_ssa_def *sticky, in half_rounded() argument 140 nir_ssa_def *guard = nir_iand(b, nir_ushr(b, abs, nir_imm_int(b, 12)), one); in float_to_half_impl() local
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
H A D | threads_scenarii.c | 38 int guard; /* 0 => default guardsize; 1=> guardsize is 0; 2=> guard is 1 page -- this setting only affect system stacks (not user's). */ member [all...] |
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
H A D | threads_scenarii.c | 38 int guard; /* 0 => default guardsize; 1=> guardsize is 0; 2=> guard is 1 page -- this setting only affect system stacks (not user's). */ member [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
H A D | threads_scenarii.c | 65 int guard; member [all...] |
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
H A D | threads_scenarii.c | 38 int guard; /* 0 => default guardsize; 1=> guardsize is 0; 2=> guard is 1 page -- this setting only affect system stacks (not user's). */ member [all...] |
/third_party/node/deps/v8/src/libplatform/ |
H A D | default-foreground-task-runner.cc | 49 PostTaskLocked(std::move(task), kNestable, guard); in PostTask() local 69 PostDelayedTaskLocked(std::move(task), delay_in_seconds, kNestable, guard); in PostDelayedTask() local 75 PostDelayedTaskLocked(std::move(task), delay_in_seconds, kNonNestable, guard); in PostNonNestableDelayedTask() local 92 PostTaskLocked(std::move(task), kNonNestable, guard); in PostNonNestableTask() local 107 MoveExpiredDelayedTasks( const base::MutexGuard& guard) MoveExpiredDelayedTasks() argument 113 PostTaskLocked(std::move(task), nestability, guard); MoveExpiredDelayedTasks() local [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_device_info.py | 198 guard=True), variable [all...] |
H A D | zink_extensions.py | 72 guard = False variable in Extension
|
/third_party/unity/extras/memory/src/ |
H A D | unity_memory.c | 70 Guard* guard; in unity_malloc() local 109 Guard* guard = (Guard*)mem; in isOverrun() local 118 Guard* guard = (Guard*)mem; release_memory() local 165 Guard* guard = (Guard*)oldMem; unity_realloc() local [all...] |
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | headergen2.c | 59 char *guard; member [all...] |
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_create.c | 237 size_t size, guard; in __pthread_create() local
|
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_create.c | 237 size_t size, guard; in __pthread_create() local
|
/third_party/node/deps/v8/include/cppgc/ |
H A D | cross-thread-persistent.h | 86 PersistentRegionLock guard; in ~BasicCrossThreadPersistent() local 189 PersistentRegionLock guard; in operator =() local 201 PersistentRegionLock guard; in operator =() local 209 PersistentRegionLock guard; in operator =() local 257 PersistentRegionLock guard; in operator =() local 280 PersistentRegionLock guard; in Clear() local 360 PersistentRegionLock guard; AssignUnsafe() local [all...] |
/third_party/node/deps/v8/include/v8-include/cppgc/ |
H A D | cross-thread-persistent.h | 86 PersistentRegionLock guard; in ~BasicCrossThreadPersistent() local 190 PersistentRegionLock guard; in operator =() local 202 PersistentRegionLock guard; in operator =() local 210 PersistentRegionLock guard; in operator =() local 259 PersistentRegionLock guard; in operator =() local 282 PersistentRegionLock guard; in Clear() local 361 PersistentRegionLock guard; AssignUnsafe() local [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_context.c | 388 pcre2_set_compile_recursion_guard(pcre2_compile_context *ccontext, int (*guard)(uint32_t, void *), void *user_data) pcre2_set_compile_recursion_guard() argument
|