Home
last modified time | relevance | path

Searched defs:Enter (Results 1 – 25 of 120) sorted by relevance

12345

/aosp_15_r20/external/rust/android-crates-io/crates/futures-executor/src/
Denter.rs9 pub struct Enter { struct
15 pub struct EnterError { argument
67 impl fmt::Debug for Enter { implementation
73 impl Drop for Enter { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/async-stream/src/
Dyielder.rs18 pub(crate) struct Enter<'a, T> { struct
19 _rx: &'a mut Receiver<T>,
20 prev: *mut (),
90 impl<'a, T> Drop for Enter<'a, T> { implementation
/aosp_15_r20/external/lzma/CPP/Windows/
H A DSynchronization.h171 void Enter() { CriticalSection_Enter(&_object); } in Enter() function
235 WRes Enter() in Enter() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dstllock.h15 void Enter() { EnterCriticalSection(this); } in Enter() function
/aosp_15_r20/external/libchrome/base/threading/
H A Dthread_collision_warner.cc45 void ThreadCollisionWarner::Enter() { in Enter() function in base::ThreadCollisionWarner
/aosp_15_r20/external/cronet/base/threading/
H A Dthread_collision_warner.cc47 void ThreadCollisionWarner::Enter() { in Enter() function in base::ThreadCollisionWarner
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpy_context_manager.cc23 bool PyContextManager::Enter(PyObject* py_context_manager) { in Enter() function in tensorflow::PyContextManager
/aosp_15_r20/external/webrtc/rtc_base/deprecated/
H A Drecursive_critical_section.cc71 void RecursiveCriticalSection::Enter() const RTC_EXCLUSIVE_LOCK_FUNCTION() { in Enter() function in rtc::RecursiveCriticalSection
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/congestion_control/
H A Dbbr2_drain.h20 void Enter(QuicTime /*now*/, in Enter() function
H A Dbbr2_probe_rtt.cc13 void Bbr2ProbeRttMode::Enter(QuicTime /*now*/, in Enter() function in quic::Bbr2ProbeRttMode
H A Dbbr2_startup.cc31 void Bbr2StartupMode::Enter(QuicTime /*now*/, in Enter() function in quic::Bbr2StartupMode
H A Dbbr2_probe_bw.cc17 void Bbr2ProbeBwMode::Enter(QuicTime now, in Enter() function in quic::Bbr2ProbeBwMode
/aosp_15_r20/art/runtime/gc/
H A Dscoped_gc_critical_section.cc27 const char* GCCriticalSection::Enter(GcCause cause, CollectorType type) { in Enter() function in art::gc::GCCriticalSection
/aosp_15_r20/external/perfetto/src/trace_processor/importers/i2c/
H A Di2c_tracker.cc34 void I2cTracker::Enter(int64_t ts, in Enter() function in perfetto::trace_processor::I2cTracker
/aosp_15_r20/external/libchrome/base/trace_event/
H A Dblame_context.cc42 void BlameContext::Enter() { in Enter() function in base::trace_event::BlameContext
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dtraversal.h71 static DfsPredicates Enter(std::function<bool(const NodeDef*)> enter) { in Enter() function
/aosp_15_r20/external/rust/android-crates-io/crates/anes/src/parser/
Dtypes.rs35 Enter, enumerator
/aosp_15_r20/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_misc.py288 Enter = '7' variable in MiscTest.test_eventtype_enum.CheckedEventType
/aosp_15_r20/external/libbrillo/brillo/minijail/
H A Dminijail.cc79 void Minijail::Enter(struct minijail* jail) { in Enter() function in brillo::Minijail
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp330 void Enter(CodeGenFunction &CGF) override { in emitTargetOutlinedFunction() function in CGOpenMPRuntimeNVPTX::emitTargetOutlinedFunction::NVPTXPrePostActionTy
H A DCGOpenMPRuntime.h57 virtual void Enter(CodeGenFunction &CGF) {} in Enter() function
/aosp_15_r20/external/clang/include/clang/Analysis/
H A DAnalysisContext.h323 const Stmt *Enter; variable
/aosp_15_r20/art/tools/jvmti-agents/simple-profile/
H A Dsimple_profile.cc118 void SimpleProfileData::Enter(jvmtiEnv* jvmti, JNIEnv* env, jmethodID meth) { in Enter() function in simple_profile::SimpleProfileData
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_util_test.cc758 TEST(AddPrefixAndSuffixToNode, Enter) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/tpu/
H A Dtpu.py554 def Enter(self) -> None: member in TPUReplicateContext

12345