/third_party/skia/tests/ |
D | PathOpsExtendedTest.h | 24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename, 27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, in comparePaths() function 30 return comparePaths(reporter, filename, one, two, bitmap); in comparePaths()
|
D | PathOpsBuilderTest.cpp | 37 int pixelDiff = comparePaths(reporter, __FUNCTION__, rectPath, result); in DEF_TEST() 78 pixelDiff = comparePaths(reporter, __FUNCTION__, opCompare, result); in DEF_TEST() 100 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, path2); in DEF_TEST() 114 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, result); in DEF_TEST() 135 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, result); in DEF_TEST()
|
D | PathOpsExtendedTest.cpp | 236 int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one, in comparePaths() function 268 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one, in comparePaths() function 374 int result = comparePaths(state.fReporter, nullptr, path, out, *state.fBitmap); in testSimplify() 497 int errors = comparePaths(reporter, filename, path, out, bitmap); in inner_simplify() 597 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap, in innerPathOp()
|
D | PathOpsBuilderConicTest.cpp | 65 comparePaths(reporter, __FUNCTION__ , regionResult, builderResult, bitmap); in testOne() 66 comparePaths(reporter, __FUNCTION__ , regionResult, opResult, bitmap); in testOne() 137 failed = !!comparePaths(reporter, __FUNCTION__, path, simplifiedPath, bitmap); in simplify_fails()
|
/third_party/flutter/skia/tests/ |
D | PathOpsExtendedTest.h | 24 extern int comparePaths(skiatest::Reporter* reporter, const char* filename, 27 inline int comparePaths(skiatest::Reporter* reporter, const char* filename, in comparePaths() function 30 return comparePaths(reporter, filename, one, two, bitmap); in comparePaths()
|
D | PathOpsBuilderTest.cpp | 37 int pixelDiff = comparePaths(reporter, __FUNCTION__, rectPath, result); in DEF_TEST() 78 pixelDiff = comparePaths(reporter, __FUNCTION__, opCompare, result); in DEF_TEST() 100 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, path2); in DEF_TEST() 114 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, result); in DEF_TEST() 135 int pixelDiff = comparePaths(reporter, __FUNCTION__, path, result); in DEF_TEST()
|
D | PathOpsExtendedTest.cpp | 328 int comparePaths(skiatest::Reporter* reporter, const char* filename, const SkPath& one, in comparePaths() function 360 static int comparePaths(skiatest::Reporter* reporter, const char* testName, const SkPath& one, in comparePaths() function 466 int result = comparePaths(state.fReporter, nullptr, path, out, *state.fBitmap); in testSimplify() 599 int errors = comparePaths(reporter, filename, path, out, bitmap); in inner_simplify() 711 int result = comparePaths(reporter, testName, pathOut, scaledPathOut, out, scaledOut, bitmap, in innerPathOp()
|
D | PathOpsBuilderConicTest.cpp | 65 comparePaths(reporter, __FUNCTION__ , regionResult, builderResult, bitmap); in testOne() 66 comparePaths(reporter, __FUNCTION__ , regionResult, opResult, bitmap); in testOne() 137 failed = !!comparePaths(reporter, __FUNCTION__, path, dummy, bitmap); in simplify_fails()
|
/third_party/typescript/src/testRunner/unittests/config/ |
D | showConfig.ts | 13 …comparePaths(getNormalizedAbsolutePath(path, cwd), configPath) === Comparison.EqualTo ? true : fal… 21 …comparePaths(getNormalizedAbsolutePath(path, cwd), configPath) === Comparison.EqualTo ? configCont…
|
/third_party/typescript/src/compiler/ |
D | path.ts | 716 export function comparePaths(a: string, b: string, ignoreCase?: boolean): Comparison; function 717 …export function comparePaths(a: string, b: string, currentDirectory: string, ignoreCase?: boolean)… 718 …export function comparePaths(a: string, b: string, currentDirectory?: string | boolean, ignoreCase…
|
D | emitter.ts | 97 …comparePaths(sourceFile.fileName, ownOutputFilePath, host.getCurrentDirectory(), !host.useCaseSens… 162 …return !isJsonFile || comparePaths(inputFileName, outputFileName, Debug.checkDefined(configFile.op…
|
D | program.ts | 3654 …return comparePaths(file1, file2, currentDirectory, !host.useCaseSensitiveFileNames()) === Compari…
|
D | checker.ts | 1267 …const firstFile = comparePaths(sourceSymbolFile.path, targetSymbolFile.path) === Comparison.LessTh…
|
/third_party/typescript/src/harness/ |
D | vpathUtil.ts | 15 export import compare = ts.comparePaths;
|
D | harnessIO.ts | 615 …return !!errFn && ts.comparePaths(Utils.removeTestPathPrefixes(errFn.fileName), Utils.removeTestPa…
|
D | fourslashImpl.ts | 777 …if (ts.comparePaths(marker.fileName, definition.fileName, /*ignoreCase*/ true) !== ts.Comparison.E…
|
/third_party/typescript/src/services/ |
D | stringCompletions.ts | 418 … if (exclude && comparePaths(filePath, exclude, scriptPath, ignoreCase) === Comparison.EqualTo) {
|
/third_party/typescript/lib/ |
D | tsc.js | 3599 function comparePaths(a, b, currentDirectory, ignoreCase) { function 3609 ts.comparePaths = comparePaths; 36823 …var firstFile_1 = ts.comparePaths(sourceSymbolFile.path, targetSymbolFile.path) === -1 ? sourceSym… 82264 …ts.comparePaths(sourceFile.fileName, ownOutputFilePath, host.getCurrentDirectory(), !host.useCaseS… 82312 …return !isJsonFile || ts.comparePaths(inputFileName, outputFileName, ts.Debug.checkDefined(configF… 89861 … return ts.comparePaths(file1, file2, currentDirectory, !host.useCaseSensitiveFileNames()) === 0;
|
D | typingsInstaller.js | 6088 function comparePaths(a, b, currentDirectory, ignoreCase) { function 6098 ts.comparePaths = comparePaths; 45001 …var firstFile_1 = ts.comparePaths(sourceSymbolFile.path, targetSymbolFile.path) === -1 /* LessThan… 100778 …ts.comparePaths(sourceFile.fileName, ownOutputFilePath, host.getCurrentDirectory(), !host.useCaseS… 100832 …return !isJsonFile || ts.comparePaths(inputFileName, outputFileName, ts.Debug.checkDefined(configF… 109223 …return ts.comparePaths(file1, file2, currentDirectory, !host.useCaseSensitiveFileNames()) === 0 /*…
|
D | tsserverlibrary.js | 6293 function comparePaths(a, b, currentDirectory, ignoreCase) { function 6303 ts.comparePaths = comparePaths; 45206 …var firstFile_1 = ts.comparePaths(sourceSymbolFile.path, targetSymbolFile.path) === -1 /* LessThan… 100983 …ts.comparePaths(sourceFile.fileName, ownOutputFilePath, host.getCurrentDirectory(), !host.useCaseS… 101037 …return !isJsonFile || ts.comparePaths(inputFileName, outputFileName, ts.Debug.checkDefined(configF… 109428 …return ts.comparePaths(file1, file2, currentDirectory, !host.useCaseSensitiveFileNames()) === 0 /*… 120180 … if (exclude && ts.comparePaths(filePath, exclude, scriptPath, ignoreCase) === 0 /* EqualTo */) {
|
D | typescript.js | 6293 function comparePaths(a, b, currentDirectory, ignoreCase) { function 6303 ts.comparePaths = comparePaths; 45206 …var firstFile_1 = ts.comparePaths(sourceSymbolFile.path, targetSymbolFile.path) === -1 /* LessThan… 100983 …ts.comparePaths(sourceFile.fileName, ownOutputFilePath, host.getCurrentDirectory(), !host.useCaseS… 101037 …return !isJsonFile || ts.comparePaths(inputFileName, outputFileName, ts.Debug.checkDefined(configF… 109428 …return ts.comparePaths(file1, file2, currentDirectory, !host.useCaseSensitiveFileNames()) === 0 /*… 120180 … if (exclude && ts.comparePaths(filePath, exclude, scriptPath, ignoreCase) === 0 /* EqualTo */) {
|
D | tsserver.js | 6099 function comparePaths(a, b, currentDirectory, ignoreCase) { function 6109 ts.comparePaths = comparePaths; 45012 …var firstFile_1 = ts.comparePaths(sourceSymbolFile.path, targetSymbolFile.path) === -1 /* LessThan… 100789 …ts.comparePaths(sourceFile.fileName, ownOutputFilePath, host.getCurrentDirectory(), !host.useCaseS… 100843 …return !isJsonFile || ts.comparePaths(inputFileName, outputFileName, ts.Debug.checkDefined(configF… 109234 …return ts.comparePaths(file1, file2, currentDirectory, !host.useCaseSensitiveFileNames()) === 0 /*… 119611 … if (exclude && ts.comparePaths(filePath, exclude, scriptPath, ignoreCase) === 0 /* EqualTo */) {
|
D | typescriptServices.js | 6293 function comparePaths(a, b, currentDirectory, ignoreCase) { function 6303 ts.comparePaths = comparePaths; 45206 …var firstFile_1 = ts.comparePaths(sourceSymbolFile.path, targetSymbolFile.path) === -1 /* LessThan… 100983 …ts.comparePaths(sourceFile.fileName, ownOutputFilePath, host.getCurrentDirectory(), !host.useCaseS… 101037 …return !isJsonFile || ts.comparePaths(inputFileName, outputFileName, ts.Debug.checkDefined(configF… 109428 …return ts.comparePaths(file1, file2, currentDirectory, !host.useCaseSensitiveFileNames()) === 0 /*… 120180 … if (exclude && ts.comparePaths(filePath, exclude, scriptPath, ignoreCase) === 0 /* EqualTo */) {
|