/external/freetype/src/psnames/ |
D | pstables.h | 4085 goto NotFound; in ft_get_adobe_glyph_index() 4114 goto NotFound; in ft_get_adobe_glyph_index() 4127 goto NotFound; in ft_get_adobe_glyph_index() 4134 goto NotFound; in ft_get_adobe_glyph_index() 4157 goto NotFound; in ft_get_adobe_glyph_index() 4163 NotFound: in ft_get_adobe_glyph_index()
|
/external/chromium_org/third_party/freetype/src/psnames/ |
D | pstables.h | 4085 goto NotFound; in ft_get_adobe_glyph_index() 4114 goto NotFound; in ft_get_adobe_glyph_index() 4127 goto NotFound; in ft_get_adobe_glyph_index() 4134 goto NotFound; in ft_get_adobe_glyph_index() 4157 goto NotFound; in ft_get_adobe_glyph_index() 4163 NotFound: in ft_get_adobe_glyph_index()
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/ |
D | pstables.h | 4099 goto NotFound; in ft_get_adobe_glyph_index() 4128 goto NotFound; in ft_get_adobe_glyph_index() 4141 goto NotFound; in ft_get_adobe_glyph_index() 4148 goto NotFound; in ft_get_adobe_glyph_index() 4171 goto NotFound; in ft_get_adobe_glyph_index() 4177 NotFound: in ft_get_adobe_glyph_index()
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
D | GdiPlusFont.h | 26 lastResult = NotFound; in Font() 55 lastResult = NotFound; in Font() 78 lastResult = NotFound; in Font() 101 lastResult = NotFound; in Font() 125 lastResult = NotFound; in Font() 157 lastResult = NotFound; in Font()
|
D | GdiPlusFontFamily.h | 40 lastResult = NotFound; in FontFamily() 75 GenericSansSerifFontFamily->lastResult = NotFound; in GenericSansSerif() 99 GenericSerifFontFamily->lastResult = NotFound; in GenericSerif() 123 GenericMonospaceFontFamily->lastResult = NotFound; in GenericMonospace()
|
/external/clang/include/clang/Sema/ |
D | Lookup.h | 34 NotFound = 0, enumerator 132 : ResultKind(NotFound), in ResultKind() argument 154 : ResultKind(NotFound), in ResultKind() argument 174 : ResultKind(NotFound), in LookupResult() 396 assert(ResultKind == NotFound && Decls.empty()); in setNotFoundInCurrentInstantiation() 420 ResultKind = NotFound; in resolveKindAfterFilter() 491 ResultKind = NotFound; in clear()
|
/external/chromium_org/third_party/skia/experimental/webtry/ |
D | 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/ |
D | 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/include/clang/Serialization/ |
D | Module.h | 69 NotFound = 3 enumerator 89 File.Val.setInt(NotFound); in getNotFound() 96 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
D | patch_servlet.py | 100 return Response.NotFound('Malformed URL. It should look like ' + 112 response = Response.NotFound(e.message, {'Content-Type': 'text/plain'})
|
D | render_servlet.py | 72 return Response.NotFound(response.content.ToString(), 76 return Response.NotFound('Not Found', headers=_MakeHeaders('text/plain'))
|
D | handler.py | 51 return Response.NotFound('"%s" servlet not found' % servlet_path)
|
D | test_servlet.py | 49 return Response.NotFound('Test %s not found. Available tests are: %s' % (
|
D | servlet.py | 99 def NotFound(content, headers=None): member in Response
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 207 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST() local 209 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage; in TEST() 210 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage; in TEST() 232 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST() local 238 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage; in TEST() 239 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage; in TEST()
|
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
D | status.h | 35 static Status NotFound(const Slice& msg, const Slice& msg2 = Slice()) {
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 604 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup() argument 606 return Traits::startLess(x, start(i)) ? NotFound : value(i); in safeLookup() 1047 ValT treeSafeLookup(KeyT x, ValT NotFound) const; 1083 ValT lookup(KeyT x, ValT NotFound = ValT()) const { 1085 return NotFound; 1086 return branched() ? treeSafeLookup(x, NotFound) : 1087 rootLeaf().safeLookup(x, NotFound); 1153 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup() argument 1159 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup()
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
D | iapps_finder_impl_win_browsertest.cc | 112 IN_PROC_BROWSER_TEST_F(ITunesFinderWinTest, NotFound) { in IN_PROC_BROWSER_TEST_F() argument
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | memtable.cc | 137 *s = Status::NotFound(Slice()); in Get()
|
/external/chromium_org/v8/src/ |
D | lookup.h | 80 void NotFound() { in NotFound() function
|
D | property.h | 149 void NotFound() { in NotFound() function
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
D | leveldb_wrapper.cc | 175 return leveldb::Status::NotFound(leveldb::Slice()); in Get()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | wtf.gypi | 86 'NotFound.h',
|
/external/skia/tools/bug_chomper/src/server/ |
D | server.go | 348 http.NotFound(w, r)
|
/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_database_unittest.cc | 334 commit_success_ = leveldb::Status::NotFound("Bummer."); in IndexedDBDatabaseOperationAbortTest()
|