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

1 2

  /frameworks/native/opengl/libs/EGL/
egl.cpp 129 egl_context_t const * const c = get_context(context);
147 egl_context_t const * const c = get_context(context);
170 egl_context_t const * const c = get_context(context);
egl_object.h 188 egl_context_t* get_context(EGLContext context) { function in namespace:android
eglApi.cpp 662 egl_context_t* const c = get_context(share_list);
703 egl_context_t * const c = get_context(ctx);
749 egl_context_t * cur_c = get_context(getContext());
752 c = get_context(ctx);
817 egl_context_t * const c = get_context(ctx);
843 egl_context_t const * const c = get_context(ctx);
863 egl_context_t const * const c = get_context(ctx);
    [all...]
  /external/autotest/client/cros/
dark_resume_listener.py 38 context = loop.get_context()
  /external/chromium-trace/catapult/third_party/webapp2/tests/
test_base.py 78 ctx = tasklets.get_context()
  /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/autotest/client/common_lib/
error.py 13 __all__ = ['format_error', 'context_aware', 'context', 'get_context',
32 # get_context() joins the current context strings of all functions in the
44 # error.get_context() ----> 'world'
54 # error.get_context() ----> 'hello --> foo --> bar'
58 # error.get_context().
84 log("Context: %s" % get_context())
102 log("Context: %s" % get_context())
105 def get_context(): function
143 set_exception_context(e, get_context())
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 384 typename ProgramStateTrait<T>::context_type get_context() const;
614 typename ProgramStateTrait<T>::context_type get_context() { function in class:clang::ento::ProgramStateManager
765 return getStateManager().add<T>(this, K, get_context<T>());
769 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { function in class:clang::ento::ProgramState
770 return getStateManager().get_context<T>();
775 return getStateManager().remove<T>(this, K, get_context<T>());
797 return getStateManager().set<T>(this, K, E, get_context<T>());
  /external/autotest/client/common_lib/cros/
session_manager.py 74 context = self._main_loop.get_context()
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_disconnect.py 105 gobject.MainLoop().get_context().iteration(True)
p2p_find.py 118 gobject.MainLoop().get_context().iteration(True)
p2p_flush.py 105 gobject.MainLoop().get_context().iteration(True)
p2p_group_add.py 150 gobject.MainLoop().get_context().iteration(True)
p2p_invite.py 136 gobject.MainLoop().get_context().iteration(True)
p2p_listen.py 108 gobject.MainLoop().get_context().iteration(True)
p2p_stop_find.py 110 gobject.MainLoop().get_context().iteration(True)
  /external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/
rest_api.py 250 ctx = ndb.get_context()
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
util.py 381 ndb_ctx = ndb.get_context()
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.cc 266 get_context(off_t die_offset);
748 Gdb_index_info_reader::get_context(off_t die_offset) function in class:gold::Gdb_index_info_reader
757 context = get_context(parent_offset);
807 full_name.assign(this->get_context(parent_offset));
    [all...]
  /external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py 201 context = gobject.MainLoop().get_context()
  /external/autotest/client/site_tests/network_ProxyResolver/
network_ProxyResolver.py 158 context = self._main_loop.get_context()
  /external/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp 192 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>();

Completed in 1776 milliseconds

1 2