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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 357 typename ProgramStateTrait<T>::context_type get_context() const;
586 typename ProgramStateTrait<T>::context_type get_context() { function in class:clang::ento::ProgramStateManager
710 return getStateManager().add<T>(this, K, get_context<T>());
714 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { function in class:clang::ento::ProgramState
715 return getStateManager().get_context<T>();
720 return getStateManager().remove<T>(this, K, get_context<T>());
742 return getStateManager().set<T>(this, K, E, get_context<T>());
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 444 egl_context_t* const c = get_context(share_list);
495 egl_context_t * const c = get_context(ctx);
541 egl_context_t * cur_c = get_context(getContext());
544 c = get_context(ctx);
610 egl_context_t * const c = get_context(ctx);
636 egl_context_t const * const c = get_context(ctx);
656 egl_context_t const * const c = get_context(ctx);
869 egl_context_t * const c = get_context( egl_tls_t::getContext() );
    [all...]
egl_object.h 184 egl_context_t* get_context(EGLContext context) { function in namespace:android
egl.cpp 275 egl_context_t const * const c = get_context(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/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 357 ConstraintRangeTy::Factory& CRFactory = state->get_context<ConstraintRange>();
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
RetainCountChecker.cpp     [all...]

Completed in 134 milliseconds