Home
last modified time | relevance | path

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

12345

/third_party/typescript/tests/baselines/reference/
H A DtypePredicateInLoop.js29 var guard = function (arg) { return arg.type === 1; }; function
H A DtypeGuardOfFormThisMember.js164 var guard; variable
[all...]
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.py304 guard = os.path.basename(glue_h).upper().replace("-", "_").replace(".", "_") variable
311 guard variable
[all...]
/third_party/musl/src/thread/
H A Dpthread_setattr_default_np.c18 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 Doutput.cc46 ClearErrnoGuard guard; in Write() local
/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_capi_header.py204 guard = file_name.replace('/', '_').replace('.', '_capi_').upper() + '_' variable
H A Dmake_ctocpp_header.py109 guard = def_name.upper() + '_CTOCPP_H_' variable
H A Dmake_cpptoc_header.py63 guard = def_name.upper() + '_CPPTOC_H_' variable
/kernel/linux/linux-6.6/include/linux/
H A Dcleanup.h108 #define guard(_name) \ macro
/base/msdp/device_status/rust/frameworks/client/src/
H A Dframeworks.rs218 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 Ddeoptimize_elimination.cpp79 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 Dlib.rs153 let mut guard = self.inner.lock().unwrap(); in dispatch() variables
[all...]
/base/request/request/services/src/task/
H A Drequest_task.rs492 let mut guard = self.progress.lock().unwrap(); variables
H A Ddownload.rs199 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 Dcov.cc82 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 Dpersistent-node.cc142 PersistentRegionLock guard; in ~CrossThreadPersistentRegion() local
H A Dheap-base.cc165 PersistentRegionLock guard; in Terminate() local
/third_party/rust/crates/once_cell/src/
H A Dimp_pl.rs145 let mut guard = Guard { state, new_state: INCOMPLETE }; in initialize_inner() variables
/kernel/linux/linux-5.10/drivers/staging/fwserial/
H A Ddma_fifo.h46 int guard; /* ofs of guard area */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_domain.c457 unsigned int guard = VTD_GUARD; in i915_gem_object_pin_to_display_plane() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_fp16_conv.c69 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 Dthreads_scenarii.c38 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 Dthreads_scenarii.c38 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 Dthreads_scenarii.c65 int guard; member
[all...]
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
H A Dthreads_scenarii.c38 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...]

Completed in 11 milliseconds

12345