HomeSort by relevance Sort by last modified time
    Searched refs:fullPath (Results 51 - 75 of 163) sorted by null

1 23 4 5 6 7

  /external/skia/bench/
SkipZeroesBench.cpp 55 SkString fullPath = SkOSPath::SkPathJoin(resourcePath.c_str(),
57 SkFILEStream fileStream(fullPath.c_str());
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 295 std::string fullPath = path1;
296 if (fullPath[fullPath.length() - 1] != OS_PATH_SEPARATOR) {
297 fullPath += OS_PATH_SEPARATOR;
300 fullPath += path2.substr(1, string::npos);
302 fullPath += path2;
304 return fullPath;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/
IsolatedFileSystem.js 141 if (this._manager.mapping().isFileExcluded(this._path, entry.fullPath))
143 fileCallback(entry.fullPath.substr(1));
146 if (this._manager.mapping().isFileExcluded(this._path, entry.fullPath + "/"))
149 this._requestEntries(domFileSystem, entry.fullPath, innerCallback.bind(this));
195 callback(entry.fullPath.substr(1));
560 console.error(errorMessage + " when reading directory '" + dirEntry.fullPath + "'");
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
WebKitHitTestTest.java 153 String fullPath = mWebServer.getResponseUrl("/hittest.html");
157 pollForHitTestDataOnUiThread(HitTestResult.SRC_ANCHOR_TYPE, fullPath);
158 pollForHrefAndImageSrcOnUiThread(fullPath, ANCHOR_TEXT, null);
175 String fullPath = mWebServer.getResponseUrl(relPath);
179 pollForHitTestDataOnUiThread(HitTestResult.SRC_ANCHOR_TYPE, fullPath);
180 pollForHrefAndImageSrcOnUiThread(fullPath, ANCHOR_TEXT, null);
289 String fullPath = mWebServer.getResponseUrl(relPath);
296 pollForHrefAndImageSrcOnUiThread(fullPath, null, fullImageSrc);
  /external/chromium_org/chrome/renderer/resources/extensions/
developer_private_custom_bindings.js 17 var relativePath = $String.slice(directoryEntry.fullPath, 1);
file_system_custom_bindings.js 24 var relativePath = $String.slice(fileEntry.fullPath, 1);
41 var relativePath = $String.slice(fileEntry.fullPath, 1);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryReader.cpp 86 DirectoryReader::DirectoryReader(DOMFileSystemBase* fileSystem, const String& fullPath)
87 : DirectoryReaderBase(fileSystem, fullPath)
DOMFileSystemBase.h 103 KURL createFileSystemURL(const String& fullPath) const;
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 253 const std::string fullPath = child->getFullPath();
255 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
277 const std::string fullPath = child->getFullPath();
279 if (checkCasePathPatternMatch(filter, fullPath.c_str(), isGroup))
362 std::string fullPath;
364 testCase->getFullPath(fullPath);
367 if (batchResult.hasTestCaseResult(fullPath.c_str()))
369 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str());
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 213 const UString fullPath = phyPrefix + name;
215 if (!fi.Find(fullPath))
218 errorPaths.Add(fullPath);
225 errorPaths.Add(fullPath);
263 const UString fullPath = phyPrefix + nextNode.Name;
265 if (!fi.Find(fullPath))
270 errorPaths.Add(fullPath);
276 errorPaths.Add(fullPath);
ArchiveExtractCallback.h 86 void CreateComplexDirectory(const UStringVector &dirPathParts, UString &fullPath);
  /external/skia/src/utils/
SkOSFile.cpp 18 SkString SkOSPath::SkBasename(const char* fullPath) {
19 if (!fullPath) {
22 const char* filename = strrchr(fullPath, SkPATH_SEPARATOR);
24 filename = fullPath;
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm 461 my ($fullPath) = @_;
463 $fullPath =~ s|WebCore/webaudio|WebCore/Modules/webaudio|g;
464 $fullPath =~ s|JavaScriptCore/wtf|WTF/wtf|g;
465 $fullPath =~ s|test_expectations.txt|TestExpectations|g;
467 return $fullPath;
572 my ($fullPath) = @_;
573 my $escapedFullPath = escapeSubversionPath($fullPath);
576 if (-d $fullPath) {
581 my $normalizedFullPath = File::Spec->catdir(File::Spec->splitdir($fullPath));
    [all...]
  /external/deqp/executor/
xeBatchExecutor.cpp 46 std::string fullPath;
47 testCase->getFullPath(fullPath);
49 if (batchResult->hasTestCaseResult(fullPath.c_str()))
51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str());
xeTestCase.cpp 266 std::string fullPath;
267 childGroup->getFullPath(fullPath);
269 groupMap.insert(std::make_pair(fullPath, childGroup));
  /external/skia/include/core/
SkOSFile.h 151 * Behaves like python's os.path.basename. If the fullPath is
153 * @param fullPath Full path to the file.
157 static SkString SkBasename(const char* fullPath);
  /external/deqp/android/scripts/
common.py 36 fullPath = os.path.join(path, binName)
37 if isExecutable(fullPath):
38 return fullPath
  /external/doclava/src/com/google/doclava/
ClearPage.java 86 public static void write(Data data, String templ, String filename, boolean fullPath) {
90 public static void write(Data data, String templ, String filename, boolean fullPath, JSilver cs) {
113 if (!fullPath) {
  /external/emma/core/java12/com/vladium/util/
IPathEnumerator.java 265 final String fullPath = m_canonical ? Files.canonicalizePathname (path.getPath ()) : path.getPath ();
267 if (m_pathSet.add (fullPath))
  /external/qemu/distrib/sdl-1.2.15/src/loadso/macosx/
SDL_dlcompat.c 233 static const struct stat *findFile(const char *file, const char **fullPath);
444 static const struct stat *findFile(const char *file, const char **fullPath)
450 *fullPath = file;
458 while ((*fullPath = getFullPath(i++, fileName)))
460 if (0 == stat(*fullPath, &sbuf))
970 const char *fullPath;
979 if (!(sbuf = findFile(path, &fullPath)))
1003 dls = loadModule(fullPath, sbuf, mode);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 592 StringBuilder fullPath = new StringBuilder(sdPath);
594 fullPath.append(File.separatorChar).append(subdirectory);
599 file = File.createTempFile("DMTEST_", null, new File(fullPath.toString()));
602 fullPath.append(File.separatorChar).append(filename);
603 file = new File(fullPath.toString());
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /external/deqp/scripts/
run_nightly.py 123 fullPath = os.path.join(logsDir, file)
124 if os.path.isfile(fullPath) and fnmatch.fnmatch(file, "*.csv"):
125 files.append(fullPath)
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 323 final File fullPath = new File(folder, fileName);
325 fullPath.delete();
328 FileProvider.getUriForFile(context, RestrictedProfileSettings.FILE_PROVIDER_AUTHORITY, fullPath);

Completed in 321 milliseconds

1 23 4 5 6 7