HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 226 - 250 of 1325) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/testing/gtest/scripts/
fuse_gtest_files.py 46 directory of the directory holding this script.
66 # We assume that this file is in the scripts/ directory in the Google
67 # Test root directory.
86 def VerifyFileExists(directory, relative_path):
89 relative_path is the file path relative to the given directory.
92 if not os.path.isfile(os.path.join(directory, relative_path)):
93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
94 directory)
95 print ('Please either specify a valid project root directory '
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
sandbox_prioritized_origin_database.cc 101 const std::string& origin, base::FilePath* directory) {
104 primary_origin_database_->GetPathForOrigin(origin, directory))
107 return origin_database_->GetPathForOrigin(origin, directory);
161 // We reset the primary origin directory too.
163 // We could keep the directory there as the same origin will likely
  /external/protobuf/gtest/scripts/
fuse_gtest_files.py 46 directory of the directory holding this script.
66 # We assume that this file is in the scripts/ directory in the Google
67 # Test root directory.
86 def VerifyFileExists(directory, relative_path):
89 relative_path is the file path relative to the given directory.
92 if not os.path.isfile(os.path.join(directory, relative_path)):
93 print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
94 directory)
95 print ('Please either specify a valid project root directory '
    [all...]
  /external/qemu/distrib/ext4_utils/src/
make_ext4fs_main.c 57 fprintf(stderr, " <filename> [<directory>]\n");
64 const char *directory = NULL; local
185 directory = argv[optind++];
203 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 30 import android.provider.ContactsContract.Directory;
141 final DirectoryPartition directory = getExtendedDirectoryFromId(directoryId); local
142 final String contentUri = directory.getContentUri();
144 throw new IllegalStateException("Extended directory must have a content URL: "
145 + directory);
150 String.valueOf(getDirectoryResultLimit(directory)));
176 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT));
228 if (filter == null || directoryId != Directory.DEFAULT) {
381 final DirectoryPartition directory = (DirectoryPartition) getPartition(partition); local
382 bindPhoneNumber(view, cursor, directory.isDisplayNumber())
520 final DirectoryPartition directory = mExtendedDirectories.get(i); local
531 final DirectoryPartition directory = (DirectoryPartition) getPartition(partitionIndex); local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DataExporter.java 86 // Do not allow queries to use relative paths to leave the root directory. Otherwise they
104 final File directory = getOutputDirectory(context); local
105 if (!directory.exists()) {
106 directory.mkdir();
149 // Don't need the cache directory, which also contains the dump files.
153 // This check is redundant as the output directory should be in the cache dir,
  /system/extras/ext4_utils/
make_ext4fs_main.c 58 fprintf(stderr, " <filename> [<directory>]\n");
65 const char *directory = NULL; local
211 directory = argv[optind++];
229 exitcode = make_ext4fs_internal(fd, directory, mountpoint, fs_config_func, gzip,
  /external/chromium_org/third_party/tlslite/scripts/
tls.py 101 directory = None
124 directory = arg
156 retList.append(directory)
245 verifierDB, directory, reqCert) = handleArgs(argv, "kctbvd", ["reqcert"])
255 if directory:
256 os.chdir(directory)
  /prebuilts/devtools/tools/
lint.bat 20 rem and set up progdir to be the fully-qualified pathname of its directory.
23 rem Grab current directory before we change it
26 rem Change current directory and drive to where the script is, to avoid
  /cts/tests/webgl/res/raw/
extract_webgl_tests.py 44 directory = os.path.dirname(os.path.realpath(list)) variable
53 lines = [ directory + "/" + line for line in lines ]
  /cts/tests/webgl/src/android/webgl/cts/
ZipUtil.java 40 File directory,
42 File file = new File(directory, name);
60 * Unzip to a directory.
96 * Cleanup a directory.
  /external/chromium_org/sync/syncable/
syncable_util.cc 11 #include "sync/syncable/directory.h"
23 trans->directory()->GetUnsyncedMetaHandles(trans, handles);
63 Directory::Metahandles children;
64 trans->directory()->GetChildHandlesById(trans, old_id, &children);
65 Directory::Metahandles::iterator i = children.begin();
  /external/chromium_org/sync/test/engine/
test_syncable_utils.cc 9 #include "sync/syncable/directory.h"
24 Directory::Metahandles child_handles;
25 rtrans->directory()->GetChildHandlesById(rtrans, parent_id, &child_handles);
31 for (Directory::Metahandles::iterator i = child_handles.begin();
45 Directory::Metahandles child_handles;
46 rtrans->directory()->GetChildHandlesById(rtrans, parent_id, &child_handles);
48 for (Directory::Metahandles::iterator i = child_handles.begin();
69 syncable::Directory *dir,
  /external/chromium_org/third_party/icu/source/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/chromium_org/tools/resources/
find_unused_resources.py 136 Assumes the directory names end in '_percent', for example,
144 A list of paths relative to the 'src' directory.
167 print 'Script must be run in your "src" directory.'
199 for directory in scale_directories:
200 print 'git rm ' + os.path.join(directory, filepath)
  /external/e2fsprogs/po/
at-expand.pl 51 "#. %p ext2fs_get_pathname of directory <ino>\n",
53 "#. the containing directory. (If dirent is NULL\n",
54 "#. then return the pathname of directory <ino2>)\n",
55 "#. %q ext2fs_get_pathname of directory <dir>\n",
56 "#. %Q ext2fs_get_pathname of directory <ino> with <dir> as\n",
57 "#. the containing directory.\n",
81 $msg =~ s/\@d/directory/g;
87 $msg =~ s/\@h/HTREE directory inode/g;
  /external/e2fsprogs/util/
install-symlink.in 54 echo $DESTDIR$SRC: file or directory does not exist
  /external/fio/examples/
e4defrag2.fio 8 directory=/scratch
  /external/harfbuzz_ng/test/shaping/
record-test.sh 3 dir=`mktemp --directory`
  /external/icu/icu4c/source/data/translit/
trnsfiles.mk 9 # you should consider creating a 'trnslocal.mk' file in this same directory.
  /external/libnl/
configure.in 28 [Path to the pkgconfig directory [[LIBDIR/pkgconfig]]]),
  /ndk/tests/build/stdint-c++/jni/
Android.mk 16 # script found in this directory.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.embedder.shared/0.20.0/
org.eclipse.tycho.embedder.shared-0.20.0.jar 
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlmain.i 19 to your working directory and make the appropriate modifications.
  /system/vold/
VolumeManager.h 91 const char **directory = NULL) const;
142 int unmountAllAsecsInDir(const char *directory);

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>