HomeSort by relevance Sort by last modified time
    Searched refs:pathPrefix (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
FileSystemMapping.js 104 var entry = new WebInspector.FileSystemMapping.Entry(savedEntry.fileSystemPath, savedEntry.urlPrefix, savedEntry.pathPrefix);
181 * @param {string} pathPrefix
183 addFileMapping: function(fileSystemPath, urlPrefix, pathPrefix)
185 var entry = new WebInspector.FileSystemMapping.Entry(fileSystemPath, urlPrefix, pathPrefix);
194 * @param {string} pathPrefix
196 removeFileMapping: function(fileSystemPath, urlPrefix, pathPrefix)
198 var entry = this._mappingEntryForPathPrefix(fileSystemPath, pathPrefix);
287 var pathPrefix = entries[i].pathPrefix;
288 // We are looking for the longest pathPrefix match
    [all...]
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 110 String pathPrefix = packagePrefix.replace('.', '/');
155 String packagePrefix, String pathPrefix, Set<String> classNames,
158 File directory = new File(classDir, pathPrefix);
176 private void findClassesInJar(File jarFile, String pathPrefix,
181 if (!entryNames.contains(pathPrefix)) {
184 int prefixLength = pathPrefix.length();
186 if (entryName.startsWith(pathPrefix)) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/
EditFileSystemDialog.js 173 return entry.pathPrefix;
186 var oldPathPrefix = itemId ? this._entries[itemId].pathPrefix : null;
198 var pathPrefix = this._entries[itemId].pathPrefix;
200 WebInspector.isolatedFileSystemManager.mapping().removeFileMapping(fileSystemPath, urlPrefix, pathPrefix);
231 WebInspector.isolatedFileSystemManager.mapping().removeFileMapping(entry.fileSystemPath, entry.urlPrefix, entry.pathPrefix);
236 * @param {string} pathPrefix
239 _addFileMapping: function(urlPrefix, pathPrefix)
242 var normalizedPathPrefix = this._normalizePrefix(pathPrefix);
384 if (urlPrefix && entry.pathPrefix === prefix
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_Test.h 55 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix,
EdgeWalker_TestUtility.cpp 407 const char* pathPrefix = NULL;
410 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n";
414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream);
608 const char* pathPrefix = NULL;
611 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n";
620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile);
624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam);
658 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix,
664 if (pathPrefix) {
665 outFile.writeText(pathPrefix);
    [all...]
LogoPlay.cpp 333 const char pathPrefix[] = "<path fill=\"";
340 SkASSERT(strncmp(data, pathPrefix, sizeof(pathPrefix) - 1) == 0);
341 data += sizeof(pathPrefix) - 1;
  /external/skia/experimental/Intersection/
EdgeWalker_Test.h 55 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix,
EdgeWalker_TestUtility.cpp 407 const char* pathPrefix = NULL;
410 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n";
414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream);
608 const char* pathPrefix = NULL;
611 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n";
620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile);
624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam);
658 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix,
664 if (pathPrefix) {
665 outFile.writeText(pathPrefix);
    [all...]
LogoPlay.cpp 333 const char pathPrefix[] = "<path fill=\"";
340 SkASSERT(strncmp(data, pathPrefix, sizeof(pathPrefix) - 1) == 0);
341 data += sizeof(pathPrefix) - 1;
  /external/deqp/framework/delibs/deutil/
deProcess.c 79 DE_INLINE deBool beginsWithPath (const char* fileName, const char* pathPrefix)
81 int pathLen = strlen(pathPrefix);
84 while (pathLen > 0 && pathPrefix[pathLen-1] == '/')
87 return pathLen > 0 && deMemoryEqual(fileName, pathPrefix, pathLen) && fileName[pathLen] == '/';
90 static void stripLeadingPath (char* fileName, const char* pathPrefix)
92 int pathLen = strlen(pathPrefix);
95 DE_ASSERT(beginsWithPath(fileName, pathPrefix));
98 while (pathLen > 0 && pathPrefix[pathLen-1] == '/')
  /external/lzma/CPP/Windows/
FileDir.cpp 403 static bool RemoveDirectorySubItems2(const CSysString pathPrefix, const NFind::CFileInfo &fileInfo)
406 return RemoveDirectoryWithSubItems(pathPrefix + fileInfo.Name);
407 return DeleteFileAlways(pathPrefix + fileInfo.Name);
413 CSysString pathPrefix = path + NName::kDirDelimiter;
415 NFind::CEnumerator enumerator(pathPrefix + TCHAR(NName::kAnyStringWildcard));
417 if (!RemoveDirectorySubItems2(pathPrefix, fileInfo))
426 static bool RemoveDirectorySubItems2(const UString pathPrefix, const NFind::CFileInfoW &fileInfo)
429 return RemoveDirectoryWithSubItems(pathPrefix + fileInfo.Name);
430 return DeleteFileAlways(pathPrefix + fileInfo.Name);
435 UString pathPrefix = path + UString(NName::kDirDelimiter);
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.cpp 475 static void outputToStream(const char* pathStr, const char* pathPrefix, const char* nameSuffix,
481 if (pathPrefix) {
482 outFile.writeText(pathPrefix);
499 if (pathPrefix) {
500 outFile.writeText(pathPrefix);
544 const char* pathPrefix = NULL;
547 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n";
551 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream);
703 const char* pathPrefix = NULL;
706 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n"
    [all...]
  /external/skia/tests/
PathOpsExtendedTest.cpp 475 static void outputToStream(const char* pathStr, const char* pathPrefix, const char* nameSuffix,
481 if (pathPrefix) {
482 outFile.writeText(pathPrefix);
499 if (pathPrefix) {
500 outFile.writeText(pathPrefix);
544 const char* pathPrefix = NULL;
547 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n";
551 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream);
703 const char* pathPrefix = NULL;
706 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemBase.cpp 168 bool DOMFileSystemBase::pathPrefixToFileSystemType(const String& pathPrefix, FileSystemType& type)
170 if (pathPrefix == temporaryPathPrefix) {
175 if (pathPrefix == persistentPathPrefix) {
180 if (pathPrefix == externalPathPrefix) {
DOMFileSystemBase.h 103 static bool pathPrefixToFileSystemType(const String& pathPrefix, FileSystemType&);
  /packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java 490 void setPathPrefix(String pathPrefix) {
491 mPathPrefix = pathPrefix;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
  /developers/build/lib/
assetstudio.jar 
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-io/2.0.5/
plexus-io-2.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/1.0/
plexus-io-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-io/2.0.4/
plexus-io-2.0.4.jar 
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 579 milliseconds

1 2