Home
last modified time | relevance | path

Searched defs:guard (Results 1 – 25 of 73) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Ddemangle.cc280 ComplexityGuard guard(state); in ParseOneCharToken() local
293 ComplexityGuard guard(state); in ParseTwoCharToken() local
306 ComplexityGuard guard(state); in ParseCharClass() local
608 ComplexityGuard guard(state); in ParseMangledName() local
617 ComplexityGuard guard(state); in ParseEncoding() local
639 ComplexityGuard guard(state); in ParseName() local
669 ComplexityGuard guard(state); in ParseUnscopedName() local
695 ComplexityGuard guard(state); in ParseNestedName() local
721 ComplexityGuard guard(state); in ParsePrefix() local
750 ComplexityGuard guard(state); in ParseUnqualifiedName() local
[all …]
/third_party/flutter/engine/flutter/fml/
Dmessage_loop_task_queues.cc35 std::lock_guard guard(queue_mutex_); in CreateTaskQueue() local
49 std::lock_guard guard(queue_mutex_); in Dispose() local
63 std::lock_guard guard(queue_mutex_); in DisposeTasks() local
77 std::lock_guard guard(queue_mutex_); in RegisterTask() local
90 std::lock_guard guard(queue_mutex_); in HasPendingTasks() local
98 std::lock_guard guard(queue_mutex_); in GetTasksToRunNow() local
134 std::lock_guard guard(queue_mutex_); in GetNumPendingTasks() local
154 std::lock_guard guard(queue_mutex_); in AddTaskObserver() local
161 std::lock_guard guard(queue_mutex_); in RemoveTaskObserver() local
167 std::lock_guard guard(queue_mutex_); in GetObserversToNotify() local
[all …]
/third_party/unity/extras/memory/src/
Dunity_memory.c70 Guard* guard; in unity_malloc() local
109 Guard* guard = (Guard*)mem; in isOverrun() local
118 Guard* guard = (Guard*)mem; in release_memory() local
165 Guard* guard = (Guard*)oldMem; in unity_realloc() local
/third_party/typescript/tests/baselines/reference/
DtypePredicateInLoop.js12 const guard = (arg: Type): arg is TypeExt => arg.type === 1; constant
29 var guard = function (arg) { return arg.type === 1; }; function
DtypeGuardFunctionOfFormThis.js77 let guard = new ArrowGuard(); variable
250 var guard = new ArrowGuard(); variable
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.py304 guard = os.path.basename(glue_h).upper().replace("-", "_").replace(".", "_") variable
311 guard = os.path.basename(dst_h).upper().replace("-", "_").replace(".", "_") variable
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture.c184 Guard* guard; in unity_malloc() local
220 Guard* guard = (Guard*)mem; in isOverrun() local
229 Guard* guard = (Guard*)mem; in release_memory() local
270 Guard* guard = (Guard*)oldMem; in unity_realloc() local
/third_party/rust/crates/tracing/tracing/tests/
Dscoped_clobbers_default.rs20 let guard = tracing::subscriber::set_default(scoped); in scoped_clobbers_global() localVariable
/third_party/rust/crates/scopeguard/src/
Dlib.rs367 pub fn guard<T, F>(v: T, dropfn: F) -> ScopeGuard<T, F, Always> in guard() function
539 let guard = guard(value, |_| closure_drops.set(1 + closure_drops.get())); in test_only_dropped_by_closure_when_run() localVariable
555 let guard = guard_on_unwind(value, |value| { in test_dropped_once_when_not_run() localVariable
573 let guard = guard(value, |_| dropped.set(true)); in test_into_inner() localVariable
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTestPlatform.cpp81 std::lock_guard<std::mutex> guard(mTraceEventBufferMapMutex); in GetLocalTraceEventBuffer() local
133 std::lock_guard<std::mutex> guard(mTraceEventBufferMapMutex); in AcquireTraceEventBuffer() local
/third_party/rust/crates/tracing/tracing-core/tests/
Ddispatch.rs17 let guard = set_default(&Dispatch::new(TestSubscriberB)); in set_default_dispatch() localVariable
/third_party/typescript/tests/cases/compiler/
DtypePredicateInLoop.ts11 const guard = (arg: Type): arg is TypeExt => arg.type === 1; constant
/third_party/musl/ndk-test/sanitize/trace-pc-guard/src/
Dsanitizer_coverage_trace_pc_guard-init.cpp31 extern "C" void __sanitizer_cov_trace_pc_guard(uint32_t *guard) { } in __sanitizer_cov_trace_pc_guard()
Dtrace-pc-guard-cb.cpp27 extern "C" void __sanitizer_cov_trace_pc_guard(uint32_t *guard) { in __sanitizer_cov_trace_pc_guard()
/third_party/mesa3d/src/compiler/nir/
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()
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/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dflag.cc290 auto* guard = DataGuard(); // Make sure flag initialized in CurrentValue() local
447 auto* guard = DataGuard(); // Make sure flag initialized in Read() local
471 auto* guard = DataGuard(); // Make sure flag initialized in ReadOneWord() local
478 auto* guard = DataGuard(); // Make sure flag initialized in ReadOneBool() local
/third_party/rust/crates/cxx/src/
Dunwind.rs21 let guard = Guard { label }; in prevent_unwind() localVariable
/third_party/musl/src/thread/
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/
Doutput.cc46 ClearErrnoGuard guard; in Write() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dpipeline.cc414 CommandBufferGuard guard(GetCommandBuffer()); in SendDescriptorDataToDeviceIfNeeded() local
449 CommandBufferGuard guard(GetCommandBuffer()); in SendDescriptorDataToDeviceIfNeeded() local
519 CommandBufferGuard guard(GetCommandBuffer()); in ReadbackDescriptorsToHostDataQueue() local
Dcompute_pipeline.cc88 CommandBufferGuard guard(GetCommandBuffer()); in Compute() local
/third_party/rust/crates/tracing/examples/examples/
Dinferno-flame.rs51 let guard = setup_global_subscriber(tmp_dir.path()); in main() localVariable
/third_party/rust/crates/regex/src/
Dpool.rs307 let guard = pool1.get(); in thread_owner_optimization() localVariable
314 let guard = pool2.get(); in thread_owner_optimization() localVariable
/third_party/mesa3d/src/amd/registers/
Dmakeregheader.py133 def __init__(self, regdb, guard=None): argument
/third_party/rust/crates/tracing/tracing-flame/src/
Dlib.rs337 let mut guard = match self.out.lock() { in flush() localVariable
380 let guard = layer.flush_on_drop(); in with_file() localVariable

123