/third_party/weex-loader/src/ |
H A D | loader.js | 184 const dirName = path.parse(this.resourcePath) 185 const name = isEntry ? dirName.name : resourceQuery.name || getNameByPath(this.resourcePath) 186 let parentPath = resourceQuery.parentPath || this.resourcePath; 188 elements[this.resourcePath] = elements[this.resourcePath] || {}; 189 elements[this.resourcePath][name] = true; 191 elements[this.resourcePath] = elements[this.resourcePath] || {}; 192 elements[this.resourcePath]["parent"] = parentPath; 194 elements[this.resourcePath]["paren [all...] |
H A D | parser.js | 115 export function parseTemplate (source, resourcePath) { 127 }, resourcePath) 131 export function parseStyle (source, resourcePath) { 141 }, resourcePath)
|
/third_party/skia/tests/ |
H A D | BadIcoTest.cpp | 37 SkString resourcePath = SkOSPath::Join(badImagesFolder, badImages[i]); in DEF_TEST() local 38 std::unique_ptr<SkStream> stream(GetResourceAsStream(resourcePath.c_str())); in DEF_TEST()
|
H A D | skia_test.cpp | 182 SkString resourcePath = GetResourcePath(); in main() local 183 if (!resourcePath.isEmpty()) { in main() 184 header.appendf(" --resourcePath %s", resourcePath.c_str()); in main()
|
H A D | SkSLTest.cpp | 53 SkString resourcePath = SkStringPrintf("sksl/%s", testFile); in test_one_permutation() local 54 sk_sp<SkData> shaderData = GetResourceAsData(resourcePath.c_str()); in test_one_permutation()
|
/third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
H A D | run_wasm_gm_tests.go | 35 resourcePath = flag.String("resource_path", "", "The directory housing the images, fonts, and other assets used by tests.") 62 resourceAbsPath := td.MustGetAbsolutePathOfFlag(ctx, *resourcePath, "resource_path") 194 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath string, webglVersion int) error { 206 "--resources", resourcePath,
|
/third_party/skia/tools/ |
H A D | Resources.cpp | 20 static DEFINE_string2(resourcePath, i, "resources",
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | RelativeDateFormat.java | 339 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in initializeCombinedFormat() 340 ICUResourceBundle patternsRb= rb.findWithFallback(resourcePath); in initializeCombinedFormat()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | RelativeDateFormat.java | 342 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in initializeCombinedFormat() 343 ICUResourceBundle patternsRb= rb.findWithFallback(resourcePath); in initializeCombinedFormat()
|
/third_party/node/test/pummel/ |
H A D | test-policy-integrity-worker-commonjs.js | 128 for (const [resourcePath, { body, integrities }] of Object.entries( 131 const filePath = path.join(configDirPath, resourcePath);
|
H A D | test-policy-integrity-worker-module.js | 128 for (const [resourcePath, { body, integrities }] of Object.entries( 131 const filePath = path.join(configDirPath, resourcePath);
|
H A D | test-policy-integrity-dep.js | 110 for (const [resourcePath, { body, integrities }] of Object.entries( 113 const filePath = path.join(configDirPath, resourcePath);
|
H A D | test-policy-integrity-parent-commonjs.js | 111 for (const [resourcePath, { body, integrities }] of Object.entries( 114 const filePath = path.join(configDirPath, resourcePath);
|
H A D | test-policy-integrity-parent-module.js | 111 for (const [resourcePath, { body, integrities }] of Object.entries( 114 const filePath = path.join(configDirPath, resourcePath);
|
H A D | test-policy-integrity-parent-no-package-json.js | 111 for (const [resourcePath, { body, integrities }] of Object.entries( 114 const filePath = path.join(configDirPath, resourcePath);
|
H A D | test-policy-integrity-worker-no-package-json.js | 128 for (const [resourcePath, { body, integrities }] of Object.entries( 131 const filePath = path.join(configDirPath, resourcePath);
|
/third_party/icu/icu4c/source/i18n/ |
H A D | smpdtfmt.cpp | 707 CharString resourcePath("calendar/", status); in construct() 708 resourcePath.append(cType, status).append("/DateTimePatterns", status); in construct() 710 ures_getByKeyWithFallback(bundle.getAlias(), resourcePath.data(), in construct() 850 CharString resourcePath("calendar/", status); in construct() 851 resourcePath.append(cType, status).append("/DateTimePatterns%atTime", status); in construct() 853 ures_getByKeyWithFallback(bundle.getAlias(), resourcePath.data(), in construct()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | smpdtfmt.cpp | 679 CharString resourcePath("calendar/", status); in construct() 680 resourcePath.append(cType, status).append("/DateTimePatterns", status); in construct() 682 ures_getByKeyWithFallback(bundle.getAlias(), resourcePath.data(), in construct() 831 CharString resourcePath("calendar/", status); in construct() 832 resourcePath.append(cType, status).append("/DateTimePatterns%atTime", status); in construct() 834 ures_getByKeyWithFallback(bundle.getAlias(), resourcePath.data(), in construct()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | restsnew.cpp | 1474 const char* resourcePath = va_arg(args, const char*); in traceData() local 1475 gResourcePathsTraced.push_back(resourcePath); in traceData()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RelativeDateTimeFormatter.java | 1420 String resourcePath = "calendar/" + calType + "/DateTimePatterns"; in getDateTimePattern() 1421 ICUResourceBundle patternsRb = r.findWithFallback(resourcePath); in getDateTimePattern()
|
H A D | SimpleDateFormat.java | 1221 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in getDefaultPattern() 1222 ICUResourceBundle patternsRb= rb.findWithFallback(resourcePath); in getDefaultPattern()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | smpdtfmt.cpp | 688 CharString resourcePath("calendar/", status); in construct() 689 resourcePath.append(cType, status).append("/DateTimePatterns", status); in construct() 691 ures_getByKeyWithFallback(bundle.getAlias(), resourcePath.data(), in construct()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | SimpleDateFormat.java | 1227 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in getDefaultPattern() 1228 ICUResourceBundle patternsRb= rb.findWithFallback(resourcePath); in getDefaultPattern()
|