HomeSort by relevance Sort by last modified time
    Searched refs:printf (Results 176 - 200 of 3907) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/Parser/
block-block-storageclass.c 2 int printf(const char *, ...);
13 printf ("%s(%d)\n", message, X);
  /external/clang/test/Sema/
block-storageclass.c 3 int printf(const char *, ...);
14 printf ("%s(%d)\n", message, X);
  /external/compiler-rt/BlocksRuntime/tests/
byrefaccess.c 29 printf("*** %s didn't update i\n", argv[0]);
32 printf("%s: success\n", argv[0]);
goto.c 29 printf("%s: Success!\n", argv[0]);
32 printf("%s: val not updated!\n", argv[0]);
rdar6396238.c 25 printf("%s: failure, 2 != %d\n", argv[0], count);
28 printf("%s: success\n", argv[0]);
modglobal.c 15 printf("%s: success\n", argv[0]);
voidarg.c 25 printf("%s: success", argv[0]);
  /external/compiler-rt/lib/asan/output_tests/
dlclose-test-so.cc 28 printf("%s: I am being dlopened\n", __FILE__);
32 printf("%s: I am being dlclosed\n", __FILE__);
dlclose-test.cc 39 printf("opening %s ... \n", path.c_str());
42 printf("error in dlopen(): %s\n", dlerror());
47 printf("failed dlsym\n");
52 printf("addr: %p\n", addr);
56 printf("attempting to dlclose\n");
58 printf("failed to dlclose\n");
67 printf("failed to mmap\n");
71 printf("PASS\n");
  /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/libmtp/examples/
newfolder.c 40 printf("Usage: newfolder name <parent> <storage>\n");
41 printf(" parent = parent folder or 0 to create the new folder in the root dir\n");
42 printf(" storage = storage id or 0 to create the new folder on the primary storage\n");
48 printf("Folder creation failed.\n");
50 printf("New folder created with ID: %d\n", newid);
57 printf("Creating new folder %s\n",path);
63 printf("Folder creation failed.\n");
67 printf("New folder created with ID: %d\n", newid);
util.c 57 printf("Could not determine language suffix for your system. Please check your setup!\n");
59 printf("Your system does not appear to have UTF-8 enabled ($LANG=\"%s\")\n", lang);
60 printf("If you want to have support for diacritics and Unicode characters,\n");
61 printf("please switch your locale to an UTF-8 locale, e.g. \"en_US.UTF-8\".\n");
  /external/tcpdump/
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)");
print-igmp.c 116 (void)printf(" [invalid len %d]", len);
119 printf("mtrace %u: %s to %s reply-to %s",
124 printf(" with-ttl %d", TR_GETTTL(EXTRACT_32BITS(&tr->tr_rttlqid)));
127 (void)printf("[|igmp]");
138 (void)printf(" [invalid len %d]", len);
141 printf("mresp %lu: %s to %s reply-to %s",
146 printf(" with-ttl %d", TR_GETTTL(EXTRACT_32BITS(&tr->tr_rttlqid)));
149 (void)printf("[|igmp]");
161 (void)printf(" [invalid len %d]", len);
166 (void)printf(", %d group record(s)", ngroups)
    [all...]
  /external/valgrind/main/VEX/test/
x87fxam.c 32 d = 0.0; do_fxam(); printf("0x%4x: %f\n", i, d );
33 d = -0.0; do_fxam(); printf("0x%4x: %f\n", i, d );
35 d = inf(); do_fxam(); printf("0x%4x: %f\n", i, d );
36 d = -inf(); do_fxam(); printf("0x%4x: %f\n", i, d );
38 d = nAn(); do_fxam(); printf("0x%4x: %f\n", i, d );
39 d = -nAn(); do_fxam(); printf("0x%4x: %f\n", i, d );
41 d = den(); do_fxam(); printf("0x%4x: %f\n", i, d );
42 d = -den(); do_fxam(); printf("0x%4x: %f\n", i, d );
  /external/valgrind/main/none/tests/
nestedfns.c 21 printf( "Inside test1\n" );
30 printf( "Inside test2\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);
shift_ndep.c 38 printf("Passed (%d).\n", r);
40 printf("Failed (%d).\n", r);
  /frameworks/compile/libbcc/tests/data/src/
char.c 7 printf("a = %d, b = %d\n", a, b);
10 printf("ga = %d, gb = %d\n", ga, gb);
  /ndk/tests/device/test-gnustl-1/jni/
hello.cpp 25 std::printf("KO: Exception was not thrown!\n");
30 std::printf("%s\n", ex.what());
  /external/e2fsprogs/lib/ss/
ct_c.awk 3 printf "/* %s.c - automatically generated from %s.ct */\n", \
13 printf "static char const * const ssu%05d[] = {\n", cmdnum > outfile
26 printf "%s\"%s\",\n", cmdtab, cmd > outfile
43 printf "extern void %s __SS_PROTO;\n", subr > outfile
57 printf "Error in line %d: %s\n", linenum, error
62 printf "static ss_request_entry ssu%05d[] = {\n", cmdnum+1 > outfile
64 printf " { ssu%05d,\n", i > outfile
65 printf " %s,\n", subr_tab[i] > outfile
66 printf " \"%s\",\n", help_tab[i] > outfile
67 printf " %d },\n", options_tab[i] > outfil
    [all...]
  /external/bluetooth/hcidump/parser/
bnep.c 88 printf("Not Understood(0x%02x) type 0x%02x\n", type, get_u8(frm));
93 printf("Setup Req(0x%02x) size 0x%02x ", type, uuid_size);
97 printf("dst 0x%x", uuid);
99 printf("(%s)", s);
101 printf(" src 0x%x", uuid);
103 printf("(%s)", s);
104 printf("\n");
108 printf("dst 0x%x", uuid);
110 printf("(%s)", s);
112 printf(" src 0x%x", uuid)
    [all...]
  /external/chromium/testing/gtest/samples/
sample4.cc 45 printf("%d", counter_);
  /external/clang/test/CodeGenCXX/
array-construction.cpp 7 extern "C" int printf(...);
15 printf("xpto::xpto()\n");
21 printf("xpto::~xpto()\n");
30 printf("array[%d][%d][%d] = {%d, %f}\n",
  /external/gtest/samples/
sample4.cc 45 printf("%d", counter_);

Completed in 628 milliseconds

1 2 3 4 5 6 78 91011>>