Home
last modified time | relevance | path

Searched refs:bundle (Results 1 – 25 of 755) sorted by relevance

12345678910>>...31

/third_party/curl/lib/
Dconncache.c50 conn->bundle = NULL; in conn_llist_dtor()
67 static void bundle_destroy(struct connectbundle *bundle) in bundle_destroy() argument
69 if(!bundle) in bundle_destroy()
72 Curl_llist_destroy(&bundle->conn_list, NULL); in bundle_destroy()
74 free(bundle); in bundle_destroy()
78 static void bundle_add_conn(struct connectbundle *bundle, in bundle_add_conn() argument
81 Curl_llist_insert_next(&bundle->conn_list, bundle->conn_list.tail, conn, in bundle_add_conn()
83 conn->bundle = bundle; in bundle_add_conn()
84 bundle->num_connections++; in bundle_add_conn()
88 static int bundle_remove_conn(struct connectbundle *bundle, in bundle_remove_conn() argument
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBUntranslatedPanel.java22 Bundle bundle; field in RBUntranslatedPanel
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()
69 bundle = null; in removeElements()
76 if (bundle == null) return; in markSelectedResourceAsTranslated()
89 if (bundle == null) return; in deleteSelectedResource()
[all …]
DRBStatisticsPanel.java22 Bundle bundle; field in RBStatisticsPanel
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()
100 bundle = null; in removeElements()
107 if (bundle != null) { in initComponents()
109 int untranslated = bundle.getUntranslatedItemsSize(); in initComponents()
[all …]
/third_party/icu/icu4c/source/tools/genrb/
Dreslist.h127 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…
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…
160 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,…
166 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment,
[all …]
Dreslist.cpp157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() argument
160 fKey(bundle != NULL ? bundle->addTag(tag, errorCode) : -1), fKey16(-1), in SResource()
271 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() argument
274 : SResource(bundle, tag, type, comment, errorCode) { in StringBaseResource()
288 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() argument
290 : SResource(bundle, NULL, type, NULL, errorCode), fString(value) { in StringBaseResource()
330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() argument
332 : SResource(bundle, tag, URES_INT, comment, errorCode) { in IntResource()
340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() argument
342 : SResource(bundle, tag, URES_INT_VECTOR, comment, errorCode), in IntVectorResource()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.h127 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…
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…
160 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,…
166 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment,
[all …]
Dreslist.cpp157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() argument
160 fKey(bundle != NULL ? bundle->addTag(tag, errorCode) : -1), fKey16(-1), in SResource()
271 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() argument
274 : SResource(bundle, tag, type, comment, errorCode) { in StringBaseResource()
288 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() argument
290 : SResource(bundle, NULL, type, NULL, errorCode), fString(value) { in StringBaseResource()
330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() argument
332 : SResource(bundle, tag, URES_INT, comment, errorCode) { in IntResource()
340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() argument
342 : SResource(bundle, tag, URES_INT_VECTOR, comment, errorCode), in IntVectorResource()
[all …]
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_ra_pipeline.c45 midgard_bundle *bundle, unsigned i, in mir_pipeline_ins() argument
48 midgard_instruction *ins = bundle->instructions[i]; 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()
90 for (unsigned j = 0; j < bundle->instruction_count; ++j) { in mir_pipeline_ins()
91 midgard_instruction *q = bundle->instructions[j]; in mir_pipeline_ins()
106 midgard_instruction *end = bundle->instructions[ in mir_pipeline_ins()
107 bundle->instruction_count - 1]; in mir_pipeline_ins()
115 for (unsigned j = 0; j < bundle->instruction_count; ++j) { in mir_pipeline_ins()
116 midgard_instruction *q = bundle->instructions[j]; in mir_pipeline_ins()
[all …]
Dmidgard_emit.c412 mir_can_run_ooo(midgard_block *block, midgard_bundle *bundle, in mir_can_run_ooo() argument
416 if (bundle >= (midgard_bundle *) ((char *) block->bundles.data + block->bundles.size)) in mir_can_run_ooo()
420 if (!IS_ALU(bundle->tag) && bundle->tag != TAG_LOAD_STORE_4) in mir_can_run_ooo()
425 for (unsigned i = 0; i < bundle->instruction_count; ++i) { in mir_can_run_ooo()
426 midgard_instruction *ins = bundle->instructions[i]; in mir_can_run_ooo()
439 mir_pack_tex_ooo(midgard_block *block, midgard_bundle *bundle, midgard_instruction *ins) in mir_pack_tex_ooo() argument
444 if (!mir_can_run_ooo(block, bundle + count + 1, ins->dest)) in mir_pack_tex_ooo()
738 midgard_bundle *bundle, in emit_branch() argument
755 is_tilebuf_wait ? bundle->tag : in emit_branch()
847 midgard_bundle *bundle, in emit_alu_bundle() argument
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.h123 void bundle_write_java(struct SRBRoot *bundle, const char *outputDir, const char* outputEnc, char *…
128 void bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const ch…
144 TableResource *table_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U…
146 ArrayResource *array_open(struct SRBRoot *bundle, const char *tag, const struct UString* comment, U…
148 struct SResource *string_open(struct SRBRoot *bundle, const char *tag, const UChar *value, int32_t …
150 struct SResource *alias_open(struct SRBRoot *bundle, const char *tag, UChar *value, int32_t len, co…
152 IntVectorResource *intvector_open(struct SRBRoot *bundle, const char *tag, const struct UString* c…
154 struct SResource *int_open(struct SRBRoot *bundle, const char *tag, int32_t value, const struct USt…
156 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,…
162 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment,
[all …]
Dreslist.cpp150 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() argument
153 fKey(bundle != NULL ? bundle->addTag(tag, errorCode) : -1), fKey16(-1), in SResource()
264 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() argument
267 : SResource(bundle, tag, type, comment, errorCode) { in StringBaseResource()
281 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() argument
283 : SResource(bundle, NULL, type, NULL, errorCode), fString(value) { in StringBaseResource()
323 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() argument
325 : SResource(bundle, tag, URES_INT, comment, errorCode) { in IntResource()
333 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() argument
335 : SResource(bundle, tag, URES_INT_VECTOR, comment, errorCode), in IntVectorResource()
[all …]
/third_party/node/deps/icu-small/source/tools/genrb/
Dreslist.h127 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…
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…
160 struct SResource *bin_open(struct SRBRoot *bundle, const char *tag, uint32_t length, uint8_t *data,…
166 SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment,
[all …]
Dreslist.cpp157 SResource::SResource(SRBRoot *bundle, const char *tag, int8_t type, const UString* comment, in SResource() argument
160 fKey(bundle != NULL ? bundle->addTag(tag, errorCode) : -1), fKey16(-1), in SResource()
271 StringBaseResource::StringBaseResource(SRBRoot *bundle, const char *tag, int8_t type, in StringBaseResource() argument
274 : SResource(bundle, tag, type, comment, errorCode) { in StringBaseResource()
288 StringBaseResource::StringBaseResource(SRBRoot *bundle, int8_t type, in StringBaseResource() argument
290 : SResource(bundle, NULL, type, NULL, errorCode), fString(value) { in StringBaseResource()
330 IntResource::IntResource(SRBRoot *bundle, const char *tag, int32_t value, in IntResource() argument
332 : SResource(bundle, tag, URES_INT, comment, errorCode) { in IntResource()
340 IntVectorResource::IntVectorResource(SRBRoot *bundle, const char *tag, in IntVectorResource() argument
342 : SResource(bundle, tag, URES_INT_VECTOR, comment, errorCode), in IntVectorResource()
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUResourceBundleTest.java97 …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()
128 …UResourceBundle bundle = UResourceBundle.getBundleInstance("ohos/global/icu/dev/data/testdata", UL… in TestJB3879() local
129 if(bundle==null){ in TestJB3879()
139 … UResourceBundle bundle = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "en_US_POSIX"); in TestOpen() local
141 if(bundle==null){ in TestOpen()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUResourceBundleTest.java94 …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()
125 …UResourceBundle bundle = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata", ULocal… in TestJB3879() local
126 if(bundle==null){ in TestJB3879()
136 … UResourceBundle bundle = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, "en_US_POSIX"); in TestOpen() local
138 if(bundle==null){ in TestOpen()
[all …]
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterDartProject.mm27 static flutter::Settings DefaultSettingsForProcess(NSBundle* bundle = nil) {
33 // 3. Settings from the NSBundle with the default bundle ID.
39 bool hasExplicitBundle = bundle != nil;
40 if (bundle == nil) {
41 bundle = [NSBundle bundleWithIdentifier:[FlutterDartProject defaultBundleIdentifier]];
43 if (bundle == nil) {
44 bundle = mainBundle;
60 // Flutter ships the ICU data file in the the bundle of the engine. Look for it there.
70 NSString* assetsName = [FlutterDartProject flutterAssetsName:bundle];
71 NSString* assetsPath = [bundle pathForResource:assetsName ofType:@""];
[all …]
/third_party/icu/tools/unicodetools/com/ibm/rbm/
DRBManager.java387 Bundle bundle = (Bundle)bundles.elementAt(i); in writeToFile() local
389 … ((bundle.encoding == null || bundle.encoding.equals("")) ? "" : "_" + bundle.encoding) + in writeToFile()
392 bundle.writeContents(fw); in writeToFile()
410 Bundle bundle = (Bundle)bundles.elementAt(i); in hideResource() local
411 if (bundle.encoding.equals(encoding)) { in hideResource()
412 bundles.removeElement(bundle); in hideResource()
425 Bundle bundle = (Bundle)bundles.elementAt(i); in eraseFile() local
426 if (!(bundle.encoding.equals(encoding))) continue; in eraseFile()
428 … ((bundle.encoding == null || bundle.encoding.equals("")) ? "" : "_" + bundle.encoding) + in eraseFile()
443 Bundle bundle = (Bundle)bundles.elementAt(i); in writeToFile() local
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/io/
Dlocbund.cpp143 u_locbund_close(ULocaleBundle *bundle) in u_locbund_close() argument
147 uprv_free(bundle->fLocale); in u_locbund_close()
150 if (bundle->fNumberFormat[styleIdx]) { in u_locbund_close()
151 unum_close(bundle->fNumberFormat[styleIdx]); in u_locbund_close()
155 uprv_memset(bundle, 0, sizeof(ULocaleBundle)); in u_locbund_close()
160 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat() argument
164 formatAlias = bundle->fNumberFormat[style-1]; in u_locbund_getNumberFormat()
166 if (bundle->isInvariantLocale) { in u_locbund_getNumberFormat()
167 formatAlias = copyInvariantFormatter(bundle, style); in u_locbund_getNumberFormat()
171 formatAlias = unum_open(style, NULL, 0, bundle->fLocale, NULL, &status); in u_locbund_getNumberFormat()
[all …]
/third_party/skia/third_party/externals/icu/source/io/
Dlocbund.cpp143 u_locbund_close(ULocaleBundle *bundle) in u_locbund_close() argument
147 uprv_free(bundle->fLocale); in u_locbund_close()
150 if (bundle->fNumberFormat[styleIdx]) { in u_locbund_close()
151 unum_close(bundle->fNumberFormat[styleIdx]); in u_locbund_close()
155 uprv_memset(bundle, 0, sizeof(ULocaleBundle)); in u_locbund_close()
160 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat() argument
164 formatAlias = bundle->fNumberFormat[style-1]; in u_locbund_getNumberFormat()
166 if (bundle->isInvariantLocale) { in u_locbund_getNumberFormat()
167 formatAlias = copyInvariantFormatter(bundle, style); in u_locbund_getNumberFormat()
171 formatAlias = unum_open(style, NULL, 0, bundle->fLocale, NULL, &status); in u_locbund_getNumberFormat()
[all …]
/third_party/icu/icu4c/source/io/
Dlocbund.cpp143 u_locbund_close(ULocaleBundle *bundle) in u_locbund_close() argument
147 uprv_free(bundle->fLocale); in u_locbund_close()
150 if (bundle->fNumberFormat[styleIdx]) { in u_locbund_close()
151 unum_close(bundle->fNumberFormat[styleIdx]); in u_locbund_close()
155 uprv_memset(bundle, 0, sizeof(ULocaleBundle)); in u_locbund_close()
160 u_locbund_getNumberFormat(ULocaleBundle *bundle, UNumberFormatStyle style) in u_locbund_getNumberFormat() argument
164 formatAlias = bundle->fNumberFormat[style-1]; in u_locbund_getNumberFormat()
166 if (bundle->isInvariantLocale) { in u_locbund_getNumberFormat()
167 formatAlias = copyInvariantFormatter(bundle, style); in u_locbund_getNumberFormat()
171 formatAlias = unum_open(style, NULL, 0, bundle->fLocale, NULL, &status); in u_locbund_getNumberFormat()
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dasset_bundle_test.dart49 final AssetBundle bundle = AssetBundleFactory.instance.createBundle();
50 await bundle.build(manifestPath: 'pubspec.yaml');
51 expect(bundle.entries.length, 1);
54 utf8.decode(await bundle.entries['AssetManifest.json'].contentsAsBytes()),
72 final AssetBundle bundle = AssetBundleFactory.instance.createBundle();
73 await bundle.build(manifestPath: 'pubspec.yaml');
79 expect(bundle.entries.length, 4);
80 expect(bundle.needsBuild(manifestPath: 'pubspec.yaml'), false);
88 expect(bundle.needsBuild(manifestPath: 'pubspec.yaml'), true);
89 await bundle.build(manifestPath: 'pubspec.yaml');
[all …]
/third_party/glib/gio/
Dgosxappinfo.m56 NSBundle *bundle; field
72 g_osx_app_info_new (NSBundle *bundle)
76 info->bundle = [bundle retain];
97 [info->bundle release];
119 new_info = g_osx_app_info_new ([info->bundle retain]);
141 * @bundle: a #NSBundle
149 get_bundle_string_value (NSBundle *bundle,
156 g_return_val_if_fail (bundle != NULL, NULL);
158 value = (NSString *)[bundle objectForInfoDictionaryKey: key];
315 NSBundle *bundle = [NSBundle bundleWithURL: (NSURL*)app_url];
[all …]
/third_party/gn/examples/ios/build/config/ios/templates/
Dios_binary_bundle.gni7 # Template to create an Apple bundle containing a binary file (e.g. .app or
8 # .framework bundle).
14 # extension of the bundle (e.g. "app", "framework", ...); must not
19 # four letter code corresponding to the bundle type ("FMWK", "AAPL",
21 # Info.plist for the bundle
25 # bundle identitifier
29 # type of the generated bundle (used for Xcode project)
33 # name of the bundle without the extension; the bundle binary (i.e.
39 # display name of the bundle (e.g. the name that is displayed to the
44 # path to additional Info.plist to merge into the final bundle Info.plist
/third_party/flutter/flutter/dev/tools/localization/
Dencode_kn_arb_files.dart38 void encodeBundleTranslations(Map<String, dynamic> bundle) {
39 for (String key in bundle.keys) {
44 final String translation = bundle[key];
47 bundle[key] = translation.runes.map((int code) {
54 void checkEncodedTranslations(Map<String, dynamic> encodedBundle, Map<String, dynamic> bundle) {
57 for (String key in bundle.keys) {
58 if (decoder.convert('"${encodedBundle[key]}"') != bundle[key]) {
59 … stderr.writeln(' encodedTranslation for $key does not match original value "${bundle[key]}"');
67 void rewriteBundle(File file, Map<String, dynamic> bundle) {
70 for (String key in bundle.keys) {
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/commands/
Dbuild_bundle_test.dart9 import 'package:flutter_tools/src/bundle.dart';
59 'bundle',
66 testUsingContext('bundle getUsage indicate that project is a module', () async {
76 testUsingContext('bundle getUsage indicate that project is not a module', () async {
86 testUsingContext('bundle getUsage indicate the target platform', () async {
96 testUsingContext('bundle fails to build for Windows if feature is disabled', () async {
104 'bundle',
113 testUsingContext('bundle fails to build for Linux if feature is disabled', () async {
121 'bundle',
130 testUsingContext('bundle fails to build for macOS if feature is disabled', () async {
[all …]

12345678910>>...31