/external/chromium_org/chrome/browser/sync_file_system/ |
D | syncable_file_system_util_unittest.cc | 31 const base::FilePath::CharType kPath[] = FILE_PATH_LITERAL("dir/file"); variable 52 const base::FilePath path(kPath); in TEST() 68 CreateNormalizedFilePath(kPath).AsUTF8Unsafe(); in TEST() 71 GURL(kOrigin), base::FilePath(kPath)); in TEST() 89 const base::FilePath normalized_path = CreateNormalizedFilePath(kPath); in TEST()
|
/external/chromium_org/third_party/android_crazy_linker/src/src/ |
D | crazy_linker_system_unittest.cpp | 14 static const char kPath[] = "/tmp/foo/bar"; in TEST() local 20 sys.AddRegularFile(kPath, kString, kStringLen); in TEST() 23 FileDescriptor fd(kPath); in TEST()
|
/external/chromium_org/third_party/webrtc/base/ |
D | autodetectproxy_unittest.cc | 20 static const char kPath[] = "/"; variable 79 kPath, in TestCopesWithProxy() 124 kPath, in TEST_F()
|
/external/chromium_org/components/url_matcher/ |
D | url_matcher_factory_unittest.cc | 268 const std::string kPath("/path"); in TEST() local 272 const std::string kUrl(kScheme + "://" + kHost + ":1234" + kPath + kQuery); in TEST() 305 UrlConditionCaseTest(keys::kPathContainsKey, false, kPath, kPathUpper, in TEST() 307 UrlConditionCaseTest(keys::kPathEqualsKey, false, kPath, kPathUpper, in TEST() 309 UrlConditionCaseTest(keys::kPathPrefixKey, false, kPath, kPathUpper, in TEST() 311 UrlConditionCaseTest(keys::kPathSuffixKey, false, kPath, kPathUpper, in TEST()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | prune.h | 61 if ((Weight::Properties() & (kPath | kCommutative)) in Prune() 62 != (kPath | kCommutative)) in Prune() 147 if ((Weight::Properties() & (kPath | kCommutative)) in Prune() 148 != (kPath | kCommutative)) in Prune()
|
D | shortest-path.h | 90 if ((Weight::Properties() & (kPath | kRightSemiring)) in SingleShortestPath() 91 != (kPath | kRightSemiring)) in SingleShortestPath() 247 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) in ShortestPath()
|
D | weight.h | 101 const uint64 kPath = 0x0000000000000010ULL; variable
|
D | float-weight.h | 148 kPath | kIdempotent; in Properties()
|
/external/chromium_org/chromeos/network/ |
D | network_handler_callbacks.cc | 23 const char kPath[] = "path"; variable 54 error_data->SetString(kPath, path); in CreateDBusErrorData()
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
D | local_file_sync_service_unittest.cc | 456 const FileSystemURL kPath(file_system_->URL("foo")); in TEST_F() local 464 EXPECT_CALL(status_observer, OnSyncEnabled(kPath)).Times(AtLeast(1)); in TEST_F() 470 EXPECT_EQ(base::File::FILE_OK, file_system_->CreateFile(kPath)); in TEST_F() 471 EXPECT_EQ(base::File::FILE_OK, file_system_->Remove(kPath, false)); in TEST_F() 472 EXPECT_EQ(base::File::FILE_OK, file_system_->CreateDirectory(kPath)); in TEST_F() 481 EXPECT_CALL(local_change_processor, ApplyLocalChange(_, _, _, kPath, _)) in TEST_F() 489 EXPECT_CALL(status_observer, OnWriteEnabled(kPath)).Times(AtLeast(0)); in TEST_F() 493 SYNC_STATUS_OK, kPath)); in TEST_F()
|
D | local_file_change_tracker_unittest.cc | 127 const char kPath[] = "foo/bar"; in TEST_F() local 128 change_tracker()->OnCreateDirectory(URL(kPath)); in TEST_F() 133 EXPECT_EQ(URL(kPath), *urls.begin()); in TEST_F() 135 change_tracker()->DemoteChangesForURL(URL(kPath)); in TEST_F() 140 change_tracker()->PromoteDemotedChangesForURL(URL(kPath)); in TEST_F() 144 EXPECT_EQ(URL(kPath), *urls.begin()); in TEST_F() 146 change_tracker()->DemoteChangesForURL(URL(kPath)); in TEST_F() 147 change_tracker()->OnRemoveDirectory(URL(kPath)); in TEST_F()
|
/external/openfst/src/include/fst/ |
D | shortest-path.h | 118 if ((Weight::Properties() & (kPath | kRightSemiring)) in SingleShortestPath() 119 != (kPath | kRightSemiring)) { in SingleShortestPath() 289 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) { 426 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) { in ShortestPath()
|
D | prune.h | 105 if ((Weight::Properties() & (kPath | kCommutative)) in Prune() 106 != (kPath | kCommutative)) { in Prune() 223 if ((Weight::Properties() & (kPath | kCommutative)) in Prune() 224 != (kPath | kCommutative)) { in Prune()
|
D | lexicographic-weight.h | 62 uint64 props = kPath; in LexicographicWeight() 115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath | in Properties()
|
D | weight.h | 109 const uint64 kPath = 0x0000000000000010ULL; variable
|
D | float-weight.h | 234 kPath | kIdempotent; in Properties() 494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath; in Properties()
|
D | shortest-distance.h | 130 if (first_path_ && !(Weight::Properties() & kPath)) { in ShortestDistance()
|
/external/chromium_org/content/browser/fileapi/ |
D | file_system_url_unittest.cc | 188 const base::FilePath kPath(FPL("dir/file")); in TEST() local 191 kOrigin, kFileSystemTypeTemporary, kPath); in TEST() 193 NormalizedUTF8Path(kPath), in TEST()
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
D | html5_fs_test.cc | 191 const char* kPath = "/foo"; in TEST_F() local 192 EXPECT_TRUE(ppapi_html5_.filesystem_template()->AddEmptyFile(kPath, NULL)); in TEST_F() 197 Path path(kPath); in TEST_F() 198 ASSERT_TRUE(fs->Exists(kPath)); in TEST_F() 200 EXPECT_FALSE(fs->Exists(kPath)); in TEST_F()
|
/external/chromium_org/storage/browser/blob/ |
D | view_blob_internals_job.cc | 32 const char kPath[] = "Path: "; variable 201 AddHTMLListItem(kPath, in GenerateHTMLForBlobData()
|
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
D | entry_update_performer_unittest.cc | 504 const base::FilePath kPath(FILE_PATH_LITERAL("drive/root/New Directory")); in TEST_F() local 507 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kPath.DirName(), &parent)); in TEST_F() 511 entry.set_title(kPath.BaseName().AsUTF8Unsafe()); in TEST_F() 538 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kPath, &entry)); in TEST_F()
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
D | sync_client_unittest.cc | 488 const base::FilePath kPath(FILE_PATH_LITERAL("drive/root/dir1")); in TEST_F() local 492 metadata_->GetResourceEntryByPath(kPath.DirName(), &parent)); in TEST_F() 496 entry.set_title(kPath.BaseName().AsUTF8Unsafe()); in TEST_F()
|
/external/chromium_org/components/nacl/browser/ |
D | nacl_process_host.cc | 572 static const char kPath[] = "PATH"; in LaunchSelLdr() local 581 if (!env->GetVar(kPath, &old_path)) { in LaunchSelLdr() 582 env->SetVar(kPath, x64_crt_path); in LaunchSelLdr() 587 env->SetVar(kPath, new_path); in LaunchSelLdr()
|
/external/openfst/src/test/ |
D | algo_test.h | 722 if ((wprops & (kPath | kCommutative)) == (kPath | kCommutative)) { in TestOptimize() 776 if ((wprops & (kPath | kRightSemiring)) == (kPath | kRightSemiring)) { in TestSearch() 785 if ((wprops & (kPath | kSemiring)) == (kPath | kSemiring)) { in TestSearch()
|
D | weight-tester.h | 117 if (Weight::Properties() & kPath) in TestSemiring()
|