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

  /external/selinux/libselinux/src/
selinuxswig_python.i 30 status, oldcontext = lgetfilecon(path)
34 oldcontext = None
35 if context != oldcontext:
  /external/mesa3d/src/glx/apple/
apple_glx_pbuffer.c 188 CGLContextObj oldcontext; local
191 oldcontext = apple_cgl.get_current_context();
193 if (!oldcontext) {
244 apple_cgl.set_current_context(oldcontext);
  /external/valgrind/coregrind/
pub_core_threadstate.h 306 vki_ucontext_t *oldcontext; member in struct:__anon25325
  /external/valgrind/coregrind/m_sigframe/
sigframe-solaris.c 148 tst->os_state.oldcontext = &frame->ucontext;
  /external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocketConnectionD08.java 183 ClassLoader oldcontext = current.getContextClassLoader(); local
217 current.setContextClassLoader(oldcontext);
WebSocketConnectionRFC6455.java 215 ClassLoader oldcontext = current.getContextClassLoader(); local
249 current.setContextClassLoader(oldcontext);
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 91 status, oldcontext = lgetfilecon(path)
95 oldcontext = None
96 if context != oldcontext:
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /external/valgrind/coregrind/m_scheduler/
scheduler.c 511 tst->os_state.oldcontext = NULL;
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-solaris.c 530 uc->uc_link = tst->os_state.oldcontext;
604 tst->os_state.oldcontext = uc->uc_link;
    [all...]

Completed in 461 milliseconds