Home
last modified time | relevance | path

Searched refs:get_context (Results 1 – 18 of 18) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h377 typename ProgramStateTrait<T>::context_type get_context() const;
607 typename ProgramStateTrait<T>::context_type get_context() { in get_context() function
731 return getStateManager().add<T>(this, K, get_context<T>()); in add()
735 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context() function
736 return getStateManager().get_context<T>(); in get_context()
741 return getStateManager().remove<T>(this, K, get_context<T>()); in remove()
763 return getStateManager().set<T>(this, K, E, get_context<T>()); in set()
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dtest_base.py78 ctx = tasklets.get_context()
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
Dp2p_flush.py105 gobject.MainLoop().get_context().iteration(True)
Dp2p_stop_find.py110 gobject.MainLoop().get_context().iteration(True)
Dp2p_disconnect.py105 gobject.MainLoop().get_context().iteration(True)
Dp2p_listen.py108 gobject.MainLoop().get_context().iteration(True)
Dp2p_find.py118 gobject.MainLoop().get_context().iteration(True)
Dp2p_invite.py136 gobject.MainLoop().get_context().iteration(True)
Dp2p_group_add.py150 gobject.MainLoop().get_context().iteration(True)
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
Drest_api.py250 ctx = ndb.get_context()
/external/clang/lib/StaticAnalyzer/Checkers/
DTestAfterDivZeroChecker.cpp192 DivZeroMapTy::Factory &F = State->get_context<DivZeroMap>(); in checkEndFunction()
DCStringChecker.cpp2010 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkRegionChanges()
2062 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkDeadSymbols()
DRetainCountChecker.cpp3629 RefBindingsTy::Factory &RefBFactory = state->get_context<RefBindings>(); in evalAssume()
3901 RefBindingsTy::Factory &F = state->get_context<RefBindings>(); in checkDeadSymbols()
DMallocChecker.cpp2118 RegionStateTy::Factory &F = state->get_context<RegionState>(); in checkDeadSymbols()
/external/mesa3d/docs/
DlibGL.txt195 Drivers may use the _glapi_set/get_context() functions to maintain
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp373 ConstraintRangeTy::Factory& CRFactory = state->get_context<ConstraintRange>(); in removeDeadBindings()
/external/libvncserver/webclients/novnc/include/
Drfb.js397 if (display && display.get_context()) {
1547 ctx = display.get_context();
Ddisplay.js59 that.get_context = function () { return c_ctx; }; function