Home
last modified time | relevance | path

Searched refs:resourcePath (Results 1 - 23 of 23) sorted by relevance

/third_party/weex-loader/src/
H A Dloader.js184 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 Dparser.js115 export function parseTemplate (source, resourcePath) {
127 }, resourcePath)
131 export function parseStyle (source, resourcePath) {
141 }, resourcePath)
/third_party/skia/tests/
H A DBadIcoTest.cpp37 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 Dskia_test.cpp182 SkString resourcePath = GetResourcePath(); in main() local
183 if (!resourcePath.isEmpty()) { in main()
184 header.appendf(" --resourcePath %s", resourcePath.c_str()); in main()
H A DSkSLTest.cpp53 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 Drun_wasm_gm_tests.go35 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 DResources.cpp20 static DEFINE_string2(resourcePath, i, "resources",
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelativeDateFormat.java339 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 DRelativeDateFormat.java342 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in initializeCombinedFormat()
343 ICUResourceBundle patternsRb= rb.findWithFallback(resourcePath); in initializeCombinedFormat()
/third_party/node/test/pummel/
H A Dtest-policy-integrity-worker-commonjs.js128 for (const [resourcePath, { body, integrities }] of Object.entries(
131 const filePath = path.join(configDirPath, resourcePath);
H A Dtest-policy-integrity-worker-module.js128 for (const [resourcePath, { body, integrities }] of Object.entries(
131 const filePath = path.join(configDirPath, resourcePath);
H A Dtest-policy-integrity-dep.js110 for (const [resourcePath, { body, integrities }] of Object.entries(
113 const filePath = path.join(configDirPath, resourcePath);
H A Dtest-policy-integrity-parent-commonjs.js111 for (const [resourcePath, { body, integrities }] of Object.entries(
114 const filePath = path.join(configDirPath, resourcePath);
H A Dtest-policy-integrity-parent-module.js111 for (const [resourcePath, { body, integrities }] of Object.entries(
114 const filePath = path.join(configDirPath, resourcePath);
H A Dtest-policy-integrity-parent-no-package-json.js111 for (const [resourcePath, { body, integrities }] of Object.entries(
114 const filePath = path.join(configDirPath, resourcePath);
H A Dtest-policy-integrity-worker-no-package-json.js128 for (const [resourcePath, { body, integrities }] of Object.entries(
131 const filePath = path.join(configDirPath, resourcePath);
/third_party/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp707 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 Dsmpdtfmt.cpp679 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 Drestsnew.cpp1474 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 DRelativeDateTimeFormatter.java1420 String resourcePath = "calendar/" + calType + "/DateTimePatterns"; in getDateTimePattern()
1421 ICUResourceBundle patternsRb = r.findWithFallback(resourcePath); in getDateTimePattern()
H A DSimpleDateFormat.java1221 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 Dsmpdtfmt.cpp688 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 DSimpleDateFormat.java1227 String resourcePath = "calendar/" + cal.getType() + "/DateTimePatterns"; in getDefaultPattern()
1228 ICUResourceBundle patternsRb= rb.findWithFallback(resourcePath); in getDefaultPattern()

Completed in 40 milliseconds