Searched refs:notFound (Results 1 – 10 of 10) sorted by relevance
/external/deqp/android/scripts/ |
D | install.py | 97 for notFound in notFounds: 98 print("Couldn't find device matching serial '%s'" % notFound)
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_HttpServer.java | 288 notFound(); // return a not found error in run() 484 private void notFound() { in notFound() method in Support_HttpServer.ServerThread
|
/external/clang/lib/ARCMigrate/ |
D | TransProperties.cpp | 308 bool notFound = oneAssign.TraverseDecl(CurImplD); in hasIvarAssignedAPlusOneObject() local 309 if (!notFound) in hasIvarAssignedAPlusOneObject()
|
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
D | ServletHandler.java | 485 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/ |
D | WebSocketCallTest.java | 133 @Test public void notFound() { in notFound() method in WebSocketCallTest
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | IntFloatMap.java | 490 public int findKey (float value, int notFound) { in findKey() argument 496 return notFound; in findKey()
|
D | IntIntMap.java | 477 public int findKey (int value, int notFound) { in findKey() argument 482 return notFound; in findKey()
|
D | IntMap.java | 487 public int findKey (Object value, boolean identity, int notFound) { in findKey() argument 503 return notFound; in findKey()
|
D | LongMap.java | 484 public long findKey (Object value, boolean identity, long notFound) { in findKey() argument 500 return notFound; in findKey()
|
/external/jetty/ |
D | VERSION.txt | 542 + 373269 Make ServletHandler.notFound() method impl do nothing - override to
|