Home
last modified time | relevance | path

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

12345678910>>...21

/third_party/curl/lib/
Dconncache.c62 static void bundle_destroy(struct connectbundle *bundle) in bundle_destroy() argument
64 free(bundle); in bundle_destroy()
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()
78 static int bundle_remove_conn(struct connectbundle *bundle, in bundle_remove_conn() argument
83 curr = bundle->conn_list.head; in bundle_remove_conn()
86 Curl_llist_remove(&bundle->conn_list, curr, NULL); in bundle_remove_conn()
87 bundle->num_connections--; in bundle_remove_conn()
[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 …]
DRBGroupPanel.java23 Bundle bundle; field in RBGroupPanel
53 if (bundle == null) { in setBundle()
54 bundle = b; in setBundle()
56 } else if (bundle != b) { in setBundle()
57 bundle = b; in setBundle()
63 bundle = null; in setManager()
74 if (rbm != null || bundle != null) { in removeElements()
76 bundle = null; in removeElements()
83 if (bundle == null) return; in markSelectedResourceAsTranslated()
96 if (bundle == null) return; in deleteSelectedResource()
[all …]
DRBSearchPanel.java23 Bundle bundle; field in RBSearchPanel
53 if (bundle == null) { in setBundle()
54 bundle = b; in setBundle()
56 } else if (bundle != b) { in setBundle()
57 bundle = b; in setBundle()
63 bundle = null; in setManager()
74 if (rbm != null || bundle != null) { in removeElements()
76 bundle = null; in removeElements()
84 if (bundle != null) { in performSearch()
85 performSearch(search_term, bundle, caseCheck.isSelected()); in performSearch()
[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/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 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…
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 != nullptr ? 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, nullptr, type, nullptr, 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/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/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.c422 mir_can_run_ooo(midgard_block *block, midgard_bundle *bundle, in mir_can_run_ooo() argument
426 if (bundle >= (midgard_bundle *) ((char *) block->bundles.data + block->bundles.size)) in mir_can_run_ooo()
430 if (!IS_ALU(bundle->tag) && bundle->tag != TAG_LOAD_STORE_4) in mir_can_run_ooo()
435 for (unsigned i = 0; i < bundle->instruction_count; ++i) { in mir_can_run_ooo()
436 midgard_instruction *ins = bundle->instructions[i]; in mir_can_run_ooo()
449 mir_pack_tex_ooo(midgard_block *block, midgard_bundle *bundle, midgard_instruction *ins) in mir_pack_tex_ooo() argument
454 if (!mir_can_run_ooo(block, bundle + count + 1, ins->dest)) in mir_pack_tex_ooo()
727 midgard_bundle *bundle, in emit_branch() argument
744 is_tilebuf_wait ? bundle->tag : in emit_branch()
836 midgard_bundle *bundle, in emit_alu_bundle() argument
[all …]
/third_party/node/deps/npm/node_modules/sigstore/dist/
Dverify.js39 verify(bundle, options, data) { argument
40 this.verifyArtifactSignature(bundle, data);
41 if (sigstore.isBundleWithCertificateChain(bundle)) {
42 this.verifySigningCertificate(bundle, options);
45 this.verifyTLogEntries(bundle, options);
50 verifyArtifactSignature(bundle, data) { argument
51 const publicKey = this.getPublicKey(bundle);
52 switch (bundle.content?.$case) {
57 verifyMessageSignature(data, bundle.content.messageSignature, publicKey);
60 verifyDSSESignature(bundle.content.dsseEnvelope, publicKey);
[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/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/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/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/node/deps/npm/node_modules/sigstore/dist/cli/
Dindex.js65 function printRekorEntry(bundle, options) { argument
73 const logIndex = bundle.verificationMaterial?.tlogEntries[0].logIndex;
86 const bundle = await index_1.sigstore.sign(buffer, signOptions);
87 printRekorEntry(bundle, signOptions);
88 console.log(JSON.stringify(bundle));
92 const bundle = await index_1.sigstore.attest(buffer, payloadType, signOptions);
93 printRekorEntry(bundle, signOptions);
94 console.log(JSON.stringify(bundle));
102 const bundle = JSON.parse(bundleFile.toString('utf-8'));
104 await index_1.sigstore.verify(bundle, payload, {});
/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/ffmpeg/libavcodec/
Dbink.c126 Bundle bundle[BINKB_NB_SRC]; ///< bundles for decoding all data types member
158 c->bundle[BINK_SRC_BLOCK_TYPES].len = av_log2((width >> 3) + 511) + 1; in init_lengths()
160 c->bundle[BINK_SRC_SUB_BLOCK_TYPES].len = av_log2((width >> 4) + 511) + 1; in init_lengths()
162 c->bundle[BINK_SRC_COLORS].len = av_log2(bw*64 + 511) + 1; in init_lengths()
164 c->bundle[BINK_SRC_INTRA_DC].len = in init_lengths()
165 c->bundle[BINK_SRC_INTER_DC].len = in init_lengths()
166 c->bundle[BINK_SRC_X_OFF].len = in init_lengths()
167 c->bundle[BINK_SRC_Y_OFF].len = av_log2((width >> 3) + 511) + 1; in init_lengths()
169 c->bundle[BINK_SRC_PATTERN].len = av_log2((bw << 3) + 511) + 1; in init_lengths()
171 c->bundle[BINK_SRC_RUN].len = av_log2(bw*48 + 511) + 1; in init_lengths()
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DManualGlitchActivity.java171 void configureStreamsFromBundle(Bundle bundle) { in configureStreamsFromBundle() argument
180 configureStreamsFromBundleForApi(bundle); in configureStreamsFromBundle()
183 String text = bundle.getString(KEY_IN_PERF, VALUE_PERF_LOW_LATENCY); in configureStreamsFromBundle()
187 text = bundle.getString(KEY_OUT_PERF, VALUE_PERF_LOW_LATENCY); in configureStreamsFromBundle()
191 text = bundle.getString(KEY_IN_SHARING, VALUE_SHARING_EXCLUSIVE); in configureStreamsFromBundle()
194 text = bundle.getString(KEY_OUT_SHARING, VALUE_SHARING_EXCLUSIVE); in configureStreamsFromBundle()
198 int sampleRate = bundle.getInt(KEY_SAMPLE_RATE, VALUE_DEFAULT_SAMPLE_RATE); in configureStreamsFromBundle()
202 float tolerance = bundle.getFloat(KEY_TOLERANCE, DEFAULT_TOLERANCE); in configureStreamsFromBundle()
207 int inChannels = bundle.getInt(KEY_IN_CHANNELS, VALUE_DEFAULT_CHANNELS); in configureStreamsFromBundle()
209 int outChannels = bundle.getInt(KEY_OUT_CHANNELS, VALUE_DEFAULT_CHANNELS); in configureStreamsFromBundle()
[all …]
/third_party/node/deps/npm/node_modules/sigstore/dist/tlog/verify/
Dindex.js49 function verifyTLogEntries(bundle, trustedRoot, options) { argument
54 const signingCert = signingCertificate(bundle);
56 …const verifiedEntries = bundle.verificationMaterial.tlogEntries.filter((entry) => verifyTLogEntryO…
77 function signingCertificate(bundle) { argument
78 if (!sigstore.isBundleWithCertificateChain(bundle)) {
81 const signingCert = bundle.verificationMaterial.content.x509CertificateChain.certificates[0];
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundleIterator.java39 private UResourceBundle bundle; field in UResourceBundleIterator
50 bundle = bndl; in UResourceBundleIterator()
51 size = bundle.getSize(); in UResourceBundleIterator()
62 return bundle.get(index++); in next()
75 return bundle.getString(index++); in nextString()

12345678910>>...21