Searched refs:paths (Results 76 - 100 of 1382) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Dcheckout.py39 # NOTE: All paths returned from this class should be absolute.
48 # SCM returns paths relative to scm.checkout_root
50 # expect absolute paths, so this method returns absolute paths.
55 def recent_commit_infos_for_files(self, paths):
56 revisions = set(sum(map(self._scm.revisions_changing_file, paths), []))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dwebkit_finder.py83 def _check_paths_for_depot_tools(self, paths):
84 for path in paths:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dfilereader.py140 def process_paths(self, paths):
141 for path in paths:
H A Dchecker_unittest.py356 paths = ['foo.txt',
360 for path in paths:
430 """Test paths that should be checked as C++."""
431 paths = [
438 for path in paths:
461 """Test paths that should be checked as JSON."""
462 paths = [
467 for path in paths:
480 """Test paths that should be checked as Python."""
481 paths
[all...]
/external/chromium_org/tools/gyp/pylib/gyp/
H A DMSVSUserFile.py31 paths = os.environ.get('PATH','').split(os.pathsep)
32 for path in paths:
/external/llvm/utils/
H A Dwciia.py29 # paths must be in ( ... ) so strip them
35 paths = filesfolders[lpar+1:rpar]
36 # split paths
37 owner['paths'] = []
38 for path in paths.split():
39 owner['paths'].append(path)
78 if 'paths' in owner:
79 for path in owner['paths']:
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpatched_file_system.py45 def Read(self, paths, binary=False):
48 if set(paths) & set(deleted):
51 dir_paths = set(path for path in paths if path.endswith('/'))
52 file_paths = set(paths) - dir_paths
65 def _TryReadDirectory(self, paths, binary):
67 for path in paths:
H A Dlocal_file_system.py74 def Read(self, paths, binary=False):
76 for path in paths:
H A Dmock_file_system.py13 - primitive changes/versioning via applying object "diffs", mapping paths to
19 # implemented a bunch of logic to interpret paths into dictionaries.
35 def Read(self, paths, binary=False):
36 '''Reads |paths| from |_file_system|, then applies the most recent update
40 future_result = self._file_system.Read(paths, binary=binary)
H A Dtest_file_system.py10 paths such that {'a': {'b': 'hello'}} will resolve Read('a/b') as 'hello',
15 # TODO(kalman): this method would be unnecessary if we injected paths properly
40 def Read(self, paths, binary=False):
44 return dict((path, test_fs._ResolvePath(path)) for path in paths)
61 '''Lists the paths within |obj|; this is basially keys() but with
62 directory paths (i.e. dicts) with a trailing /.
H A Dsubversion_file_system.py98 def __init__(self, paths, fetcher, binary, args=None):
103 for path in paths]
155 def Read(self, paths, binary=False):
160 return Future(delegate=_AsyncFetchFuture(paths,
/external/chromium_org/native_client_sdk/src/tools/tests/
H A Dcreate_nmf_test.py90 paths = create_nmf.GetDefaultLibPath('Debug')
91 self.assertEqual(paths, [])
95 paths = create_nmf.GetDefaultLibPath('Debug')
96 for path in paths:
101 paths = create_nmf.GetDefaultLibPath('Debug')
102 self.assertTrue(any(os.path.join('ports', 'lib') in p for p in paths),
103 "naclports libpath missing: %s" % str(paths))
/external/chromium/chrome/browser/ui/gtk/
H A Dcollected_cookies_gtk.cc333 GList* paths = gtk_tree_selection_get_selected_rows(selection, &model); local
334 if (g_list_length(paths) == 1) {
335 GList* item = g_list_first(paths);
354 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
355 g_list_free(paths);
378 GList* paths = local
381 for (GList* item = paths; item; item = item->next) {
396 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
397 g_list_free(paths);
439 GList* paths local
[all...]
/external/chromium_org/chrome/browser/ui/gtk/
H A Dcollected_cookies_gtk.cc377 GList* paths = gtk_tree_selection_get_selected_rows(selection, &model); local
378 if (g_list_length(paths) == 1) {
379 GList* item = g_list_first(paths);
398 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
399 g_list_free(paths);
410 GList* paths = local
413 for (GList* item = paths; item; item = item->next) {
428 g_list_foreach(paths, reinterpret_cast<GFunc>(gtk_tree_path_free), NULL);
429 g_list_free(paths);
469 GList* paths local
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.cc387 void GeneratePathsToCheck(const GURL& url, std::vector<std::string>* paths) { argument
388 paths->clear();
400 // the query parameters, and also up to 4 paths formed by starting at the root
406 i != path.end() && paths->size() < kMaxPathsToCheck; ++i) {
408 paths->push_back(std::string(path.begin(), i + 1));
411 if (!paths->empty() && paths->back() != path)
412 paths->push_back(path);
415 paths->push_back(path + "?" + query);
432 std::vector<std::string> hosts, paths;
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.cc402 void GeneratePathsToCheck(const GURL& url, std::vector<std::string>* paths) { argument
403 paths->clear();
415 // the query parameters, and also up to 4 paths formed by starting at the root
421 i != path.end() && paths->size() < kMaxPathsToCheck; ++i) {
423 paths->push_back(std::string(path.begin(), i + 1));
426 if (!paths->empty() && paths->back() != path)
427 paths->push_back(path);
430 paths->push_back(path + "?" + query);
434 std::vector<std::string> hosts, paths; local
[all...]
/external/skia/gm/
H A Dinversepaths.cpp55 SkPath ((*paths[])(SkScalar, SkScalar, SkScalar)) = {
116 pathIndex < SK_ARRAY_COUNT(paths);
123 SkPath path = paths[pathIndex](cx, cy, size);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dchromium.py289 paths = []
290 paths.append(self.path_from_chromium_base('skia', 'skia_test_expectations.txt'))
291 paths.append(self._filesystem.join(self.layout_tests_dir(), 'NeverFixTests'))
292 paths.append(self._filesystem.join(self.layout_tests_dir(), 'SlowTests'))
296 paths.append(self.path_from_chromium_base('webkit', 'tools', 'layout_tests', 'test_expectations.txt'))
297 return paths
/external/chromium_org/build/git-hooks/
H A Dpre-commit29 To make changes to submodule names/paths, edit DEPS.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_mock.py158 def delete_list(self, paths):
161 for path in paths:
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/
H A DTestUtil.java80 public static File getSystemResourceDir(String... paths) throws Exception { argument
93 return file(new File(sdkDir, "platforms/android-10/data/res/"), paths);
/external/sonivox/arm-fm-22k/host_src/
H A Darm-fm-22k.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
/external/sonivox/arm-hybrid-22k/host_src/
H A Darm-hybrid-22k.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
/external/sonivox/arm-wt-22k/host_src/
H A Darm-wt-22k.mak5 # Set the paths to the tools (CC, AR, LD, etc.)
/external/chromium_org/chromeos/dbus/
H A Dmodem_messaging_client.h32 typedef base::Callback<void(const std::vector<dbus::ObjectPath>& paths)>

Completed in 522 milliseconds

1234567891011>>