HomeSort by relevance Sort by last modified time
    Searched refs:printf (Results 76 - 100 of 10163) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/bindings/python/tests/cindex/INPUTS/
hello.cpp 4 printf("hello world\n");
  /external/clang/test/CodeGen/
shared-string-literals.c 8 printf("123");
writable-strings.c 6 printf("%s", str);
  /external/clang/test/CodeGenCXX/
funcsig.cpp 6 extern "C" int printf(const char *, ...);
9 printf("__FUNCSIG__ %s\n\n", __FUNCSIG__);
17 printf("__FUNCSIG__ %s\n\n", __FUNCSIG__);
26 printf("__FUNCSIG__ %s\n\n", __FUNCSIG__);
  /external/compiler-rt/test/asan/TestCases/Darwin/
dyld_insert_libraries_reexec.cc 34 printf("Passed\n");
empty-section.cc 10 printf("Hello, world!\n");
  /external/compiler-rt/test/asan/TestCases/Windows/
hello_world.cc 7 printf("Hello, world!\n");
  /external/compiler-rt/test/asan/TestCases/
debug_ppc64_mapping.cc 15 printf("ppc64 eyecatcher \n");
  /external/libxml2/
dbgenattr.pl 31 printf " <row\n";
32 printf " id='%04d'\n", $i;
33 printf " firstname='$first'\n", $i;
34 printf " lastname='$last'\n", $i;
35 printf " street='%d Any St.'\n", ($i % 100) + 1;
36 printf " city='Anytown'\n";
37 printf " state='$state'\n";
38 printf " zip='%d'/>\n", $zip;
  /external/ltp/testcases/commands/file/datafiles/
in.c 5 printf("Hello Hell\n");
  /external/ltp/testcases/commands/ldd/datafiles/
lddfile1.c 4 printf("Control in function %s\n", __func__);
lddfile2.c 4 printf("Control in function %s\n", __func__);
lddfile3.c 4 printf("Control in function %s\n", __func__);
lddfile4.c 4 printf("Control in function %s\n", __func__);
lddfile5.c 4 printf("Control in function %s\n", __func__);
  /external/ltp/testcases/commands/nm/datafiles/
f1.c 5 printf("Hello World\n");
f2.c 5 printf("Hello World\n");
f3.c 5 printf("Hello World\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/raise/
7-1.c 24 printf("Incorrectly returned 0\n");
25 printf("Test FAILED\n");
30 printf("Test PASSED\n");
33 printf("errno not correctly set\n");
  /external/valgrind/memcheck/tests/
inits.c 14 if (gs == 0xCAFEBABE) printf("1!\n");
15 if (g == 0xCAFEBABE) printf("2!\n");
16 if (ls == 0xCAFEBABE) printf("3!\n");
17 if (l == 0xCAFEBABE) printf("4!\n"); // complains
wrap1.c 12 printf("in actual\n");
22 printf("wrapper-pre\n");
24 printf("wrapper-post\n");
31 printf("starting\n");
wrapmallocstatic.c 9 printf ("start\n");
12 printf ("done\n");
22 printf ("malloc\n");
28 printf ("free\n");
  /external/valgrind/memcheck/tests/solaris/
mmapobj_bssonly.c 7 printf("PASS\n");
  /external/valgrind/none/tests/
selfrun.c 6 printf("RUNNING_ON_VALGRIND=%d\n", RUNNING_ON_VALGRIND);
  /prebuilts/go/darwin-x86/src/debug/dwarf/testdata/
line2.c 5 printf("hello\n");

Completed in 3177 milliseconds

1 2 34 5 6 7 8 91011>>