/external/marisa-trie/tests/ |
assert.h | 8 (printf("%d: Assertion `%s' failed.\n", __LINE__, #cond), exit(-1), 0)) 12 printf("%d: Exception `%s' failed.\n", __LINE__, #code); \ 19 printf("%s:%d: %s(): ", __FILE__, __LINE__, __FUNCTION__) 22 printf("ok\n")
|
/external/marisa-trie/v0_1_5/tests/ |
assert.h | 8 (printf("%d: Assertion `%s' failed.\n", __LINE__, #cond), exit(-1), 0)) 12 printf("%d: Exception `%s' failed.\n", __LINE__, #code); \ 19 printf("%s:%d: %s(): ", __FILE__, __LINE__, __FUNCTION__) 22 printf("ok\n")
|
/external/protobuf/gtest/samples/ |
sample4.cc | 45 printf("%d", counter_);
|
/external/qemu/distrib/sdl-1.2.15/test/ |
testver.c | 24 printf("Compiled with SDL 1.2 or newer\n"); 26 printf("Compiled with SDL older than 1.2\n"); 29 printf("Compiled version: %d.%d.%d\n", 31 printf("Linked version: %d.%d.%d\n",
|
/external/tcpdump/ |
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/memcheck/tests/x86/ |
pushfpopf_c.c | 12 printf("fooble: result is %d\n", fooble(arr[0], arr[1]));
|
/external/valgrind/main/none/tests/ |
floored.c | 9 printf ( "the answer is %d\n", xToI () );
|
fucomip.c | 9 printf ("erm, what ?\n");
|
/external/valgrind/main/none/tests/s390x/ |
cds.c | 23 printf("before op1 = (%#lx, %#lx)\n", op1.high, op1.low); 24 printf("before op2 = %#lx\n", op2); 25 printf("before op3 = (%#lx, %#lx)\n", op3.high, op3.low); 39 printf("after op1 = (%#lx, %#lx)\n", op1.high, op1.low); 40 printf("after op2 = %#lx\n", op2); 41 printf("after op3 = (%#lx, %#lx)\n", op3.high, op3.low); 42 printf("cc = %d\n", cc); 46 printf("condition code is incorrect\n"); 51 printf("operand #3 modified\n"); 59 printf("operand #1 modified\n") [all...] |
/external/valgrind/main/none/tests/x86/ |
getseg.c | 12 printf("%s\n", gsl == gsw ? "PASS" : "FAIL");
|
/external/valgrind/unittest/ |
test_utils.cc | 33 printf("Not running under ThreadSanitizer (query=%s)\n", query);
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample4.cc | 45 printf("%d", counter_);
|
/ndk/tests/device/test-openmp/jni/ |
openmp2.c | 9 printf("SC_NPROCESSORS_ONLN: %d\n", sysconf (_SC_NPROCESSORS_ONLN)); 10 printf("SC_NPROCESSORS_CONF: %d\n", sysconf (_SC_NPROCESSORS_CONF)); 16 printf("Hello World from thread = %d\n", tid); 21 printf("Number of threads = %d\n", nthreads);
|
/packages/inputmethods/PinyinIME/jni/command/ |
pinyinime_dictbuilder.cpp | 40 printf("Build dictionary successfully.\n"); 42 printf("Build dictionary unsuccessfully.\n"); 49 printf("Save dictionary successfully.\n"); 51 printf("Save dictionary unsuccessfully.\n");
|
/system/extras/tests/bionic/libc/common/ |
test_seteuid.c | 36 printf( "sizeof(uid_t) = %d sizeof(gid_t) = %d\n", sizeof(uid_t), sizeof(gid_t) ); 40 printf("Start: ruid=%d euid=%d\n", ruid, euid); 47 printf("After set: ruid=%d euid=%d\n", ruid, euid); 54 printf("After restore: ruid=%d euid=%d\n", ruid, euid);
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
main.cc | 66 printf ("Opened font file %s: %d bytes long\n", argv[1], len); 72 printf ("OpenType font with TrueType outlines\n"); 75 printf ("OpenType font with CFF (Type1) outlines\n"); 78 printf ("TrueType Collection of OpenType fonts\n"); 81 printf ("Obsolete Apple TrueType font\n"); 84 printf ("Obsolete Apple Type1 font in SFNT container\n"); 87 printf ("Unknown font format\n"); 92 printf ("%d font(s) found in file\n", num_fonts); 95 printf ("Font %d of %d:\n", n_font, num_fonts); 98 printf (" %d table(s) found in font\n", num_tables) [all...] |
/external/harfbuzz_ng/src/ |
main.cc | 66 printf ("Opened font file %s: %d bytes long\n", argv[1], len); 72 printf ("OpenType font with TrueType outlines\n"); 75 printf ("OpenType font with CFF (Type1) outlines\n"); 78 printf ("TrueType Collection of OpenType fonts\n"); 81 printf ("Obsolete Apple TrueType font\n"); 84 printf ("Obsolete Apple Type1 font in SFNT container\n"); 87 printf ("Unknown font format\n"); 92 printf ("%d font(s) found in file\n", num_fonts); 95 printf ("Font %d of %d:\n", n_font, num_fonts); 98 printf (" %d table(s) found in font\n", num_tables) [all...] |
/frameworks/wilhelm/tests/sandbox/ |
xa.c | 27 printf("xaCreateEngine\n"); 29 printf("result = %d\n", result); 31 printf("engineObject = %p\n", engineObject); 32 printf("realize\n"); 34 printf("result = %d\n", result); 35 printf("GetInterface for ENGINE\n"); 38 printf("result = %d\n", result); 39 printf("engineEngine = %p\n", engineEngine); 43 printf("CreateOutputMix"); 45 printf("result = %d, outputMixObject=%p\n", result, outputMixObject) [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/chromium_org/ppapi/native_client/tests/ppapi_browser/bad/ |
ppapi_bad_get_ppp_instance_crash.cc | 19 printf("PPP_InitializeModule\n"); 24 printf("PPP_ShutdownModule\n"); 29 printf("PPP_GetInterface(%s)\n", interface_name);
|
ppapi_bad_ppp_initialize.cc | 17 printf("PPP_InitializeModule\n"); 22 printf("PPP_ShutdownModule\n"); 27 printf("PPP_GetInterface\n");
|
/external/clang/test/CodeGenCXX/ |
convert-to-fptr.cpp | 7 extern "C" int printf(...); 35 printf("i = %d\n", i); 38 printf("j = %d\n", j);
|
static-init-1.cpp | 4 extern "C" int printf(...); 8 int func2(int c) { return printf("loading the func2(%d)\n", c); }; 9 int func1(int c) { return printf("loading the func1(%d)\n", c); }
|
trivial-constructor-init.cpp | 3 extern "C" int printf(...); 6 S() { printf("S::S\n"); } 11 A() : x(), y(), s() { printf("x = %f y = %x \n", x, y); }
|
/external/clang/test/Parser/ |
block-pointer-decl.c | 4 int printf(char const *, ...); 19 printf ("Inputs: %d, %d.\n", argc, inval); 25 printf ("I got: %d.\n",
|