HomeSort by relevance Sort by last modified time
    Searched full:printf (Results 201 - 225 of 4695) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp 27 std::printf("in Foo!\n");
36 std::printf("in Bar!\n");
67 printf("int is: %s\n", typeid(int).name());
68 printf(" i is: %s\n", typeid(i).name());
69 printf(" pi is: %s\n", typeid(pi).name());
70 printf("*pi is: %s\n", typeid(*pi).name());
80 printf("derived is: %s\n", typeid(derived).name());
81 printf(" *pbase is: %s\n", typeid(*pbase).name());
91 printf("polyderived is: %s\n", typeid(polyderived).name());
92 printf(" *ppolybase is: %s\n", typeid(*ppolybase).name())
    [all...]
  /external/bluetooth/hcidump/parser/
att.c 267 printf("Error: %s (%d)\n", atterror2str(err), err);
270 printf("%s (0x%.2x) on handle 0x%2.2x\n", attop2str(op), op, handle);
278 printf("client rx mtu %d\n", client_rx_mtu);
286 printf("server rx mtu %d\n", server_rx_mtu);
295 printf("start 0x%2.2x, end 0x%2.2x\n", start, end);
305 printf("format: uuid-16\n");
311 printf("handle 0x%2.2x, uuid 0x%2.2x (%s)\n", handle, uuid,
315 printf("format: uuid-128\n");
322 printf("handle 0x%2.2x, uuid ", handle);
324 printf("%02x", get_u8(frm))
    [all...]
  /external/chromium/net/tools/dump_cache/
dump_files.cc 32 printf("Unable to open file %ls\n", name.c_str());
38 printf("Unable to read file %ls\n", name.c_str());
58 printf("Index file:\n");
59 printf("magic: %x\n", header.magic);
60 printf("version: %d.%d\n", header.version >> 16, header.version & 0xffff);
61 printf("entries: %d\n", header.num_entries);
62 printf("total bytes: %d\n", header.num_bytes);
63 printf("last file number: %d\n", header.last_file);
64 printf("current id: %d\n", header.this_id);
65 printf("table length: %d\n", header.table_len)
    [all...]
  /external/tcpdump/
print-ospf6.c 106 printf(" S %X age ", seq);
108 printf("%u:%02u:%02u",
111 printf("%u:%02u", (u_int32_t) mins, (u_int32_t) sec);
113 printf("%u", (u_int32_t) sec);
124 printf("%c%s", sep, bp->str);
154 printf(" %srtr %s", scope, ipaddr_string(ls_router));
158 printf(" %snet dr %s if %s", scope,
164 printf(" %sinter-area-prefix %s abr %s", scope,
170 printf(" %sinter-area-router %s rtr %s", scope,
176 printf(" %sase %s asbr %s", scope
    [all...]
print-beep.c 56 printf(" BEEP MSG");
58 printf(" BEEP RPY");
60 printf(" BEEP ERR");
62 printf(" BEEP ANS");
64 printf(" BEEP NUL");
66 printf(" BEEP SEQ");
68 printf(" BEEP END");
70 printf(" BEEP (payload or undecoded)");
  /external/clang/test/CodeGen/
blocks-1.c 10 int printf(const char *, ...);
16 printf("a is %d, b is %d\n", a, b);
17 ^{ a = 10; printf("a is %d, b is %d\n", a, b); }(); // needs copy/dispose
18 printf("a is %d, b is %d\n", a, b);
20 printf("a is %d, b is %d\n", a, b);
26 printf("a is %d\n", a);
32 printf("a is %d\n", a);
34 printf("a is %d\n", a);
builtin-attributes.c 3 // CHECK: declare i32 @printf(i8*, ...)
5 printf("a\n");
  /external/clang/test/CodeGenCXX/
reference-in-block-args.cpp 4 extern "C" int printf(const char*, ...);
17 printf("%d\n", largeDo());
copy-assign-synthesis.cpp 4 extern "C" int printf(...);
11 printf("B1 = %f B2 = %f auB1 = %f\n", B1, B2, auB1);
25 printf("M1 = %d M2 = %d auM1 = %d auM2 = %d\n", M1, M2, auM1, auM2);
38 printf("N1 = %d N2 = %d\n", N1, N2);
48 printf("Q1 = %d Q2 = %d\n", Q1, Q2);
60 printf("d = %f d1 = %f d2 = %f d3 = %f\n", d, d1,d2,d3);
  /external/dropbear/libtomcrypt/notes/etc/
whirltest.c 10 printf("0x%c%c, ", buf[x], buf[x+1]);
11 if (!((x += 2) & 31)) printf("\n");
  /external/icu4c/samples/numfmt/
capi.c 15 printf("%s", buf);
37 printf("FAIL: unum_open\n");
48 printf("FAIL: unum_parseDouble\n");
53 printf("unum_parseDouble(\"");
55 printf("\") => %g\n", a);
66 printf("FAIL: format_parseDouble\n");
71 printf("unum_formatDouble(%g) => \"", a);
73 printf("\"\n");
  /external/icu4c/samples/translit/answers/
main_2.cpp 42 printf("ERROR: Transliterator::createInstance() failed\n");
59 printf("Date: ");
61 printf("\n");
67 printf("Greek formatted date: ");
69 printf("\n");
73 printf("Transliterated via Greek-Latin: ");
75 printf("\n\n");
83 printf("Exiting successfully\n");
  /external/iptables/extensions/
libxt_AUDIT.c 19 printf(
52 printf(" AUDIT ");
56 printf("accept");
59 printf("drop");
62 printf("reject");
74 printf(" --type accept");
77 printf(" --type drop");
80 printf(" --type reject");
  /external/libffi/testsuite/libffi.call/
struct8.c 61 printf ("%g\n", ts8_arg.f1);
62 printf ("%g\n", ts8_arg.f2);
63 printf ("%g\n", ts8_arg.f3);
64 printf ("%g\n", ts8_arg.f4);
68 printf ("%g\n", ts8_result->f1);
69 printf ("%g\n", ts8_result->f2);
70 printf ("%g\n", ts8_result->f3);
71 printf ("%g\n", ts8_result->f4);
  /external/llvm/test/CodeGen/CBackend/
2002-11-06-PrintEscaped.ll 5 declare i32 @printf(i8*, ...)
8 call i32 (i8*, ...)* @printf( i8* getelementptr ([18 x i8]* @testString, i64 0, i64 0) ) ; <i32>:1 [#uses=0]
  /external/llvm/test/CodeGen/Generic/
hello.ll 5 declare i32 @printf(i8*, ...)
9 call i32 (i8*, ...)* @printf( i8* %s ) ; <i32>:1 [#uses=0]
  /external/llvm/test/ExecutionEngine/
hello2.ll 6 declare void @printf([13 x i8]*, ...)
9 call void ([13 x i8]*, ...)* @printf( [13 x i8]* @msg )
  /external/valgrind/main/none/tests/amd64/
fcmovnu.c 9 printf("zzz = %f\n", zzz);
22 printf("zzz = %f\n", zzz);
  /external/valgrind/main/none/tests/
pth_mutexspeed.c 11 printf("begin %d lock--unlocks\n", n);
17 printf("done %d lock--unlocks\n", n);
  /external/valgrind/main/none/tests/x86/
incdec_alt.c 60 printf("0x%08x\n",r1);
61 printf("0x%08x\n",r2);
62 printf("0x%08x\n",r3);
63 printf("0x%08x\n",r4);
64 printf("0x%08x\n",r5);
65 printf("0x%08x\n",r6);
66 printf("0x%08x\n",r7);
67 printf("0x%08x\n",r8);
  /frameworks/base/opengl/libs/tools/
glapigen 37 #printf("%s", $line);
47 printf("%s API_ENTRY(%s%s)(%s)", $type, $prefix, $name, $args);
49 printf(" {\n");
51 printf(" CALL_GL_API(%s", $name);
53 printf(" CALL_GL_API_RETURN(%s", $name);
68 printf("%s", $2);
72 printf(");\n");
73 printf("}\n");
  /system/core/toolbox/
printenv.c 15 printf("%s\n", *e);
22 printf("%s\n", v);
  /system/extras/tests/memtest/
thumb.cpp 11 printf("0x%x\n", _Unwind_GetIP(context));
25 printf("unwinding...\n");
  /external/srtp/tables/
aes_tables.c 211 printf("uint32_t U0 = {");
214 printf("\n");
215 printf("0x%0x, ", U0[i]);
217 printf("\n}\n");
219 printf("uint32_t U1 = {");
222 printf("\n");
223 printf("0x%x, ", U1[i]);
225 printf("\n}\n");
227 printf("uint32_t U2 = {");
230 printf("\n")
    [all...]
  /external/clang/test/SemaCXX/
attr-format.cpp 3 static void f(const char*, ...) __attribute__((format(printf, 1, 2)));
8 void g(const char*, ...) __attribute__((format(printf, 2, 3)));
11 void h(const char*, ...) __attribute__((format(printf, 1, 4))); // \
13 void h2(const char*, ...) __attribute__((format(printf, 2, 1))); // \
20 struct A { void a(const char*,...) __attribute((format(printf,2,3))); };
30 __attribute__((format(printf, 2, 3)));

Completed in 1233 milliseconds

1 2 3 4 5 6 7 891011>>