/external/chromium_org/chrome/common/extensions/docs/server2/ |
caching_file_system.py | 54 '''Stats the directory given, or if a file is given, stats the file's parent 55 directory to get info about the file. 57 # Always stat the parent directory, since it will have the stat of the child 58 # anyway, and this gives us an entire directory's stat info at once.
|
/external/chromium_org/chrome_frame/test/ |
poor_mans_trybot.bat | 25 REM a ton of stuff in that directory. Just be aware of it, and check 32 REM Get the path to the build tree's src directory.
|
/external/chromium_org/content/browser/ |
child_process_security_policy_impl.cc | 440 int child_id, const base::FilePath& directory) { 441 GrantPermissionsForFile(child_id, directory, kEnumerateDirectoryPermissions); 623 int child_id, const base::FilePath& directory) { 625 directory,
|
/external/chromium_org/content/renderer/pepper/ |
pepper_file_chooser_host.cc | 155 params.directory = false;
|
/external/chromium_org/ppapi/tests/ |
test_truetype_font.cc | 330 // directory are in file (big-endian) order, we need to byte swap tags and 338 std::vector<FontDirectoryEntry> directory(num_tables); 341 memcpy(&directory[0], &entire_font[kHeaderSize], directory_size); 344 if (ReadBigEndian32(&directory[i].tag) == 346 cmap_entry = &directory[i];
|
/external/chromium_org/sync/engine/ |
conflict_resolver.cc | 15 #include "sync/syncable/directory.h" 26 using syncable::Directory; 196 Directory::Metahandles children; 197 trans->directory()->GetChildHandlesById(trans,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator.py | 82 """Converts the directory structure in the given trie to flat paths, prepending a prefix to each.""" 97 """Inserts a single flat directory path and associated value into a directory trie structure.""" 102 directory, slash, rest = path.partition("/") 103 if not directory in trie: 104 trie[directory] = {} 105 add_path_to_trie(rest, value, trie[directory]) 108 """Breaks a test name into chunks by directory and puts the test time as a value in the lowest part, e.g. 208 """Modifies the results.json file. Grabs it off the archive directory 216 results_file_base_path: Absolute path to the directory containing th [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
printing.py | 231 for directory in stats: 232 rounded_time = round(stats[directory]['total_time'], 1) 234 timings.append((directory, rounded_time, stats[directory]['num_tests']))
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
main.js | 54 $('directory-selector').addEventListener('change', selectDirectory); 167 * For a given failure type, gets all the tests and groups them by directory 168 * (populating the directory selector with them). 205 var directorySelector = $('directory-selector'); 208 directories.forEach(function(directory) { 210 directoryOption.value = directory; 212 displayDirectoryNamesByDirectory[directory] + ' - ' + 213 testsByDirectory[directory].length + ' tests'; 221 * For a given failure type and directory and failure type, gets all the tests 222 * in that directory and populatest the test selector with them [all...] |
/external/chromium_org/third_party/icu/source/data/mappings/ |
ucmfiles.mk | 9 # you should consider creating a 'ucmlocal.mk' file in this same directory. 33 # ucmebcdic.mk from the <icu>/source/data directory
|
/external/chromium_org/third_party/icu/source/test/letest/ |
FontObject.h | 208 SFNTDirectory *directory; member in class:FontObject
|
/external/chromium_org/tools/code_coverage/ |
coverage_posix_unittest.py | 57 self.options.directory = '.'
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
android_platform_backend.py | 133 def FlushSystemCacheForDirectory(self, directory, ignoring=None):
|
/external/chromium_org/tools/vim/ |
ninja-build.vim | 32 # This is a list of files that need to identify the src directory. The shorter 70 # build directory.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar | |
/external/icu4c/data/mappings/ |
ucmfiles.mk | 9 # you should consider creating a 'ucmlocal.mk' file in this same directory. 33 # ucmebcdic.mk from the <icu>/source/data directory
|
/external/icu4c/test/letest/ |
FontObject.h | 208 SFNTDirectory *directory; member in class:FontObject
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
example.php | 5 * Just point your browser at this script (with geshi.php in the parent directory, 16 // it could be in the current directory if the include_path is set. There's nowhere else 161 <p>To use this script, make sure that <strong>geshi.php</strong> is in the parent directory or in your 162 include_path, and that the language files are in a subdirectory of GeSHi's directory called <strong>geshi/</strong>.</p>
|
/external/markdown/MarkdownTest/ |
MarkdownTest.pl | 37 unless (-d $test_dir) { die "'$test_dir' is not a directory.\n"; } 129 Specify the path to a directory containing test data. Defaults to "Tests".
|
/frameworks/base/tests/CoreTests/android/core/ |
SSLSocketTest.java | [all...] |
/libcore/luni/src/test/java/libcore/xml/ |
XsltXPathConformanceTestSuite.java | 271 * Finds the named file in the named directory. This tries extra hard to 275 private File findFile(File directory, String name) throws FileNotFoundException { 276 File file = new File(directory, name); 281 for (String child : directory.list()) { 283 return new File(directory, child);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/ |
fixinc.sh | 5 # directory that GCC will search. 31 # Directory in which to store the results. 32 # Fail if no arg to specify a directory for the output. 35 echo fixincludes: no output directory specified 50 echo fixincludes: output dir '`'$LIB"' is an invalid directory" 94 # Original directory. 155 # Search each input directory for broken header files. 169 # Make sure a directory exists before changing into it, 220 # If the link points to a directory, 262 then echo 'Making symbolic directory links' ; f [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/ |
fixinc.sh | 5 # directory that GCC will search. 31 # Directory in which to store the results. 32 # Fail if no arg to specify a directory for the output. 35 echo fixincludes: no output directory specified 50 echo fixincludes: output dir '`'$LIB"' is an invalid directory" 94 # Original directory. 155 # Search each input directory for broken header files. 169 # Make sure a directory exists before changing into it, 220 # If the link points to a directory, 262 then echo 'Making symbolic directory links' ; f [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/ |
fixinc.sh | 5 # directory that GCC will search. 31 # Directory in which to store the results. 32 # Fail if no arg to specify a directory for the output. 35 echo fixincludes: no output directory specified 50 echo fixincludes: output dir '`'$LIB"' is an invalid directory" 94 # Original directory. 155 # Search each input directory for broken header files. 169 # Make sure a directory exists before changing into it, 220 # If the link points to a directory, 262 then echo 'Making symbolic directory links' ; f [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/ |
fixinc.sh | 5 # directory that GCC will search. 31 # Directory in which to store the results. 32 # Fail if no arg to specify a directory for the output. 35 echo fixincludes: no output directory specified 50 echo fixincludes: output dir '`'$LIB"' is an invalid directory" 94 # Original directory. 155 # Search each input directory for broken header files. 169 # Make sure a directory exists before changing into it, 220 # If the link points to a directory, 262 then echo 'Making symbolic directory links' ; f [all...] |