Home
last modified time | relevance | path

Searched defs:pathPrefix (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRule.java64 private final String pathPrefix; field in Rule
73 String pathPrefix, in Rule()
DRegexTransformer.java81 String pathPrefix = getPathPrefix(value); in transform() local
DRuleParser.java138 String pathPrefix = m.group(2); in parseRule() local
/third_party/node/test/parallel/
Dtest-fs-error-messages.js643 const pathPrefix = new RegExp('^' + re`${nonexistentDir}`); constant
/third_party/node/deps/npm/docs/
Dgatsby-config.js84 pathPrefix: '__GATSBY_IPFS_PATH_PREFIX__', property
/third_party/skia/tests/
DPathOpsExtendedTest.cpp308 static void appendTest(const char* pathStr, const char* pathPrefix, const char* nameSuffix, in appendTest()
378 const char* pathPrefix = nullptr; in testSimplify() local
660 const char* pathPrefix = nullptr; in outputProgress() local
/third_party/flutter/skia/tests/
DPathOpsExtendedTest.cpp400 static void appendTest(const char* pathStr, const char* pathPrefix, const char* nameSuffix, in appendTest()
470 const char* pathPrefix = nullptr; in testSimplify() local
777 const char* pathPrefix = nullptr; in outputProgress() local
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeProcess.c80 DE_INLINE deBool beginsWithPath (const char* fileName, const char* pathPrefix) in beginsWithPath()
91 static void stripLeadingPath (char* fileName, const char* pathPrefix) in stripLeadingPath()
/third_party/typescript/src/services/
DstringCompletions.ts544 const pathPrefix = path.slice(0, path.length - 1); constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp127445 nsCString pathPrefix; member in xpc::ZoneStatsExtras