| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| D | RBManager.java | 387 Bundle bundle = (Bundle)bundles.elementAt(i); in writeToFile() local 410 Bundle bundle = (Bundle)bundles.elementAt(i); in hideResource() local 425 Bundle bundle = (Bundle)bundles.elementAt(i); in eraseFile() local 443 Bundle bundle = (Bundle)bundles.elementAt(i); in writeToFile() local 467 …public boolean editItem(BundleItem item, String name, String value, String groupName, String comme… in editItem() 475 Bundle bundle = (Bundle)bundles.elementAt(i); in editItem() local 509 …public boolean createItem(String name, String value, String groupName, String comment, Hashtable l… in createItem() 530 Bundle bundle = (Bundle)bundles.elementAt(i); in createItem() local 570 Bundle bundle = (Bundle)bundles.elementAt(i); in createGroup() local 591 Bundle bundle = (Bundle)bundles.elementAt(i); in deleteGroup() local [all …]
|
| D | BundleGroup.java | 21 private String name; // The name of the group field in BundleGroup 24 private Bundle bundle; // The parent Bundle object of this group field in BundleGroup 30 public BundleGroup(Bundle parent, String name) { in BundleGroup() 133 protected void setParentBundle(Bundle bundle) { in setParentBundle() 141 public void setName(String name) { in setName()
|
| D | RBReporterScanner.java | 25 private Bundle bundle; field in RBReporterScanner 33 protected RBReporterScanner(Bundle bundle, File configFile) throws IOException { in RBReporterScanner() 177 String name = (String)findings.elementAt(j); in scanDirectory() local 231 String name; field in FileRule 236 FileRule(String name, String starts_with, String ends_with, String contains) { in FileRule() 253 String name; field in ParseRule 257 ParseRule(String name, String before, String after) { in ParseRule()
|
| D | BundleItem.java | 24 private String name; // The name of the NLS item key field in BundleItem 42 public BundleItem(BundleGroup parent, String name, String value) { in BundleItem() 148 Bundle bundle = this.getParentGroup().getParentBundle(); in setTranslated() local 200 public void setCreator(String name) { in setCreator() 208 public void setModifier(String name) { in setModifier()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | Holiday.java | 54 …ResourceBundle bundle = UResourceBundle.getBundleInstance("ohos.global.icu.impl.data.HolidayBundle… in getHolidays() local 135 protected Holiday(String name, DateRule rule) in Holiday() 182 …ResourceBundle bundle = UResourceBundle.getBundleInstance("ohos.global.icu.impl.data.HolidayBundle… in getDisplayName() local 204 private String name; field in Holiday
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| D | Holiday.java | 52 …ResourceBundle bundle = UResourceBundle.getBundleInstance("com.ibm.icu.impl.data.HolidayBundle", l… in getHolidays() local 133 protected Holiday(String name, DateRule rule) in Holiday() 180 …ResourceBundle bundle = UResourceBundle.getBundleInstance("com.ibm.icu.impl.data.HolidayBundle", l… in getDisplayName() local 202 private String name; field in Holiday
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | ResourceBundleWrapper.java | 30 private ResourceBundle bundle = null; field in ResourceBundleWrapper 48 private ResourceBundleWrapper(ResourceBundle bundle){ in ResourceBundleWrapper() 147 final String name = localeID.isEmpty() ? baseName : baseName + '_' + localeID; in instantiateBundle() local
|
| D | TimeZoneNamesImpl.java | 80 … UResourceBundle bundle = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "metaZones"); in _getAvailableMetaZoneIDs() local 269 String name = tzNames.getName(type); in getDisplayNames() local 419 ICUResourceBundle bundle = (ICUResourceBundle)ICUResourceBundle.getBundleInstance( in initialize() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | ResourceBundleWrapper.java | 32 private ResourceBundle bundle = null; field in ResourceBundleWrapper 50 private ResourceBundleWrapper(ResourceBundle bundle){ in ResourceBundleWrapper() 149 final String name = localeID.isEmpty() ? baseName : baseName + '_' + localeID; in instantiateBundle() local
|
| D | TimeZoneNamesImpl.java | 82 … UResourceBundle bundle = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "metaZones"); in _getAvailableMetaZoneIDs() local 271 String name = tzNames.getName(type); in getDisplayNames() local 421 ICUResourceBundle bundle = (ICUResourceBundle)ICUResourceBundle.getBundleInstance( in initialize() local
|
| /third_party/skia/third_party/externals/spirv-tools/tools/sva/ |
| D | package.json | 2 "name": "sva", string 15 "bundle": "rollup -c" string
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
| D | package.json | 2 "name": "sva", string 15 "bundle": "rollup -c" string
|
| /third_party/spirv-tools/tools/sva/ |
| D | package.json | 2 "name": "sva", string 15 "bundle": "rollup -c" string
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | DisplayNameTest.java | 156 ICUResourceBundle bundle = (ICUResourceBundle)UResourceBundle.getBundleInstance(locale); in getZoneString() local 341 ICUResourceBundle bundle = (ICUResourceBundle)UResourceBundle.getBundleInstance(locale); in getCodes() local 387 String name = getter.get(locale, code, context); in check() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | DisplayNameTest.java | 153 ICUResourceBundle bundle = (ICUResourceBundle)UResourceBundle.getBundleInstance(locale); in getZoneString() local 338 ICUResourceBundle bundle = (ICUResourceBundle)UResourceBundle.getBundleInstance(locale); in getCodes() local 384 String name = getter.get(locale, code, context); in check() local
|
| /third_party/node/deps/npm/node_modules/pacote/lib/ |
| D | registry.js | 240 const bundles = attestations.map(({ predicateType, bundle }) => { field 265 for (const { predicateType, bundle, keyid, signature, statement } of bundles) { property 292 name: statement.subject[0].name, property
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| D | BundleItemDialog.java | 94 Bundle bundle = item.getParentGroup().getParentBundle(); in initComponents() local 157 String name = (String)keys.nextElement(); in initComponents() local 265 String name = lookupLabels[i].getText().trim(); in actionPerformed() local
|
| D | RBManagerGUI.java | 399 RBManager bundle = project.getBundle(bundleName); in actionPerformed() local 710 Bundle bundle = null; in updateDisplayPanels() local 1064 public boolean saveResources(RBManager bundle, String encoding) { in saveResources() 1085 public boolean saveResources(RBManager bundle) { in saveResources() 1399 RBManager bundle = new RBManager(new File(bundleFileName)); in addBundle() local 1560 String name = (String)recentFiles.elementAt(i); in RBManagerMenuBar() local
|
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 30 const bundle = factory.createBundle(sourceFiles, prepends); constant 522 … const bundle = sourceFileOrBundle.kind === SyntaxKind.Bundle ? sourceFileOrBundle : undefined; constant 524 const sourceFiles = bundle ? bundle.sourceFiles : [sourceFile!]; constant 1878 const bundle = node.kind === SyntaxKind.Bundle ? node as Bundle : undefined; constant 1882 const numPrepends = bundle ? bundle.prepends.length : 0; constant 1883 const numNodes = bundle ? bundle.sourceFiles.length + numPrepends : 1; constant 1885 …const currentNode = bundle ? i < numPrepends ? bundle.prepends[i] : bundle.sourceFiles[i - numPrep… constant 5300 const name = flags === TempFlags._i ? "_i" : "_n"; constant 5317 const name = count < 26 constant 5386 const name = getTextOfNode(node.name); constant
|
| /third_party/glfw/src/ |
| D | cocoa_platform.h | 46 #define _glfw_dlopen(name) dlopen(name, RTLD_LAZY | RTLD_LOCAL) argument 48 #define _glfw_dlsym(handle, name) dlsym(handle, name) argument 108 CFBundleRef bundle; member
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | restsnew.cpp | 30 void NewResourceBundleTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*p… in runIndexedTest() 154 const char* name; member 386 ResourceBundle bundle = test1.get(data[i], err); in TestIteration() local 570 UResourceBundle *testCAPI = NULL, *bundle = NULL, *rowbundle = NULL, *temp = NULL; in TestOtherAPI() local 1093 ResourceBundle bundle(testdatapath, Locale("te_IN"),status); in TestNewTypes() local
|
| /third_party/icu/icu4c/source/i18n/ |
| D | ucol_res.cpp | 121 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, localeID, &errorCode)); in loadRules() local 151 const char *name = locale.getName(); in loadTailoring() local 673 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, locale, status)); in ucol_getKeywordValuesForLocale() local
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | ucol_res.cpp | 121 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, localeID, &errorCode)); in loadRules() local 151 const char *name = locale.getName(); in loadTailoring() local 683 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, locale, status)); in ucol_getKeywordValuesForLocale() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | ucol_res.cpp | 121 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, localeID, &errorCode)); in loadRules() local 151 const char *name = locale.getName(); in loadTailoring() local 673 LocalUResourceBundlePointer bundle(ures_open(U_ICUDATA_COLL, locale, status)); in ucol_getKeywordValuesForLocale() local
|
| /third_party/vulkan-loader/tests/framework/shim/ |
| D | unix_shim.cpp | 288 FRAMEWORK_EXPORT char* SECURE_GETENV_FUNC_NAME(const char* name) { in SECURE_GETENV_FUNC_NAME() 300 FRAMEWORK_EXPORT char* __SECURE_GETENV_FUNC_NAME(const char* name) { in __SECURE_GETENV_FUNC_NAME() 318 FRAMEWORK_EXPORT CFURLRef my_CFBundleCopyResourcesDirectoryURL([[maybe_unused]] CFBundleRef bundle)… in my_CFBundleCopyResourcesDirectoryURL()
|