Searched refs:notFound (Results 1 – 8 of 8) sorted by relevance
97 for notFound in notFounds:98 print("Couldn't find device matching serial '%s'" % notFound)
288 notFound(); // return a not found error in run()484 private void notFound() { in notFound() method in Support_HttpServer.ServerThread
326 bool notFound = oneAssign.TraverseDecl(CurImplD); in hasIvarAssignedAPlusOneObject() local327 if (!notFound) in hasIvarAssignedAPlusOneObject()
485 notFound(request, response); in doHandle()1366 protected void notFound(HttpServletRequest request, in notFound() method in ServletHandler1499 notFound(srequest, (HttpServletResponse)response); in doFilter()1577 notFound(srequest, (HttpServletResponse)response); in doFilter()
115 @Test public void notFound() { in notFound() method in WebSocketCallTest
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
542 + 373269 Make ServletHandler.notFound() method impl do nothing - override to