HomeSort by relevance Sort by last modified time
    Searched full:tmpl (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/clang/test/SemaTemplate/
class-template-ctor-initializer.cpp 17 template<typename T> struct Tmpl { };
21 struct TmplC : Tmpl<int> {
23 Tmpl<int>(),
28 struct TmplD : Tmpl<char>, TmplB<char> {
30 Tmpl<int>(), // expected-error {{type 'Tmpl<int>' is not a direct or virtual base of 'TmplD'}}
member-template-access-expr.cpp 112 template< class X > X tmpl( const X* = 0 ) const;
121 return o.tmpl<X>();
  /ndk/sources/host-tools/sed-4.2.1/lib/
tempname.h 26 /* Generate a temporary file name based on TMPL. TMPL must match the
28 does not exist at the time of the call to gen_tempname. TMPL is
39 extern int gen_tempname (char *tmpl, int kind);
tempname.c 119 P_tmpdir, /tmp that exists. Copies into TMPL a template suitable
122 enough space in TMPL. */
124 __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx,
176 sprintf (tmpl, "%.*s/%.*sXXXXXX", (int) dlen, dir, (int) plen, pfx);
185 /* Generate a temporary file name based on TMPL. TMPL must match the
187 does not exist at the time of the call to __gen_tempname. TMPL is
200 __gen_tempname (char *tmpl, int kind)
227 len = strlen (tmpl);
228 if (len < 6 || strcmp (&tmpl[len - 6], "XXXXXX")
    [all...]
  /external/clang/test/SemaCXX/
conversion.cpp 107 void tmpl(char c = NULL, // expected-warning 4 {{implicit conversion of NULL constant to 'char'}} function in namespace:test4
118 tmpl<char>(); // expected-note 2 {{in instantiation of default function argument expression for 'tmpl<char>' required here}}
119 tmpl<int>(); // expected-note 2 {{in instantiation of default function argument expression for 'tmpl<int>' required here}}
121 tmpl<int>(); // expected-note 2 {{in instantiation of default function argument expression for 'tmpl<int>' required here}}
  /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 59 fprintf(stderr, " [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ] [ LIMIT-LIST ] [ TMPL-LIST ] [mark MARK [mask MASK]]\n");
86 fprintf(stderr, "TMPL-LIST := [ TMPL-LIST ] | [ tmpl TMPL ]\n");
87 fprintf(stderr, "TMPL := ID [ mode MODE ] [ reqid REQID ] [ level LEVEL ]\n");
176 static int xfrm_tmpl_parse(struct xfrm_user_tmpl *tmpl,
186 xfrm_mode_parse(&tmpl->mode, &argc, &argv);
189 xfrm_reqid_parse(&tmpl->reqid, &argc, &argv);
194 tmpl->optional = 0
297 struct xfrm_user_tmpl *tmpl; local
    [all...]
ipxfrm.c 579 fprintf(fp, "(ERROR \"tmpl\" truncated)");
585 struct xfrm_user_tmpl *tmpl = &tmpls[i]; local
590 xfrm_id_info_print(&tmpl->saddr, &tmpl->id, tmpl->mode,
591 tmpl->reqid, tmpl->family, 0, fp, prefix, "tmpl ");
593 if (show_stats > 0 || tmpl->optional) {
597 switch (tmpl->optional)
    [all...]
  /external/qemu/android/build/
common.sh 159 TMPL=/tmp/android-$$-test.log
164 rm -f $TMPC $TMPO $TMPL $TMPE
273 cat $TMPL
291 cat $TMPL
304 # stores the error log into $TMPL
309 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
312 # try to link the recently built file into an executable. error log in $TMPL
317 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
336 cat $TMPL
344 cat $TMPL
    [all...]
  /external/valgrind/unittest/
run_output_tests.sh 18 CMD="$TSAN $SUPP $IGNORE -- ./${BIN}output_tests/${TEST}-${BUILD}${EXE} 2>&1 | python match_output.py output_tests/${TEST}.tmpl"
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-type-util.h.pump 178 // The template "selector" struct TemplateSel<Tmpl> is used to
179 // represent Tmpl, which must be a class template with one type
180 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
181 // as the type Tmpl<T>. This allows us to actually instantiate the
182 // template "selected" by TemplateSel<Tmpl>.
186 template <GTEST_TEMPLATE_ Tmpl>
190 typedef Tmpl<T> type;
  /external/gtest/include/gtest/internal/
gtest-type-util.h.pump 183 // The template "selector" struct TemplateSel<Tmpl> is used to
184 // represent Tmpl, which must be a class template with one type
185 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
186 // as the type Tmpl<T>. This allows us to actually instantiate the
187 // template "selected" by TemplateSel<Tmpl>.
191 template <GTEST_TEMPLATE_ Tmpl>
195 typedef Tmpl<T> type;
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h.pump 176 // The template "selector" struct TemplateSel<Tmpl> is used to
177 // represent Tmpl, which must be a class template with one type
178 // parameter, as a type. TemplateSel<Tmpl>::Bind<T>::type is defined
179 // as the type Tmpl<T>. This allows us to actually instantiate the
180 // template "selected" by TemplateSel<Tmpl>.
184 template <GTEST_TEMPLATE_ Tmpl>
188 typedef Tmpl<T> type;
  /external/clang/tools/libclang/
CIndexCXX.cpp 118 } else if (RedeclarableTemplateDecl *Tmpl
120 Template = Tmpl->getInstantiatedFromMemberTemplate();
  /external/clang/test/Parser/
cxx0x-attributes.cpp 131 template<typename T> void tmpl(T) {} function
132 template void tmpl [[]] (int); // expected-FIXME {{an attribute list cannot appear here}}
133 template [[]] void tmpl(char); // expected-error {{an attribute list cannot appear here}}
134 template void [[]] tmpl(short);
  /ndk/build/core/
ndk-common.sh 409 TMPL=/tmp/ndk-$USER/tmp/tests/test-$$.log
414 rm -f $TMPC $TMPO $TMPL $TMPE
468 cat $TMPL
483 cat $TMPL
506 cat $TMPL
518 # stores the error log into $TMPL
523 $CC -o $TMPO -c $CFLAGS $TMPC 2> $TMPL
529 $CXX -o $TMPO -c $CXXFLAGS $TMPC 2> $TMPL
532 # try to link the recently built file into an executable. error log in $TMPL
537 $LD -o $TMPE $TMPO $LDFLAGS 2> $TMPL
    [all...]
  /external/valgrind/tsan/
suppressions.cc 367 tmpl(NULL)
373 StackTraceTemplate* tmpl; member in struct:MatcherContext
379 const int tmpl_size = ctx.tmpl->locations.size();
381 Location& location = ctx.tmpl->locations[tmpl_index];
424 ctx.tmpl = &*it2;
  /ndk/build/tools/
gen-platforms.sh 374 echo "## COMMAND: $COMMAND" > $TMPL
375 $COMMAND 1>>$TMPL 2>&1
378 dump "See the content of $TMPC and $TMPL for details."
379 cat $TMPL | tail -10
475 sed -e '/\.note\.ABI-tag/s/progbits/note/' > "$CRTBRAND_S") 1>>$TMPL 2>&1
478 dump "Please see the content of $TMPL for details!"
479 cat $TMPL | tail -10
502 (cd "$SRC_DIR" && $TOOLCHAIN_PREFIX-gcc -O2 -fpic -Wl,-r -nostdlib -o "$DST_DIR/$DST_FILE" $SRC_FILE) 1>>$TMPL 2>&1
505 dump "Please see the content of $TMPL for details!"
506 cat $TMPL | tail -1
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 202 this.tmpl = function tmpl(str, data){
207 tmpl(document.getElementById(str).innerHTML) :
250 el.innerHTML = tmpl('ls_tmpl', resp);
  /external/skia/third_party/glu/libtess/
Imakefile 34 #include <Library.tmpl>
  /external/clang/test/CodeGenCXX/
debug-info-use-after-free.cpp 11 template < template < typename > class Tmpl > struct TemplateSel
15 typedef Tmpl < T > type;
  /external/qemu-pc-bios/bochs/bios/
Makefile.in 78 $(AS86) _rombiosl_.s -b tmpl.bin -u- -w- -g -0 -j -O -l rombiosl.txt
80 mv tmpl.bin $@
  /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...]
  /packages/apps/Phone/src/com/android/phone/
MobileNetworkSettings.java 179 String tmpl = android.provider.Settings.Global.getString(getContentResolver(), local
181 if (!TextUtils.isEmpty(tmpl)) {
188 final String url = TextUtils.isEmpty(tmpl) ? null
189 : TextUtils.expandTemplate(tmpl, imsi).toString();
  /packages/inputmethods/LatinIME/tools/maketext/res/com/android/inputmethod/keyboard/internal/
KeyboardTextsSet.tmpl 31 * tools/maketext/res/com/android/inputmethod/keyboard/internal/KeyboardTextsSet.tmpl

Completed in 512 milliseconds

1 2 3