Home
last modified time | relevance | path

Searched defs:baseName (Results 1 – 25 of 129) sorted by relevance

123456

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundle.java109 public static UResourceBundle getBundleInstance(String baseName, String localeName){ in getBundleInstance()
126 public static UResourceBundle getBundleInstance(String baseName, String localeName, in getBundleInstance()
147 protected static UResourceBundle getBundleInstance(String baseName, String localeName, in getBundleInstance()
185 public static UResourceBundle getBundleInstance(String baseName) { in getBundleInstance()
205 public static UResourceBundle getBundleInstance(String baseName, Locale locale) { in getBundleInstance()
225 public static UResourceBundle getBundleInstance(String baseName, ULocale locale) { in getBundleInstance()
247 public static UResourceBundle getBundleInstance(String baseName, Locale locale, in getBundleInstance()
270 public static UResourceBundle getBundleInstance(String baseName, ULocale locale, in getBundleInstance()
328 private static RootType getRootType(String baseName, ClassLoader root) { in getRootType()
352 private static void setRootType(String baseName, RootType rootType) { in setRootType()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DUResourceBundle.java109 public static UResourceBundle getBundleInstance(String baseName, String localeName){ in getBundleInstance()
125 public static UResourceBundle getBundleInstance(String baseName, String localeName, in getBundleInstance()
145 protected static UResourceBundle getBundleInstance(String baseName, String localeName, in getBundleInstance()
180 public static UResourceBundle getBundleInstance(String baseName) { in getBundleInstance()
199 public static UResourceBundle getBundleInstance(String baseName, Locale locale) { in getBundleInstance()
218 public static UResourceBundle getBundleInstance(String baseName, ULocale locale) { in getBundleInstance()
239 public static UResourceBundle getBundleInstance(String baseName, Locale locale, in getBundleInstance()
261 public static UResourceBundle getBundleInstance(String baseName, ULocale locale, in getBundleInstance()
314 private static RootType getRootType(String baseName, ClassLoader root) { in getRootType()
338 private static void setRootType(String baseName, RootType rootType) { in setRootType()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DIdGen.cpp40 const ImmutableString baseName = toImmutable(baseNames[i]); in createNewName() local
66 Name IdGen::createNewName(const ImmutableString &baseName) in createNewName()
71 Name IdGen::createNewName(const Name &baseName) in createNewName()
76 Name IdGen::createNewName(const char *baseName) in createNewName()
/third_party/icu/icu4c/source/test/intltest/
Dwindttst.cpp177 UnicodeString baseName(wlocale.getBaseName()); in testLocales() local
185 UnicodeString baseName(wlocale.getBaseName()); in testLocales() local
193 UnicodeString baseName(wlocale.getBaseName()); in testLocales() local
201 UnicodeString baseName(wlocale.getBaseName()); in testLocales() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java58 WholeBundle(String baseName, String localeID, ClassLoader loader, in WholeBundle()
67 String baseName; field in ICUResourceBundle.WholeBundle
112 public static final ULocale getFunctionalEquivalent(String baseName, ClassLoader loader, in getFunctionalEquivalent()
253 public static final String[] getKeywordValues(String baseName, String keyword) { in getKeywordValues()
551 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader, in getAvailableULocales()
576 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader) { in getAvailableULocales()
584 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader, in getAvailableLocales()
609 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader) { in getAvailableLocales()
690 String baseName, ClassLoader root) { in createULocaleList()
706 private static final void addLocaleIDsFromIndexBundle(String baseName, in addLocaleIDsFromIndexBundle()
[all …]
DResourceBundleWrapper.java32 private String baseName = null; field in ResourceBundleWrapper
117 public static ResourceBundleWrapper getBundleInstance(String baseName, String localeID, in getBundleInstance()
145 final String baseName, final String localeID, final String defaultID, in instantiateBundle()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUResourceBundle.java61 WholeBundle(String baseName, String localeID, ClassLoader loader, in WholeBundle()
70 String baseName; field in ICUResourceBundle.WholeBundle
115 public static final ULocale getFunctionalEquivalent(String baseName, ClassLoader loader, in getFunctionalEquivalent()
256 public static final String[] getKeywordValues(String baseName, String keyword) { in getKeywordValues()
506 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader, in getAvailableULocales()
531 public static final ULocale[] getAvailableULocales(String baseName, ClassLoader loader) { in getAvailableULocales()
539 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader, in getAvailableLocales()
564 public static final Locale[] getAvailableLocales(String baseName, ClassLoader loader) { in getAvailableLocales()
645 String baseName, ClassLoader root) { in createULocaleList()
661 private static final void addLocaleIDsFromIndexBundle(String baseName, in addLocaleIDsFromIndexBundle()
[all …]
DResourceBundleWrapper.java34 private String baseName = null; field in ResourceBundleWrapper
119 public static ResourceBundleWrapper getBundleInstance(String baseName, String localeID, in getBundleInstance()
147 final String baseName, final String localeID, final String defaultID, in instantiateBundle()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp504 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
566 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
581 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
596 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
611 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
643 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
658 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
693 std::string baseName = "buffers" + xfbBufferNumbers[xfbBufferNdx].name; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
DvktTransformFeedbackFuzzLayoutTests.cpp512 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
574 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
589 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
604 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
619 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
651 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
666 const std::string baseName = isArray ? "instance_array" : "std"; in init() local
701 std::string baseName = "buffers" + xfbBufferNumbers[xfbBufferNdx].name; in init() local
/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp96 TString baseName = base.getName(); in addUniform() local
137 TString baseName; in addPipeIOVariable() local
249 …void blowUpActiveAggregate(const TType& baseType, const TString& baseName, const TList<TIntermBina… in blowUpActiveAggregate()
482 void blowUpIOAggregate(bool input, const TString &baseName, const TType &type) in blowUpIOAggregate()
588 TString baseName; in addDereferencedUniform() local
627 TString baseName; in addDereferencedUniform() local
/third_party/skia/src/sksl/
DSkSLMangler.cpp13 String Mangler::uniqueName(skstd::string_view baseName, SymbolTable* symbolTable) { in uniqueName()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fUniformBlockTests.cpp532 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
565 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
598 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
633 std::string baseName = layoutFlag.name; in init() local
670 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
734 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
766 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp540 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
652 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
686 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
720 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
754 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
819 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
852 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ubo/
DvktUniformBlockTests.cpp540 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
652 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
686 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
720 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
754 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
819 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
852 std::string baseName = layoutFlags[layoutFlagNdx].name; in init() local
/third_party/skia/bench/
DCodecBench.cpp19 CodecBench::CodecBench(SkString baseName, SkData* encoded, SkColorType colorType, in CodecBench()
DAndroidCodecBench.cpp15 AndroidCodecBench::AndroidCodecBench(SkString baseName, SkData* encoded, int sampleSize) in AndroidCodecBench()
DBitmapRegionDecoderBench.cpp15 BitmapRegionDecoderBench::BitmapRegionDecoderBench(const char* baseName, SkData* encoded, in BitmapRegionDecoderBench()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBJavaImporter.java54 String baseName = baseFile.getName(); in beginImport() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DResourceModule.java80 ResourceModule(String baseName, String localeName) throws DataModuleFormatError{ in ResourceModule()
DModuleTest.java51 …public static TestDataModule loadTestData(String baseName, String testName) throws DataModuleForma… in loadTestData()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DResourceModule.java79 ResourceModule(String baseName, String localeName) throws DataModuleFormatError{ in ResourceModule()
DModuleTest.java48 …public static TestDataModule loadTestData(String baseName, String testName) throws DataModuleForma… in loadTestData()
/third_party/typescript/src/testRunner/
DrwcRunner.ts30 const baseName = ts.getBaseFileName(jsonPath); constant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUResourceBundleTest.java914 String baseName="ohos.global.icu.dev.data.resources.TestDataElements"; in TestJavaULocaleBundleLoading() local
1005 String baseName="ohos/global/icu/dev/data/testdata"; in TestICUGetKeysAtTopLevel() local
1024 String baseName="ohos/global/icu/dev/data/testdata"; in TestICUGetKeysForResourceItem() local
1062 String baseName = null; in TestUResourceBundleCoverage() local

123456