Searched refs:FileNotFound (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/tools/grit/grit/gather/ |
D | chrome_scaled_image_unittest.py | 138 self.assertRaises(exception.FileNotFound, 165 self.assertRaises(exception.FileNotFound, _RunBuildTest, *args) 168 self.assertRaises(exception.FileNotFound,
|
D | chrome_scaled_image.py | 119 raise exception.FileNotFound(
|
/external/clang/include/clang/Lex/ |
D | PPCallbacks.h | 78 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function 326 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function 328 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound() 329 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
|
/external/chromium_org/tools/grit/grit/ |
D | exception.py | 79 class FileNotFound(Parsing): class
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 172 TEST_F(ImporterTest, FileNotFound) { in TEST_F() argument
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
D | importer_unittest.cc | 172 TEST_F(ImporterTest, FileNotFound) { in TEST_F() argument
|
/external/chromium/net/ftp/ |
D | ftp_network_transaction_unittest.cc | 1424 TEST_F(FtpNetworkTransactionTest, FileNotFound) { in TEST_F() argument
|
/external/chromium_org/net/ftp/ |
D | ftp_network_transaction_unittest.cc | 1582 TEST_P(FtpNetworkTransactionTest, FileNotFound) { in TEST_P() argument
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 1431 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()
|