/external/chromium_org/build/android/gyp/ |
find.py | 7 """Finds files in directories. 19 options, directories = parser.parse_args(argv) 21 for d in directories:
|
package_resources.py | 43 help='directories containing assets to be packaged') 96 resource directories will be contained in the subdirectories 0, 1, 2, ...
|
/external/chromium_org/third_party/npapi/npspy/common/ |
plugload.cpp | 107 std::vector<std::string> directories; local 109 directories.push_back(szFileName); 110 directories.push_back("C:\\Windows\\System32\\Macromed\\Flash"); 111 directories.push_back("C:\\Windows\\SysWOW64\\Macromed\\Flash"); 113 for (size_t i = 0; i < directories.size(); ++i) { 114 std::string search_path = directories[i]; 129 std::string cur_file = directories[i];
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
PlatformDarwinKernel.h | 105 // Array of directories that were searched for kext bundles (used only for reporting to user) 123 // Directories where we may find iOS SDKs with kext bundles in them 125 GetiOSSDKDirectoriesToSearch (std::vector<lldb_private::FileSpec> &directories); 127 // Directories where we may find Mac OS X SDKs with kext bundles in them 129 GetMacSDKDirectoriesToSearch (std::vector<lldb_private::FileSpec> &directories); 131 // Directories where we may find Mac OS X or iOS SDKs with kext bundles in them 133 GetGenericSDKDirectoriesToSearch (std::vector<lldb_private::FileSpec> &directories); 135 // Directories where we may find iOS kext bundles 137 GetiOSDirectoriesToSearch (std::vector<lldb_private::FileSpec> &directories); 139 // Directories where we may find MacOSX kext bundle [all...] |
PlatformDarwinKernel.cpp | 171 { "kext-directories", OptionValue::eTypeFileSpecList, false, 0, NULL, NULL, "Directories/KDKs to search for kexts in when starting a kernel debug session." }, 288 strm.Printf (" Kext directories: [%2u] \"%s\"\n", i, kext_dir.GetPath().c_str()); 300 // Build up a list of all SDKs we'll be searching for directories of kexts 310 // Build up a list of directories that hold kext bundles on the system 324 // We now have a complete list of directories that we will search for kext bundles 331 PlatformDarwinKernel::GetiOSSDKDirectoriesToSearch (std::vector<lldb_private::FileSpec> &directories) 343 directories.push_back (ios_sdk); 348 PlatformDarwinKernel::GetMacSDKDirectoriesToSearch (std::vector<lldb_private::FileSpec> &directories) 360 directories.push_back (mac_sdk) [all...] |
/external/chromium_org/storage/browser/fileapi/ |
sandbox_origin_database.cc | 139 std::set<base::FilePath> directories; local 142 base::FileEnumerator::DIRECTORIES); 145 directories.insert(path_each.BaseName()); 147 directories.find(base::FilePath(kOriginDatabaseName)); 150 DCHECK(db_dir_itr != directories.end()); 151 directories.erase(db_dir_itr); 164 directories.find(db_origin_itr->path); 165 if (dir_itr == directories.end()) { 171 directories.erase(dir_itr); 175 // Delete any directories not listed in the origins database [all...] |
/external/chromium_org/content/browser/fileapi/ |
dragged_file_util_unittest.cc | 43 // RegularTestCases (so that we can simulate a drop with files/directories 44 // from multiple directories). 105 // Register the files/directories of RegularTestCases (with random 202 std::queue<FileSystemURL> directories; local 204 directories.push(root1); 206 while (!directories.empty()) { 207 FileSystemURL dir = directories.front(); 208 directories.pop(); 217 directories.push(url); 224 directories.push(root2) 435 std::queue<FileSystemURL> directories; local [all...] |
/external/openssl/ |
Android.mk | 8 # respective crypto, ssl, and apps directories so
|
/external/chromium_org/net/base/ |
directory_lister_unittest.cc | 65 // Directories should come before files. 103 std::list<std::pair<base::FilePath, int> > directories; variable 105 directories.push_back(std::make_pair(temp_root_dir_.path(), 0)); 106 while (!directories.empty()) { 107 std::pair<base::FilePath, int> dir_data = directories.front(); 108 directories.pop_front(); 121 directories.push_back(std::make_pair(dir_path, dir_data.second + 1));
|
/build/tools/atree/ |
atree.cpp | 30 " -I INPUTDIR Specify one or more base directories in\n" 43 " directories in the order they are specified.\n" 208 set<string> directories; local 227 // expand the directories that we should copy into a list of files 249 // gather directories 253 directories.insert(it->outPath); 257 directories.insert(s); 263 // and directories that should become files 281 // remove all files or directories as requested from the input atree file. 282 // must be done before create new directories [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
path_util.py | 49 '''Returns a list of the directories and filename in a path. 'p1/p2/p3'
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
baselineoptimizer.py | 96 # the baseline directories are like platform/mac/virtual/gpu/fast/canvas. So, to get the path 107 directories = reduce(set.union, map(set, [self._relative_baseline_search_paths(port, baseline_name) for port in self._ports.values()])) 109 for directory in directories: 126 directories = set() 129 directories.add(directory) 130 return directories 134 # to a specific platform. As such, it's the only one where the baseline in fallback directories 146 # If any of these directories don't have a baseline, there's no optimization we can do. 157 # The root baseline is unused if all the directories immediately preceding the root 318 directories = self._relative_baseline_search_paths(port, non_virtual_baseline_name [all...] |
/cts/tools/tradefed-host/ |
Android.mk | 34 # Build all sub-directories
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
wallpaper_directories.js | 11 * Wallpaper directories enum. 21 * Manages custom wallpaper related directories in wallpaper's sandboxed
|
/external/chromium_org/tools/checkbins/ |
checkbins.py | 52 pe.parse_data_directories(directories=[
|
/cts/tools/cts-native-scanner/ |
Android.mk | 37 # Build all sub-directories
|
/external/chromium_org/courgette/ |
run_stress_test | 22 directories, dir1 and dir2. The test will use files with the same 23 name and relative path in the two directories, which makes it easy to 144 # Use diff to find the files that appear in both directories.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
files.py | 83 def __init__(self, directories): 84 self.dirs = directories[:]
|
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/ |
cloudstorage_api.py | 195 it is used as a path separator to emulate a hierarchy of directories. 243 A GCSFileStat iterator over matched files and directories ordered by 244 name. The iterator returns GCSFileStat objects. For directories,
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/ |
rpm.spec | 37 - Use wildcards for doc/ and lib/ directories
|
/external/compiler-rt/make/ |
lib_util.mk | 25 function implemented in multiple directories!!!))))))
|
/external/lldb/scripts/ |
sed-sources | 21 or any sources in directories. If no arguments are given, STDIN will be used 22 as the source. If source files or directories are specified as arguments, 229 # Got args, any files we run into parse them, any directories
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
main.js | 177 var directories = []; 182 directories.push(ALL_DIRECTORY_PATH); 184 // Roll up tests by ancestor directories 196 directories.push(ancestorDirectory); 203 directories.sort(); 208 directories.forEach(function(directory) {
|
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
SimpleWebServer.java | 498 List<String> directories = Arrays.asList(f.list(new FilenameFilter() { local 504 Collections.sort(directories); 505 if (up != null || directories.size() + files.size() > 0) { 507 if (up != null || directories.size() > 0) { 508 msg.append("<section class=\"directories\">"); 512 for (String directory : directories) {
|
/external/chromium_org/third_party/devscripts/ |
licensecheck.pl.vanilla | 33 I<list of files and directories to check> 41 If any of the arguments passed are directories, B<licensecheck> will add 62 When processing the list of files and directories, the regular 68 Specify that the contents of directories should be added 154 # Ignore baz-style junk files or directories 156 # File-names that should be ignored (never directories) 378 --recursive, -r Add the contents of directories recursively 380 --ignore, -i Specify that files / directories matching the
|