Searched refs:printf (Results 201 - 225 of 4786) sorted by relevance

1234567891011>>

/external/libmtp/examples/
H A Dformat.c59 printf("No devices.\n");
63 printf("I will now format your device. This means that\n");
64 printf("all content (and licenses) will be lost forever.\n");
65 printf("you will not be able to undo this operation.\n");
66 printf("Continue? (y/n)\n");
71 printf("Aborted.\n");
76 printf("Failed to format device.\n");
84 printf("OK.\n");
/external/lldb/test/expression_command/radar_9531204/
H A Dmain.c16 printf ("I got the value: %d.\n", value);
23 printf ("Hello there: %d.\n", argc);
/external/lldb/test/functionalities/archives/
H A Dmain.c15 printf ("a(1) returns %d\n", a(1));
16 printf ("b(2) returns %d\n", b(2));
/external/lldb/test/functionalities/inferior-changed/
H A Dmain2.c16 printf("Hello, world!\n");
17 printf("Now not crash %d\n", *int_ptr); // Not crash here.
/external/lldb/test/functionalities/inferior-crashing/
H A Dmain.c16 printf("%s\n", hello_world);
17 printf("Now crash %d\n", *null_ptr); // Crash here.
/external/lldb/test/functionalities/memory/read/
H A Dmain.cpp15 printf("my_string=%s\n", my_string); // Set break point at this line.
16 printf("my_double=%g\n", my_double);
/external/valgrind/main/memcheck/tests/
H A Dbadaddrvalue.c10 printf("17\n"); else printf("not 17\n");
/external/valgrind/main/none/tests/amd64/
H A Dfcmovnu.c9 printf("zzz = %f\n", zzz);
22 printf("zzz = %f\n", zzz);
/external/valgrind/main/none/tests/ppc32/
H A Dxlc_dbl_u32.c59 printf("pass\n");
61 printf("fail\n");
/external/valgrind/main/none/tests/s390x/
H A Dfpext_warn.c10 printf("before\n");
16 printf("after\n");
H A Dsrnm.c24 printf("initial rounding mode = %u\n", get_rounding_mode());
28 printf("rounding mode = %u\n", get_rounding_mode());
31 printf("rounding mode = %u\n", get_rounding_mode());
34 printf("rounding mode = %u\n", get_rounding_mode());
37 printf("rounding mode = %u\n", get_rounding_mode());
41 printf("rounding mode = %u\n", get_rounding_mode());
44 printf("rounding mode = %u\n", get_rounding_mode());
47 printf("rounding mode = %u\n", get_rounding_mode());
H A Dlaa.c14 printf("before op1 = %#x\n", op1);
15 printf("before op2 = %#x\n", op2);
16 printf("before op3 = %#x\n", op3);
26 printf("after op1 = %#x\n", op1);
27 printf("after op2 = %#x\n", op2);
28 printf("after op3 = %#x\n", op3);
29 printf("cc = %d\n", cc);
32 printf("condition code is incorrect\n");
35 printf("cc = 0, but result != 0\n");
38 printf("c
[all...]
H A Dtm.c29 printf("wrong cc: ");
30 if (value == 0) printf("expected 0 ");
31 if (value == 1) printf("expected 1 ");
32 if (value == 2) printf("expected 2 ");
33 if (value == 3) printf("expected 3 ");
34 if (cc == 0) printf("got 0");
35 if (cc == 1) printf("got 1");
36 if (cc == 2) printf("got 2");
37 if (cc == 3) printf("got 3");
39 printf("O
[all...]
H A Dtmll.c29 printf("wrong cc: ");
30 if (value == 0) printf("expected 0 ");
31 if (value == 1) printf("expected 1 ");
32 if (value == 2) printf("expected 2 ");
33 if (value == 3) printf("expected 3 ");
34 if (cc == 0) printf("got 0");
35 if (cc == 1) printf("got 1");
36 if (cc == 2) printf("got 2");
37 if (cc == 3) printf("got 3");
39 printf("O
[all...]
H A Dfpext.c29 printf(#insn " %f\n", L2F(insn, 0, f32, round)); \
30 printf(#insn " %f\n", L2F(insn, 1, f32, round)); \
31 printf(#insn " %f\n", L2F(insn, 0xffffffffUL, f32, round)); \
32 printf(#insn " %f\n", L2F(insn, 0x80000000UL, f32, round)); \
33 printf(#insn " %f\n", L2F(insn, 0x7fffffffUL, f32, round)); \
34 printf(#insn " %f\n", L2F(insn, 0x100000000UL, f32, round)); \
35 printf(#insn " %f\n", L2F(insn, 0xffffffffffffffffUL, f32, round)); \
36 printf(#insn " %f\n", L2F(insn, 0x8000000000000000UL, f32, round)); \
37 printf(#insn " %f\n", L2F(insn, 0x7fffffffffffffffUL, f32, round)); \
43 printf(#ins
[all...]
/external/valgrind/main/none/tests/x86/
H A Dfcmovnu.c9 printf("zzz = %f\n", zzz);
22 printf("zzz = %f\n", zzz);
H A Dlahf.c30 printf("0x%x\n", foo_0());
31 printf("0x%x\n", foo_1());
/external/srec/audio/test/AudioInRecord/src/
H A DAudioInRecord.c57 printf("\nAudioTestRecord: capturing %u seconds of audio at %u Hz\n\n", N_SECONDS_TO_RECORD, SAMPLING_RATE);
61 printf("Opening the AudioIn device: ");
63 printf("lhs_audioinOpen() returns %ld\n", lhsErr);
66 printf("ERROR: Unable to open audio device\n\n");
70 printf("Starting the AudioIn device: ");
72 printf("lhs_audioinStart() returns %ld\n", lhsErr);
75 printf("ERROR: Unable to start audio device\n\n");
76 printf("Closing the AudioIn device: ");
78 printf("lhs_audioinClose() returns %ld\n", lhsErr);
81 printf("ERRO
[all...]
/external/nanopb-c/tests/basic_buffer/
H A Ddecode_buffer.c26 printf("name: \"%s\"\n", person.name);
27 printf("id: %ld\n", (long)person.id);
30 printf("email: \"%s\"\n", person.email);
35 printf("phone {\n");
36 printf(" number: \"%s\"\n", phone->number);
43 printf(" type: WORK\n");
47 printf(" type: HOME\n");
51 printf(" type: MOBILE\n");
55 printf("}\n");
73 printf("Messag
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_passphrase.c22 printf("usage: wpa_passphrase <ssid> [passphrase]\n"
33 printf("# reading passphrase from stdin\n");
35 printf("Failed to read passphrase\n");
51 printf("Passphrase must be 8..63 characters\n");
57 printf("network={\n");
58 printf("\tssid=\"%s\"\n", ssid);
59 printf("\t#psk=\"%s\"\n", passphrase);
60 printf("\tpsk=");
62 printf("%02x", psk[i]);
63 printf("\
[all...]
/external/chromium_org/third_party/libyuv/util/
H A Dcpuid.c44 printf("Cpu Vendor: %s\n", (char*)(&cpu_info[0]));
56 printf("Cpu Family %d (0x%x), Model %d (0x%x)\n", family, family,
60 printf("Cpu Flags %x\n", cpu_flags);
61 printf("Has ARM %x\n", has_arm);
62 printf("Has MIPS %x\n", has_mips);
63 printf("Has X86 %x\n", has_x86);
66 printf("Has NEON %x\n", has_neon);
71 printf("Has MIPS DSP %x\n", has_mips_dsp);
72 printf("Has MIPS DSPR2 %x\n", has_mips_dspr2);
83 printf("Ha
[all...]
/external/tcpdump/
H A Dprint-dhcp6.c361 printf(" (%s", dhcp6opt_name(opttype));
367 printf(" ?)");
374 printf(" hwaddr/time type %u time %u ",
378 printf("%02x", tp[i]);
380 printf(")");
383 printf(" ?)");
388 printf(" vid ");
390 printf("%02x", tp[i]);
392 printf(")");
395 printf("
[all...]
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/
H A Ddatatypes_driver.c47 #include <stdio.h> /* for printf() */
91 printf("%s\n", v128_bit_string(&x));
93 printf("%s\n", v128_bit_string(&x));
97 printf("----------------------------------------------\n");
102 printf("%s\n", v128_bit_string(&x));
104 printf("----------------------------------------------\n");
108 printf("%s\n", v128_bit_string(&x));
111 printf("----------------------------------------------\n");
115 printf("%s\n", v128_bit_string(&x));
118 printf("
[all...]
/external/srtp/crypto/test/
H A Ddatatypes_driver.c47 #include <stdio.h> /* for printf() */
91 printf("%s\n", v128_bit_string(&x));
93 printf("%s\n", v128_bit_string(&x));
97 printf("----------------------------------------------\n");
102 printf("%s\n", v128_bit_string(&x));
104 printf("----------------------------------------------\n");
108 printf("%s\n", v128_bit_string(&x));
111 printf("----------------------------------------------\n");
115 printf("%s\n", v128_bit_string(&x));
118 printf("
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dtestdso.c10 printf("Success!\n");

Completed in 1958 milliseconds

1234567891011>>