/external/chromium_org/sync/internal_api/ |
sync_manager_impl_unittest.cc | 59 #include "sync/syncable/directory.h" 168 FROM_HERE, syncable::UNITTEST, share->directory.get()); 195 FROM_HERE, syncable::UNITTEST, share->directory.get()); 905 share->directory->GetNigoriHandler()->UpdateNigoriFromEncryptedTypes( [all...] |
/external/chromium_org/tools/symsrc/ |
pefile.py | 961 """Holds export directory information. [all...] |
/ndk/build/core/ |
init.mk | 262 # The directory separator used on this host 303 $(call ndk_log,Host tools prebuilt directory: $(HOST_PREBUILT)) 321 $(call ndk_log,Host tools prebuilt directory not found, using system tools) 467 $(call __ndk_info,Please define NDK_PLATFORMS_ROOT to point to a valid directory.)\ 469 $(call __ndk_info,Please run build/tools/build-platforms.sh to build the corresponding directory.)\ 474 $(call ndk_log,Found platform root directory: $(NDK_PLATFORMS_ROOT)) 477 $(call __ndk_info,Your NDK_PLATFORMS_ROOT points to an invalid directory)
|
definitions.mk | 75 # Arguments: 1: directory path 76 # Returns : Generate a rule, but not dependency, to create a directory with 84 # ':' if ndk-build is called inside jni/ directory when path is expanded 101 # directory of the input file path will be created before it. 104 # Rationale: Many object files will be stored in the same output directory. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene_1.9.1.v20100518-1140.jar | |
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_sdk.py | 215 # Then rename/move it to the pepper toolchain directory 234 # Then rename/move it to the pepper toolchain directory 248 # Then rename/move it to the pepper toolchain directory 274 # to the toolchain header directory. 480 # We only need sel_ldr from the 64-bit out directory. 669 def BuildStepMakeAll(pepperdir, directory, step_name, 672 build_projects.BuildProjectsBranch(pepperdir, directory, clean, 676 def BuildStepBuildLibraries(pepperdir, directory): 677 BuildStepMakeAll(pepperdir, directory, 'Build Libraries Debug', 679 BuildStepMakeAll(pepperdir, directory, 'Build Libraries Release' [all...] |
/external/icu4c/test/iotest/ |
iotest.cpp | 72 // may not be the same as the source directory, depending on 74 // set the data path to the built data from this directory. 111 /* __FILE__ on MSVC7 does not contain the directory */ 130 const char* directory=NULL; local 137 directory = U_TOPBUILDDIR; 140 directory = pathToDataDirectory(); 143 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100)); 147 * directory to ..\source\data\..\test\testdata\out\testdata 149 strcpy(tdpath, directory); 714 // may not be the same as the source directory, depending o [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
ImportVCardActivity.java | 210 * Caches given vCard files into a local directory, and sends actual import request to 666 private void getVCardFileRecursively(File directory) 672 // e.g. secured directory may return null toward listFiles(). 673 final File[] files = directory.listFiles(); 675 final String currentDirectoryPath = directory.getCanonicalPath(); 679 Log.w(LOG_TAG, "listFiles() returned null (directory: " + directory + ")"); 683 for (File file : directory.listFiles()) { [all...] |
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
Utility.java | 563 * Creates a new empty file with a unique name in the given directory by appending a hyphen and 568 public static File createUniqueFile(File directory, String filename) throws IOException { 569 return createUniqueFileInternal(NewFileCreator.DEFAULT, directory, filename); 573 File directory, String filename) throws IOException { 574 File file = new File(directory, filename); 590 file = new File(directory, String.format(format, i)); [all...] |
/external/chromium_org/sync/engine/ |
syncer_proto_util.cc | 18 #include "sync/syncable/directory.h" 205 syncable::Directory* dir) { 242 void SyncerProtoUtil::AddRequestBirthday(syncable::Directory* dir, 249 void SyncerProtoUtil::AddBagOfChips(syncable::Directory* dir, 358 AddRequestBirthday(session->context()->directory(), msg); 360 AddBagOfChips(session->context()->directory(), msg); 365 syncable::Directory* dir = session->context()->directory(); 581 void SyncerProtoUtil::PersistBagOfChips(syncable::Directory* dir,
|
syncer_util.cc | 24 #include "sync/syncable/directory.h" 42 using syncable::Directory; 82 const std::string& client_id = trans->directory()->cache_guid(); 227 // A note on non-directory parents: 245 Directory::Metahandles handles; 246 trans->directory()->GetChildHandlesById(trans, id, &handles); 250 DVLOG(1) << "Not deleting directory; it's not empty " << *entry; 484 syncable::Directory* dir, 495 Directory::Metahandles handles; 502 Directory::Metahandles::iterator it [all...] |
process_commit_response_command.cc | 68 syncable::Directory* dir = session.context()->directory(); 82 syncable::Directory* dir = session->context()->directory();
|
/external/elfutils/tests/ |
run-show-die-info.sh | 42 directory : /home/drepper/gnu/new-bu/build/ttt 66 directory : /home/drepper/gnu/new-bu/build/ttt 90 directory : /home/drepper/gnu/new-bu/build/ttt 140 directory : /shoggoth/drepper [all...] |
/build/core/tasks/ |
cts.mk | 52 # Make necessary directory for CTS 59 # Copy executable and JARs to CTS directory 73 # $5 : The directory containing vogar expectations files
|
/sdk/adtproductbuild/ |
Android.mk | 8 # ADT_IDE_DEST_DIR: existing directory where to copy the IDE zip files. 46 echo "*** [adt_eclipse_ide] ERROR: Missing prebuilts/eclipse-build-deps directory. Make sure to run 'repo init -g all;repo sync' first."; \ 82 # $4 = the destination directory (where the unpacked eclipse is created)
|
/system/vold/ |
VolumeManager.cpp | 590 // We don't care about the lost+found directory. 620 // Finally make the directory readable by everyone. 623 SLOGE("Couldn't change owner of existing directory %s: %s", mountPoint, strerror(errno)); 885 const char **directory) const { 905 if (directory != NULL) { 906 *directory = dir; [all...] |
/external/chromium/chrome/browser/sync/engine/ |
conflict_resolver.cc | 21 using syncable::Directory; 123 Directory::ChildHandles children; 124 trans->directory()->GetChildHandles(trans, 128 VLOG(1) << "Entry is a server deleted directory with local contents, " 226 // We're trying to commit into a directory tree that's been deleted. To 227 // solve this we recreate the directory tree. 247 VLOG(1) << "Giving directory a new id so we can undelete it " << parent; 250 trans->directory()->NextId()); 272 // We've deleted a directory tree that's got contents on the server. We 273 // recreate the directory to solve the problem [all...] |
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 24 # If the name is the name of a directory then that directory shall contain a 25 # .scons file with the same name as the directory itself: 26 # Ex: The directory session/phone contains a file called phone.scons
|
/external/chromium_org/chrome/browser/resources/extensions/ |
pack_extension_overlay.js | 72 * Handles the showing of the extension directory browser.
|
/external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
photo_import.js | 44 * Number of tries in creating a destination directory. 132 * One-time initialization of the My Photos directory. 160 * Creates the destination directory. 188 // Try to create a directory: Name, Name (2), Name (3)...
|
/external/chromium_org/chrome/browser/ui/ash/ |
screenshot_taker.cc | 146 // |local_path| is a temporary file in a hidden cache directory used for 166 // It is okay to fail with FILE_ERROR_EXISTS since anyway the directory 178 LOG(ERROR) << "Failed to ensure the existence of the specified directory " 396 const base::FilePath& directory) { 397 screenshot_directory_for_test_ = directory;
|
/external/chromium_org/cloud_print/service/win/ |
chrome_launcher.cc | 114 std::string ReadAndUpdateServiceState(const base::FilePath& directory, 117 base::FilePath file_path = directory.Append(chrome::kServiceStateFileName);
|
/external/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/ |
nacl.scons | 8 # TODO(polina): rename the directory and browser test to bad_load
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
README | 51 build.xml. To use it, navigate to the same directory and type the 67 root of the checked-out source tree as the existing directory. Verify
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_importer.py | 31 This script imports a directory of W3C CSS tests into WebKit. 41 - If the tests are approved, they'll be imported into a directory tree that 43 as LayoutTests/csswg/approved/css2.1, maintaining the entire directory structure under that 45 - If the tests are submitted, they'll maintain their directory structure under 48 LayoutTests/csswg/contributors/adobe/submitted, mirroring its directory structure in the 51 - If the import directory specified is just a contributor folder, only the submitted folder 59 - Also by default, if test files by the same name already exist in the destination directory, 70 4. If a reference files lives outside the directory of the test that uses it, it is checked 72 test file (in the same directory) 76 - Also upon completion, each directory where files are imported will have w3c-import.log writte [all...] |