Home
last modified time | relevance | path

Searched refs:notFound (Results 1 – 10 of 10) sorted by relevance

/external/deqp/android/scripts/
Dinstall.py97 for notFound in notFounds:
98 print("Couldn't find device matching serial '%s'" % notFound)
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpServer.java288 notFound(); // return a not found error in run()
484 private void notFound() { in notFound() method in Support_HttpServer.ServerThread
/external/clang/lib/ARCMigrate/
DTransProperties.cpp308 bool notFound = oneAssign.TraverseDecl(CurImplD); in hasIvarAssignedAPlusOneObject() local
309 if (!notFound) in hasIvarAssignedAPlusOneObject()
/external/jetty/src/java/org/eclipse/jetty/servlet/
DServletHandler.java485 notFound(request, response); in doHandle()
1366 protected void notFound(HttpServletRequest request, in notFound() method in ServletHandler
1499 notFound(srequest, (HttpServletResponse)response); in doFilter()
1577 notFound(srequest, (HttpServletResponse)response); in doFilter()
/external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
DWebSocketCallTest.java133 @Test public void notFound() { in notFound() method in WebSocketCallTest
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DIntFloatMap.java490 public int findKey (float value, int notFound) { in findKey() argument
496 return notFound; in findKey()
DIntIntMap.java477 public int findKey (int value, int notFound) { in findKey() argument
482 return notFound; in findKey()
DIntMap.java487 public int findKey (Object value, boolean identity, int notFound) { in findKey() argument
503 return notFound; in findKey()
DLongMap.java484 public long findKey (Object value, boolean identity, long notFound) { in findKey() argument
500 return notFound; in findKey()
/external/jetty/
DVERSION.txt542 + 373269 Make ServletHandler.notFound() method impl do nothing - override to