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

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/binutils/
sysinfo.y 58 printf("#ifdef SYSROFF_SWAP_IN\n");
61 printf("#ifdef SYSROFF_p\n");
66 printf("#ifdef SYSROFF_SWAP_OUT\n");
69 printf("#ifdef SYSROFF_PRINT\n");
70 printf("#include <stdio.h>\n");
71 printf("#include <stdlib.h>\n");
72 printf("#include <ansidecl.h>\n");
82 printf("#endif\n");
103 printf("\n\n\n#define IT_%s_CODE 0x%x\n", it,code);
104 printf("struct IT_%s;\n", it)
    [all...]
  /developers/samples/android/
emitSample.sh 3 printf "\033[1;34mProcessing: ${1} ...\033[0m\n"
5 printf "\033[0;33m[Refresh]\033[0m\n"
7 printf "\033[0;33m[Clean 1]\033[0m\n"
9 printf "\033[0;33m[EmitGradle]\033[0m\n"
11 printf "\033[0;33m[Clean 2]\033[0m\n"
13 printf "\033[0;33m[EmitBrowseable]\033[0m\n"
15 printf "\033[0;33m[Clean 3]\033[0m\n"
17 printf "\033[0;33m[EmitGradleZip]\033[0m\n"
  /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");

Completed in 560 milliseconds

1 2 34 5 6 7 8 91011>>