Home
last modified time | relevance | path

Searched defs:hold (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_Ganesh.cpp78 SkAutoSpinlock hold(fLock); in chooseProxy() local
96 SkAutoSpinlock hold(fLock); in switchToStableProxy() local
103 SkAutoSpinlock hold(fLock); in makeVolatileProxyStable() local
114 SkAutoSpinlock hold(fLock); in surfaceMustCopyOnWrite() local
119 SkAutoSpinlock hold(fLock); in gpuMemorySize() local
128 SkAutoSpinlock hold(fLock); in mipmapped() local
137 SkAutoSpinlock hold(fLock); in isProtected() local
147 SkAutoSpinlock hold(fLock); in backendFormat() local
/aosp_15_r20/external/libchrome/base/memory/
H A Dshared_memory_tracker.cc58 AutoLock hold(usages_lock_); in IncrementMemoryUsage() local
66 AutoLock hold(usages_lock_); in IncrementMemoryUsage() local
74 AutoLock hold(usages_lock_); in DecrementMemoryUsage() local
81 AutoLock hold(usages_lock_); in DecrementMemoryUsage() local
95 AutoLock hold(usages_lock_); in OnMemoryDump() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dalloc_construct.hpp120 detail::alloc_destroyer<A, T> hold(a, p); in alloc_construct_n() local
131 detail::alloc_destroyer<A, T> hold(a, p); in alloc_construct_n() local
142 detail::alloc_destroyer<A, T> hold(a, p); in alloc_construct_n() local
160 detail::alloc_destroyer<noinit_adaptor<A>, T> hold(a, p); in alloc_construct_n() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/predef.iterators/iterators.common/
H A Dtypes.h97 struct hold { struct
99 hold(T v) : value_(v) {} in hold() argument
/aosp_15_r20/external/cronet/base/memory/
H A Dshared_memory_tracker.cc55 AutoLock hold(usages_lock_); in IncrementMemoryUsage() local
63 AutoLock hold(usages_lock_); in DecrementMemoryUsage() local
83 AutoLock hold(usages_lock_); in OnMemoryDump() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DCallbacks.cpp30 std::lock_guard<std::mutex> hold(mMutex); in notify() local
66 std::lock_guard<std::mutex> hold(mMutex); in notify() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/
DExecutionCallback.cpp90 std::lock_guard<std::mutex> hold(mMutex); in setOnFinish() local
142 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
DTelemetryStatsd.cpp344 std::lock_guard hold(mMutex); in write() local
373 std::lock_guard hold(mMutex); in ~AsyncLogger() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCallbacks.cpp37 std::lock_guard<std::mutex> hold(mMutex); in notify() local
128 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCallbacks.cpp38 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
147 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfile.java155 public synchronized void hold(Thread t) { in hold() method in Profile.Watchdog
215 public static void hold() { in hold() method in Profile
/aosp_15_r20/external/leakcanary2/shark-graph/src/test/java/shark/
H A DHprofPrimitiveArrayStripperTest.kt83 private fun hold(held: Any, block: () -> Unit) { in <lambda>() method in shark.HprofPrimitiveArrayStripperTest
/aosp_15_r20/hardware/interfaces/neuralnetworks/utils/adapter/aidl/src/
H A DBurst.cpp114 const auto hold = ensureAllMemoriesAreCached(&nnRequest, memoryIdentifierTokens, burst, cache); in executeSynchronously() local
140 auto hold = burst.cacheMemory(memory); in add() local
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dconnection_attempt_injector.cc106 auto hold = std::make_unique<Hold>(this, port, intercept_completion); in AddHold() local
126 Hold* hold = *it; in HandleConnection() local
/aosp_15_r20/external/tcpdump/
H A Dprint-pim.c170 u_int hold; in pimv1_join_prune_print() local
354 u_int hold; in cisco_autorp_print() local
/aosp_15_r20/external/iputils/
H A Dping_common.c591 int rcvbuf, hold; in sock_setbufs() local
631 int hold; in setup() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/
DExecutionBurstServer.cpp571 std::lock_guard<std::mutex> hold(mMutex); in freeMemory() local
644 std::lock_guard<std::mutex> hold(mMutex); in task() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_stream_executor_client.cc631 PjRtStreamExecutorBuffer::ScopedHold hold) in ScopedHoldAsExternalReference()
648 ScopedHold hold = GetBufferWithExternalReference(); in AcquireExternalReference() local
1265 void PjRtStreamExecutorBuffer::AcquireHoldLocked(ScopedHold* hold) { in AcquireHoldLocked()
1410 ScopedHold hold(this, type); in GetBufferWithHold() local
/aosp_15_r20/external/cronet/base/
H A Dcpu_reduction_experiment.cc31 AutoLock hold(lock_); in ShouldLogHistograms() local
/aosp_15_r20/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DCallbacks.cpp30 std::lock_guard<std::mutex> hold(mMutex); in notify() local
/aosp_15_r20/external/armnn/src/armnn/
H A DAsyncExecutionCallback.cpp20 std::lock_guard<std::mutex> hold(m_Mutex); in Notify() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DPreparedModelCallback.cpp24 std::lock_guard<std::mutex> hold(mMutex); in notifyInternal() local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/
Dinfback.c135 uint32_t hold; /* bit buffer */ in PREFIX() local
/aosp_15_r20/external/zlib/
H A Dinffast.c68 unsigned long hold; /* local strm->hold */ in inflate_fast() local
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/
Dinffast.c67 unsigned long hold; /* local strm->hold */ local

12345678910>>...17