Home
last modified time | relevance | path

Searched refs:kPath (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/chrome/browser/sync_file_system/
Dsyncable_file_system_util_unittest.cc31 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/
Dcrazy_linker_system_unittest.cpp14 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/
Dautodetectproxy_unittest.cc20 static const char kPath[] = "/"; variable
79 kPath, in TestCopesWithProxy()
124 kPath, in TEST_F()
/external/chromium_org/components/url_matcher/
Durl_matcher_factory_unittest.cc268 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/
Dprune.h61 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()
Dshortest-path.h90 if ((Weight::Properties() & (kPath | kRightSemiring)) in SingleShortestPath()
91 != (kPath | kRightSemiring)) in SingleShortestPath()
247 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) in ShortestPath()
Dweight.h101 const uint64 kPath = 0x0000000000000010ULL; variable
Dfloat-weight.h148 kPath | kIdempotent; in Properties()
/external/chromium_org/chromeos/network/
Dnetwork_handler_callbacks.cc23 const char kPath[] = "path"; variable
54 error_data->SetString(kPath, path); in CreateDBusErrorData()
/external/chromium_org/chrome/browser/sync_file_system/local/
Dlocal_file_sync_service_unittest.cc456 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()
Dlocal_file_change_tracker_unittest.cc127 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/
Dshortest-path.h118 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()
Dprune.h105 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()
Dlexicographic-weight.h62 uint64 props = kPath; in LexicographicWeight()
115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath | in Properties()
Dweight.h109 const uint64 kPath = 0x0000000000000010ULL; variable
Dfloat-weight.h234 kPath | kIdempotent; in Properties()
494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath; in Properties()
Dshortest-distance.h130 if (first_path_ && !(Weight::Properties() & kPath)) { in ShortestDistance()
/external/chromium_org/content/browser/fileapi/
Dfile_system_url_unittest.cc188 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/
Dhtml5_fs_test.cc191 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/
Dview_blob_internals_job.cc32 const char kPath[] = "Path: "; variable
201 AddHTMLListItem(kPath, in GenerateHTMLForBlobData()
/external/chromium_org/chrome/browser/chromeos/drive/sync/
Dentry_update_performer_unittest.cc504 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/
Dsync_client_unittest.cc488 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/
Dnacl_process_host.cc572 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/
Dalgo_test.h722 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()
Dweight-tester.h117 if (Weight::Properties() & kPath) in TestSemiring()

12