/external/chromium_org/chrome/browser/sync_file_system/ |
syncable_file_system_util_unittest.cc | 32 const base::FilePath::CharType kPath[] = FILE_PATH_LITERAL("dir/file"); 53 const base::FilePath path(kPath); 69 CreateNormalizedFilePath(kPath).AsUTF8Unsafe(); 72 GURL(kOrigin), base::FilePath(kPath)); 90 const base::FilePath normalized_path = CreateNormalizedFilePath(kPath);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
autodetectproxy_unittest.cc | 36 static const char kPath[] = "/"; 95 kPath, 140 kPath,
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
weight.h | 101 const uint64 kPath = 0x0000000000000010ULL;
|
prune.h | 61 if ((Weight::Properties() & (kPath | kCommutative)) 62 != (kPath | kCommutative)) 147 if ((Weight::Properties() & (kPath | kCommutative)) 148 != (kPath | kCommutative))
|
shortest-path.h | 58 // The weights need to be right distributive and have the path (kPath) 90 if ((Weight::Properties() & (kPath | kRightSemiring)) 91 != (kPath | kRightSemiring)) 219 // The weights need to be right distributive and have the path (kPath) 247 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) 349 // (kPath) property.
|
float-weight.h | 148 kPath | kIdempotent;
|
/external/chromium_org/components/url_matcher/ |
url_matcher_factory_unittest.cc | 268 const std::string kPath("/path"); 272 const std::string kUrl(kScheme + "://" + kHost + ":1234" + kPath + kQuery); 305 UrlConditionCaseTest(keys::kPathContainsKey, false, kPath, kPathUpper, 307 UrlConditionCaseTest(keys::kPathEqualsKey, false, kPath, kPathUpper, 309 UrlConditionCaseTest(keys::kPathPrefixKey, false, kPath, kPathUpper, 311 UrlConditionCaseTest(keys::kPathSuffixKey, false, kPath, kPathUpper,
|
/external/chromium_org/chromeos/network/ |
network_handler_callbacks.cc | 23 const char kPath[] = "path"; 54 error_data->SetString(kPath, path);
|
/external/openfst/src/include/fst/ |
weight.h | 109 const uint64 kPath = 0x0000000000000010ULL;
|
lexicographic-weight.h | 62 uint64 props = kPath; 115 return props1 & props2 & (kLeftSemiring | kRightSemiring | kPath |
|
shortest-path.h | 75 // The weights need to be right distributive and have the path (kPath) 118 if ((Weight::Properties() & (kPath | kRightSemiring)) 119 != (kPath | kRightSemiring)) { 265 // have the path (kPath) property. 289 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) { 404 // The weights need to be right distributive and have the path (kPath) 426 if ((Weight::Properties() & (kPath | kSemiring)) != (kPath | kSemiring)) { 482 // (kPath) property [all...] |
prune.h | 105 if ((Weight::Properties() & (kPath | kCommutative)) 106 != (kPath | kCommutative)) { 223 if ((Weight::Properties() & (kPath | kCommutative)) 224 != (kPath | kCommutative)) {
|
float-weight.h | 234 kPath | kIdempotent; 494 return kLeftSemiring | kRightSemiring | kCommutative | kIdempotent | kPath;
|
shortest-distance.h | 130 if (first_path_ && !(Weight::Properties() & kPath)) {
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
drive_file_sync_service_sync_unittest.cc | 415 const base::FilePath kPath(FPL("file")); 418 AddOrUpdateLocalFile(kOrigin, kPath, "abcde"); 423 UpdateLocalFile(kOrigin, kPath, "1234567890"); 431 const base::FilePath kPath(FPL("file")); 432 const std::string kTitle(DriveFileSyncService::PathToTitle(kPath)); 463 const base::FilePath kPath(FPL("file")); 466 AddOrUpdateLocalFile(kOrigin, kPath, "abcde"); 471 RemoveLocal(kOrigin, kPath); 479 const base::FilePath kPath(FPL("file")); 480 const std::string kTitle(DriveFileSyncService::PathToTitle(kPath)); [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
file_system_url_unittest.cc | 180 const base::FilePath kPath(FPL("dir/file")); 183 kOrigin, kFileSystemTypeTemporary, kPath); 185 NormalizedUTF8Path(kPath),
|
/frameworks/base/libs/hwui/ |
ResourceCache.cpp | 71 incrementRefcount((void*) pathResource, kPath); 109 incrementRefcountLocked((void*) pathResource, kPath); 362 case kPath: {
|
ResourceCache.h | 43 kPath,
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_sync_service_unittest.cc | 451 const FileSystemURL kPath(file_system_->URL("foo")); 456 // We should get called OnSyncEnabled and OnWriteEnabled on kPath and 459 EXPECT_CALL(status_observer, OnSyncEnabled(kPath)).Times(AtLeast(1)); 465 EXPECT_EQ(base::PLATFORM_FILE_OK, file_system_->CreateFile(kPath)); 466 EXPECT_EQ(base::PLATFORM_FILE_OK, file_system_->Remove(kPath, false)); 467 EXPECT_EQ(base::PLATFORM_FILE_OK, file_system_->CreateDirectory(kPath)); 476 EXPECT_CALL(local_change_processor, ApplyLocalChange(_, _, _, kPath, _)) 482 // OnWriteEnabled will be notified on kPath (in multi-threaded this 484 EXPECT_CALL(status_observer, OnWriteEnabled(kPath)).Times(AtLeast(0)); 488 SYNC_STATUS_OK, kPath)); [all...] |
/external/chromium_org/webkit/browser/blob/ |
view_blob_internals_job.cc | 32 const char kPath[] = "Path: "; 201 AddHTMLListItem(kPath,
|
/external/openfst/src/test/ |
weight-tester.h | 117 if (Weight::Properties() & kPath)
|
algo_test.h | 722 if ((wprops & (kPath | kCommutative)) == (kPath | kCommutative)) { 776 if ((wprops & (kPath | kRightSemiring)) == (kPath | kRightSemiring)) { 785 if ((wprops & (kPath | kSemiring)) == (kPath | kSemiring)) { [all...] |
/external/chromium/net/spdy/ |
spdy_protocol.h | 145 const char kPath[] = "path";
|
/external/openfst/src/include/fst/extensions/pdt/ |
shortest-path.h | 403 if ((Weight::Properties() & (kPath | kRightSemiring)) 404 != (kPath | kRightSemiring)) {
|
/external/chromium_org/chrome/browser/extensions/api/web_request/ |
web_request_api_unittest.cc | 573 const std::string* const kPath[] = { 606 COMPILE_ASSERT(arraysize(kPath) == arraysize(kExpected), 681 EXPECT_TRUE(details->Get(*(kPath[test]), &result)); 684 EXPECT_FALSE(details->Get(*(kPath[test]), &result)); [all...] |