/external/chromium_org/sync/syncable/ |
entry.cc | 12 #include "sync/syncable/directory.h" 23 kernel_ = trans->directory()->GetEntryById(id); 28 kernel_ = trans->directory()->GetEntryByClientTag(tag); 33 kernel_ = trans->directory()->GetEntryByServerTag(tag); 38 kernel_ = trans->directory()->GetEntryByHandle(metahandle); 41 Directory* Entry::dir() const { 42 return basetrans_->directory();
|
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/third_party/sqlite/src/tool/ |
omittest.tcl | 19 defined together. Each run is performed in a seperate directory created 20 as a sub-directory of the current directory by the script. The output 21 of the build is saved in <sub-directory>/build.log. The output of the 22 test-suite is saved in <sub-directory>/test.log. 43 # parameter is the name of the directory to create and use to run the 66 # Create the directory and do the build. If an error occurs return
|
/external/llvm/utils/TableGen/ |
tdtags | 30 -I <dir> Add the directory to the search path for tblgen include files. 40 all - Generate an index in each directory that contains .td files 42 here - Generate an index for all .td files in the current directory. 43 recurse - Generate an index in each directory that contains .td files 44 in and under the current directory. 78 -I <dir> Add the directory <dir> to the search path for 'include' 92 Produce a tags file in every directory in the LLVM source tree 95 Produce a tags file from .td files in the current directory. 97 Produce a tags file in every directory that contains any .td 98 files, in and under the current directory [all...] |
/ndk/build/tools/ |
builder-funcs.sh | 45 # $1: Build directory 53 fail_panic "Can't create build directory: $_BUILD_DIR" 57 fail_panic "Can't cleanup build directory: $_BUILD_DIR" 233 panic "Build directory not set!" 284 # directory by translating them to __/ 308 panic "Destination directory not set" 330 panic "Destination directory not set" 470 log2 "Cleaning up build directory: $_BUILD_DIR" 478 # $2: Build directory 491 panic "Missing directory: $NDK_DIR/platforms [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
directory_contents.js | 117 * This class is responsible for scanning directory (or search results), 119 * directory contents shown: basic directory, drive search results, local search 188 * @return {DirectoryEntry} A DirectoryEntry for current directory. In case of 189 * search -- the top directory from which search is run. 203 * Start directory scan/search operation. Either 'scan-completed' or 308 * @param {string} name Directory name. 320 * @param {DirectoryEntry} entry DirectoryEntry for current directory. 343 * @return {DirectoryEntry} DirectoryEntry of the current directory. 357 * Start directory scan [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
PackageSignatureTest.java | 152 File directory = mContext.getExternalFilesDir(null); local 154 Log.i(TAG, "Will dump " + numSignatures + " signatures to " + directory); 158 File signatureFile = new File(directory, fileName + "." + i);
|
/external/chromium/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/sync/engine/ |
apply_control_data_updates.cc | 11 #include "sync/syncable/directory.h" 28 syncable::Directory* dir = session->context()->directory(); 107 trans->directory()->GetNigoriHandler()->ApplyNigoriUpdate(nigori, trans); 187 trans->directory()->GetNigoriHandler()->UpdateNigoriFromEncryptedTypes(
|
apply_updates_and_resolve_conflicts_command.cc | 11 #include "sync/syncable/directory.h" 31 syncable::Directory* dir = session.context()->directory(); 49 syncable::Directory* dir = session->context()->directory();
|
/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/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/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/skia/tools/ |
compare_baselines.py | 21 # modules declared within this same directory 74 print 'skipping %s because it is a directory, not a file' % filename 81 dest_dir, flattened into a single directory using subdirectory names as 94 print 'skipping %s because it is a file, not a directory' % filename 96 print 'flattening directory %s' % source_path 150 # Download all checked-in baseline images to a temp directory 175 # allow user to specify a different directory to write into?
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
PhoneNumberListAdapter.java | 31 import android.provider.ContactsContract.Directory; 133 final DirectoryPartition directory = getExtendedDirectoryFromId(directoryId); local 134 final String contentUri = directory.getContentUri(); 136 throw new IllegalStateException("Extended directory must have a content URL: " 137 + directory); 142 String.valueOf(getDirectoryResultLimit(directory))); 168 ContactsContract.DIRECTORY_PARAM_KEY, String.valueOf(Directory.DEFAULT)); 210 if (filter == null || directoryId != Directory.DEFAULT) { 360 final DirectoryPartition directory = (DirectoryPartition) getPartition(partition); local 361 bindPhoneNumber(view, cursor, directory.isDisplayNumber()) 493 final DirectoryPartition directory = mExtendedDirectories.get(i); local 504 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 | 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,
|
/external/compiler-rt/make/ |
subdir.mk | 5 # ObjNames - The objects available in that directory. 34 # Construct the variable key for this directory. 69 # Restore directory variable, for cleanliness.
|
/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
|
/external/chromium_org/chrome/browser/extensions/ |
webstore_installer.cc | 67 const char kDownloadDirectoryError[] = "Could not create download directory"; 82 base::FilePath directory(g_download_directory_for_tests ? 87 if (drive::util::IsUnderDriveMountPoint(directory)) 88 directory = download_util::GetDefaultDownloadDirectory(); 91 // Ensure the download directory exists. TODO(asargent) - make this use 93 if (!base::DirectoryExists(directory)) { 94 if (!file_util::CreateDirectory(directory)) { 109 directory.AppendASCII(id + "_" + random_number + ".crx"); 302 base::FilePath* directory) { 303 g_download_directory_for_tests = directory; [all...] |
/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/checkdeps/ |
rules.py | 24 def __init__(self, allow, directory, source): 26 self._dir = directory 45 unrelated to directory or source. 73 """Sets of rules for files in a directory. 76 dependee files in the directory. Rules may also be added that apply
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
__init__.py | 104 def FlushSystemCacheForDirectory(self, directory, ignoring=None): 105 """Flushes the OS's file cache for the specified directory. 107 Any files or directories inside |directory| matching a name in the 112 directory, ignoring=ignoring)
|
/external/chromium_org/ui/base/win/ |
shell.cc | 73 const string16& directory, 80 sei.lpDirectory = directory.c_str();
|