HomeSort by relevance Sort by last modified time
    Searched refs:tmpl (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/glib/glib/
gfileutils.h 101 gint g_mkstemp (gchar *tmpl);
104 gint g_file_open_tmp (const gchar *tmpl,
gfileutils.c 57 static gint create_temp_file (gchar *tmpl,
1147 create_temp_file (gchar *tmpl,
1160 XXXXXX = g_strrstr (tmpl, "XXXXXX");
1189 /* tmpl is in UTF-8 on Windows, thus use g_open() */
1190 fd = g_open (tmpl, O_RDWR | O_CREAT | O_EXCL | O_BINARY, permissions);
1208 * @tmpl: template filename
1228 g_mkstemp (gchar *tmpl)
1230 return create_temp_file (tmpl, 0600);
1235 * @tmpl: Template for file name, as in g_mkstemp(), basename only,
1243 * @tmpl should be a string in the GLib file name encoding containing
    [all...]
  /external/bluetooth/glib/gobject/
glib-mkenums.in 179 my %tmpl = ('file-header', $fhead,
191 if (($in eq 'junk') && ($1 eq 'BEGIN') && (exists($tmpl{$2}))) {
195 elsif (($in eq $2) && ($1 eq 'END') && (exists($tmpl{$2}))) {
203 $tmpl{$in} .= $_;
210 $fhead = $tmpl{'file-header'};
211 $fprod = $tmpl{'file-production'};
212 $ftail = $tmpl{'file-tail'};
213 $eprod = $tmpl{'enumeration-production'};
214 $vhead = $tmpl{'value-header'};
215 $vprod = $tmpl{'value-production'}
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 57 fprintf(stderr, " [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ] [ LIMIT-LIST ] [ TMPL-LIST ]\n");
84 fprintf(stderr, "TMPL-LIST := [ TMPL-LIST ] | [ tmpl TMPL ]\n");
85 fprintf(stderr, "TMPL := ID [ mode MODE ] [ reqid REQID ] [ level LEVEL ]\n");
174 static int xfrm_tmpl_parse(struct xfrm_user_tmpl *tmpl,
184 xfrm_mode_parse(&tmpl->mode, &argc, &argv);
187 xfrm_reqid_parse(&tmpl->reqid, &argc, &argv);
192 tmpl->optional = 0
292 struct xfrm_user_tmpl *tmpl; local
    [all...]
ipxfrm.c 576 fprintf(fp, "(ERROR \"tmpl\" truncated)");
582 struct xfrm_user_tmpl *tmpl = &tmpls[i]; local
587 xfrm_id_info_print(&tmpl->saddr, &tmpl->id, tmpl->mode,
588 tmpl->reqid, tmpl->family, 0, fp, prefix, "tmpl ");
590 if (show_stats > 0 || tmpl->optional) {
594 switch (tmpl->optional)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 776 Templates tmpl=newTemplates( source ); local
783 if( tmpl==null ) return null;
784 Transformer transformer = tmpl.newTransformer();
  /external/clearsilver/python/examples/trans/
trans.py 64 self.ignore_paths = ['tmpl/m'] # common place for mockups
68 self.ignore_patterns = ['tmpl/[^ ]*_js.cs']
316 results = self.walkDirectory('tmpl')
442 os.system("rm -rf %s/gen/tmpl" % (self.root))
498 fname = "%s/gen/tmpl/lang_%s.hdf" % (self.root, d_lang)
508 map_file = "%s/gen/tmpl/lang_map.hdf" % (self.root)
510 map_file = "%s/gen/tmpl/%s/lang_map.hdf" % (self.root, d_lang)
  /external/genext2fs/
configure     [all...]
  /external/qemu/target-arm/
translate.c 5737 TCGv tmpl; local
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
api.cc     [all...]

Completed in 626 milliseconds