/external/chromium/base/ |
D | file_path_unittest.cc | 13 #define FPL(x) FILE_PATH_LITERAL(x) macro 54 { FPL(""), FPL(".") }, in TEST_F() 55 { FPL("aa"), FPL(".") }, in TEST_F() 56 { FPL("/aa/bb"), FPL("/aa") }, in TEST_F() 57 { FPL("/aa/bb/"), FPL("/aa") }, in TEST_F() 58 { FPL("/aa/bb//"), FPL("/aa") }, in TEST_F() 59 { FPL("/aa/bb/ccc"), FPL("/aa/bb") }, in TEST_F() 60 { FPL("/aa"), FPL("/") }, in TEST_F() 61 { FPL("/aa/"), FPL("/") }, in TEST_F() 62 { FPL("/"), FPL("/") }, in TEST_F() [all …]
|
D | file_util_unittest.cc | 34 #define FPL(x) FILE_PATH_LITERAL(x) macro 357 FilePath file_01 = temp_dir_.path().Append(FPL("The file 01.txt")); in TEST_F() 363 FilePath subdir_path = temp_dir_.path().Append(FPL("Level2")); in TEST_F() 366 FilePath file_02 = subdir_path.Append(FPL("The file 02.txt")); in TEST_F() 372 FilePath subsubdir_path = subdir_path.Append(FPL("Level3")); in TEST_F() 375 FilePath file_03 = subsubdir_path.Append(FPL("The file 03.txt")); in TEST_F() 382 file_util::ComputeFilesSize(temp_dir_.path(), FPL("The file*")); in TEST_F() 385 computed_size = file_util::ComputeFilesSize(temp_dir_.path(), FPL("bla*")); in TEST_F() 392 FilePath file_a_path = temp_dir_.path().Append(FPL("file_a")); in TEST_F() 393 FilePath dir_path = temp_dir_.path().Append(FPL("dir")); in TEST_F() [all …]
|
/external/chromium/chrome/common/ |
D | chrome_constants.cc | 9 #define FPL FILE_PATH_LITERAL macro 28 const FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome.exe"); 29 const FilePath::CharType kHelperProcessExecutableName[] = FPL("chrome.exe"); 31 const FilePath::CharType kBrowserProcessExecutableName[] = FPL("chrome"); 34 const FilePath::CharType kHelperProcessExecutableName[] = FPL("exe"); 36 const FilePath::CharType kBrowserProcessExecutableName[] = FPL(PRODUCT_STRING); 38 FPL(PRODUCT_STRING " Helper"); 41 const FilePath::CharType kBrowserProcessExecutablePath[] = FPL("chrome.exe"); 42 const FilePath::CharType kHelperProcessExecutablePath[] = FPL("chrome.exe"); 44 const FilePath::CharType kBrowserProcessExecutablePath[] = FPL("chrome"); [all …]
|
/external/chromium/chrome/browser/download/ |
D | save_package_unittest.cc | 19 #define FPL FILE_PATH_LITERAL macro 48 FilePath::StringType::size_type r_paren_index = filename.rfind(FPL(')')); in HasOrdinalNumber() 49 FilePath::StringType::size_type l_paren_index = filename.rfind(FPL('(')); in HasOrdinalNumber() 142 FPL("saved_resource") FPL_HTML_EXTENSION, true}, 145 {"filename=1.css", "http://www.savepage.com", FPL("1.css"), false}, 148 {"filename=1.js", "http://www.savepage.com", FPL("1.js"), false}, 151 {"filename=1.css", "http://www.savepage.com", FPL("1(1).css"), false}, 154 {"filename=1(1).js", "http://www.savepage.com", FPL("1(1).js"), false}, 157 {"filename=1.css", "http://www.savepage.com", FPL("1(2).css"), false}, 160 {"filename=1(1).css", "http://www.savepage.com", FPL("1(3).css"), false}, [all …]
|
/external/chromium/chrome/browser/chromeos/ |
D | boot_times_loader.cc | 32 #define FPL(value) FILE_PATH_LITERAL(value) macro 35 static const FilePath::CharType kLogPath[] = FPL("/tmp"); 37 static const FilePath::CharType kUptimePrefix[] = FPL("uptime-"); 39 static const FilePath::CharType kDiskPrefix[] = FPL("disk-"); 41 static const FilePath::CharType kChromeMain[] = FPL("chrome-main"); 48 static const FilePath::CharType kLoginSuccess[] = FPL("login-success"); 50 FPL("chrome-first-render"); 60 static const FilePath::CharType kLoginTimes[] = FPL("login-times-sent"); 137 FPL("/tmp/boot-times-sent"); in SendBootTimesToUMA() 174 const FilePath::CharType kFirmwareBootTime[] = FPL("firmware-boot-time"); in GetBootTimes() [all …]
|
/external/chromium/chrome/browser/ |
D | shell_integration_unittest.cc | 29 #define FPL FILE_PATH_LITERAL macro 144 { FPL("http___foo_.desktop"), "http://foo" }, in TEST() 145 { FPL("http___foo_bar_.desktop"), "http://foo/bar/" }, in TEST() 146 { FPL("http___foo_bar_a=b&c=d.desktop"), "http://foo/bar?a=b&c=d" }, in TEST() 149 { FPL("http___foo_.desktop"), "http://foo/bar/baz/../../../../../" }, in TEST() 150 { FPL("http___foo_.desktop"), "http://foo/bar/././../baz/././../" }, in TEST() 151 { FPL("http___.._.desktop"), "http://../../../../" }, in TEST()
|
/external/clang/test/SemaCXX/ |
D | block-call.cpp | 7 …int (*FPL) (int) = FP; // expected-error {{cannot initialize a variable of type 'int (*)(int)' wit… in main() local
|
/external/clang/test/Sema/ |
D | block-call.c | 7 int (*FPL) (int) = FP; // C doesn't consider this an error. in main() local
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 50778 http://www.itweb.co.za/sections/internet/2002/0205230701.asp?O=FPL
|