Searched refs:get_context (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_disconnect.py105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_find.py118 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_flush.py105 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_listen.py108 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_stop_find.py110 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_group_add.py150 gobject.MainLoop().get_context().iteration(True)
H A Dp2p_invite.py136 gobject.MainLoop().get_context().iteration(True)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h376 typename ProgramStateTrait<T>::context_type get_context() const;
606 typename ProgramStateTrait<T>::context_type get_context() { function in class:clang::ento::ProgramStateManager
730 return getStateManager().add<T>(this, K, get_context<T>());
734 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { function in class:clang::ento::ProgramState
735 return getStateManager().get_context<T>();
740 return getStateManager().remove<T>(this, K, get_context<T>());
762 return getStateManager().set<T>(this, K, E, get_context<T>());
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Drest_api.py242 ctx = ndb.get_context()
/external/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp191 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>();
H A DCStringChecker.cpp2005 CStringLengthTy::Factory &F = state->get_context<CStringLength>();
2057 CStringLengthTy::Factory &F = state->get_context<CStringLength>();
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp373 ConstraintRangeTy::Factory& CRFactory = state->get_context<ConstraintRange>();

Completed in 247 milliseconds