/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
directory_contents.js | 17 * directory, or starts to search with some query on a file system. 40 * Scanner of the entries in a directory. 41 * @param {DirectoryEntry} entry The directory to be read. 56 * Starts to read the entries in the directory. 183 * Scanner of the entries of the file name search on the directory tree, whose 185 * @param {DirectoryEntry} entry The root of the search target directory tree. 429 * This class is responsible for scanning directory (or search results), 431 * directory contents shown: basic directory, drive search results, local search 436 * @param {boolean} isSearch True for search directory contents, otherwis [all...] |
/cts/tools/signature-tools/test/signature/converter/doclet/ |
DocletTestConverter.java | 79 String directory = sourcepath;
local 83 directory = directory + filename.substring(0, pos) + separator;
88 File file = new File(directory, filename + ".java");
|
/device/asus/deb/self-extractors/qcom/staging/proprietary/ |
Android.mk | 28 # Create symbolic link because user space can access persist directory, 29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
|
/device/asus/flo/self-extractors/qcom/staging/proprietary/ |
Android.mk | 28 # Create symbolic link because user space can access persist directory, 29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
|
/device/lge/hammerhead/self-extractors/qcom/staging/proprietary/ |
Android.mk | 28 # Create symbolic link because user space can access persist directory, 29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
|
/device/lge/mako/self-extractors/qcom/staging/proprietary/ |
Android.mk | 28 # Create symbolic link because user space can access persist directory, 29 # while kernel ALSA drivers can only access the /system/etc/firmware directory
|
/external/antlr/antlr-3.4/runtime/JavaScript/build/ |
README | 12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/ 16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
|
/external/bison/build-aux/ |
vc-list-files | 24 # With no argument, list them all. With a single DIRECTORY argument, 25 # list the version-controlled files in that directory. 27 # If there's an argument, it must be a single, "."-relative directory name. 36 SRCDIR (default .). SRCDIR must be the top directory of a checkout. 41 -C SRCDIR change directory to SRCDIR before generating list
|
/external/chromium_org/build/android/gyp/util/ |
build_utils.py | 50 def FindInDirectory(directory, filename_filter): 52 for root, _dirnames, filenames in os.walk(directory): 60 for directory in directories: 61 all_files.extend(FindInDirectory(directory, filename_filter))
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/ |
jsbundler.py | 10 Scans one or more directory trees for JavaScript files. Then, from a 29 directory. In this case, no output is generated. 233 '''Copies a list of sources to a destination directory.''' 284 help=('Destination directory. Used when translating ' + 292 help='Roots of directory trees to scan for sources.') 299 'form a path relative to the output directory.'))
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
file_system.py | 72 directory, and a list of files in the directory is mapped to the path. 105 # There is always a root directory. 126 is a directory, |StatInfo| will have the versions of all the children of 127 the directory in |StatInfo.child_versions|.
|
/external/chromium_org/chrome/test/mini_installer/ |
test_installer.py | 120 """Runs the given command from the current file's directory. 182 def ParsePropertyFiles(directory, filenames): 187 directory: The directory where the Config file and all Property files 196 path = os.path.join(directory, filename) 212 directory = os.path.dirname(os.path.abspath(filename)) 217 config.states[state_name] = ParsePropertyFiles(directory, 264 help='Path to main build directory (the parent of the ' 265 'Release or Debug directory)')
|
/external/chromium_org/components/nacl/browser/ |
pnacl_translation_cache.h | 90 const base::FilePath& directory,
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
generate_notice.py | 83 parser.error('No root directory given. See --root.')
|
/external/chromium_org/rlz/lib/ |
rlz_value_store.h | 110 // Prefix |directory| to the path where the RLZ data file lives, for tests. 111 void SetRlzStoreDirectory(const base::FilePath& directory);
|
/external/chromium_org/sync/engine/ |
directory_commit_contribution.h | 27 class Directory; 31 // have been selected from the syncable Directory and prepared for commit. 47 // directory. 49 syncable::Directory* dir, 64 // This function may make model-neutral changes to the directory. It is not 88 syncable::Directory* directory, 93 syncable::Directory* dir_; 99 // This flag is tracks whether or not the directory entries associated with
|
/external/chromium_org/sync/internal_api/public/ |
internal_components_factory.h | 34 class Directory; 84 syncable::Directory* directory,
|
/external/chromium_org/sync/sessions/ |
model_type_registry.h | 21 class Directory; 41 // This alternative constructor does not support any directory types. 45 // Constructs a ModelTypeRegistry that supports directory types. 48 syncable::Directory* directory); 103 // Map of DebugInfoEmitters for directory types. 111 // The directory. Not owned. 112 syncable::Directory* directory_; 114 // The set of enabled directory types.
|
model_type_registry_unittest.cc | 35 syncable::Directory* directory(); 58 registry_.reset(new ModelTypeRegistry(workers_, directory())); 71 syncable::Directory* ModelTypeRegistryTest::directory() { function in class:syncer::ModelTypeRegistryTest 72 return dir_maker_.directory(); 75 // Create some directory update handlers and commit contributors. 124 // Test disabling then re-enabling some directory types. 194 // Add some directory types. 212 // Clear all directory types [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/ |
update_webgl_conformance_tests.py | 122 usage = "usage: %prog [options] (input file or directory)" 133 help='specify an output directory to place files ' 144 _log.error("Must specify an input directory or filename.") 154 _log.error("'%s' is not a directory or a file.", in_name)
|
/external/chromium_org/third_party/skia/bench/ |
check_bench_regressions.py | 40 print '-d <dir> a directory containing bench_<revision>_<scalar> files.' 204 directory = None 217 directory = value 229 if directory is None or bot is None or rev is None: 235 data_points = bench_util.parse_skp_bench_data(directory, rev, rep)
|
/external/chromium_org/third_party/webrtc/test/testsupport/ |
fileutils_unittest.cc | 36 // Test fixture to restore the working directory between each test, since some 96 // directory that is automatically set when the test executable is launched. 113 // Tests with current working directory set to a directory higher up in the 114 // directory tree than the project root dir. 129 std::string directory = "fileutils-unittest-empty-dir"; local 131 remove(directory.c_str()); 132 ASSERT_TRUE(webrtc::test::CreateDir(directory)); 133 remove(directory.c_str());
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_origin_database.h | 41 base::FilePath* directory) OVERRIDE;
|
sandbox_prioritized_origin_database.h | 41 base::FilePath* directory) OVERRIDE;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/ |
pde-ant.jar | |