/external/chromium_org/third_party/WebKit/public/web/ |
WebFileChooserParams.h | 43 // If |directory| is true, the dialog allows the user to select a directory. 44 bool directory; member in struct:WebKit::WebFileChooserParams 77 , directory(false)
|
/frameworks/base/core/tests/overlaytests/ |
Android.mk | 1 # Dummy makefile to halt recursive directory traversal.
|
/external/chromium_org/sync/syncable/ |
syncable_base_transaction.cc | 8 #include "sync/syncable/directory.h" 13 Directory* BaseTransaction::directory() const { function in class:syncer::syncable::BaseTransaction 40 // Note: We dont call the Directory's OnUnrecoverableError method right 44 directory()->ReportUnrecoverableError(); 53 directory()->OnUnrecoverableError(this, 62 Directory* directory) 64 directory_(directory), unrecoverable_error_set_(false) { 65 // TODO(lipalani): Don't issue a good transaction if the directory ha [all...] |
syncable_write_transaction.h | 21 WriterTag writer, Directory* directory); 29 Directory* directory, int64* transaction_version);
|
/external/grub/util/ |
grub-set-default | 36 --root-directory=DIR Use the directory DIR instead of the root directory 53 --root-directory=*) 54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;; 77 # Determine the GRUB directory. This is different among OSes. 86 echo "No GRUB directory found under ${rootdir}/" 1>&2
|
grub-set-default.in | 36 --root-directory=DIR Use the directory DIR instead of the root directory 53 --root-directory=*) 54 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;; 77 # Determine the GRUB directory. This is different among OSes. 86 echo "No GRUB directory found under ${rootdir}/" 1>&2
|
/external/chromium/build/util/ |
lastchange.py | 23 def FetchSVNRevision(directory): 25 Fetch the Subversion branch and revision for a given directory. 36 cwd=directory, 62 def RunGitCommand(directory, command): 82 cwd=directory) 88 def FetchGitRevision(directory): 90 Fetch the Git hash for a given directory. 97 proc = RunGitCommand(directory, ['rev-parse', 'HEAD']) 105 def IsGitSVN(directory): 117 proc = RunGitCommand(directory, ['config', '--get-regexp', '^svn'] [all...] |
/external/javassist/src/main/javassist/ |
URLClassPath.java | 31 protected String directory; field in class:URLClassPath 47 * <code>port</code> is 80, and <code>directory</code> is "/java/classes/". 54 * @param directory directory name ending with "/". 55 * It can be "/" (root directory). 60 String directory, String packageName) { 63 this.directory = directory; 68 return hostname + ":" + port + directory; 89 = directory + classname.replace('.', '/') + ".class" [all...] |
/libcore/luni/src/main/java/java/lang/ |
ProcessBuilder.java | 34 private File directory; field in class:ProcessBuilder 112 * Returns the working directory of this process builder. If {@code null} is 113 * returned, then the working directory of the Java process is used when a 116 * @return the current working directory, may be {@code null}. 118 public File directory() { method in class:ProcessBuilder 119 return directory; 123 * Changes the working directory of this process builder. If the specified 124 * directory is {@code null}, then the working directory of the Java 127 * @param directory 131 public ProcessBuilder directory(File directory) { method in class:ProcessBuilder [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
desktop_platform_backend.py | 36 def FlushSystemCacheForDirectory(self, directory, ignoring=None): 37 assert directory and os.path.exists(directory), \ 38 'Target directory %s must exist' % directory 44 directory_contents = os.listdir(directory) 47 args.append(os.path.join(directory, item))
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
DirectoryWalker.java | 29 * Abstract class that walks through a directory hierarchy and provides
65 * protected boolean handleDirectory(File directory, int depth, Collection results) {
67 * if (".svn".equals(directory.getName())) {
68 * directory.delete();
119 * // Combine the directory and file filters using an OR condition
226 * protected boolean handleDirectory(File directory, int depth, Collection results) throws IOException {
227 * // cancel if hidden directory
228 * if (directory.isHidden()) {
258 * The limit on the directory depth to walk.
287 * Construct an instance with a directory and a file filter and an optional [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
fake_url_fetcher.py | 23 def _ListDir(self, directory): 24 # In some tests, we need to test listing a directory from the HTML returned 26 if not os.path.isdir(os.path.join(self._base_path, directory)): 27 return self._ReadFile(directory[:-1]) 28 files = os.listdir(os.path.join(self._base_path, directory)) 33 if os.path.isdir(os.path.join(self._base_path, directory, filename)):
|
/external/chromium_org/sync/test/engine/ |
test_directory_setter_upper.cc | 11 #include "sync/syncable/directory.h" 31 new syncable::Directory( 49 new syncable::Directory(directory_store, 59 if (!directory()->good()) 63 directory()->SaveChanges(); 65 directory()->SaveChanges(); 72 syncable::ReadTransaction trans(FROM_HERE, directory()); 74 // The TestUnrecoverableErrorHandler that this directory was constructed with 76 directory()->FullyCheckTreeInvariants(&trans);
|
syncer_command_test.cc | 31 syncable::Directory* SyncerCommandTest::directory() { function in class:syncer::SyncerCommandTest 32 return dir_maker_.directory();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
VersionNumberStripper.java | 18 * A class that strips version numbers off built plugin directory names. This 25 //the directory containing the directories and files from which to remove version information 26 private String directory; field in class:VersionNumberStripper 32 public void setDirectory(String dir){directory=dir;} 34 public String getDirectory(){return directory;} 37 setDirectory(directory); 51 File file=new File(directory);
|
/external/chromium_org/sync/engine/ |
apply_control_data_updates_unittest.cc | 47 entry_factory_.reset(new TestEntryFactory(directory())); 52 syncable::ReadTransaction trans(FROM_HERE, directory()); 71 syncable::ReadTransaction trans(FROM_HERE, directory()); 72 cryptographer = directory()->GetCryptographer(&trans); 73 EXPECT_TRUE(directory()->GetNigoriHandler()->GetEncryptedTypes(&trans) 95 syncable::ReadTransaction trans(FROM_HERE, directory()); 96 EXPECT_TRUE(directory()->GetNigoriHandler()->GetEncryptedTypes(&trans) 113 syncable::ReadTransaction trans(FROM_HERE, directory()); 114 cryptographer = directory()->GetCryptographer(&trans); 115 EXPECT_TRUE(directory()->GetNigoriHandler()->GetEncryptedTypes(&trans [all...] |
/external/chromium/base/mac/ |
foundation_util.h | 69 // first found directory and returns true. Otherwise, returns false. 70 bool GetSearchPathDirectory(NSSearchPathDirectory directory, 76 // first found directory and returns true. Otherwise, returns false. 77 bool GetLocalDirectory(NSSearchPathDirectory directory, FilePath* result); 81 // first found directory and returns true. Otherwise, returns false. 82 bool GetUserDirectory(NSSearchPathDirectory directory, FilePath* result); 84 // Returns the ~/Library directory.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-dom-results | 44 my @suites = ( {"name" => "DOM Level 1 Core (html)", "directory" => "dom/html/level1/core"}, 45 {"name" => "DOM Level 2 Core (html)", "directory" => "dom/html/level2/core"}, 46 {"name" => "DOM Level 2 Events (html)", "directory" => "dom/html/level2/events"}, 47 {"name" => "DOM Level 2 HTML (html)", "directory" => "dom/html/level2/html"}, 48 {"name" => "DOM Level 1 Core (xhtml)", "directory" => "dom/xhtml/level1/core"}, 49 {"name" => "DOM Level 2 Core (xhtml)", "directory" => "dom/xhtml/level2/core"}, 50 {"name" => "DOM Level 2 Events (xhtml)", "directory" => "dom/xhtml/level2/events"}, 51 {"name" => "DOM Level 2 HTML (xhtml)", "directory" => "dom/xhtml/level2/html"}, 52 {"name" => "DOM Level 3 Core (xhtml)", "directory" => "dom/xhtml/level3/core"}, 53 {"name" => "DOM Level 3 XPath (svg)", "directory" => "dom/svg/level3/xpath"}) [all...] |
/development/tools/line_endings/ |
Android.mk | 3 # Copies files into the directory structure described by a manifest
|
/external/chromium_org/sync/internal_api/ |
read_transaction.cc | 7 #include "sync/syncable/directory.h" 20 share->directory.get()); 40 return transaction_->directory()->GetTransactionVersion(type);
|
write_transaction.cc | 18 share->directory.get()); 27 share->directory.get(),
|
/external/chromium_org/third_party/libjingle/source/talk/build/ |
common.gypi | 45 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-6-sun\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!\'; print dir")',
|
/external/valgrind/main/none/tests/darwin/ |
access_extended.stderr.exp | 4 no_such_file(F_OK) = 2 (No such file or directory)
|
/libcore/crypto/src/main/java/org/conscrypt/ |
FileClientSessionCache.java | 37 * underlying directory at a time. 59 /** Directory to store session files in. */ 60 final File directory; field in class:FileClientSessionCache.Impl 77 * Constructs a new cache backed by the given directory. 79 Impl(File directory) throws IOException { 80 boolean exists = directory.exists(); 81 if (exists && !directory.isDirectory()) { 82 throw new IOException(directory + " exists but is not a directory."); 92 initialFiles = directory.list() [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
baselineoptimizer.py | 77 def _join_directory(self, directory, baseline_name): 78 # This code is complicated because both the directory name and the baseline_name have the virtual 82 # to the baseline in the platform directory, we need to append jsut foo-expected.png to the directory. 88 return self._filesystem.join(self._scm.checkout_root, directory, baseline_name_without_virtual) 94 for directory in directories: 95 path = self._join_directory(directory, baseline_name) 97 results_by_directory[directory] = self._filesystem.sha1(path) 103 for directory in self._relative_baseline_search_paths(port_name, baseline_name): 104 if directory in results_by_directory [all...] |