/external/chromium_org/sync/internal_api/ |
internal_components_factory_impl.cc | 43 syncable::Directory* directory, 51 connection_manager, directory, extensions_activity,
|
/external/chromium_org/sync/internal_api/test/ |
test_internal_components_factory.cc | 34 syncable::Directory* directory, 45 connection_manager, directory, monitor,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
workspace.py | 46 def find_unused_filename(self, directory, name, extension, search_limit=100): 52 target_path = self._filesystem.join(directory, target_name)
|
/external/chromium_org/third_party/icu/source/test/letest/ |
FontObject.cpp | 15 : directory(NULL), numTables(0), searchRange(0),entrySelector(0), 38 directory = (SFNTDirectory *) new char[dirSize]; 41 fread(directory, sizeof(char), dirSize, file); 49 delete[] directory; 65 if (SWAPL(directory->tableDirectory[rangeShift].tag) <= tag) { 72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) { 77 if (SWAPL(directory->tableDirectory[table].tag) == tag) { 78 return &directory->tableDirectory[table];
|
/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
helper_functions.py | 62 def perform_action_on_all_files(directory, file_pattern, file_extension, 71 directory(string): The directory where the files live. 81 file_prefix = os.path.join(directory, file_pattern)
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_isolated_origin_database.cc | 13 // Special directory name for isolated origin. 37 const std::string& origin, base::FilePath* directory) { 40 *directory = origin_directory_;
|
/external/clang/include/clang/ |
Makefile | 20 $(EchoCmd) Making install directory $$instdir ; \ 38 $(EchoCmd) Making install directory $$instdir ; \
|
/external/clang/include/clang-c/ |
Makefile | 19 $(EchoCmd) Making install directory $$instdir ; \ 32 $(EchoCmd) Making install directory $$instdir ; \
|
/external/fio/examples/ |
enospc-pressure.fio | 9 directory=/scratch
|
/external/icu/icu4c/source/test/letest/ |
FontObject.cpp | 15 : directory(NULL), numTables(0), searchRange(0),entrySelector(0), 38 directory = (SFNTDirectory *) new char[dirSize]; 41 fread(directory, sizeof(char), dirSize, file); 49 delete[] directory; 65 if (SWAPL(directory->tableDirectory[rangeShift].tag) <= tag) { 72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) { 77 if (SWAPL(directory->tableDirectory[table].tag) == tag) { 78 return &directory->tableDirectory[table];
|
/external/icu/icu4c/source/test/perf/leperf/ |
FontObject.cpp | 15 : directory(NULL), numTables(0), searchRange(0),entrySelector(0), 38 directory = (SFNTDirectory *) new char[dirSize]; 41 fread(directory, sizeof(char), dirSize, file); 49 delete[] directory; 65 if (SWAPL(directory->tableDirectory[rangeShift].tag) <= tag) { 72 if (SWAPL(directory->tableDirectory[table + probe].tag) <= tag) { 77 if (SWAPL(directory->tableDirectory[table].tag) == tag) { 78 return &directory->tableDirectory[table];
|
/external/valgrind/main/none/tests/ |
shell.stdout.exp | 1 Execute a directory
|
/libcore/ |
CaCerts.mk | 29 # $(3): destination directory 30 define include-prebuilt-with-destination-directory 45 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory)))) 54 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
|
/sdk/files/proguard/bin/ |
proguard.bat | 6 rem Change current directory and drive to where the script is, to avoid
|
/cts/tools/signature-tools/src/signature/io/html/ |
HtmlDeltaExternalizer.java | 52 File directory = new File(location); local 53 if (!directory.exists()) { 54 directory.mkdirs(); 118 private void copyStyleSheet(String directory) throws IOException { 121 writeToFile(directory + STYLE_SHEET_NAME, template.toString());
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
change_list_processor_unittest.cc | 32 DIRECTORY, 48 ResourceEntry directory; local 49 directory.mutable_file_info()->set_is_directory(true); 51 directory.set_title("Directory 1"); 52 directory.set_resource_id("folder:1_folder_resource_id"); 53 change_lists[0]->mutable_entries()->push_back(directory); 56 directory.set_title("Sub Directory Folder"); 57 directory.set_resource_id("folder:sub_dir_folder_resource_id") 465 ResourceEntry directory; local [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
synced_device_tracker_unittest.cc | 17 #include "sync/syncable/directory.h" 48 user_share()->directory->cache_guid())); 113 user_share()->directory->cache_guid(), 130 user_share()->directory->cache_guid(), 159 user_share()->directory->cache_guid(), 168 user_share()->directory->cache_guid(),
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
fake_url_fetcher.py | 36 def _ListDir(self, directory): 37 # In some tests, we need to test listing a directory from the HTML returned 39 if not os.path.isdir(os.path.join(self._base_path, directory)): 40 return self._ReadFile(directory[:-1]) 41 files = os.listdir(os.path.join(self._base_path, directory)) 46 if os.path.isdir(os.path.join(self._base_path, directory, filename)):
|
patched_file_system.py | 20 raise FileNotFoundError('Directory %s not found in the patch.' % path) 65 a directory to read exists in self._base_file_system. So try reading each one 126 directory, filename = path.rsplit('/', 1) 128 directory + '/') 131 # There are new files added. It's possible (if |directory| is new) that 135 self._base_file_system.Stat(directory + '/'), 146 stat_info = self._PatchStat(self._base_file_system.Stat(directory + '/'), 152 # No changes are made in this directory.
|
/external/clang/bindings/python/tests/cindex/ |
test_cdb.py | 52 assert cmds[i].directory == expected[i]['wd'] 61 assert cmds[0].directory == '/home/john.doe/MyProject' 81 assert cmds[i].directory == expected[i]['wd'] 99 workingdir = cmds[0].directory 109 workingdir = cmd0.directory
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ProcessBuilderTest.java | 82 assertNull(pb.directory()); 88 ProcessBuilder pbReturn = pb.directory(dir); 90 assertEquals(dir, pb.directory()); 92 pbReturn = pb.directory(null); 94 assertNull(pb.directory());
|
/external/chromium_org/sync/engine/ |
directory_update_handler_unittest.cc | 16 #include "sync/syncable/directory.h" 38 // the received protobuf message into information in the syncable::Directory. 56 syncable::Directory* dir() { 57 return dir_maker_.directory(); 67 // Warning: This takes the syncable directory lock. 94 base::MessageLoop loop_; // Needed to initialize the directory. 364 trans.directory()->GetDataTypeContext( 393 trans.directory()->GetDataTypeContext( 402 // previously downloaded, processed, and stored in our syncable::Directory 403 // and use them to update our local state (both the Directory's local stat 465 syncable::Directory* directory() { function in class:syncer::DirectoryUpdateHandlerApplyUpdateTest [all...] |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/ |
DiskLruCache.java | 49 * <p>The cache stores its data in a directory on the filesystem. This 50 * directory must be exclusive to the cache; the cache may delete or overwrite 51 * files from its directory. It is an error for multiple processes to use the 52 * same cache directory at the same time. 139 private final File directory; field in class:DiskLruCache 181 private DiskLruCache(File directory, int appVersion, int valueCount, long maxSize) { 182 this.directory = directory; 184 this.journalFile = new File(directory, JOURNAL_FILE); 185 this.journalFileTmp = new File(directory, JOURNAL_FILE_TEMP) [all...] |
/external/chromium_org/v8/src/ |
d8-posix.cc | 530 String::Utf8Value directory(args[0]); 531 if (*directory == NULL) { 537 if (chdir(*directory) != 0) { 566 static bool CheckItsADirectory(Isolate* isolate, char* directory) { 568 int stat_result = stat(directory, &stat_buf); 580 // error if the directory exists already. 581 static bool mkdirp(Isolate* isolate, char* directory, mode_t mask) { 582 int result = mkdir(directory, mask); 585 return CheckItsADirectory(isolate, directory); 587 char* last_slash = strrchr(directory, '/'); [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest-filepath.cc | 75 // Windows CE doesn't have a current directory. You should not use 76 // the current directory in tests on Windows CE, but this at least 98 // Returns the current working directory, or "" if unsuccessful. 101 // Windows CE doesn't have a current directory, so we just return 142 // Returns a copy of the FilePath with the directory part removed. 144 // FilePath("file"). If there is no directory part ("just_a_file"), it returns 153 // RemoveFileName returns the directory path with the filename removed. 170 // Helper functions for naming files in a directory for xml output. 172 // Given directory = "dir", base_name = "test", number = 0, 176 FilePath FilePath::MakeFileName(const FilePath& directory, [all...] |