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

1 2 3 4 5 67 8 91011>>

  /system/extras/tests/bionic/libc/bionic/
test_static_init.cpp 15 printf("KO (counter(shared) == %d, expected 1)\n", c);
24 printf("KO (counter(executable) == %d, expected 2)\n", c);
28 printf("OK\n");
  /system/extras/tests/bionic/libc/other/
test_aligned.c 17 printf( "read4: offset=%d value=%08x: ", o, val );
23 printf( "FAIL (%08x)\n", v2 );
25 printf( "ok\n" );
35 printf( "writ4: offset=%d value=%08x: ", o, val );
46 printf( "FAIL (%08x)\n", v2 );
48 printf( "ok\n" );
61 printf( "read2: offset=%d value=%08x: ", o, val );
67 printf( "FAIL (%04x)\n", v2 );
69 printf( "ok\n" );
79 printf( "writ2: offset=%d value=%08x: ", o, val )
    [all...]
  /external/tcpdump/
print-egp.c 183 printf(" %s %s ",
191 printf("%sd%d:", comma, (int)*cp++);
206 printf(" %s", ipaddr_string(&addr));
226 printf("[|egp]");
229 (void)printf("egp: ");
232 printf("[version %d]", egp->egp_version);
235 printf("as:%d seq:%d", EXTRACT_16BITS(&egp->egp_as), EXTRACT_16BITS(&egp->egp_sequence));
243 printf(" acquire");
247 printf(" %s", egp_acquire_codes[code]);
252 printf(" %s", egp_acquire_status[status])
    [all...]
print-dccp.c 185 (void)printf("(ack=%" PRIu64 ") ", ackno);
239 printf("[Invalid packet|dccp]");
244 printf("truncated-dccp - %ld bytes missing!",
255 (void)printf("%s.%d > %s.%d: ",
261 (void)printf("%s.%d > %s.%d: ",
268 (void)printf(" %d", len - hlen);
270 (void)printf("dccp [bad hdr length %u - too long, > %u]",
278 (void)printf("CCVal %d, CsCov %d, ", DCCPH_CCVAL(dh), DCCPH_CSCOV(dh));
289 printf("cksum 0x%04x", dccp_sum);
291 (void)printf(" (incorrect (-> 0x%04x), ",in_cksum_shouldbe(dccp_sum, sum))
    [all...]
print-l2tp.c 241 printf("%c", *dat++);
250 printf("%02x", *dat++);
257 printf("%u", EXTRACT_16BITS(dat));
263 printf("%lu", (u_long)EXTRACT_32BITS(dat));
274 printf("%s", tok2str(l2tp_msgtype2str, "MSGTYPE-#%u",
283 printf("%u", EXTRACT_16BITS(ptr)); ptr++; /* Result Code */
285 printf("/%u", EXTRACT_16BITS(ptr)); ptr++;
288 printf(" ");
296 printf("%u.%u", (EXTRACT_16BITS(dat) >> 8),
306 printf("A")
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
more_x86_fp.c 35 printf("a=%f b=%f a+b=%f\n", a, b, a + b);
36 printf("a=%f b=%f a-b=%f\n", a, b, a - b);
37 printf("a=%f b=%f a*b=%f\n", a, b, a * b);
38 printf("a=%f b=%f a/b=%f\n", a, b, a / b);
39 printf("a=%f b=%f fmod(a, b)=%f\n", a, b, fmod(a, b));
40 printf("a=%f sqrt(a)=%f\n", a, sqrt(a));
41 printf("a=%f sin(a)=%f\n", a, sin(a));
42 printf("a=%f cos(a)=%f\n", a, cos(a));
43 printf("a=%f tan(a)=%f\n", a, tan(a));
44 printf("a=%f log(a)=%f\n", a, log(a))
    [all...]
  /external/bluetooth/bluez/attrib/
interactive.c 108 printf("\n");
111 printf("Notification handle = 0x%04x value: ", handle);
114 printf("Indication handle = 0x%04x value: ", handle);
117 printf("Invalid opcode\n");
122 printf("%02x ", pdu[i]);
124 printf("\n");
139 printf("connect error: %s\n", err->message);
157 printf("Discover all primary services failed: %s\n",
162 printf("\n");
165 printf("attr handle: 0x%04x, end grp handle: 0x%04x
    [all...]
  /external/llvm/test/CodeGen/CellSPU/useful-harnesses/
i32operations.c 45 printf("a = %12d (0x%08x)\n", a, a);
46 printf("b = %12d (0x%08x)\n", b, b);
47 printf("c = %12d (0x%08x)\n", c, c);
48 printf("d = %12d (0x%08x)\n", d, d);
49 printf("e = %12d (0x%08x)\n", e, e);
50 printf("----------------------------------------\n");
53 printf("a %s a = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, a)));
54 printf("a %s a = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, a)));
55 printf("a %s b = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, b)));
56 printf("a %s c = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, c)))
    [all...]
  /external/webkit/Tools/mangleme/
mangle.cgi.c 34 case 0: printf("javascript:"); make_up_value(); break;
35 // case 1: printf("jar:"); make_up_value(); break;
36 case 2: printf("mk:"); make_up_value(); break;
37 case 3: printf("file:"); make_up_value(); break;
38 case 4: printf("http:"); make_up_value(); break;
39 case 5: printf("about:"); make_up_value(); break;
40 case 6: printf("_blank"); break;
41 case 7: printf("_self"); break;
42 case 8: printf("top"); break;
43 case 9: printf("left"); break
    [all...]
  /system/bluetooth/tools/
asocket_test.c 70 if (events & POLLIN) printf("POLLIN ");
71 if (events & POLLPRI) printf("POLLPRI ");
72 if (events & POLLOUT) printf("POLLOUT ");
73 if (events & POLLERR) printf("POLLERR ");
74 if (events & POLLHUP) printf("POLLHUP ");
75 if (events & POLLNVAL) printf("POLLNVAL ");
76 printf("\n");
82 printf("%d ", ufds[i].fd);
119 printf("%d: socket()\n", gettid());
121 printf("%d: socket() = %d\n", gettid(), ret)
    [all...]
  /bionic/libc/include/
err.h 51 __attribute__((__format__ (printf, 2, 3)));
53 __attribute__((__format__ (printf, 2, 0)));
55 __attribute__((__format__ (printf, 2, 3)));
57 __attribute__((__format__ (printf, 2, 0)));
59 __attribute__((__format__ (printf, 1, 2)));
61 __attribute__((__format__ (printf, 1, 0)));
63 __attribute__((__format__ (printf, 1, 2)));
65 __attribute__((__format__ (printf, 1, 0)));
72 __attribute__((__format__ (printf, 2, 3)));
74 __attribute__((__format__ (printf, 2, 0)))
    [all...]
  /development/ndk/platforms/android-8/include/
err.h 51 __attribute__((__format__ (printf, 2, 3)));
53 __attribute__((__format__ (printf, 2, 0)));
55 __attribute__((__format__ (printf, 2, 3)));
57 __attribute__((__format__ (printf, 2, 0)));
59 __attribute__((__format__ (printf, 1, 2)));
61 __attribute__((__format__ (printf, 1, 0)));
63 __attribute__((__format__ (printf, 1, 2)));
65 __attribute__((__format__ (printf, 1, 0)));
72 __attribute__((__format__ (printf, 2, 3)));
74 __attribute__((__format__ (printf, 2, 0)))
    [all...]
  /development/ndk/tests/dlclose-destruction/jni/
main.c 17 printf("Loaded !\n");
29 printf("Test function called !\n");
36 printf("Unloaded !\n");
39 printf("Test destructor called !\n");
  /external/clang/test/CodeGen/
shared-string-literals.c 8 printf("123");
writable-strings.c 6 printf("%s", str);
  /external/clang/test/CodeGenCXX/
array-value-initialize.cpp 5 extern "C" int printf(...);
14 printf("bar_[%d] = %d\n", i, bar_[i]);
15 printf("dbar_[%d] = %f\n", i, dbar_[i]);
16 printf("sbar_[%d].filler = %f\n", i, sbar_[i].filler);
  /external/clang/test/Sema/
attr-format.c 5 void a(const char *a, ...) __attribute__((format(printf, 1,2))); // no-error
6 void b(const char *a, ...) __attribute__((format(printf, 1,1))); // expected-error {{'format' attribute parameter 3 is out of bounds}}
7 void c(const char *a, ...) __attribute__((format(printf, 0,2))); // expected-error {{'format' attribute parameter 2 is out of bounds}}
8 void d(const char *a, int c) __attribute__((format(printf, 1,2))); // expected-error {{format attribute requires variadic function}}
9 void e(char *str, int c, ...) __attribute__((format(printf, 2,3))); // expected-error {{format argument not a string type}}
12 void f(xpto c, va_list list) __attribute__((format(printf, 1, 0))); // no-error
13 void g(xpto c) __attribute__((format(printf, 1, 0))); // no-error
18 int (*f_ptr)(char*,...) __attribute__((format(printf, 1,2))); // no-error
19 int (*f2_ptr)(double,...) __attribute__((format(printf, 1, 2))); // expected-error {{format argument not a string type}}
22 int (*printf)(const char *format, ...) __attribute__((__format__(printf, 1, 2))); // no-erro member in struct:_mystruct
    [all...]
  /external/e2fsprogs/
wordwrap.pl 18 printf(" ");
23 printf("\\\n ");
26 printf("%s", $word);
28 printf("\n");
  /external/llvm/projects/sample/tools/sample/
main.c 11 printf ("%d\n", compute_sample (5));
  /external/llvm/test/LLVMC/C/
hello.c 11 printf("hello\n");
opt-test.c 11 printf("hello\n");
wall.c 11 printf("hello\n");
  /external/llvm/test/LLVMC/ObjC/
hello.m 10 printf("hello\n");
  /external/llvm/test/LLVMC/test_data/
false.cpp 14 printf("el");
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 237 printf("const ");
240 printf("invariant ");
243 printf("attribute ");
246 printf("varying ");
249 printf("inout ");
252 printf("in ");
255 printf("out ");
259 printf("centroid ");
261 printf("uniform ");
263 printf("smooth ")
    [all...]

Completed in 1302 milliseconds

1 2 3 4 5 67 8 91011>>