/external/bluetooth/glib/docs/reference/ |
ChangeLog | 53 * glib/tmpl/base64.sgml: Mention g_base64_decode_inplace 61 * glib/tmpl/string_utils.sgml: Move most function docs inline. 82 * glib/tmpl/unicode.sgml: Document printing and scanning gunichar 89 * glib/tmpl/glib-unused.sgml: 90 * glib/tmpl/macros_misc.sgml: 91 * glib/tmpl/types.sgml: 139 * glib/tmpl/keyfile.sgml: Explain locale identifiers in 146 * glib/tmpl/arrays_byte.sgml: Improve docs, proposed by 178 * glib/tmpl/macros_misc.sgml: Clarified/added docs for 203 * glib/tmpl/testing.sgml: Fix lots of typos, documen [all...] |
/external/bluetooth/bluez/doc/ |
gtk-doc.make | 31 DOC_STAMPS=scan-build.stamp tmpl-build.stamp sgml-build.stamp html-build.stamp \ 32 $(srcdir)/tmpl.stamp $(srcdir)/sgml.stamp $(srcdir)/html.stamp 78 tmpl-build.stamp: $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt 82 touch tmpl-build.stamp 84 tmpl.stamp: tmpl-build.stamp 87 tmpl/*.sgml: 93 sgml-build.stamp: tmpl.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files) 162 mkdir $(distdir)/tmpl [all...] |
Makefile.am | 10 MKDB_OPTIONS = --sgml-mode --output-format=xml --tmpl-dir=. \
|
/external/genext2fs/m4/ |
ac_func_snprintf.m4 | 45 int my_vsnprintf (char *buf, const char *tmpl, ...) 49 va_start (args, tmpl); 50 i = vsnprintf (buf, 2, tmpl, args);
|
/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...] |
/external/qemu/android/build/ |
common.sh | 144 TMPL=/tmp/android-$$-test.log 149 rm -f $TMPC $TMPO $TMPL $TMPE 229 cat $TMPL 247 cat $TMPL 255 # stores the error log into $TMPL 260 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL 263 # try to link the recently built file into an executable. error log in $TMPL 268 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL 287 cat $TMPL 295 cat $TMPL [all...] |
/ndk/build/core/ |
ndk-common.sh | 302 TMPL=/tmp/android-$$-test.log 307 rm -f $TMPC $TMPO $TMPL $TMPE 350 cat $TMPL 368 cat $TMPL 398 cat $TMPL 410 # stores the error log into $TMPL 415 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL 421 $CXX -o $TMPO -c $CXXFLAGS $TMPC 2> $TMPL 424 # try to link the recently built file into an executable. error log in $TMPL 429 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL [all...] |
/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/gtest/include/gtest/internal/ |
gtest-type-util.h.pump | 174 // The template "selector" struct TemplateSel<Tmpl> is used to 175 // represent Tmpl, which must be a class template with one type 176 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined 177 // as the type Tmpl<T>. This allows us to actually instantiate the 178 // template "selected" by TemplateSel<Tmpl>. 182 template <GTEST_TEMPLATE_ Tmpl> 186 typedef Tmpl<T> type;
|
/external/clearsilver/python/examples/trans/ |
README | 26 1) Make sure "gen/tmpl/<lang>" and "gen/tmpl" are in hdf.loadpaths
|
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/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/bluetooth/glib/docs/reference/glib/tmpl/ |
glib-unused.sgml | 1 <!-- ##### SECTION ./tmpl/desktop_entry.sgml:Long_Description ##### --> 33 <!-- ##### SECTION ./tmpl/desktop_entry.sgml:See_Also ##### --> 39 <!-- ##### SECTION ./tmpl/desktop_entry.sgml:Short_Description ##### --> 43 <!-- ##### SECTION ./tmpl/desktop_entry.sgml:Title ##### --> 47 <!-- ##### SECTION ./tmpl/glib-unused.sgml:Stability_Level ##### --> 51 <!-- ##### SECTION ./tmpl/testutils.sgml:Long_Description ##### --> 57 <!-- ##### SECTION ./tmpl/testutils.sgml:See_Also ##### --> 63 <!-- ##### SECTION ./tmpl/testutils.sgml:Short_Description ##### --> 67 <!-- ##### SECTION ./tmpl/testutils.sgml:Stability_Level ##### --> 71 <!-- ##### SECTION ./tmpl/testutils.sgml:Title ##### -- [all...] |
fileutils.sgml | 201 @tmpl: 210 @tmpl:
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Int32Mat.c | 308 int32 tmpL = *row1PtrL; 310 *row2PtrL++ = tmpL; 314 int32 tmpL = vecL[ jPivL ]; 316 vecL[ iPivL ] = tmpL; 389 int32 tmpL = *( rowPtrL + jPivL ); 391 bbs_int32ReduceToNBits( &tmpL, &bbp_tmpL, 15 ); 398 *rowPtrL++ -= ( ( ( tmpL * pivRowL[ jL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1; 405 *rowPtrL++ -= ( tmpL * pivRowL[ jL ] ) << -shiftL; 412 vecL[ iL ] -= ( ( ( tmpL * vecL[ jPivL ] ) >> ( shiftL - 1 ) ) + 1 ) >> 1; 416 vecL[ iL ] -= ( tmpL * vecL[ jPivL ] ) << -shiftL [all...] |
/external/bluetooth/glib/ |
ChangeLog.pre-2-2 | 305 docs/reference/glib/tmpl/random_numbers.sgml, 524 docs/reference/glib/tmpl/random_numbers.sgml, 730 * docs/reference/glib/tmpl/arrays.sgml: 731 * docs/reference/glib/tmpl/arrays_byte.sgml: 732 * docs/reference/glib/tmpl/arrays_pointer.sgml: 733 * docs/reference/glib/tmpl/date.sgml: 734 * docs/reference/glib/tmpl/linked_lists_double.sgml: 735 * docs/reference/glib/tmpl/linked_lists_single.sgml: 736 * docs/reference/glib/tmpl/main.sgml: 737 * docs/reference/glib/tmpl/queue.sgml [all...] |
ChangeLog.pre-2-10 | 206 * docs/reference/glib/tmpl/relations.sgml (g_relation_insert): Specify 229 * docs/reference/gobject/tmpl/param_value_types.sgml: tell how to 396 * docs/reference/gobject/tmpl/gtype.sgml: explain that 621 * docs/reference/glib/tmpl/linked_lists_double.sgml: 622 * docs/reference/glib/tmpl/linked_lists_single.sgml: 963 * docs/reference/glib/tmpl/unicode.sgml: Correct typo on mentioning [all...] |
/external/qemu/ |
android-configure.sh | 238 cat $TMPL 267 cat $TMPL 312 cat $TMPL 332 cat $TMPL
|
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16BytePyrImage.c | 352 uint16 tmpL; 367 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) + 370 *dstL = tmpL << 8; 372 *dstL = tmpL; 376 tmpL = ( ( *srcL & 0x0FF ) + ( *srcL >> 8 ) + ( *( srcL + halfWidthL ) & 0x0FF ) + 379 *dstL |= tmpL; 381 *dstL |= tmpL << 8;
|
/external/qemu/distrib/sdl-1.2.12/src/main/macos/ |
SDL.r | 54 data 'TMPL' (128, "CLne") {
|
/external/webkit/WebKit/gtk/docs/ |
GNUmakefile.am | 35 # e.g. MKTMPL_OPTIONS=--only-section-tmpl
|
/external/iproute2/man/man8/ |
ip.8 | 538 .IR TMPL-LIST " ] " 626 .IR TMPL-LIST " := " 628 .IR TMPL-LIST " ] | " 629 .RB " [ " tmpl 630 .IR TMPL " ] " 633 .IR TMPL " := " [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();
|