HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 126 - 150 of 1031) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/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/icu4c/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/valgrind/main/none/tests/
shell.stdout.exp 1 Execute a directory
  /frameworks/base/tools/aidl/
Android.mk 3 # Copies files into the directory structure described by a manifest
  /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))))
55 $(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/resources/file_manager/js/
file_manager_pyauto.js 37 * List all items in the current directory.
163 * Create directory.
164 * @param {string} name Name of the directory.
178 * Change to a directory.
180 * current directory.
181 * @param {string} path Path to directory.
189 dm.removeEventListener('directory-changed', onChanged);
193 dm.addEventListener('directory-changed', onChanged);
198 * Get the absolute path of current directory.
205 * Get remaining and total size of selected directory
    [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/
patched_file_system.py 34 raise FileNotFoundError('Directory %s not found in the patch.' % path)
62 a directory to read exists in self._host_file_system. So try reading each one
123 directory, filename = path.rsplit('/', 1)
125 directory + '/')
128 # There are new files added. It's possible (if |directory| is new) that
132 self._host_file_system.Stat(directory + '/'),
143 stat_info = self._PatchStat(self._host_file_system.Stat(directory + '/'),
149 # No changes are made in this directory.
subversion_file_system.py 45 # directory and file versions are in different tables).
48 # things beforehand; a header, "parent directory" list, etc. We will deal
55 # The version of the directory will eventually appear in the soup of
59 # <td>Directory revision:</td>
64 if len(cells) == 2 and _InnerText(cells[0]) == 'Directory revision:':
67 raise ValueError('ViewVC assumption invalid: directory revision ' +
108 def _ListDir(self, directory):
109 dom = xml.parseString(directory)
166 directory, filename = posixpath.split(path)
167 directory += '/
    [all...]
  /external/chromium_org/sync/test/engine/
syncer_command_test.h 21 #include "sync/syncable/directory.h"
41 // SyncerCommands, providing convenient access to a test directory
117 mock_server_.get(), directory(),
126 context_->set_account_name(directory()->name());
133 mock_server_.reset(new MockConnectionManager(directory()));
137 virtual syncable::Directory* directory() = 0;
206 virtual syncable::Directory* directory() OVERRIDE;
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 51 * <p>The cache stores its data in a directory on the filesystem. This
52 * directory must be exclusive to the cache; the cache may delete or overwrite
53 * files from its directory. It is an error for multiple processes to use the
54 * same cache directory at the same time.
141 private final File directory; field in class:DiskLruCache
180 private DiskLruCache(File directory, int appVersion, int valueCount, long maxSize) {
181 this.directory = directory;
183 this.journalFile = new File(directory, JOURNAL_FILE);
184 this.journalFileTmp = new File(directory, JOURNAL_FILE_TEMP)
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 72 using syncable::Directory;
207 mock_server_.reset(new MockConnectionManager(directory()));
224 mock_server_.get(), directory(), workers,
233 syncable::ReadTransaction trans(FROM_HERE, directory());
234 syncable::Directory::Metahandles children;
235 directory()->GetChildHandlesById(&trans, trans.root_id(), &children);
241 directory()->set_store_birthday(mock_server_->store_birthday());
334 WriteTransaction trans(FROM_HERE, UNITTEST, directory());
398 WriteTransaction wtrans(FROM_HERE, UNITTEST, directory());
433 Directory* directory() function in class:syncer::SyncerTest
    [all...]
  /external/chromium_org/v8/src/
d8-posix.cc 537 String::Utf8Value directory(args[0]);
538 if (*directory == NULL) {
543 if (chdir(*directory) != 0) {
569 static bool CheckItsADirectory(char* directory) {
571 int stat_result = stat(directory, &stat_buf);
583 // error if the directory exists already.
584 static bool mkdirp(char* directory, mode_t mask) {
585 int result = mkdir(directory, mask);
588 return CheckItsADirectory(directory);
590 char* last_slash = strrchr(directory, '/');
    [all...]
  /external/grub/util/
grub-install.in 66 --root-directory=DIR install GRUB images under the directory DIR
67 instead of the root directory
76 grub-install copies GRUB images into the DIR/boot directory specfied by
77 --root-directory, and uses the grub shell to install grub into the boot
240 --root-directory=*)
241 rootdir=`echo "$option" | sed 's/--root-directory=//'` ;;
323 # Create the GRUB directory if it is not present.
383 # Check if the boot directory is in the same device as the root directory
    [all...]
  /external/v8/src/
d8-posix.cc 530 String::Utf8Value directory(args[0]);
531 if (*directory == NULL) {
535 if (chdir(*directory) != 0) {
558 static bool CheckItsADirectory(char* directory) {
560 int stat_result = stat(directory, &stat_buf);
572 // error if the directory exists already.
573 static bool mkdirp(char* directory, mode_t mask) {
574 int result = mkdir(directory, mask);
577 return CheckItsADirectory(directory);
579 char* last_slash = strrchr(directory, '/');
    [all...]
  /external/chromium/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
99 // Returns the current working directory, or "" if unsuccessful.
102 // 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...]
  /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
99 // Returns the current working directory, or "" if unsuccessful.
102 // Windows CE doesn't have a current directory, so we just return
143 // Returns a copy of the FilePath with the directory part removed.
145 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
154 // RemoveFileName returns the directory path with the filename removed.
171 // Helper functions for naming files in a directory for xml output.
173 // Given directory = "dir", base_name = "test", number = 0,
177 FilePath FilePath::MakeFileName(const FilePath& directory,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer_unittest.py 67 for directory in results_by_directory:
68 if 'virtual' in directory:
76 path = self._filesystem.join(root, directory, baseline_name)
77 self._filesystem.write_text_file(path, results_by_directory[directory])
85 for directory in results_by_directory:
86 new_results_by_directory[directory + '/' + self.VIRTUAL_DIRECTORY] = results_by_directory[directory]
  /external/chromium_org/third_party/mesa/src/src/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
99 // Returns the current working directory, or "" if unsuccessful.
102 // 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...]
  /external/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
99 // Returns the current working directory, or "" if unsuccessful.
102 // 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...]
  /external/llvm/utils/unittest/googletest/
gtest-filepath.cc 74 // Windows CE doesn't have a current directory. You should not use
75 // the current directory in tests on Windows CE, but this at least
97 // Returns the current working directory, or "" if unsuccessful.
100 // Windows CE doesn't have a current directory, so we just return
140 // Returns a copy of the FilePath with the directory part removed.
142 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
151 // RemoveFileName returns the directory path with the filename removed.
168 // Helper functions for naming files in a directory for xml output.
170 // Given directory = "dir", base_name = "test", number = 0,
174 FilePath FilePath::MakeFileName(const FilePath& directory,
    [all...]

Completed in 849 milliseconds

1 2 3 4 56 7 8 91011>>