Searched refs:paths (Results 51 - 75 of 1383) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_x11.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/chrome/common/extensions/docs/server2/
H A Dcaching_file_system.py82 def Read(self, paths, binary=False):
88 read_values = read_object_store.GetMulti(paths).Get()
89 stat_values = self._stat_object_store.GetMulti(paths).Get()
92 for path in paths:
/external/chromium_org/chrome/test/mini_installer_test/
H A Dinstaller_path_provider.cc36 std::vector<base::FilePath>* paths) {
54 paths->push_back(current->path);
63 std::vector<base::FilePath> paths; local
64 if (FindMatchingFiles(root, pattern, type, &paths)) {
65 *path = paths[0];
204 std::vector<base::FilePath> paths; local
206 base::FileEnumerator::DIRECTORIES, &paths)) {
211 for (dir = paths.begin(); dir != paths.end(); ++dir) {
33 FindMatchingFiles(const base::FilePath& root, const std::string& pattern, base::FileEnumerator::FileType type, std::vector<base::FilePath>* paths) argument
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
H A DFileList.h51 Vector<String> paths() const;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Dcheckout_mock.py46 def recent_commit_infos_for_files(self, paths):
/external/ppp/pppd/
H A Dpathnames.h8 #include <paths.h>
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DFileInputType.cpp152 settings.selectedFiles = m_fileList->paths();
206 // (because that's what Windows file paths use). To be compatible
224 // and the paths provided here share a root directory somewhere up the tree;
225 // we want to store only the relative paths from that point.
305 Vector<String> paths; local
307 paths.append(m_fileList->item(i)->path());
325 void FileInputType::receiveDropForDirectoryUpload(const Vector<String>& paths) argument
332 settings.selectedFiles.append(paths[0]);
341 Vector<String> paths; local
342 dragData->asFilenames(paths);
[all...]
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dutil.js91 * The successCallback is invoked with a null entry when all paths have
97 * @param {Array<string>} paths The list of directories to resolve.
104 getDirectories: function(dirEntry, params, paths, successCallback,
115 var path = paths.shift();
/external/chromium_org/chrome/browser/
H A Dchrome_plugin_browsertest.cc107 static void GetFlashPath(std::vector<base::FilePath>* paths) { argument
108 paths->clear();
113 paths->push_back(it->path);
128 std::vector<base::FilePath> paths; local
129 GetFlashPath(&paths);
130 ASSERT_FALSE(paths.empty());
137 for (std::vector<base::FilePath>::iterator iter = paths.begin();
138 iter != paths.end(); ++iter) {
/external/jsilver/src/org/clearsilver/jni/
H A DJNI.java135 public static void setLibrarySearchPaths(String... paths) { argument
136 JNI.librarySearchPaths = paths;
/external/libogg/win32/VS6/
H A Dbuild_ogg_dynamic.bat11 echo Setting include paths for Ogg
H A Dbuild_ogg_dynamic_debug.bat11 echo Setting include paths for Ogg
H A Dbuild_ogg_static.bat11 echo Setting include paths for Ogg
H A Dbuild_ogg_static_debug.bat11 echo Setting include paths for Ogg
/external/oprofile/libpp/
H A Dlocate_images.h23 * such as 'floppy.ko', to locations in the paths passed
33 /// add all filenames found in the given paths prefixed by the
35 void populate(std::vector<std::string> const & paths,
65 * Locate a (number of) matching absolute paths to the given image
83 void populate(std::vector<std::string> const & paths,
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);
/external/chromium_org/chrome/test/install_test/
H A Dchrome_proxy_server.py84 paths = self.server.GetPaths()
85 if(any([netloc.find(url) >= 0 for url in paths]) or
86 any([self.path.find(url) >= 0 for url in paths])):
102 def __init__(self, port=0, paths=[], handle_all=True):
107 paths: A list containing urls the server will process. If |handle_all| is
117 self._paths = list(paths)
/external/skia/tools/lua/
H A Dlua_pictures.cpp125 SkTArray<SkString> paths; local
132 sk_tools::make_filepath(&paths.push_back(), directory, filename);
136 paths.push_back() = FLAGS_skpPath[i];
139 for (int i = 0; i < paths.count(); i++) {
146 const char* path = paths[i].c_str();
/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api.cc276 // Checks whether a list of paths are all OK for writing and calls a provided
284 const std::vector<base::FilePath>& paths,
294 if (drive::util::IsUnderDriveMountPoint(paths[0])) {
295 outstanding_tasks_ = paths.size();
296 for (std::vector<base::FilePath>::const_iterator it = paths.begin();
297 it != paths.end(); ++it) {
310 base::Bind(&WritableFileChecker::CheckLocalWritableFiles, this, paths));
337 void CheckLocalWritableFiles(const std::vector<base::FilePath>& paths) { argument
340 for (std::vector<base::FilePath>::const_iterator it = paths.begin();
341 it != paths
283 WritableFileChecker( const std::vector<base::FilePath>& paths, Profile* profile, const base::FilePath& extension_path, const base::Closure& on_success, const base::Callback<void(const std::string&)>& on_failure) argument
510 CheckWritableFiles( const std::vector<base::FilePath>& paths) argument
521 RegisterFileSystemsAndSendResponse( const std::vector<base::FilePath>& paths) argument
687 std::vector<base::FilePath> paths; variable
715 std::vector<base::FilePath> paths; variable
775 SkipPickerAndAlwaysSelectPathsForTest( std::vector<base::FilePath>* paths) argument
829 FilesSelected( const std::vector<base::FilePath>& paths) argument
[all...]
/external/chromium/net/tools/flip_server/
H A Dmem_cache.cc80 std::deque<std::string> paths; local
82 paths.push_back(cwd_ + "/GET_");
84 while (!paths.empty()) {
85 while (current_dir == NULL && !paths.empty()) {
86 std::string current_dir_name = paths.front();
89 paths.pop_front();
112 paths.push_front(current_entry_name);
/external/chromium_org/net/tools/flip_server/
H A Dmem_cache.cc82 std::deque<std::string> paths; local
83 paths.push_back(cwd_ + "/GET_");
85 while (!paths.empty()) {
86 while (current_dir == NULL && !paths.empty()) {
87 std::string current_dir_name = paths.front();
90 paths.pop_front();
113 paths.push_front(current_entry_name);
/external/chromium_org/media/audio/openbsd/
H A Daudio_manager_openbsd.cc71 StubPathMap paths; local
74 paths[kModulePulse].push_back(kPulseLib);
75 if (!InitializeStubs(paths)) {
/external/chromium_org/native_client_sdk/src/tools/
H A Ddecode_dump.py30 library_paths: list of paths to search for libraries.
64 # then in other search paths.
65 paths = []
67 paths.append(os.path.dirname(self.nmf_filename))
68 paths.extend(self.library_paths)
69 for path in paths:
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dmemory_cache_http_server.py128 def __init__(self, host_port, handler, paths):
131 for path in paths:
183 paths = sys.argv[2:]
187 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++;

Completed in 3219 milliseconds

1234567891011>>