/external/chromium_org/third_party/freetype/src/psnames/ |
pstables.h | [all...] |
/external/freetype/src/psnames/ |
pstables.h | [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/ |
pstables.h | [all...] |
/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;
|
GdiPlusTypes.h | 121 NotFound = 10,
|
/external/clang/include/clang/Serialization/ |
Module.h | 69 NotFound = 3 89 File.Val.setInt(NotFound); 96 bool isNotFound() const { return Val.getInt() == 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'})
|
render_servlet.py | 72 return Response.NotFound(response.content.ToString(), 76 return Response.NotFound('Not Found', headers=_MakeHeaders('text/plain'))
|
test_servlet.py | 49 return Response.NotFound('Test %s not found. Available tests are: %s' % (
|
servlet.py | 99 def NotFound(content, headers=None):
|
/external/clang/include/clang/Sema/ |
Lookup.h | 34 NotFound = 0, 132 : ResultKind(NotFound), 154 : ResultKind(NotFound), 174 : ResultKind(NotFound), 396 assert(ResultKind == NotFound && Decls.empty()); 420 ResultKind = NotFound; 491 ResultKind = NotFound;
|
/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/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/chrome/browser/media_galleries/fileapi/ |
iapps_finder_impl_win_browsertest.cc | 112 IN_PROC_BROWSER_TEST_F(ITunesFinderWinTest, NotFound) {
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
memtable.cc | 137 *s = Status::NotFound(Slice());
|
log_test.cc | 82 return Status::NotFound("in-memory file skipepd past end");
|
version_set.cc | 410 s = Status::NotFound(Slice()); // Use empty error message for speed 419 return Status::NotFound(Slice()); // Use an empty error message for speed [all...] |
/external/llvm/include/llvm/ADT/ |
IntervalMap.h | 53 // ValT lookup(KeyT x, Value NotFound = Value()) const; 602 /// @param NotFound Value to return if x is not in any interval. 603 /// @return The mapped value at x or NotFound. 604 ValT safeLookup(KeyT x, ValT NotFound) const { 606 return Traits::startLess(x, start(i)) ? NotFound : value(i); [all...] |
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
leveldb_wrapper.cc | 175 return leveldb::Status::NotFound(leveldb::Slice());
|
/external/chromium_org/v8/src/ |
lookup.h | 80 void NotFound() {
|
property.h | 149 void NotFound() {
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database_unittest.cc | 334 commit_success_ = leveldb::Status::NotFound("Bummer.");
|
/external/chromium_org/ui/file_manager/gallery/js/ |
gallery_item.js | 291 onError('NotFound');
|