/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | QuantityFormatter.java | 25 private final SimpleFormatter[] templates = field in QuantityFormatter 42 if (templates[idx] != null) { in addIfAbsent() 45 templates[idx] = SimpleFormatter.compileMinMaxArguments(template, 0, 1); in addIfAbsent() 52 return templates[StandardPlural.OTHER_INDEX] != null; in isValid() 66 SimpleFormatter formatter = templates[p.ordinal()]; in format() 68 formatter = templates[StandardPlural.OTHER_INDEX]; in format() 82 SimpleFormatter template = templates[idx]; in getByVariant() 84 templates[StandardPlural.OTHER_INDEX] : template; in getByVariant()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | QuantityFormatter.java | 26 private final SimpleFormatter[] templates = field in QuantityFormatter 43 if (templates[idx] != null) { in addIfAbsent() 46 templates[idx] = SimpleFormatter.compileMinMaxArguments(template, 0, 1); in addIfAbsent() 53 return templates[StandardPlural.OTHER_INDEX] != null; in isValid() 67 SimpleFormatter formatter = templates[p.ordinal()]; in format() 69 formatter = templates[StandardPlural.OTHER_INDEX]; in format() 83 SimpleFormatter template = templates[idx]; in getByVariant() 85 templates[StandardPlural.OTHER_INDEX] : template; in getByVariant()
|
/third_party/ltp/testcases/kernel/security/integrity/ima/tests/ |
H A D | ima_keys.sh | 52 local keycheck_lines i keyrings templates 56 tst_res TINFO "verify key measurement for keyrings and templates specified in IMA policy" 67 templates=$(for i in $keycheck_lines; do echo "$i" | grep "template" | \ 71 tst_res TINFO "templates: '$templates'" 73 grep -E "($templates).*($keyrings)" $ASCII_MEASUREMENTS | while read line
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | tasn_fre.c | 48 if (it->templates) in ossl_asn1_item_embed_free() 49 ossl_asn1_template_free(pval, it->templates); in ossl_asn1_item_embed_free() 68 tt = it->templates + i; in ossl_asn1_item_embed_free() 101 tt = it->templates + it->tcount; in ossl_asn1_item_embed_free()
|
H A D | tasn_new.c | 90 if (it->templates) { in asn1_item_embed_new() 91 if (!asn1_template_new(pval, it->templates, libctx, propq)) in asn1_item_embed_new() 149 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_embed_new() 189 if (it->templates) in asn1_item_clear() 190 asn1_template_clear(pval, it->templates); in asn1_item_clear()
|
H A D | tasn_enc.c | 103 if (it->templates) in ASN1_item_ex_i2d() 104 return asn1_template_ex_i2d(pval, out, it->templates, in ASN1_item_ex_i2d() 134 chtt = it->templates + i; in ASN1_item_ex_i2d() 174 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d() 193 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
|
H A D | tasn_prn.c | 167 if (it->templates) { in asn1_item_print_ctx() 169 it->templates, pctx)) in asn1_item_print_ctx() 205 tt = it->templates + i; in asn1_item_print_ctx() 234 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_print_ctx()
|
H A D | tasn_dec.c | 202 if (it->templates) { in asn1_item_embed_d2i() 214 return asn1_template_ex_d2i(pval, in, len, it->templates, opt, ctx, in asn1_item_embed_d2i() 282 tt = it->templates + i; in asn1_item_embed_d2i() 293 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i() 375 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i() 388 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
|
/third_party/openssl/crypto/asn1/ |
H A D | tasn_fre.c | 48 if (it->templates) in ossl_asn1_item_embed_free() 49 ossl_asn1_template_free(pval, it->templates); in ossl_asn1_item_embed_free() 68 tt = it->templates + i; in ossl_asn1_item_embed_free() 101 tt = it->templates + it->tcount; in ossl_asn1_item_embed_free()
|
H A D | tasn_new.c | 90 if (it->templates) { in asn1_item_embed_new() 91 if (!asn1_template_new(pval, it->templates, libctx, propq)) in asn1_item_embed_new() 149 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_embed_new() 189 if (it->templates) in asn1_item_clear() 190 asn1_template_clear(pval, it->templates); in asn1_item_clear()
|
H A D | tasn_enc.c | 103 if (it->templates) in ASN1_item_ex_i2d() 104 return asn1_template_ex_i2d(pval, out, it->templates, in ASN1_item_ex_i2d() 134 chtt = it->templates + i; in ASN1_item_ex_i2d() 174 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d() 193 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in ASN1_item_ex_i2d()
|
H A D | tasn_prn.c | 167 if (it->templates) { in asn1_item_print_ctx() 169 it->templates, pctx)) in asn1_item_print_ctx() 205 tt = it->templates + i; in asn1_item_print_ctx() 234 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_print_ctx()
|
H A D | tasn_dec.c | 202 if (it->templates) { in asn1_item_embed_d2i() 214 return asn1_template_ex_d2i(pval, in, len, it->templates, opt, ctx, in asn1_item_embed_d2i() 282 tt = it->templates + i; in asn1_item_embed_d2i() 293 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i() 375 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i() 388 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_embed_d2i()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_pipeline.c | 549 &pipeline->templates.stream_desc; in dzn_pipeline_cache_lookup_gfx_pipeline() 564 memcpy(pipeline->templates.inputs, inputs, in dzn_pipeline_cache_lookup_gfx_pipeline() 567 desc->pInputElementDescs = pipeline->templates.inputs; in dzn_pipeline_cache_lookup_gfx_pipeline() 609 if (pipeline->templates.shaders[i].bc) { in dzn_pipeline_cache_add_gfx_pipeline() 634 memcpy(inputs, pipeline->templates.inputs, in dzn_pipeline_cache_add_gfx_pipeline() 799 &nir_opts, &pipeline->templates.shaders[stage].nir); in dzn_graphics_pipeline_compile_shaders() 813 assert(pipeline->templates.shaders[stage].nir); in dzn_graphics_pipeline_compile_shaders() 814 dxil_spirv_nir_link(pipeline->templates.shaders[stage].nir, in dzn_graphics_pipeline_compile_shaders() 816 pipeline->templates.shaders[prev_stage].nir : NULL); in dzn_graphics_pipeline_compile_shaders() 822 NIR_PASS_V(pipeline->templates in dzn_graphics_pipeline_compile_shaders() [all...] |
/third_party/node/deps/v8/tools/testrunner/testproc/ |
H A D | progress.py | 240 def __init__(self, templates): 244 self._templates = templates 325 templates = { 335 super(ColorProgressIndicator, self).__init__(templates) 351 templates = { 355 super(MonochromeProgressIndicator, self).__init__(templates)
|
/third_party/mesa3d/ohos/ |
H A D | meson_cross_process.py | 115 templates = os.listdir(template_dir)
116 for template in templates:
|
/third_party/jinja2/ |
H A D | exceptions.py | 47 self.templates = [name] 54 """Like :class:`TemplateNotFound` but raised if multiple templates 82 message = f"none of the templates given were found: {parts_str}" 85 self.templates = list(names)
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | exceptions.py | 67 self.templates = [name] 74 """Like :class:`TemplateNotFound` but raised if multiple templates 97 message = u"none of the templates given were found: " + u", ".join( 101 self.templates = list(names)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | exceptions.py | 58 self.templates = [name] 65 """Like :class:`TemplateNotFound` but raised if multiple templates 74 message = u'none of the templates given were found: ' + \ 77 self.templates = list(names)
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | exceptions.py | 67 self.templates = [name] 74 """Like :class:`TemplateNotFound` but raised if multiple templates 97 message = u"none of the templates given were found: " + u", ".join( 101 self.templates = list(names)
|
/third_party/mesa3d/src/mesa/math/ |
H A D | m_vector.c | 148 static const char *templates[5] = { in _mesa_vector4f_print() local 156 const char *t = templates[v->size]; in _mesa_vector4f_print()
|
H A D | m_debug_xform.c | 102 static int *templates[7] = { variable 195 switch ( templates[mtype][i * 4 + j] ) { in test_transform_function()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors_lazy.c | 328 /* no need for empty templates */ in zink_descriptor_program_init_lazy() 331 (!is_push && pg->dd->templates[i])) in zink_descriptor_program_init_lazy() 348 pg->dd->templates[i] = t; in zink_descriptor_program_init_lazy() 362 if (pg->dd->templates[i]) in zink_descriptor_program_deinit_lazy() 363 VKSCR(DestroyDescriptorUpdateTemplate)(screen->dev, pg->dd->templates[i], NULL); in zink_descriptor_program_deinit_lazy() 507 VKCTX(UpdateDescriptorSetWithTemplate)(screen->dev, set, pg->dd->templates[type + 1], ctx); in zink_descriptor_set_update_lazy() 531 VKSCR(UpdateDescriptorSetWithTemplate)(screen->dev, desc_sets[type], pg->dd->templates[type + 1], ctx); in zink_descriptors_update_lazy_masked() 625 VKCTX(CmdPushDescriptorSetWithTemplateKHR)(bs->cmdbuf, pg->dd->templates[0], in zink_descriptors_update_lazy() 629 VKCTX(UpdateDescriptorSetWithTemplate)(screen->dev, push_set, pg->dd->templates[0], ctx); in zink_descriptors_update_lazy()
|
/third_party/node/tools/ |
H A D | test.py | 449 def __init__(self, cases, flaky_tests_mode, measure_flakiness, templates): 451 self.templates = templates 470 print(self.templates['stdout'] % stdout) 473 print(self.templates['stderr'] % stderr) 490 status = self.templates['status_line'] % { 507 templates = { 512 super(ColorProgressIndicator, self).__init__(cases, flaky_tests_mode, measure_flakiness, templates) 521 templates = { 528 super(MonochromeProgressIndicator, self).__init__(cases, flaky_tests_mode, measure_flakiness, templates) [all...] |
/third_party/mbedtls/scripts/ |
H A D | config.py | 401 self.templates = [self._parse_line(line) for line in file] 406 self.templates.append((name, '', '#define ' + name + ' ')) 467 for template in self.templates:
|