HomeSort by relevance Sort by last modified time
    Searched full:notfound (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/chromium_org/components/wifi/
wifi_service.cc 13 const char WiFiService::kErrorNotFound[] = "Error.NotFound";
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
Makefile.inc 15 EXTRA_DIST += modules/objfmts/bin/tests/multisect/follows-notfound-err.asm
16 EXTRA_DIST += modules/objfmts/bin/tests/multisect/follows-notfound-err.errwarn
49 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.asm
50 EXTRA_DIST += modules/objfmts/bin/tests/multisect/vfollows-notfound-err.errwarn
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFontFamily.h 40 lastResult = NotFound;
75 GenericSansSerifFontFamily->lastResult = NotFound;
99 GenericSerifFontFamily->lastResult = NotFound;
123 GenericMonospaceFontFamily->lastResult = NotFound;
GdiPlusFont.h 26 lastResult = NotFound;
55 lastResult = NotFound;
78 lastResult = NotFound;
101 lastResult = NotFound;
125 lastResult = NotFound;
157 lastResult = NotFound;
  /external/bison/lib/
mbschr.c 41 goto notfound;
47 notfound:
  /external/chromium_org/net/dns/
mapped_host_resolver.h 34 // or "~NOTFOUND". If it is "~NOTFOUND" then all matched hostnames will fail
mapped_host_resolver.cc 65 if (host_port.host() == "~NOTFOUND")
  /external/chromium_org/chrome/common/extensions/docs/server2/
handler.py 51 return Response.NotFound('"%s" servlet not found' % servlet_path)
patch_servlet.py 100 return Response.NotFound('Malformed URL. It should look like ' +
112 response = Response.NotFound(e.message, {'Content-Type': 'text/plain'})
directory_zipper_test.py 51 self._directory_zipper.Zip('notfound/').Get)
api_models_test.py 115 self._api_models.GetModel('notfound').Get)
117 self._api_models.GetModel('notfound.json').Get)
120 'notfound.json').Get)
test_servlet.py 49 return Response.NotFound('Test %s not found. Available tests are: %s' % (
render_servlet.py 72 return Response.NotFound(response.content.ToString(),
76 return Response.NotFound('Not Found', headers=_MakeHeaders('text/plain'))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
test_result_writer_unittest.py 70 failure.reference_filename = 'notfound.html'
75 failure.reference_filename = 'notfound.html'
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
status.h 35 static Status NotFound(const Slice& msg, const Slice& msg2 = Slice()) {
54 // Returns true iff the status indicates a NotFound error.
  /external/chromium_org/content/browser/renderer_host/
text_input_client_message_filter.mm 53 // |index| could be WTF::notFound (-1) and its value is different from
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CompositionUnderlineRangeFilter.h 9 #include "wtf/NotFound.h"
PlainTextRange.h 30 #include "wtf/NotFound.h"
  /external/chromium_org/third_party/leveldatabase/src/util/
status.cc 47 type = "NotFound: ";
  /libcore/luni/src/main/java/org/apache/harmony/security/fortress/
Engine.java 139 throw notFound(this.serviceName, algorithm);
183 throw notFound(serviceName, algorithm);
188 private NoSuchAlgorithmException notFound(String serviceName, String algorithm)
  /external/chromium_org/third_party/skia/experimental/webtry/
webtry.go 531 http.NotFound(w, r)
540 http.NotFound(w, r)
545 http.NotFound(w, r)
571 http.NotFound(w, r)
694 http.NotFound(w, r)
699 http.NotFound(w, r)
704 http.NotFound(w, r)
710 http.NotFound(w, r)
730 http.NotFound(w, r)
735 http.NotFound(w, r
    [all...]
  /external/skia/experimental/webtry/
webtry.go 513 http.NotFound(w, r)
522 http.NotFound(w, r)
527 http.NotFound(w, r)
553 http.NotFound(w, r)
676 http.NotFound(w, r)
681 http.NotFound(w, r)
686 http.NotFound(w, r)
692 http.NotFound(w, r)
712 http.NotFound(w, r)
717 http.NotFound(w, r
    [all...]
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 207 CompileCommand NotFound = findCompileArgsInJsonDatabase(
209 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage;
210 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage;
232 CompileCommand NotFound = findCompileArgsInJsonDatabase(
238 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage;
239 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage;
  /external/chromium_org/third_party/WebKit/Source/platform/testing/
ArenaTestHelpers.h 30 #include "wtf/NotFound.h"
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.h 61 // If memtable contains a deletion for key, store a NotFound() error

Completed in 517 milliseconds

1 2 3 4 5 6