/external/chromium_org/third_party/WebKit/Source/devtools/front_end/workspace/ |
D | FileSystemMapping.js | 104 …or.FileSystemMapping.Entry(savedEntry.fileSystemPath, savedEntry.urlPrefix, savedEntry.pathPrefix); 183 addFileMapping: function(fileSystemPath, urlPrefix, pathPrefix) argument 185 var entry = new WebInspector.FileSystemMapping.Entry(fileSystemPath, urlPrefix, pathPrefix); 196 removeFileMapping: function(fileSystemPath, urlPrefix, pathPrefix) argument 198 var entry = this._mappingEntryForPathPrefix(fileSystemPath, pathPrefix); 287 var pathPrefix = entries[i].pathPrefix; 289 if (entry && entry.pathPrefix.length > pathPrefix.length) 291 if (filePath.startsWith(pathPrefix.substr(1))) 302 _mappingEntryForPathPrefix: function(fileSystemPath, pathPrefix) argument 306 if (pathPrefix === entries[i].pathPrefix) [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/ |
D | EditFileSystemDialog.js | 178 return entry.pathPrefix; 191 var oldPathPrefix = itemId ? this._entries[itemId].pathPrefix : null; 203 var pathPrefix = this._entries[itemId].pathPrefix; 205 …ector.isolatedFileSystemManager.mapping().removeFileMapping(fileSystemPath, urlPrefix, pathPrefix); 236 …SystemManager.mapping().removeFileMapping(entry.fileSystemPath, entry.urlPrefix, entry.pathPrefix); 245 _addFileMapping: function(urlPrefix, pathPrefix) argument 248 var normalizedPathPrefix = this._normalizePrefix(pathPrefix); 391 if (urlPrefix && entry.pathPrefix === prefix)
|
/external/lzma/CPP/Windows/ |
D | FileDir.cpp | 403 static bool RemoveDirectorySubItems2(const CSysString pathPrefix, const NFind::CFileInfo &fileInfo) in RemoveDirectorySubItems2() argument 406 return RemoveDirectoryWithSubItems(pathPrefix + fileInfo.Name); in RemoveDirectorySubItems2() 407 return DeleteFileAlways(pathPrefix + fileInfo.Name); in RemoveDirectorySubItems2() 413 CSysString pathPrefix = path + NName::kDirDelimiter; in RemoveDirectoryWithSubItems() local 415 NFind::CEnumerator enumerator(pathPrefix + TCHAR(NName::kAnyStringWildcard)); in RemoveDirectoryWithSubItems() 417 if (!RemoveDirectorySubItems2(pathPrefix, fileInfo)) in RemoveDirectoryWithSubItems() 426 static bool RemoveDirectorySubItems2(const UString pathPrefix, const NFind::CFileInfoW &fileInfo) in RemoveDirectorySubItems2() argument 429 return RemoveDirectoryWithSubItems(pathPrefix + fileInfo.Name); in RemoveDirectorySubItems2() 430 return DeleteFileAlways(pathPrefix + fileInfo.Name); in RemoveDirectorySubItems2() 435 UString pathPrefix = path + UString(NName::kDirDelimiter); in RemoveDirectoryWithSubItems() local [all …]
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | EdgeWalker_TestUtility.cpp | 407 const char* pathPrefix = NULL; in testSimplifyx() local 410 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n"; in testSimplifyx() 414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream); in testSimplifyx() 608 const char* pathPrefix = NULL; in outputProgress() local 611 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n"; in outputProgress() 620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile); in outputProgress() 624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam); in outputProgress() 658 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix, in outputToStream() argument 664 if (pathPrefix) { in outputToStream() 665 outFile.writeText(pathPrefix); in outputToStream() [all …]
|
D | LogoPlay.cpp | 333 const char pathPrefix[] = "<path fill=\""; variable 340 SkASSERT(strncmp(data, pathPrefix, sizeof(pathPrefix) - 1) == 0); in parseSVG() 341 data += sizeof(pathPrefix) - 1; in parseSVG()
|
D | EdgeWalker_Test.h | 55 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix,
|
/external/skia/experimental/Intersection/ |
D | EdgeWalker_TestUtility.cpp | 407 const char* pathPrefix = NULL; in testSimplifyx() local 410 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n"; in testSimplifyx() 414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream); in testSimplifyx() 608 const char* pathPrefix = NULL; in outputProgress() local 611 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n"; in outputProgress() 620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile); in outputProgress() 624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam); in outputProgress() 658 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix, in outputToStream() argument 664 if (pathPrefix) { in outputToStream() 665 outFile.writeText(pathPrefix); in outputToStream() [all …]
|
D | LogoPlay.cpp | 333 const char pathPrefix[] = "<path fill=\""; variable 340 SkASSERT(strncmp(data, pathPrefix, sizeof(pathPrefix) - 1) == 0); in parseSVG() 341 data += sizeof(pathPrefix) - 1; in parseSVG()
|
D | EdgeWalker_Test.h | 55 void outputToStream(const State4& state, const char* pathStr, const char* pathPrefix,
|
/external/chromium_org/third_party/skia/tests/ |
D | PathOpsExtendedTest.cpp | 360 static void outputToStream(const char* pathStr, const char* pathPrefix, const char* nameSuffix, in outputToStream() argument 366 if (pathPrefix) { in outputToStream() 367 outFile.writeText(pathPrefix); in outputToStream() 384 if (pathPrefix) { in outputToStream() 385 outFile.writeText(pathPrefix); in outputToStream() 431 const char* pathPrefix = NULL; in testSimplify() local 434 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n"; in testSimplify() 438 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream); in testSimplify() 575 const char* pathPrefix = NULL; in outputProgress() local 578 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n"; in outputProgress() [all …]
|
/external/skia/tests/ |
D | PathOpsExtendedTest.cpp | 475 static void outputToStream(const char* pathStr, const char* pathPrefix, const char* nameSuffix, in outputToStream() argument 481 if (pathPrefix) { in outputToStream() 482 outFile.writeText(pathPrefix); in outputToStream() 499 if (pathPrefix) { in outputToStream() 500 outFile.writeText(pathPrefix); in outputToStream() 544 const char* pathPrefix = NULL; in testSimplify() local 547 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n"; in testSimplify() 551 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream); in testSimplify() 703 const char* pathPrefix = NULL; in outputProgress() local 706 pathPrefix = " path.setFillType(SkPath::kEvenOdd_FillType);\n"; in outputProgress() [all …]
|
/external/deqp/framework/delibs/deutil/ |
D | deProcess.c | 79 DE_INLINE deBool beginsWithPath (const char* fileName, const char* pathPrefix) in beginsWithPath() argument 81 int pathLen = strlen(pathPrefix); in beginsWithPath() 84 while (pathLen > 0 && pathPrefix[pathLen-1] == '/') in beginsWithPath() 87 return pathLen > 0 && deMemoryEqual(fileName, pathPrefix, pathLen) && fileName[pathLen] == '/'; in beginsWithPath() 90 static void stripLeadingPath (char* fileName, const char* pathPrefix) in stripLeadingPath() argument 92 int pathLen = strlen(pathPrefix); in stripLeadingPath() 95 DE_ASSERT(beginsWithPath(fileName, pathPrefix)); in stripLeadingPath() 98 while (pathLen > 0 && pathPrefix[pathLen-1] == '/') in stripLeadingPath()
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
D | DOMFileSystemBase.cpp | 172 bool DOMFileSystemBase::pathPrefixToFileSystemType(const String& pathPrefix, FileSystemType& type) in pathPrefixToFileSystemType() argument 174 if (pathPrefix == temporaryPathPrefix) { in pathPrefixToFileSystemType() 179 if (pathPrefix == persistentPathPrefix) { in pathPrefixToFileSystemType() 184 if (pathPrefix == externalPathPrefix) { in pathPrefixToFileSystemType()
|
D | DOMFileSystemBase.h | 105 static bool pathPrefixToFileSystemType(const String& pathPrefix, FileSystemType&);
|