HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 376 - 400 of 3113) sorted by null

<<11121314151617181920>>

  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 39 # directory pointed to by the "asio" symbolic link, extract the version you
41 # extracted directory. Additionaly, the build environment must be ready; i.e.
65 directory=$1
70 find "$directory/obj" -name "*.P" | \
  /external/selinux/libsemanage/src/
conf-scan.l 42 compiler-directory return COMPILER_DIR;
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 124 for (File directory : directories) {
125 FileUtils.delete(directory);
  /external/tensorflow/tensorflow/examples/how_tos/reading_data/
convert_to_records.py 53 filename = os.path.join(FLAGS.directory, name + '.tfrecords')
72 data_sets = mnist.read_data_sets(FLAGS.directory,
86 '--directory',
89 help='Directory to download data files and write the converted result'
  /external/trappy/tests/
test_copyright.py 80 for directory, patterns in patterns_to_ignore.iteritems():
81 if root.startswith(directory):
  /external/v8/src/
d8-posix.cc 554 String::Utf8Value directory(args[0]);
555 if (*directory == NULL) {
562 if (chdir(*directory) != 0) {
594 static bool CheckItsADirectory(Isolate* isolate, char* directory) {
596 int stat_result = stat(directory, &stat_buf);
612 // error if the directory exists already.
613 static bool mkdirp(Isolate* isolate, char* directory, mode_t mask) {
614 int result = mkdir(directory, mask);
617 return CheckItsADirectory(isolate, directory);
619 char* last_slash = strrchr(directory, '/');
    [all...]
  /external/vogar/src/vogar/
SshTarget.java 105 @Override public List<File> ls(File directory) throws FileNotFoundException {
106 return deviceFilesystem.ls(directory);
  /frameworks/base/tools/preload2/
Android.mk 23 # Copy the preload-tool shell script to the host's bin directory.
  /frameworks/native/cmds/installd/
CacheItem.cpp 35 directory = S_ISDIR(p->fts_statp->st_mode);
72 if (directory) {
  /frameworks/opt/setupwizard/library/
common-platform-deprecated.mk 16 # Path to directory of setup wizard lib (e.g. frameworks/opt/setupwizard/library)
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
Bots.java 39 public final DirectoryListBot directory; field in class:Bots
53 directory = new DirectoryListBot(device, automation, context, TIMEOUT);
63 * A test helper class that provides support for controlling directory list
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
FetchDownloadsLoader.java 36 * directory which have not been modified in longer than 90 days.
44 * Sets up a FetchDownloadsLoader in any directory.
46 * @param directory The directory to look into.
48 public FetchDownloadsLoader(Context context, File directory) {
50 mDirectory = directory;
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
run-find-all-symbols.py 19 - Run find-all-symbols on all files in the current working directory.
39 """Adjusts the directory until a compilation database is found."""
49 def MergeSymbols(directory, args):
51 invocation = [args.binary, '-merge-dir='+directory, args.saving_path]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue7234_test.go 12 // is in this directory because we routinely test -linkmode=external

Completed in 1123 milliseconds

<<11121314151617181920>>