/external/autotest/client/common_lib/ |
D | error.py | 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/ |
D | ProgramState.h | 384 typename ProgramStateTrait<T>::context_type get_context() const; 614 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function 765 return getStateManager().add<T>(this, K, get_context<T>()); in add() 769 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function 770 return getStateManager().get_context<T>(); in get_context() 775 return getStateManager().remove<T>(this, K, get_context<T>()); in remove() 797 return getStateManager().set<T>(this, K, E, get_context<T>()); in set()
|
/external/autotest/client/cros/ |
D | dark_resume_listener.py | 38 context = loop.get_context()
|
D | cros_disks.py | 128 context = self.main_loop.get_context()
|
/external/chromium-trace/catapult/third_party/webapp2/tests/ |
D | test_base.py | 78 ctx = tasklets.get_context()
|
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
D | p2p_flush.py | 105 gobject.MainLoop().get_context().iteration(True)
|
D | p2p_disconnect.py | 105 gobject.MainLoop().get_context().iteration(True)
|
D | p2p_stop_find.py | 110 gobject.MainLoop().get_context().iteration(True)
|
D | p2p_listen.py | 108 gobject.MainLoop().get_context().iteration(True)
|
D | p2p_find.py | 118 gobject.MainLoop().get_context().iteration(True)
|
D | p2p_invite.py | 136 gobject.MainLoop().get_context().iteration(True)
|
D | p2p_group_add.py | 150 gobject.MainLoop().get_context().iteration(True)
|
/external/autotest/client/common_lib/cros/ |
D | session_manager.py | 74 context = self._main_loop.get_context()
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/ |
D | util.py | 381 ndb_ctx = ndb.get_context()
|
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
D | rest_api.py | 250 ctx = ndb.get_context()
|
/external/autotest/client/site_tests/network_ProxyResolver/ |
D | network_ProxyResolver.py | 158 context = self._main_loop.get_context()
|
/external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/ |
D | network_3GRecoverFromGobiDesync.py | 201 context = gobject.MainLoop().get_context()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | TestAfterDivZeroChecker.cpp | 192 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>(); in checkEndFunction()
|
/external/autotest/client/cros/networking/ |
D | shill_proxy.py | 452 context = gobject.MainLoop().get_context()
|
/external/autotest/server/ |
D | server_job.py | 75 def get_context(self): member in status_indenter 918 return self._indenter.get_context()
|
/external/autotest/client/cros/nfc/ |
D | console.py | 99 context = self._mainloop.get_context()
|
/external/mesa3d/docs/ |
D | libGL.txt | 195 Drivers may use the _glapi_set/get_context() functions to maintain
|
/external/libvncserver/webclients/novnc/include/ |
D | display.js | 474 get_context: function () { method in Display
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RangeConstraintManager.cpp | 404 ConstraintRangeTy::Factory& CRFactory = state->get_context<ConstraintRange>(); in removeDeadBindings()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_appengine.py | 466 ndb.get_context().clear_cache()
|