HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 1 - 25 of 4337) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
watchpoints.c 7 fprintf(stderr, "breakme function called from line %d\n", line);
22 fprintf(stderr, "before reading 0/4/8\n");
24 fprintf(stderr, "u: Expected value at 0\n");
26 fprintf(stderr, "u: Unexpected value at 0\n");
29 fprintf(stderr, "f: Expected value at 4\n");
31 fprintf(stderr, "f: Unexpected value at 4\n");
34 fprintf(stderr, "d: Expected value at 8\n");
36 fprintf(stderr, "d: Unexpected value at 8\n");
40 fprintf(stderr, "before writing 0\n");
43 fprintf(stderr, "before writing 4\n")
    [all...]
  /external/e2fsprogs/lib/e2p/
pe.c 28 fprintf (f, "Continue");
31 fprintf (f, "Remount read-only");
34 fprintf (f, "Panic");
37 fprintf (f, "Unknown (continue)");
ps.c 26 fprintf (f, " clean");
28 fprintf (f, " not clean");
30 fprintf (f, " with errors");
  /external/valgrind/main/memcheck/tests/
err_disable_arange1.c 18 fprintf(stderr, "\nDoing invalid access. Expect complaint.\n\n");
22 fprintf(stderr, "\nDisabling address error reporting for the range.\n\n");
26 fprintf(stderr, "\nDoing invalid another access. Expect no complaint.\n\n");
30 fprintf(stderr, "\nPartially reenabling address error reporting.\n\n");
34 fprintf(stderr, "\nDoing a third access. Expect complaint.\n\n");
38 fprintf(stderr, "\nExiting. Expect warnings of 2 remaining ranges.\n\n");
  /art/test/303-verification-stress/
classes-gen.c 23 fprintf(stderr, "ERROR: unable to open %s\n", nameBuf);
27 fprintf(fp, "public class Test%03d {\n", i);
28 fprintf(fp, " static String[] array = new String[%d];\n", array_size);
29 fprintf(fp, " static {\n", array_size);
31 fprintf(fp, " array[%d] = \"string_%04d\";\n", k, k);
33 fprintf(fp, " }\n", array_size);
34 fprintf(fp, "}\n");
41 fprintf(stderr, "ERROR: unable to open src/MainTest.java\n");
44 fprintf(fp, "public class MainTest {\n");
45 fprintf(fp, " public static void run() {\n")
    [all...]
  /external/clang/test/PCH/
