HomeSort by relevance Sort by last modified time
    Searched refs:get_context (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/python/cpython3/Lib/test/
mp_preload.py 11 ctx = multiprocessing.get_context("forkserver")
  /external/python/cpython3/Lib/multiprocessing/
context.py 55 m = SyncManager(ctx=self.get_context())
67 return Lock(ctx=self.get_context())
72 return RLock(ctx=self.get_context())
77 return Condition(lock, ctx=self.get_context())
82 return Semaphore(value, ctx=self.get_context())
87 return BoundedSemaphore(value, ctx=self.get_context())
92 return Event(ctx=self.get_context())
97 return Barrier(parties, action, timeout, ctx=self.get_context())
102 return Queue(maxsize, ctx=self.get_context())
107 return JoinableQueue(maxsize, ctx=self.get_context())
186 def get_context(self, method=None): member in class:BaseContext
232 def get_context(self, method=None): member in class:DefaultContext
    [all...]
sharedctypes.py 14 from . import get_context
77 ctx = ctx or get_context()
91 ctx = ctx or get_context()
104 ctx = ctx or get_context()
186 ctx = ctx or get_context(force=True)
  /external/libxcam/modules/ocl/
cl_device.h 72 SmartPtr<CLContext> get_context ();
cl_video_buffer.cpp 128 SmartPtr<CLContext> context = CLDevice::instance ()->get_context ();
139 SmartPtr<CLContext> context = CLDevice::instance ()->get_context ();
cv_context.cpp 47 _context = CLDevice::instance()->get_context();
cl_kernel.h 83 SmartPtr<CLContext> &get_context () { function in class:XCam::CLKernel
cl_blender.cpp 35 SmartPtr<CLContext> context = get_context ();
127 SmartPtr<CLContext> context = get_context ();
173 SmartPtr<CLContext> context = CLDevice::instance ()->get_context ();
cl_wavelet_denoise_handler.cpp 53 SmartPtr<CLContext> context = get_context ();
135 _approx_image = new CLBuffer (get_context (), buffer_size,
143 _details_image = new CLBuffer (get_context (), buffer_size,
cl_demo_handler.cpp 54 SmartPtr<CLContext> context = CLDevice::instance ()->get_context ();
cl_gauss_handler.cpp 113 get_context (), scale_size,
122 SmartPtr<CLContext> context = get_context ();
cl_image_processor.cpp 83 _context = CLDevice::instance ()->get_context ();
302 CLDevice::instance()->get_context ()->finish ();
cl_memory.cpp 109 SmartPtr<CLContext> context = get_context ();
216 SmartPtr<CLContext> context = get_context ();
232 SmartPtr<CLContext> context = get_context ();
249 SmartPtr<CLContext> context = get_context ();
520 SmartPtr<CLContext> context = get_context ();
  /frameworks/native/opengl/libs/EGL/
egl.cpp 122 egl_context_t const * const c = get_context(context);
140 egl_context_t const * const c = get_context(context);
163 egl_context_t const * const c = get_context(context);
  /external/autotest/client/cros/
dark_resume_listener.py 38 context = loop.get_context()
  /external/tensorflow/tensorflow/core/common_runtime/
shape_refiner.h 57 shape_inference::InferenceContext* get_context() { function in class:tensorflow::ExtendedInferenceContext
134 return it->second->get_context();
shape_refiner.cc 141 *function_def, outer_context->get_context()->attrs(),
163 node, this, outer_context->get_context());
195 nested_inferences[node_name]->get_context()->node_def_ =
229 InferenceContext* c = it->second->get_context();
314 InferenceContext* node_context = node_ext_context->get_context();
335 InferenceContext* c = iter->second->get_context();
481 InferenceContext* c = it->second->get_context();
794 auto* c = ec->get_context();
    [all...]
  /external/libxcam/tests/
test-binary-kernel.cpp 115 context = CLDevice::instance ()->get_context ();
  /external/python/cpython2/Lib/idlelib/
CodeContext.py 107 def get_context(self, new_topvisible, stopline=1, stopindent=0): member in class:CodeContext
142 lines, lastindent = self.get_context(new_topvisible,
155 lines, lastindent = self.get_context(new_topvisible,
  /external/python/cpython3/Lib/idlelib/
codecontext.py 109 def get_context(self, new_topvisible, stopline=1, stopindent=0): member in class:CodeContext
144 lines, lastindent = self.get_context(new_topvisible,
157 lines, lastindent = self.get_context(new_topvisible,
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CodeContext.py 107 def get_context(self, new_topvisible, stopline=1, stopindent=0): member in class:CodeContext
142 lines, lastindent = self.get_context(new_topvisible,
155 lines, lastindent = self.get_context(new_topvisible,
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CodeContext.py 107 def get_context(self, new_topvisible, stopline=1, stopindent=0): member in class:CodeContext
142 lines, lastindent = self.get_context(new_topvisible,
155 lines, lastindent = self.get_context(new_topvisible,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 107 def get_context(self, new_topvisible, stopline=1, stopindent=0): member in class:CodeContext
142 lines, lastindent = self.get_context(new_topvisible,
155 lines, lastindent = self.get_context(new_topvisible,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CodeContext.py 107 def get_context(self, new_topvisible, stopline=1, stopindent=0): member in class:CodeContext
142 lines, lastindent = self.get_context(new_topvisible,
155 lines, lastindent = self.get_context(new_topvisible,
  /external/libxcam/plugins/smart/dvs/
xcam_plugin_dvs.cpp 79 cl_context cl_context_id = XCam::CLDevice::instance()->get_context()->get_context_id();
128 XCam::SmartPtr<XCam::CLContext> cl_Context = XCam::CLDevice::instance()->get_context();

Completed in 697 milliseconds

1 2 3 4