Home
last modified time | relevance | path

Searched defs:get_context (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dio_object_impl.hpp140 static execution_context& get_context(const T& t, in get_context() function in boost::asio::detail::io_object_impl
148 static execution_context& get_context(const T& t, in get_context() function in boost::asio::detail::io_object_impl
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py146 def get_context(self): member in ExecutorMixin
158 def get_context(self): member in ProcessPoolForkMixin
172 def get_context(self): member in ProcessPoolSpawnMixin
184 def get_context(self): member in ProcessPoolForkserverMixin
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dcontext.py187 def get_context(self, method=None): member in BaseContext
237 def get_context(self, method=None): member in DefaultContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dcontext.py187 def get_context(self, method=None): member in BaseContext
237 def get_context(self, method=None): member in DefaultContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dcontext.py187 def get_context(self, method=None): member in BaseContext
237 def get_context(self, method=None): member in DefaultContext
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dcontext.py187 def get_context(self, method=None): member in BaseContext
237 def get_context(self, method=None): member in DefaultContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dcontext.py187 def get_context(self, method=None): member in BaseContext
237 def get_context(self, method=None): member in DefaultContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dcontext.py187 def get_context(self, method=None): member in BaseContext
237 def get_context(self, method=None): member in DefaultContext
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h615 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function
770 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h684 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function
836 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function
/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/utils/ui_pages/fitbit_companion/
D__init__.py13 def get_context(ad: android_device.AndroidDevice, function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h682 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function
848 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h682 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function
848 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h682 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function
848 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcode_context.py14 def get_context(self, code: types.CodeType): member in CodeContextDict
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/future/
H A Dmod.rs68 pub unsafe fn get_context<'a, 'b>(cx: ResumeTy) -> &'a mut Context<'b> { in get_context() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/future/
H A Dmod.rs68 pub unsafe fn get_context<'a, 'b>(cx: ResumeTy) -> &'a mut Context<'b> { in get_context() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/future/
H A Dmod.rs68 pub unsafe fn get_context<'a, 'b>(cx: ResumeTy) -> &'a mut Context<'b> { in get_context() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/future/
H A Dmod.rs68 pub unsafe fn get_context<'a, 'b>(cx: ResumeTy) -> &'a mut Context<'b> { in get_context() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/future/
H A Dmod.rs68 pub unsafe fn get_context<'a, 'b>(cx: ResumeTy) -> &'a mut Context<'b> { in get_context() function
/aosp_15_r20/external/pytorch/c10/util/
H A DUniqueVoidPtr.h63 void* get_context() const { in get_context() function
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DCodeContext.py107 def get_context(self, new_topvisible, stopline=1, stopindent=0): member in CodeContext
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dcodecontext.py149 def get_context(self, new_topvisible, stopline=1, stopindent=0): member in CodeContext
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.h53 shape_inference::InferenceContext* get_context() { in get_context() function
/aosp_15_r20/external/pytorch/c10/core/
H A DAllocator.h50 void* get_context() const { in get_context() function

12