pr4489.c 9 extern int fprintf (struct _IO_FILE *__restrict __stream,
22 fprintf (0, "a");
30 fprintf (0, "a");
35 fprintf (0, "asdf");
41 fprintf (0, "asdf");
  /external/qemu/util/
hexdump.c 24 fprintf(fp, "%s: %04x:", prefix, b);
27 fprintf(fp, " ");
29 fprintf(fp, " %02x", (unsigned char)buf[b]);
31 fprintf(fp, "\n");
35 fprintf(fp, "\n");
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
herror.c 13 fprintf(stderr, "%s: ", s);
16 fprintf(stderr, "%s\n", hstrerror(h_errno));
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_types.c 41 fprintf(stderr, "opus_int16 isn't 16 bits\n");
46 fprintf(stderr, "16*2 != 32\n");
  /external/chromium_org/tools/gyp/test/assembly/src/
program.c 7 fprintf(stdout, "Hello from program.c\n");
9 fprintf(stdout, "Got %d.\n", lib1_function());
  /external/clang/test/CodeGen/
2002-06-25-FWriteInterfaceFailure.c 5 int fprintf(FILE * restrict stream, const char * restrict format, ...);
8 fprintf(stderr, "testing\n");
  /external/compiler-rt/test/lsan/TestCases/
use_after_return.cc 14 fprintf(stderr, "Test alloc: %p.\n", stack_var);
16 fprintf(stderr, "Stack var at: %p.\n", &stack_var);
  /external/libopus/celt/tests/
test_unit_types.c 41 fprintf(stderr, "opus_int16 isn't 16 bits\n");
46 fprintf(stderr, "16*2 != 32\n");
  /external/llvm/tools/llvm-c-test/
main.c 22 fprintf(stderr, "llvm-c-test command\n\n");
23 fprintf(stderr, " Commands:\n");
24 fprintf(stderr, " * --module-dump\n");
25 fprintf(stderr, " Read bytecode from stdin - print disassembly\n\n");
26 fprintf(stderr, " * --module-list-functions\n");
27 fprintf(stderr,
29 fprintf(stderr, " * --module-list-globals\n");
30 fprintf(stderr, " Read bytecode from stdin - list summary of globals\n\n");
31 fprintf(stderr, " * --targets-list\n");
32 fprintf(stderr, " List available targets\n\n")
    [all...]
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
ErrorLog.h 20 #define ERR(...) fprintf(stderr, __VA_ARGS__)
22 # define DBG(...) fprintf(stderr, __VA_ARGS__)
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
genversion.c 42 fprintf(stderr, "Usage: %s <outfile>\n", argv[0]);
52 fprintf(stderr, "Version tokenizing error\n");
59 fprintf(stderr, "Could not open `%s'.\n", argv[1]);
63 fprintf(out, "; This file auto-generated by genversion.c"
66 fprintf(out, "%%define __YASM_MAJOR__ %d\n", major);
67 fprintf(out, "%%define __YASM_MINOR__ %d\n", minor);
68 fprintf(out, "%%define __YASM_SUBMINOR__ %d\n", subminor);
69 fprintf(out, "%%define __YASM_BUILD__ %d\n", patchlevel);
70 fprintf(out, "%%define __YASM_PATCHLEVEL__ %d\n", patchlevel);
73 fprintf(out, "%%define __YASM_VERSION_ID__ 0%02x%02x%02x%02xh\n", major
    [all...]
  /external/chromium_org/third_party/opus/src/celt/dump_modes/
dump_modes.c 54 fprintf(file, "/* The contents of this file was automatically generated by dump_modes.c\n");
55 fprintf(file, " with arguments:");
59 fprintf(file, " %d %d",mode->Fs,mode->shortMdctSize*mode->nbShortMdcts);
61 fprintf(file, "\n It contains static definitions for some pre-defined modes. */\n");
62 fprintf(file, "#include \"modes.h\"\n");
63 fprintf(file, "#include \"rate.h\"\n");
65 fprintf(file, "\n");
79 fprintf(file, "#ifndef DEF_EBANDS%d_%d\n", mode->Fs, mdctSize);
80 fprintf(file, "#define DEF_EBANDS%d_%d\n", mode->Fs, mdctSize);
81 fprintf (file, "static const opus_int16 eBands%d_%d[%d] = {\n", mode->Fs, mdctSize, mode->nbEBands+2)
    [all...]
  /external/jpeg/
ckconfig.c 303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#undef HAVE_UNSIGNED_SHORT\n");
321 fprintf(outfile, "/* #define void char */\n");
323 fprintf(outfile, "#define void char\n")
    [all...]
  /external/qemu/distrib/jpeg-6b/
ckconfig.c 303 fprintf(outfile, "/* jconfig.h --- generated by ckconfig.c */\n");
304 fprintf(outfile, "/* see jconfig.doc for explanations */\n\n");
306 fprintf(outfile, "#define HAVE_PROTOTYPES\n");
308 fprintf(outfile, "#undef HAVE_PROTOTYPES\n");
311 fprintf(outfile, "#define HAVE_UNSIGNED_CHAR\n");
313 fprintf(outfile, "#undef HAVE_UNSIGNED_CHAR\n");
316 fprintf(outfile, "#define HAVE_UNSIGNED_SHORT\n");
318 fprintf(outfile, "#undef HAVE_UNSIGNED_SHORT\n");
321 fprintf(outfile, "/* #define void char */\n");
323 fprintf(outfile, "#define void char\n")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_debug.c 74 fprintf(stderr, "RS Block: %d texcoords (linear), %d colors (perspective)\n",
76 fprintf(stderr, "%d instructions\n", count);
81 fprintf(stderr, "texture: ip %d to psf %d\n",
85 fprintf(stderr, " : ");
90 fprintf(stderr, "1.0");
92 fprintf(stderr, "0.0");
94 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
96 } while (j-- && fprintf(stderr, "/"));
97 fprintf(stderr, "\n");
102 fprintf(stderr, "color: ip %d to psf %d\n"
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_debug.c 74 fprintf(stderr, "RS Block: %d texcoords (linear), %d colors (perspective)\n",
76 fprintf(stderr, "%d instructions\n", count);
81 fprintf(stderr, "texture: ip %d to psf %d\n",
85 fprintf(stderr, " : ");
90 fprintf(stderr, "1.0");
92 fprintf(stderr, "0.0");
94 fprintf(stderr, "[%d]", tex_ptr & 0x3f);
96 } while (j-- && fprintf(stderr, "/"));
97 fprintf(stderr, "\n");
102 fprintf(stderr, "color: ip %d to psf %d\n"
    [all...]
  /external/chromium_org/tools/gyp/test/compilable/src/
lib1.cpp 5 fprintf(stdout, "Hello from lib1.c\n");
program.cpp 5 fprintf(stdout, "Hello from program.c\n");
  /external/clang/test/Modules/Inputs/
pch-used.h 2 static inline void SPXTrace() { fprintf(__stderrp, ""); }
  /external/compiler-rt/lib/asan/tests/
asan_exceptions_test.cc 9 fprintf(stderr, "%s\n", msg.c_str());
19 fprintf(stderr, "&a before = %p\n", &a);
23 fprintf(stderr, "&a in catch = %p\n", &a);
25 fprintf(stderr, "&a final = %p\n", &a);

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011>>