HomeSort by relevance Sort by last modified time
    Searched refs:kPath (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system_unittest.cpp 14 static const char kPath[] = "/tmp/foo/bar";
20 sys.AddRegularFile(kPath, kString, kStringLen);
23 FileDescriptor fd(kPath);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_system_unittest.cpp 14 static const char kPath[] = "/tmp/foo/bar";
20 sys.AddRegularFile(kPath, kString, kStringLen);
23 FileDescriptor fd(kPath);
  /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/chromium_org/third_party/webrtc/base/
autodetectproxy_unittest.cc 19 static const char kPath[] = "/";
78 kPath,
123 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;
queue.h 531 if (distance && (Weight::Properties() & kPath)) {
  /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/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service_sync_unittest.cc 432 const base::FilePath kPath(FPL("file"));
435 AddOrUpdateLocalFile(kOrigin, kPath, "abcde");
440 UpdateLocalFile(kOrigin, kPath, "1234567890");
448 const base::FilePath kPath(FPL("file"));
449 const std::string kTitle(DriveFileSyncService::PathToTitle(kPath));
480 const base::FilePath kPath(FPL("file"));
483 AddOrUpdateLocalFile(kOrigin, kPath, "abcde");
488 RemoveLocal(kOrigin, kPath);
496 const base::FilePath kPath(FPL("file"));
497 const std::string kTitle(DriveFileSyncService::PathToTitle(kPath));
    [all...]
  /frameworks/base/libs/hwui/
ResourceCache.h 39 kPath,
ResourceCache.cpp 71 incrementRefcount((void*) pathResource, kPath);
99 incrementRefcountLocked((void*) pathResource, kPath);
288 case kPath: {
  /external/chromium_org/content/browser/fileapi/
file_system_url_unittest.cc 188 const base::FilePath kPath(FPL("dir/file"));
191 kOrigin, kFileSystemTypeTemporary, kPath);
193 NormalizedUTF8Path(kPath),
obfuscated_file_util_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service_unittest.cc 457 const FileSystemURL kPath(file_system_->URL("foo"));
462 // We should get called OnSyncEnabled and OnWriteEnabled on kPath and
465 EXPECT_CALL(status_observer, OnSyncEnabled(kPath)).Times(AtLeast(1));
471 EXPECT_EQ(base::File::FILE_OK, file_system_->CreateFile(kPath));
472 EXPECT_EQ(base::File::FILE_OK, file_system_->Remove(kPath, false));
473 EXPECT_EQ(base::File::FILE_OK, file_system_->CreateDirectory(kPath));
482 EXPECT_CALL(local_change_processor, ApplyLocalChange(_, _, _, kPath, _))
488 // OnWriteEnabled will be notified on kPath (in multi-threaded this
490 EXPECT_CALL(status_observer, OnWriteEnabled(kPath)).Times(AtLeast(0));
494 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/chromium_org/chrome/browser/chromeos/drive/sync/
entry_update_performer_unittest.cc 503 const base::FilePath kPath(FILE_PATH_LITERAL("drive/root/New Directory"));
506 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kPath.DirName(), &parent));
510 entry.set_title(kPath.BaseName().AsUTF8Unsafe());
537 EXPECT_EQ(FILE_ERROR_OK, GetLocalResourceEntry(kPath, &entry));
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 590 static const char kPath[] = "PATH";
599 if (!env->GetVar(kPath, &old_path)) {
600 env->SetVar(kPath, x64_crt_path);
605 env->SetVar(kPath, new_path);
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_backend_sync_unittest.cc 657 const base::FilePath::StringType kPath(FPL("file"));
660 AddOrUpdateLocalFile(app_id, kPath, "abcde");
665 UpdateLocalFile(app_id, kPath, "1234567890");
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 572 const std::string* const kPath[] = {
605 COMPILE_ASSERT(arraysize(kPath) == arraysize(kExpected),
680 EXPECT_TRUE(details->Get(*(kPath[test]), &result));
683 EXPECT_FALSE(details->Get(*(kPath[test]), &result));
    [all...]

Completed in 715 milliseconds