| /third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
| D | RBUntranslatedPanel.java | 22 Bundle bundle; field in RBUntranslatedPanel 25 // Components - Bundle 31 // Components - Bundle Manager 44 public void setBundle(Bundle b) { in setBundle() 46 if (bundle == null) { in setBundle() 47 bundle = b; in setBundle() 49 } else if (bundle != b) { in setBundle() 50 bundle = b; in setBundle() 56 bundle = null; in setManager() 67 if (rbm != null || bundle != null) { in removeElements() [all …]
|
| D | RBStatisticsPanel.java | 22 Bundle bundle; field in RBStatisticsPanel 24 // Components - Bundle 48 // Components - bundle manager 75 public void setBundle(Bundle b) { in setBundle() 77 if (bundle == null) { in setBundle() 78 bundle = b; in setBundle() 80 } else if (bundle != b) { in setBundle() 81 bundle = b; in setBundle() 87 bundle = null; in setManager() 98 if (rbm != null || bundle != null) { in removeElements() [all …]
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| D | RBManager.java | 32 …lass; // The name of the base class of the active resource bundle 71 …* This constructor creates an entirely blank RBManager and base Bundle. Only the base class name i… 82 Bundle mainBundle = new Bundle(""); in RBManager() 89 …is is the standard constructor for RBManager. It is constructed from the root of a resource bundle. 94 * translation is reversed when saving the resource bundle. 95 * @param mainFile The base class file of the resource bundle to be read 169 Bundle dict = new Bundle(encodings[0]); in RBManager() 262 Enumeration keys = ((Bundle)bundles.elementAt(0)).allItems.keys(); in RBManager() 280 dict = new Bundle(encodings[i]); in RBManager() 387 Bundle bundle = (Bundle)bundles.elementAt(i); in writeToFile() local [all …]
|
| D | Bundle.java | 18 * A class representing the entire Bundle of Resources for a particular language, country, variant. 23 public class Bundle { class 27 * meta-data in a resource bundle formatted by RBManager 31 * The encoding of the bundle (e.g. 'en', 'en_US', 'de', etc.) 47 * A comment concerning the bundle 51 * The name of the person responsible for the managerment of this bundle 58 * A hashtable of all of the items in the bundle, hashed according to their 68 * of items previously declared in the bundle. 74 * Constructor for creating an empty bundle with a given encoding 77 public Bundle(String encoding) { in Bundle() method in Bundle [all …]
|
| D | BundleGroup.java | 24 private Bundle bundle; // The parent Bundle object of this group field in BundleGroup 28 * Creates a BundleGroup with a parent bundle and a given name. 30 public BundleGroup(Bundle parent, String name) { in BundleGroup() 31 bundle = parent; in BundleGroup() 47 * Two bundle groups are considered equal iff their names are the same. 67 * This method should, in most cases, only be called from the Bundle class. 113 * Returns the bundle to which this group belongs 115 public Bundle getParentBundle() { in getParentBundle() 116 return bundle; in getParentBundle() 120 * Returns the comment associated with this bundle [all …]
|
| /third_party/curl/lib/ |
| D | conncache.c | 62 static void bundle_destroy(struct connectbundle *bundle) in bundle_destroy() argument 64 free(bundle); in bundle_destroy() 67 /* Add a connection to a bundle */ 68 static void bundle_add_conn(struct connectbundle *bundle, in bundle_add_conn() argument 71 Curl_llist_insert_next(&bundle->conn_list, bundle->conn_list.tail, conn, in bundle_add_conn() 73 conn->bundle = bundle; in bundle_add_conn() 74 bundle->num_connections++; in bundle_add_conn() 77 /* Remove a connection from a bundle */ 78 static int bundle_remove_conn(struct connectbundle *bundle, in bundle_remove_conn() argument 83 curr = bundle->conn_list.head; in bundle_remove_conn() [all …]
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| D | reslist.h | 73 /* Resource bundle root table */ 127 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 132 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 139 * for use in non-error cases when no resource is to be added to the bundle. 148 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 150 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 152 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t … 154 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co… 156 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* c… 158 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct USt… [all …]
|
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| D | reslist.h | 73 /* Resource bundle root table */ 127 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 132 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 139 * for use in non-error cases when no resource is to be added to the bundle. 148 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 150 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 152 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const char16_t *value, int32… 154 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, char16_t *value, int32_t len,… 156 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* c… 158 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct USt… [all …]
|
| /third_party/skia/third_party/externals/icu/source/tools/genrb/ |
| D | reslist.h | 73 /* Resource bundle root table */ 127 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *… 132 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch… 139 * for use in non-error cases when no resource is to be added to the bundle. 148 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 150 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U… 152 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t … 154 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co… 156 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* c… 158 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct USt… [all …]
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| D | midgard_ra_pipeline.c | 30 * of the current bundle. If it is not, it is promoted to a bundle-specific 34 * pipeline (vmul/sadd) lasting the duration of the bundle only. There are two 45 midgard_bundle *bundle, unsigned i, in mir_pipeline_ins() argument 48 midgard_instruction *ins = bundle->instructions[i]; in mir_pipeline_ins() 51 * created at the start of the bundle and are destroyed at the end. So in mir_pipeline_ins() 55 * 2. The index is not live after the bundle. in mir_pipeline_ins() 59 * creation of the bundle, so the pipeline register can exist. #2 is in mir_pipeline_ins() 73 /* Analyze the bundle for a per-byte read mask */ in mir_pipeline_ins() 75 for (unsigned j = 0; j < bundle->instruction_count; ++j) { in mir_pipeline_ins() 76 midgard_instruction *q = bundle->instructions[j]; in mir_pipeline_ins() [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | ICUResourceBundleTest.java | 97 …UResourceBundle bundle = UResourceBundle.getBundleInstance("ohos.global.icu.impl.data.HolidayBundl… in TestResourceBundleWrapper() local 98 Object o = bundle.getObject("holidays"); in TestResourceBundleWrapper() 105 bundle = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "bogus"); in TestResourceBundleWrapper() 106 if(bundle instanceof UResourceBundle && bundle.getULocale().getName().equals("en_US")){ in TestResourceBundleWrapper() 113 bundle = UResourceBundle.getBundleInstance("bogus", "bogus"); in TestResourceBundleWrapper() 114 if(bundle!=null){ in TestResourceBundleWrapper() 125 // this tests tests loading of root bundle when a resource bundle in TestJB3879() 128 …UResourceBundle bundle = UResourceBundle.getBundleInstance("ohos/global/icu/dev/data/testdata", UL… in TestJB3879() local 129 if(bundle==null){ in TestJB3879() 130 errln("could not create the resource bundle"); in TestJB3879() [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| D | UResourceBundle.java | 33 * locale. A resource bundle provides a way of accessing locale- specific information in a 34 * data file. You create a resource bundle that manages the resources for a given locale 44 * definition</a>. More on resource bundle concepts and syntax can be found in the <a 77 * UResourceBundle bundle = 83 * UResourceBundle bundle = 99 * {@icu} Creates a resource bundle using the specified base name and locale. 103 * @param localeName the locale for which a resource bundle is desired 104 * @throws MissingResourceException If no resource bundle for the specified base name 106 * @return a resource bundle for the given base name and locale 115 * {@icu} Creates a resource bundle using the specified base name, locale, and class root. [all …]
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | ICUResourceBundleTest.java | 94 …UResourceBundle bundle = UResourceBundle.getBundleInstance("com.ibm.icu.impl.data.HolidayBundle", … in TestResourceBundleWrapper() local 95 Object o = bundle.getObject("holidays"); in TestResourceBundleWrapper() 102 bundle = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "bogus"); in TestResourceBundleWrapper() 103 if(bundle instanceof UResourceBundle && bundle.getULocale().getName().equals("en_US")){ in TestResourceBundleWrapper() 110 bundle = UResourceBundle.getBundleInstance("bogus", "bogus"); in TestResourceBundleWrapper() 111 if(bundle!=null){ in TestResourceBundleWrapper() 122 // this tests tests loading of root bundle when a resource bundle in TestJB3879() 125 …UResourceBundle bundle = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata", ULocal… in TestJB3879() local 126 if(bundle==null){ in TestJB3879() 127 errln("could not create the resource bundle"); in TestJB3879() [all …]
|
| /third_party/icu/icu4c/source/common/ |
| D | uresimp.h | 43 * flag to distinguish whether this struct is for a real bundle with a pool, 47 …char *fName; /* name of the locale for bundle - still to decide whether it is original or fallback… 48 char *fPath; /* path to bundle - used for distinguishing between resources with the same name */ 80 * an ancestor bundle. 105 * StackUResourceBundle bundle; 106 * foo(bundle.getAlias()); 110 * UResourceBundle bundle; 111 * ures_initStackObject(&bundle); 112 * foo(&bundle); 113 * ures_close(&bundle); [all …]
|
| /third_party/node/deps/icu-small/source/common/ |
| D | uresimp.h | 43 * flag to distinguish whether this struct is for a real bundle with a pool, 47 …char *fName; /* name of the locale for bundle - still to decide whether it is original or fallback… 48 char *fPath; /* path to bundle - used for distinguishing between resources with the same name */ 80 * an ancestor bundle. 105 * StackUResourceBundle bundle; 106 * foo(bundle.getAlias()); 110 * UResourceBundle bundle; 111 * ures_initStackObject(&bundle); 112 * foo(&bundle); 113 * ures_close(&bundle); [all …]
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | UResourceBundle.java | 34 * locale. A resource bundle provides a way of accessing locale- specific information in a 35 * data file. You create a resource bundle that manages the resources for a given locale 45 * definition</a>. More on resource bundle concepts and syntax can be found in the <a 78 * UResourceBundle bundle = 84 * UResourceBundle bundle = 100 * <strong>[icu]</strong> Creates a resource bundle using the specified base name and locale. 104 * @param localeName the locale for which a resource bundle is desired 105 * @throws MissingResourceException If no resource bundle for the specified base name 107 * @return a resource bundle for the given base name and locale 115 …* <strong>[icu]</strong> Creates a resource bundle using the specified base name, locale, and clas… [all …]
|
| /third_party/gn/src/base/mac/ |
| D | bundle_locations.h | 27 // - "Outer Bundle" - This is the main bundle for Chrome; it's what 30 // - "Main Bundle" - This is the bundle from which Chrome was launched. 31 // This will be the same as the outer bundle except when Chrome is launched 33 // bundle rather than the main Chrome bundle. 35 // - "Framework Bundle" - This is the bundle corresponding to the Chrome 39 // - To access a resource, the Framework bundle should be used. 41 // carefully. Most often the Outer bundle will be the right choice, but for 43 // bundle is probably the one to use. 53 // Set the bundle that the preceding functions will return, overriding the 55 void SetOverrideOuterBundle(NSBundle* bundle); [all …]
|
| /third_party/node/deps/npm/node_modules/@sigstore/verify/dist/bundle/ |
| D | index.js | 7 function toSignedEntity(bundle, artifact) { argument 8 const { tlogEntries, timestampVerificationData } = bundle.verificationMaterial; 23 signature: signatureContent(bundle, artifact), 24 key: key(bundle), 30 function signatureContent(bundle, artifact) { argument 31 switch (bundle.content.$case) { 33 return new dsse_1.DSSESignatureContent(bundle.content.dsseEnvelope); 35 return new message_1.MessageSignatureContent(bundle.content.messageSignature, artifact); 39 function key(bundle) { argument 40 switch (bundle.verificationMaterial.content.$case) { [all …]
|
| /third_party/skia/third_party/externals/icu/source/io/ |
| D | locbund.cpp | 105 u_locbund_clone(const ULocaleBundle *bundle) 114 result->fLocale = (char*) uprv_malloc(strlen(bundle->fLocale) + 1); 120 strcpy(result->fLocale, bundle->fLocale ); 125 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status); 134 result->fDateFormat = (bundle->fDateFormat == 0 ? 0 : 135 udat_clone(bundle->fDateFormat, &status)); 136 result->fTimeFormat = (bundle->fTimeFormat == 0 ? 0 : 137 udat_clone(bundle->fTimeFormat, &status)); 143 u_locbund_close(ULocaleBundle *bundle) in u_locbund_close() argument 147 uprv_free(bundle->fLocale); in u_locbund_close() [all …]
|
| /third_party/icu/icu4c/source/io/ |
| D | locbund.cpp | 105 u_locbund_clone(const ULocaleBundle *bundle) 114 result->fLocale = (char*) uprv_malloc(strlen(bundle->fLocale) + 1); 120 strcpy(result->fLocale, bundle->fLocale ); 125 result->fNumberFormat[styleIdx] = unum_clone(bundle->fNumberFormat[styleIdx], &status); 134 result->fDateFormat = (bundle->fDateFormat == 0 ? 0 : 135 udat_clone(bundle->fDateFormat, &status)); 136 result->fTimeFormat = (bundle->fTimeFormat == 0 ? 0 : 137 udat_clone(bundle->fTimeFormat, &status)); 143 u_locbund_close(ULocaleBundle *bundle) in u_locbund_close() argument 147 uprv_free(bundle->fLocale); in u_locbund_close() [all …]
|
| /third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/ |
| D | DeqpInstrumentation.java | 27 import android.os.Bundle; 45 public void onCreate (Bundle arguments) { in onCreate() 144 finish(0, new Bundle()); in onStart() 150 Bundle info = new Bundle(); in onStart() 170 Bundle info = new Bundle(); in testCaseResult() 181 Bundle info = new Bundle(); in beginTestCase() 191 Bundle info = new Bundle(); in endTestCase() 218 Bundle info = new Bundle(); in testLogData() 234 Bundle info = new Bundle(); in beginSession() 242 Bundle info = new Bundle(); in endSession() [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | uresimp.h | 44 * flag to distinguish whether this struct is for a real bundle with a pool, 48 …char *fName; /* name of the locale for bundle - still to decide whether it is original or fallback… 49 char *fPath; /* path to bundle - used for distinguishing between resources with the same name */ 71 // with the struct in only one place for each bundle. 99 * StackUResourceBundle bundle; 100 * foo(bundle.getAlias()); 104 * UResourceBundle bundle; 105 * ures_initStackObject(&bundle); 106 * foo(&bundle); 107 * ures_close(&bundle); [all …]
|
| /third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
| D | ohos_bundle.js | 17 import { BundleInfo, PixelMapFormat } from './bundle/bundleInfo' 18 import { BundlePackInfo } from './bundle/packInfo' 19 import { DispatchInfo } from './bundle/dispatchInfo' 20 import { ApplicationInfo, Want } from './bundle/applicationInfo' 21 import { AbilityInfo } from './bundle/abilityInfo' 22 import { PermissionDef } from './bundle/PermissionDef' 23 import { ExtensionAbilityInfo } from './bundle/extensionAbilityInfo' 150 const bundle = { variable 152 …console.warn("bundle.getBundleInfo interface mocked in the Previewer. How this interface works on … 164 …console.warn("bundle.getBundleInstaller interface mocked in the Previewer. How this interface work… [all …]
|
| /third_party/node/deps/npm/node_modules/@sigstore/bundle/dist/ |
| D | serialized.js | 20 const bundle_1 = require("./bundle"); 23 const bundle = protobuf_specs_1.Bundle.fromJSON(obj); constant 24 switch (bundle.mediaType) { 26 (0, validate_1.assertBundleV01)(bundle); 29 (0, validate_1.assertBundleV02)(bundle); 32 (0, validate_1.assertBundleLatest)(bundle); 35 return bundle; 38 const bundleToJSON = (bundle) => { argument 39 return protobuf_specs_1.Bundle.toJSON(bundle);
|
| /third_party/python/Lib/test/ |
| D | test__osx_support.py | 126 'BLDSHARED': 'gcc-test -bundle -arch ppc -arch i386 -g', 127 'LDSHARED': 'gcc-test -bundle -arch ppc -arch i386 ' 136 'BLDSHARED': 'clang -bundle -arch ppc -arch i386 -g', 137 'LDSHARED': 'clang -bundle -arch ppc -arch i386 ' 159 'BLDSHARED': 'gcc-4.0 -bundle -arch ppc -arch i386 -g', 160 'LDSHARED': 'gcc-4.0 -bundle -arch ppc -arch i386 ' 167 'BLDSHARED': 'gcc-4.0 -bundle -g', 168 'LDSHARED': 'gcc-4.0 -bundle -g', 182 'BLDSHARED': 'gcc-4.0 -bundle -arch ppc -arch i386 -g', 183 'LDSHARED': 'gcc-4.0 -bundle -arch ppc -arch i386 ' [all …]
|