| /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
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | output.cc | 46 ClearErrnoGuard guard; in Write() local
|
| /base/web/webview/ohos_interface/ohos_glue/scripts/ |
| H A D | make_capi_header.py | 204 guard = file_name.replace('/', '_').replace('.', '_capi_').upper() + '_' variable
|
| H A D | make_ctocpp_header.py | 109 guard = def_name.upper() + '_CTOCPP_H_' variable
|
| H A D | make_cpptoc_header.py | 63 guard = def_name.upper() + '_CPPTOC_H_' variable
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | cleanup.h | 108 #define guard(_name) \ macro
|
| /base/msdp/device_status/rust/frameworks/client/src/ |
| H A D | frameworks.rs | 218 let mut guard = self.0.lock().unwrap(); in alloc_socket_pair() variables 226 let mut guard = self.0.lock().unwrap(); in start_drag() variables 234 let mut guard = self.0.lock().unwrap(); in register_coordination_listener() variables 242 let mut guard in unregister_coordination_listener() variables 250 let mut guard = self.0.lock().unwrap(); enable_coordination() variables 258 let mut guard = self.0.lock().unwrap(); disable_coordination() variables 268 let mut guard = self.0.lock().unwrap(); start_coordination() variables 276 let mut guard = self.0.lock().unwrap(); stop_coordination() variables 284 let mut guard = self.0.lock().unwrap(); get_coordination_state() variables [all...] |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | deoptimize_elimination.cpp | 79 bool DeoptimizeElimination::CanRemoveGuard(Inst *guard) in CanRemoveGuard() argument 112 bool DeoptimizeElimination::CanRemoveGuardRec(BasicBlock *block, Inst *guard, const Marker &mrk, in CanRemoveGuardRec() argument 154 void DeoptimizeElimination::RemoveGuard(Inst *guard) in RemoveGuard() argument [all...] |
| /base/msdp/device_status/rust/modules/scheduler/test/src/ |
| H A D | lib.rs | 153 let mut guard = self.inner.lock().unwrap(); in dispatch() variables [all...] |
| /base/request/request/services/src/task/ |
| H A D | request_task.rs | 492 let mut guard = self.progress.lock().unwrap(); variables
|
| H A D | download.rs | 199 let mut guard = task.progress.lock().unwrap(); variables 229 let mut guard = task.progress.lock().unwrap(); variables
|
| /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
|
| /kernel/linux/linux-5.10/drivers/staging/fwserial/ |
| H A D | dma_fifo.h | 46 int guard; /* ofs of guard area */ member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_domain.c | 457 unsigned int guard = VTD_GUARD; in i915_gem_object_pin_to_display_plane() local
|
| /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...] |