Searched refs:directory (Results 26 - 50 of 745) sorted by relevance

1234567891011>>

/external/skia/tools/
H A Dgit-sync-deps18 will use the file ../DEPS relative to this script's directory.
58 def git_repository_sync_is_disabled(git, directory):
61 [git, 'config', 'sync-deps.disable'], cwd=directory)
67 def is_git_toplevel(git, directory):
68 """Return true iff the directory is the top level of a Git repository.
73 directory (string) the path into which the repository
78 [git, 'rev-parse', '--show-toplevel'], cwd=directory).strip()
79 return os.path.realpath(directory) == os.path.realpath(toplevel)
84 def git_checkout_to_directory(git, repo, checkoutable, directory, verbose):
96 directory (strin
[all...]
/external/chromium_org/sync/internal_api/public/
H A Duser_share.h29 scoped_ptr<syncable::Directory> directory; member in struct:syncer::UserShare
/external/chromium_org/sync/internal_api/
H A Dread_transaction.cc7 #include "sync/syncable/directory.h"
20 share->directory.get());
40 return transaction_->directory()->GetTransactionVersion(type);
46 return transaction_->directory()->GetDataTypeContext(
53 transaction_->directory()->GetAttachmentIdsToUpload(
/external/chromium_org/third_party/boringssl/src/crypto/
H A Ddirectory.h46 * directory and a position in that directory. */
50 * |directory| must be given and |*ctx| must be NULL. Subsequent calls with the
55 const char *directory);
/external/javassist/src/main/javassist/
H A DURLClassPath.java31 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
59 URLClassPath(String host, int port, String directory, String packageName) argument
129 fetchClass(String host, int port, String directory, String classname) argument
[all...]
/external/chromium_org/sync/engine/
H A Dapply_control_data_updates_unittest.cc15 #include "sync/syncable/directory.h"
42 entry_factory_.reset(new TestEntryFactory(directory()));
49 syncable::Directory* directory() { function in class:syncer::ApplyControlDataUpdatesTest
50 return dir_maker_.directory();
56 base::MessageLoop loop_; // Needed for directory init.
72 syncable::ReadTransaction trans(FROM_HERE, directory());
73 cryptographer = directory()->GetCryptographer(&trans);
74 EXPECT_TRUE(directory()->GetNigoriHandler()->GetEncryptedTypes(&trans)
91 ApplyControlDataUpdates(directory());
96 syncable::ReadTransaction trans(FROM_HERE, directory());
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dreport.py23 # The directory into which to place the report, used by some derived
25 self.directory = None
61 def report_files(self, report_fn, morfs, config, directory=None):
80 self.directory = directory
81 if self.directory and not os.path.exists(self.directory):
82 os.makedirs(self.directory)
/external/openssl/crypto/
H A DLPdir_win.c54 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
56 if (ctx == NULL || directory == NULL)
65 const char *extdir = directory;
67 size_t dirlen = strlen (directory);
83 if (directory[dirlen-1] != '*')
93 if (directory[dirlen-1] != '/' && directory[dirlen-1] != '\\')
94 extdir = strcat(strcpy (extdirbuf,directory),"/*");
96 extdir = strcat(strcpy (extdirbuf,directory),"*");
/external/chromium_org/sync/test/engine/
H A Dtest_directory_setter_upper.cc11 #include "sync/syncable/directory.h"
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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DVersionNumberStripper.java18 * 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/internal_api/test/
H A Dsync_manager_for_profile_sync_test.cc9 #include "sync/syncable/directory.h"
23 syncable::Directory* directory = user_share->directory.get(); local
33 if (!directory->InitialSyncEndedForType(it.Get())) {
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dcheck-dom-results44 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"
[all...]
/external/chromium_org/third_party/libjingle/source/talk/build/
H A Dcommon.gypi44 '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/conscrypt/src/main/java/org/conscrypt/
H A DFileClientSessionCache.java36 * underlying directory at a time.
58 final File directory; field in class:FileClientSessionCache.Impl
75 * Constructs a new cache backed by the given directory.
77 Impl(File directory) throws IOException { argument
78 boolean exists = directory.exists();
79 if (exists && !directory.isDirectory()) {
80 throw new IOException(directory + " exists but is not a directory.");
90 initialFiles = directory.list();
94 throw new IOException(directory
328 usingDirectory( File directory) argument
[all...]
/external/lldb/scripts/
H A Dinstall-lldb.sh5 # directory into the developer folder specified.
12 echo This script will install the files from a 'Debug' or 'Release' build directory into the developer folder specified.
47 echo BUILD_DIR path to LLDB.framework is not a directory: "$BUILD_DIR/LLDB.framework"
52 echo DEVELOPER_DIR must be a directory: "$DEVELOPER_DIR"
57 echo BUILD_DIR must be a directory: "$BUILD_DIR"
/external/nanopb-c/tests/
H A DMakefile18 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
/external/valgrind/main/none/tests/darwin/
H A Daccess_extended.stderr.exp4 no_such_file(F_OK) = 2 (No such file or directory)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Dbaselineoptimizer.py92 def _join_directory(self, directory, baseline_name):
93 # This code is complicated because both the directory name and the baseline_name have the virtual
97 # to the baseline in the platform directory, we need to append jsut foo-expected.png to the directory.
103 return self._filesystem.join(self._scm.checkout_root, directory, baseline_name_without_virtual)
109 for directory in directories:
110 path = self._join_directory(directory, baseline_name)
112 results_by_directory[directory] = self._filesystem.sha1(path)
118 for directory in self._relative_baseline_search_paths(port, baseline_name):
119 if directory i
[all...]
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Dsdk_update_common.py21 def MakeDirs(directory):
22 if not os.path.exists(directory):
23 logging.info('Making directory %s' % (directory,))
24 os.makedirs(directory)
28 """Removes the given directory
31 work when the directory contains junctions (as does our SDK installer).
33 does the right thing on Windows. If the directory already didn't exist,
37 outdir: The directory to delete
51 # The directory ca
[all...]
/external/chromium_org/sync/syncable/
H A Dsyncable_base_write_transaction.h25 Directory* directory);
H A Dsyncable_model_neutral_write_transaction.h30 Directory* directory);
/external/chromium_org/tools/gn/
H A Dlast_commit_position.py11 Some directory inside the repo to check. This will be used as the current
12 directory when running git. It's best to pass the repo toplevel directory.
26 def RunGitCommand(directory, command):
46 cwd=directory,
53 def FetchCommitPosition(directory):
62 proc = RunGitCommand(directory, ['log'])
/external/valgrind/main/none/tests/
H A Dshell.stderr.exp1 ./shell: ./x86/: is a directory
7 ./shell: ./shell_nosuchfile: No such file or directory
/external/chromium_org/third_party/lcov/example/
H A DMakefile7 # - clean: clean up directory
51 --output-directory output --title "Basic example" \
71 $(LCOV) --zerocounters --directory .
73 $(LCOV) --capture --directory . --output-file trace_noargs.info --test-name test_noargs --no-external
81 $(LCOV) --zerocounters --directory .
83 $(LCOV) --capture --directory . --output-file trace_args.info --test-name test_2_to_2000 --no-external
91 $(LCOV) --zerocounters --directory .
93 $(LCOV) --capture --directory . --output-file trace_overflow.info --test-name "test_overflow" --no-external
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DDiskLruCacheWrapper.java18 * directory at a time.
31 * Get a DiskCache in the given directory and size. If a disk cache has alread been created with
32 * a different directory and/or size, it will be returned instead and the new arguments
35 * @param directory The directory for the disk cache
39 public synchronized static DiskCache get(File directory, int maxSize) { argument
41 WRAPPER = new DiskLruCacheWrapper(directory, maxSize);
46 private final File directory; field in class:DiskLruCacheWrapper
51 protected DiskLruCacheWrapper(File directory, int maxSize) { argument
52 this.directory
[all...]

Completed in 4710 milliseconds

1234567891011>>