HomeSort by relevance Sort by last modified time
    Searched refs:directory (Results 151 - 175 of 1323) sorted by null

1 2 3 4 5 67 8 91011>>

  /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 76 // Windows CE doesn't have a current directory. You should not use
77 // the current directory in tests on Windows CE, but this at least
100 // Returns the current working directory, or "" if unsuccessful.
103 // Windows CE doesn't have a current directory, so we just return
144 // Returns a copy of the FilePath with the directory part removed.
146 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
155 // RemoveFileName returns the directory path with the filename removed.
172 // Helper functions for naming files in a directory for xml output.
174 // Given directory = "dir", base_name = "test", number = 0,
178 FilePath FilePath::MakeFileName(const FilePath& directory,
    [all...]
  /external/llvm/utils/unittest/googletest/src/
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...]
  /external/mesa3d/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/protobuf/gtest/src/
gtest-filepath.cc 69 // Windows CE doesn't have a current directory. You should not use
70 // the current directory in tests on Windows CE, but this at least
84 // Returns the current working directory, or "" if unsuccessful.
87 // Windows CE doesn't have a current directory, so we just return
111 // Returns a copy of the FilePath with the directory part removed.
113 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
122 // RemoveFileName returns the directory path with the filename removed.
139 // Helper functions for naming files in a directory for xml output.
141 // Given directory = "dir", base_name = "test", number = 0,
145 FilePath FilePath::MakeFileName(const FilePath& directory,
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-filepath.cc 76 // Windows CE doesn't have a current directory. You should not use
77 // the current directory in tests on Windows CE, but this at least
100 // Returns the current working directory, or "" if unsuccessful.
103 // Windows CE doesn't have a current directory, so we just return
144 // Returns a copy of the FilePath with the directory part removed.
146 // FilePath("file"). If there is no directory part ("just_a_file"), it returns
155 // RemoveFileName returns the directory path with the filename removed.
172 // Helper functions for naming files in a directory for xml output.
174 // Given directory = "dir", base_name = "test", number = 0,
178 FilePath FilePath::MakeFileName(const FilePath& directory,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py 46 self.directory = None
69 assert config.html_dir, "must provide a directory for html reporting"
98 os.path.join(self.directory, static)
195 html_path = os.path.join(self.directory, html_filename)
222 os.path.join(self.directory, "index.html"),
227 self.status.write(self.directory)
244 def read(self, directory):
245 """Read the last status in `directory`."""
248 status_file = os.path.join(directory, self.STATUS_FILE)
265 def write(self, directory)
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
BitmapDumper.java 46 File directory = new File(CAPTURE_SUB_DIRECTORY + className); local
48 String[] children = directory.list();
54 new File(directory, file).delete();
64 // Create the directory if it isn't already created.
72 * The files are saved to the sdcard directory
103 Log.d(TAG, "Saving file : " + testName + "_" + fileName + " in directory : " + className);
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_browsertest.cc 29 // Directory containing data files for the tests.
32 // Directory containing correct hosted app page served by the test server.
35 // Directory containing incorrect hosted app page served by the test server.
64 void InitTestServer(const std::string& directory);
110 void DriveFirstRunTest::InitTestServer(const std::string& directory) {
112 test_data_dir_.AppendASCII(directory));
  /external/chromium_org/chrome/browser/ui/ash/
screenshot_taker_unittest.cc 63 // allowed to set the directory, basename and profile.
113 base::ScopedTempDir directory; local
114 ASSERT_TRUE(directory.CreateUniqueTempDir());
115 SetScreenshotDirectoryForTest(&screenshot_taker, directory.path());
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
in_generator.py 61 # a directory to have been generated in place of one of
65 # The build system should ensure our output directory exists, but just in case.
66 directory = os.path.dirname(file_path)
67 if not os.path.exists(directory):
68 os.makedirs(directory)
  /external/chromium_org/third_party/skia/tools/
sanitize_source_files.py 19 def SanitizeFilesWithModifiers(directory, file_modifiers, line_modifiers):
23 directory: string - The directory which will be recursively traversed to
30 for item in os.listdir(directory):
32 full_item_path = os.path.join(directory, item)
78 # Item is a directory recursively call the method.
  /external/chromium_org/tools/checkbins/
checkbins.py 6 """Makes sure that all EXE and DLL files in the provided directory were built
17 # Find /third_party/pefile based on current directory and script path.
43 directory = args[0]
47 for file in os.listdir(directory):
48 path = os.path.abspath(os.path.join(directory, file))
112 usage = "Usage: %prog [options] DIRECTORY"
  /external/chromium_org/tools/export_tarball/
export_tarball.py 130 print 'Cannot find the src directory ' + GetSourceDirectory()
152 for directory in TESTDIRS:
153 archive.add(os.path.join(GetSourceDirectory(), directory),
154 arcname=os.path.join(output_basename, directory))
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java 104 * Firstly, it has a containing (parent) directory of "layout". Secondly, it
107 private List<InputSource> findLayoutFiles(File directory) {
110 for (File file : directory.listFiles()) {
111 // The file is a directory; recurse on the file.
115 // Does the containing directory and filename meet our
117 } else if (directory.getName().toLowerCase().contains("layout")
  /external/skia/tools/
sanitize_source_files.py 19 def SanitizeFilesWithModifiers(directory, file_modifiers, line_modifiers):
23 directory: string - The directory which will be recursively traversed to
30 for item in os.listdir(directory):
32 full_item_path = os.path.join(directory, item)
78 # Item is a directory recursively call the method.
  /frameworks/base/core/java/android/net/http/
HttpResponseCache.java 43 * in the {@link Context#getCacheDir() application-specific cache directory} of
71 * external storage directory. <strong>There are no access controls on the
72 * external storage directory so it should not be used for caches that could
75 * during use. Retrieve the external cache directory using {@link
176 * @param directory the directory to hold cache data.
179 * @throws IOException if {@code directory} cannot be used for this cache.
183 public static HttpResponseCache install(File directory, long maxSize) throws IOException {
189 if (installedCache.getDirectory().equals(directory)
200 new com.android.okhttp.HttpResponseCache(directory, maxSize)
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
directory_model.js 7 // If directory files changes too often, don't rescan directory more than once
54 'watcher-directory-changed',
64 * Disposes the directory model by removing file watchers.
71 * @return {cr.ui.ArrayDataModel} Files in the current directory.
102 * @return {boolean} True if the current directory is read only. If there is
166 * Invoked when a change in the directory is detected by the watcher.
170 // Clear the metadata cache since something in this directory has changed.
193 * @return {DirectoryEntry} Current directory.
263 * Schedule rescan with delay. Designed to handle directory chang
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java 14 /** 1.3.6.1.1: Internet directory: X.500 */
15 static final ASN1ObjectIdentifier directory = internet.branch("1"); field in interface:IANAObjectIdentifiers
  /external/chromium_org/chrome/installer/util/
delete_after_reboot_helper.h 29 // Attempts to recursively schedule the directory for deletion.
32 // Removes all pending moves that are registered for |directory| and all
33 // elements contained in |directory|.
34 bool RemoveFromMovesPendingReboot(const base::FilePath& directory);
  /external/chromium_org/chrome/test/chromedriver/
embed_extension_in_cpp.py 21 '', '--directory', type='string', default='.',
22 help='Path to directory where the cc/h file should be created')
37 options.directory, global_string_map)
embed_js_in_cpp.py 25 '', '--directory', type='string', default='.',
26 help='Path to directory where the cc/h js file should be created')
41 options.directory, global_string_map)
embed_mobile_devices_in_cpp.py 23 '', '--directory', type='string', default='.',
24 help='Path to directory where the cc/h files should be created')
45 options.directory, {'kMobileDevices': devices})
embed_version_in_cpp.py 23 '', '--directory', type='string', default='.',
24 help='Path to directory where the cc/h file should be created')
37 options.directory, global_string_map)
  /external/chromium_org/sync/internal_api/public/
internal_components_factory_impl.h 29 syncable::Directory* directory,

Completed in 559 milliseconds

1 2 3 4 5 67 8 91011>>