/external/openssl/crypto/asn1/ |
D | tasn_fre.c | 100 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()
|
D | tasn_prn.c | 90 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()
|
D | tasn_new.c | 132 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()
|
D | tasn_enc.c | 151 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()
|
D | tasn_dec.c | 179 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/ |
D | README | 36 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/ |
D | adaptive.cpp | 185 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()
|
D | adaptive.h | 116 void free_adapted_templates(ADAPT_TEMPLATES templates);
|
D | intproto.cpp | 775 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()
|
D | intproto.h | 252 void free_int_templates(INT_TEMPLATES templates);
|
D | classify.h | 88 void MasterMatcher(INT_TEMPLATES templates,
|
D | adaptmatch.cpp | 144 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/ |
D | make-js-test-wrappers | 60 my @templates = findTemplateFiles(@ARGV); 62 for my $tfile (@templates) {
|
/external/gtest/include/gtest/internal/ |
D | gtest-type-util.h.pump | 95 // 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/ |
D | test.py | 225 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/ |
D | README | 45 clearsilver templates. trans parses the html and extracts your 52 generates language-independent templates, and a set of language files
|
D | INSTALL | 76 HDF files, static ClearSilver templates, and render them. This is a
|
/external/srec/tools/thirdparty/OpenFst/ |
D | README | 20 # Note long compile on algo_test and pair-arc.so (many templates)
|
/external/webkit/WebKit/android/stl/ |
D | memory | 120 #endif /* auto ptr conversions && member templates */
|
D | cstring | 24 // templates or use macros or inline functions from this file, or you compile
|
/external/dropbear/debian/ |
D | implicit | 75 @for i in conffiles shlibs templates; do \
|
/external/opencore/tools_v2/build/make/ |
D | entry_point.mk | 3 $(error These makefile templates requires GNU make version 3.81.))
|
/external/clearsilver/python/examples/trans/ |
D | README | 55 strings from HTML Clearsilver templates, and from Clearsilver HDF
|
/external/bluetooth/bluez/doc/ |
D | gtk-doc.make | 76 #### templates ####
|
/external/icu4c/config/ |
D | mh-os390 | 82 # NOTEMPINC could be used if ICU starts using templates.
|