Searched defs:paths (Results 1 - 25 of 134) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcheck-testharness-expected-pass20 paths = [] variable
26 paths.append(path)
28 if len(paths) > 0:
30 sys.stderr.write('\n '.join(paths))
/external/chromium_org/chrome/common/extensions/
H A Dextension_file_util_unittest.cc36 std::set<base::FilePath> paths = local
38 ASSERT_EQ(1u, paths.size());
39 EXPECT_EQ("icon.png", paths.begin()->BaseName().AsUTF8Unsafe());
/external/chromium_org/media/base/
H A Dmedia_posix.cc49 StubPathMap paths; local
53 paths[kModuleFfmpegsumo].push_back(module_dir.Append(kSumoLib).value());
56 paths[kModuleFfmpegsumo].push_back(module_dir.Append(
58 paths[kModuleFfmpegsumo].push_back(module_dir.Append(
60 paths[kModuleFfmpegsumo].push_back(module_dir.Append(
63 return InitializeStubs(paths);
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileList.cpp45 Vector<String> paths; local
48 paths.append(m_files[i]->path());
51 return paths;
/external/chromium_org/tools/cr/cr/base/
H A Dlinux_chromeos.py29 def paths(self): member in class:LinuxChromeOSPlatform
H A Dlinux.py43 def paths(self): member in class:LinuxPlatform
H A Dplatform.py52 def paths(self): member in class:Platform
59 paths = []
60 for entry in Platform.GetActivePlugin().paths:
62 if entry not in paths:
63 paths.append(entry)
67 elif entry not in paths:
68 paths.append(entry)
69 value = os.path.pathsep.join(paths)
H A Dandroid.py91 def paths(self): member in class:AndroidPlatform
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dtask_dependency_manager.h23 std::vector<base::FilePath> paths; member in struct:sync_file_system::drive_backend::TaskBlocker
H A Dtask_dependency_manager.cc46 SubtreeSet* paths) {
50 if (!paths->insert(*itr)) {
53 paths->erase(*itr);
102 !InsertPaths(task_blocker->paths,
139 EraseContainer(task_blocker->paths,
45 InsertPaths(std::vector<base::FilePath> paths_to_insert, SubtreeSet* paths) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dmain.py37 def change_directory(filesystem, checkout_root, paths):
40 If every path in the paths parameter is below the checkout root (or if
41 the paths parameter is empty or None), this method changes the current
42 working directory to the checkout root and converts the paths parameter
44 This allows the paths being checked to be displayed relative to the
50 paths: A copy of the paths parameter -- possibly converted, as follows.
52 checkout root, then the list is the paths parameter converted to
53 normalized paths relative to the checkout root.
56 paths
95 paths = rel_paths variable
[all...]
/external/chromium_org/third_party/skia/tools/skpdiff/
H A Dskpdiff_util.cpp118 // dirent only gives relative paths, we need to join them to the base path to check if they
174 // Note these paths are in sorted order by default according to http://linux.die.net/man/3/glob
176 char** paths = globBuffer.gl_pathv; local
177 while(*paths) {
178 entries->push_back(SkString(*paths));
179 paths++;
/external/jsilver/src/org/clearsilver/jni/
H A DJNI.java135 public static void setLibrarySearchPaths(String... paths) { argument
136 JNI.librarySearchPaths = paths;
/external/skia/tools/skpdiff/
H A Dskpdiff_util.cpp118 // dirent only gives relative paths, we need to join them to the base path to check if they
174 // Note these paths are in sorted order by default according to http://linux.die.net/man/3/glob
176 char** paths = globBuffer.gl_pathv; local
177 while(NULL != *paths) {
178 entries->push_back(SkString(*paths));
179 paths++;
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dzip_file_creator_browsertest.cc54 std::vector<base::FilePath> paths; local
55 paths.push_back(base::FilePath(FILE_PATH_LITERAL("not.exist")));
60 paths, local
82 std::vector<base::FilePath> paths; local
83 paths.push_back(kDir1);
84 paths.push_back(kFile1);
85 paths.push_back(kFile2);
90 paths, local
/external/chromium_org/chrome/browser/extensions/
H A Dextension_garbage_collector_chromeos.cc72 std::multimap<std::string, base::FilePath> paths; local
73 if (ExtensionAssetsManagerChromeOS::CleanUpSharedExtensions(&paths)) {
80 paths))) {
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_util_unittest.cc24 std::vector<std::string> hosts, paths; local
28 safe_browsing_util::GeneratePathsToCheck(url, &paths);
30 EXPECT_EQ(paths.size(), static_cast<size_t>(4));
34 EXPECT_TRUE(VectorContains(paths, "/1/2.html?param=1"));
35 EXPECT_TRUE(VectorContains(paths, "/1/2.html"));
36 EXPECT_TRUE(VectorContains(paths, "/1/"));
37 EXPECT_TRUE(VectorContains(paths, "/"));
41 safe_browsing_util::GeneratePathsToCheck(url, &paths);
43 EXPECT_EQ(paths.size(), static_cast<size_t>(2));
49 EXPECT_TRUE(VectorContains(paths, "/
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/
H A DFileChooser.cpp92 Vector<String> paths; local
94 paths.append(files[i].path);
95 if (m_settings.selectedFiles == paths)
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_task_executor.cc86 std::vector<base::FilePath> paths; local
93 paths.push_back(path);
104 current_index_ = paths.size();
106 for (size_t i = 0; i < paths.size(); ++i) {
108 paths[i],
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_linux.cc80 std::vector<std::string> paths; local
81 Tokenize(path, ":", &paths);
83 for (size_t i = 0; i < paths.size(); ++i) {
84 base::FilePath file(paths[i]);
/external/chromium_org/sandbox/win/src/
H A Dnamed_pipe_dispatcher.cc50 std::vector<base::string16> paths; local
52 base::SplitString(*name, '/', &paths);
54 for (std::vector<base::string16>::const_iterator iter = paths.begin();
55 iter != paths.end(); ++iter) {
/external/chromium_org/skia/ext/
H A Dplatform_device_win.cc90 CubicPaths paths; local
91 if (!SkPathToCubicPaths(&paths, path))
95 for (CubicPaths::const_iterator path(paths.begin()); path != paths.end();
143 bool PlatformDevice::SkPathToCubicPaths(CubicPaths* paths, argument
145 paths->clear();
157 paths->push_back(CubicPath());
158 current_path = &paths->back();
184 paths->push_back(CubicPath());
185 current_path = &paths
[all...]
/external/chromium_org/third_party/skia/gm/
H A Dfatpathfill.cpp35 const SkPath paths[], int count) {
40 surface->getCanvas()->drawPath(paths[i], paint);
48 canvas->drawPath(paths[j], paint);
34 draw_fatpath(SkCanvas* canvas, SkSurface* surface, const SkPath paths[], int count) argument
/external/chromium_org/third_party/skia/tools/lua/
H A Dlua_pictures.cpp120 SkTArray<SkString> paths; local
127 paths.push_back() = SkOSPath::Join(directory.c_str(), filename.c_str());
131 paths.push_back() = FLAGS_skpPath[i];
134 for (int i = 0; i < paths.count(); i++) {
141 const char* path = paths[i].c_str();
/external/oprofile/libpp/
H A Dlocate_images.cpp33 void extra_images::populate(vector<string> const & paths, argument
36 vector<string>::const_iterator cit = paths.begin();
37 vector<string>::const_iterator end = paths.end();
52 void extra_images::populate(vector<string> const & paths, argument
65 populate(paths, "");
67 populate(paths, archive_path);
69 populate(paths, root_path);

Completed in 1433 milliseconds

123456