Home
last modified time | relevance | path

Searched refs:comparePaths (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/tests/
DPathOpsExtendedTest.h24 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()
DPathOpsBuilderTest.cpp37 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()
DPathOpsExtendedTest.cpp236 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()
DPathOpsBuilderConicTest.cpp65 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/
DPathOpsExtendedTest.h24 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()
DPathOpsBuilderTest.cpp37 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()
DPathOpsExtendedTest.cpp328 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()
DPathOpsBuilderConicTest.cpp65 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/
DshowConfig.ts13comparePaths(getNormalizedAbsolutePath(path, cwd), configPath) === Comparison.EqualTo ? true : fal…
21comparePaths(getNormalizedAbsolutePath(path, cwd), configPath) === Comparison.EqualTo ? configCont…
/third_party/typescript/src/compiler/
Dpath.ts716 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…
Demitter.ts97comparePaths(sourceFile.fileName, ownOutputFilePath, host.getCurrentDirectory(), !host.useCaseSens…
162 …return !isJsonFile || comparePaths(inputFileName, outputFileName, Debug.checkDefined(configFile.op…
Dprogram.ts3654 …return comparePaths(file1, file2, currentDirectory, !host.useCaseSensitiveFileNames()) === Compari…
Dchecker.ts1267 …const firstFile = comparePaths(sourceSymbolFile.path, targetSymbolFile.path) === Comparison.LessTh…
/third_party/typescript/src/harness/
DvpathUtil.ts15 export import compare = ts.comparePaths;
DharnessIO.ts615 …return !!errFn && ts.comparePaths(Utils.removeTestPathPrefixes(errFn.fileName), Utils.removeTestPa…
DfourslashImpl.ts777 …if (ts.comparePaths(marker.fileName, definition.fileName, /*ignoreCase*/ true) !== ts.Comparison.E…
/third_party/typescript/src/services/
DstringCompletions.ts418 … if (exclude && comparePaths(filePath, exclude, scriptPath, ignoreCase) === Comparison.EqualTo) {
/third_party/typescript/lib/
Dtsc.js3599 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;
DtypingsInstaller.js6088 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 /*…
Dtsserverlibrary.js6293 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 */) {
Dtypescript.js6293 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 */) {
Dtsserver.js6099 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 */) {
DtypescriptServices.js6293 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 */) {