HomeSort by relevance Sort by last modified time
    Searched full:doterminate (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/test/
testlock.c 16 static volatile int doterminate = 0; variable
35 doterminate = 1;
66 if (SDL_ThreadID() == mainthread && doterminate) {
  /frameworks/base/opengl/java/android/opengl/
ManagedEGLContext.java 97 public static boolean doTerminate() {
117 Log.w(TAG, "doTerminate failed: no display");
122 Log.w(TAG, "doTerminate failed: EGL count is " + EGLImpl.getInitCount(display)
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLErrorResources.java 191 "\nUNEXPECTED: Parser doTerminate answers {0}"},
  /frameworks/base/core/java/android/view/
WindowManagerGlobal.java 441 ManagedEGLContext.doTerminate();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM.java 330 * Ask the CoRoutine parser to doTerminate and clear the reference.
338 * Ask the CoRoutine parser to doTerminate and clear the reference. If
341 * @param callDoTerminate true of doTerminate should be called on the
    [all...]

Completed in 79 milliseconds