Searched refs:replacePath (Results 1 – 3 of 3) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsc/ |
D | declarationEmit.ts | 10 …SWithWatch.FileOrFolderOrSymLink, testPath: (path: string) => boolean, replacePath: (path: string)… 12 testPath(file.path) ? { ...file, path: replacePath(file.path) } : file : 13 …{ path: testPath(file.path) ? replacePath(file.path) : file.path, symLink: replacePath(file.symLin…
|
/third_party/skia/tests/ |
D | ClipStackTest.cpp | 465 auto replacePath = [](SkClipStack* stack, const SkPath& path, bool doAA) { in test_path_replace() local 481 replacePath(&stack, path, false); in test_path_replace() 483 replacePath(&stack, path, false); in test_path_replace() 492 replacePath(&stack, path, true); in test_path_replace()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
D | AlternateLocaleData.java | 142 return altValue.replacePath(value.getPath()); in filter()
|