/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_editor_view_unittest.cc | 44 std::string base_path() const { return "file:///c:/tmp/"; } in base_path() function in BookmarkEditorViewTest 47 return model_->GetMostRecentlyAddedNodeForURL(GURL(base_path() + name)); in GetNode() 108 std::string test_base = base_path(); in AddTestData() 167 ASSERT_TRUE(GURL(base_path() + "a") == bb_node->GetChild(0)->GetURL()); in TEST_F() 177 SetURLText(UTF8ToWide(GURL(base_path() + "new_a").spec())); in TEST_F() 185 ASSERT_TRUE(GURL(base_path() + "new_a") == bb_node->GetChild(0)->GetURL()); in TEST_F() 198 ASSERT_TRUE(GURL(base_path() + "a") == other_node->GetChild(2)->GetURL()); in TEST_F() 208 SetURLText(UTF8ToWide(GURL(base_path() + "new_a").spec())); in TEST_F() 214 ASSERT_TRUE(GURL(base_path() + "new_a") == other_node->GetChild(2)->GetURL()); in TEST_F() 256 SetURLText(UTF8ToWide(GURL(base_path() + "a").spec())); in TEST_F() [all …]
|
/external/chromium/chrome/browser/ui/gtk/bookmarks/ |
D | bookmark_editor_gtk_unittest.cc | 55 std::string base_path() const { return "file:///c:/tmp/"; } in base_path() function in BookmarkEditorGtkTest 58 return model_->GetMostRecentlyAddedNodeForURL(GURL(base_path() + name)); in GetNode() 75 std::string test_base = base_path(); in AddTestData() 151 ASSERT_TRUE(GURL(base_path() + "a") == bb_node->GetChild(0)->GetURL()); in TEST_F() 161 GURL(base_path() + "new_a").spec().c_str()); in TEST_F() 172 ASSERT_TRUE(GURL(base_path() + "new_a") == bb_node->GetChild(0)->GetURL()); in TEST_F() 190 ASSERT_TRUE(GURL(base_path() + "a") == other_node->GetChild(2)->GetURL()); in TEST_F() 202 GURL(base_path() + "new_a").spec().c_str()); in TEST_F() 212 ASSERT_TRUE(GURL(base_path() + "new_a") == other_node->GetChild(2)->GetURL()); in TEST_F() 271 GURL(base_path() + "a").spec().c_str()); in TEST_F() [all …]
|
/external/chromium/base/memory/ |
D | scoped_temp_dir_unittest.cc | 62 FilePath base_path; in TEST() local 64 &base_path); in TEST() 69 EXPECT_TRUE(dir.CreateUniqueTempDirUnderPath(base_path)); in TEST() 72 EXPECT_TRUE(base_path.IsParent(test_path)); in TEST() 73 EXPECT_TRUE(test_path.value().find(base_path.value()) != std::string::npos); in TEST()
|
D | scoped_temp_dir.cc | 31 bool ScopedTempDir::CreateUniqueTempDirUnderPath(const FilePath& base_path) { in CreateUniqueTempDirUnderPath() argument 36 if (!file_util::CreateDirectory(base_path)) in CreateUniqueTempDirUnderPath() 41 base_path, in CreateUniqueTempDirUnderPath()
|
/external/chromium/chrome/browser/net/ |
D | url_request_mock_http_job.cc | 31 void URLRequestMockHTTPJob::AddUrlHandler(const FilePath& base_path) { in AddUrlHandler() argument 32 base_path_ = base_path; in AddUrlHandler() 60 FilePath URLRequestMockHTTPJob::GetOnDiskPath(const FilePath& base_path, in GetOnDiskPath() argument 67 GURL file_url(net::FilePathToFileURL(base_path)); in GetOnDiskPath()
|
D | url_request_mock_http_job.h | 29 static void AddUrlHandler(const FilePath& base_path); 41 static FilePath GetOnDiskPath(const FilePath& base_path,
|
D | url_request_slow_http_job.cc | 28 void URLRequestSlowHTTPJob::AddUrlHandler(const FilePath& base_path) { in AddUrlHandler() argument 29 base_path_ = base_path; in AddUrlHandler()
|
D | url_request_slow_http_job.h | 23 static void AddUrlHandler(const FilePath& base_path);
|
/external/chromium/net/tools/dump_cache/ |
D | url_to_filename_encoder.h | 98 static std::string Encode(const std::string& url, std::string base_path, in Encode() argument 103 EncodeSegment(base_path, url_no_scheme, '/', &filename); in Encode() 113 filename.append(base_path); in Encode()
|
D | cache_dumper.cc | 74 std::string base_path = WideToASCII(path_); in CreateEntry() local 76 net::UrlToFilenameEncoder::Encode(url, base_path, false); in CreateEntry()
|
D | url_to_filename_encoder_unittest.cc | 90 void ValidateUrl(const string& url, const string& base_path, in ValidateUrl() argument 93 url, base_path, legacy_escape); in ValidateUrl()
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
D | filesystem_unittest.py | 105 with fs.mkdtemp(prefix='filesystem_unittest_') as base_path: 106 sub_path = os.path.join(base_path, "newdir") 122 self.assertFalse(os.path.exists(base_path)) 123 self.assertFalse(fs.isdir(base_path))
|
/external/webkit/Tools/CodeCoverage/ |
D | regenerate-coverage-display | 66 (base_path, name) = os.path.split(__file__) 67 base_path = os.path.abspath(base_path) 69 shutil.copyfile(os.path.join(base_path,css), os.path.join(dest_dir,css)) 70 map(lambda x: shutil.copyfile(os.path.join(base_path,x), os.path.join(dest_dir,x)), images)
|
D | run-generate-coverage-data | 85 def collect_cov(base_path,targets): argument 150 for root, dirs, files in os.walk(base_path):
|
/external/chromium/chrome/browser/extensions/ |
D | external_extension_provider_impl.cc | 128 FilePath base_path = loader_->GetBaseCrxFilePath(); in SetPrefs() local 129 if (base_path.empty()) { in SetPrefs() 134 path = base_path.Append(external_crx); in SetPrefs()
|
D | extension_browsertests_misc.cc | 212 FilePath base_path = test_data_dir_.AppendASCII("browsertest") in IN_PROC_BROWSER_TEST_F() local 215 ASSERT_TRUE(LoadExtension(base_path.AppendASCII("ExtA"))); in IN_PROC_BROWSER_TEST_F() 225 ASSERT_TRUE(LoadExtension(base_path.AppendASCII("ExtB"))); in IN_PROC_BROWSER_TEST_F()
|
D | extension_service_unittest.cc | 3079 FilePath base_path(FILE_PATH_LITERAL("//base/path")); in TEST_F() local 3080 ASSERT_TRUE(base_path.IsAbsolute()); in TEST_F() 3081 MockProviderVisitor visitor(base_path); in TEST_F()
|
/external/chromium/chrome/common/extensions/docs/build/ |
D | directory.py | 561 base_path = os.path.realpath(os.path.dirname(self._manifest_path)) 562 for root, directories, files in sorted_walk(base_path): 571 path = fullpath.replace(base_path, '')[1:]
|
/external/chromium/chrome/common/ |
D | logging_chrome.cc | 163 FilePath GenerateTimestampedName(const FilePath& base_path, in GenerateTimestampedName() argument 174 return base_path.InsertBeforeExtension(suffix); in GenerateTimestampedName()
|
/external/qemu/ |
D | block.c | 96 const char *base_path, in path_combine() argument 107 p = strchr(base_path, ':'); in path_combine() 111 p = base_path; in path_combine() 112 p1 = strrchr(base_path, '/'); in path_combine() 116 p2 = strrchr(base_path, '\\'); in path_combine() 124 p1 = base_path; in path_combine() 127 len = p - base_path; in path_combine() 130 memcpy(dest, base_path, len); in path_combine()
|
D | block.h | 219 const char *base_path,
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_expectations.py | 720 base_path = self._fs.normpath(test_list_path) 722 if len(prev_base_path) > len(base_path): 726 if len(prev_base_path) < len(base_path):
|
/external/linux-tools-perf/ |
D | builtin-script.c | 668 static int is_directory(const char *base_path, const struct dirent *dent) in is_directory() argument 673 sprintf(path, "%s/%s", base_path, dent->d_name); in is_directory()
|