Home
last modified time | relevance | path

Searched refs:templates (Results 1 – 25 of 57) sorted by relevance

123

/external/openssl/crypto/asn1/
Dtasn_fre.c100 if (it->templates) in asn1_item_combine_free()
101 ASN1_template_free(pval, it->templates); in asn1_item_combine_free()
121 tt = it->templates + i; in asn1_item_combine_free()
162 tt = it->templates + it->tcount - 1; in asn1_item_combine_free()
Dtasn_prn.c90 if(it->templates) in asn1_item_print_nm()
91 return ASN1_template_print(out, fld, indent, it->templates); in asn1_item_print_nm()
115 tt = it->templates + i; in asn1_item_print_nm()
122 for(i = 0, tt = it->templates; i < it->tcount; i++, tt++) { in asn1_item_print_nm()
Dtasn_new.c132 if (it->templates) in asn1_item_ex_combine_new()
134 if (!ASN1_template_new(pval, it->templates)) in asn1_item_ex_combine_new()
198 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) in asn1_item_ex_combine_new()
246 if (it->templates) in asn1_item_clear()
247 asn1_template_clear(pval, it->templates); in asn1_item_clear()
Dtasn_enc.c151 if (it->templates) in ASN1_item_ex_i2d()
152 return asn1_template_ex_i2d(pval, out, it->templates, in ASN1_item_ex_i2d()
168 chtt = it->templates + i; in ASN1_item_ex_i2d()
222 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) in ASN1_item_ex_i2d()
240 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) in ASN1_item_ex_i2d()
Dtasn_dec.c179 if (it->templates) in ASN1_item_ex_d2i()
194 it->templates, opt, ctx); in ASN1_item_ex_d2i()
322 for (i = 0, tt=it->templates; i < it->tcount; i++, tt++) in ASN1_item_ex_d2i()
410 for (i = 0, tt = it->templates; i < it->tcount; i++, tt++) in ASN1_item_ex_d2i()
/external/bluetooth/glib/docs/reference/
DREADME36 templates:
55 You should only run the 'make templates' step if you
56 need to regenerate the templates for a more recent
/external/tesseract/classify/
Dadaptive.cpp185 void free_adapted_templates(ADAPT_TEMPLATES templates) { in free_adapted_templates() argument
187 if (templates != NULL) { in free_adapted_templates()
189 for (i = 0; i < (templates->Templates)->NumClasses; i++) in free_adapted_templates()
190 free_adapted_class (templates->Class[i]); in free_adapted_templates()
191 free_int_templates (templates->Templates); in free_adapted_templates()
192 Efree(templates); in free_adapted_templates()
Dadaptive.h116 void free_adapted_templates(ADAPT_TEMPLATES templates);
Dintproto.cpp775 void free_int_templates(INT_TEMPLATES templates) { in free_int_templates() argument
778 for (i = 0; i < templates->NumClasses; i++) in free_int_templates()
779 free_int_class(templates->Class[i]); in free_int_templates()
780 for (i = 0; i < templates->NumClassPruners; i++) in free_int_templates()
781 Efree (templates->ClassPruner[i]); in free_int_templates()
782 Efree(templates); in free_int_templates()
Dintproto.h252 void free_int_templates(INT_TEMPLATES templates);
Dclassify.h88 void MasterMatcher(INT_TEMPLATES templates,
Dadaptmatch.cpp144 void make_config_pruner(INT_TEMPLATES templates, CONFIG_PRUNER *config_pruner);
1299 void Classify::MasterMatcher(INT_TEMPLATES templates, in MasterMatcher() argument
1316 IntegerMatcher(ClassForClassId(templates, class_id), in MasterMatcher()
/external/webkit/WebKitTools/Scripts/
Dmake-js-test-wrappers60 my @templates = findTemplateFiles(@ARGV);
62 for my $tfile (@templates) {
/external/gtest/include/gtest/internal/
Dgtest-type-util.h.pump95 // template Types. This allows us to simulate variadic templates
100 // The following family of struct and struct templates are used to
180 // This trick is necessary for simulating typedef for class templates,
195 // variadic templates (e.g. Templates<int>, Templates<int, double>,
200 // The following family of struct and struct templates are used to
202 // TN> represents a list of N templates (T1, T2, ..., and TN). Except
/external/webkit/V8Binding/v8/tools/
Dtest.py225 def __init__(self, cases, templates): argument
227 self.templates = templates
246 print self.templates['stdout'] % stdout
249 print self.templates['stderr'] % stderr
265 status = self.templates['status_line'] % {
282 templates = {
287 super(ColorProgressIndicator, self).__init__(cases, templates)
296 templates = {
303 super(MonochromeProgressIndicator, self).__init__(cases, templates)
/external/clearsilver/
DREADME45 clearsilver templates. trans parses the html and extracts your
52 generates language-independent templates, and a set of language files
DINSTALL76 HDF files, static ClearSilver templates, and render them. This is a
/external/srec/tools/thirdparty/OpenFst/
DREADME20 # Note long compile on algo_test and pair-arc.so (many templates)
/external/webkit/WebKit/android/stl/
Dmemory120 #endif /* auto ptr conversions && member templates */
Dcstring24 // templates or use macros or inline functions from this file, or you compile
/external/dropbear/debian/
Dimplicit75 @for i in conffiles shlibs templates; do \
/external/opencore/tools_v2/build/make/
Dentry_point.mk3 $(error These makefile templates requires GNU make version 3.81.))
/external/clearsilver/python/examples/trans/
DREADME55 strings from HTML Clearsilver templates, and from Clearsilver HDF
/external/bluetooth/bluez/doc/
Dgtk-doc.make76 #### templates ####
/external/icu4c/config/
Dmh-os39082 # NOTEMPINC could be used if ICU starts using templates.

123