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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Modules/Inputs/System/usr/include/
stdio.h 2 int fprintf(FILE*restrict, const char* restrict format, ...);
  /frameworks/rs/
rsg_generator.c 7 fprintf(f, "/*\n");
8 fprintf(f, " * Copyright (C) 2011 The Android Open Source Project\n");
9 fprintf(f, " *\n");
10 fprintf(f, " * Licensed under the Apache License, Version 2.0 (the \"License\");\n");
11 fprintf(f, " * you may not use this file except in compliance with the License.\n");
12 fprintf(f, " * You may obtain a copy of the License at\n");
13 fprintf(f, " *\n");
14 fprintf(f, " * http://www.apache.org/licenses/LICENSE-2.0\n");
15 fprintf(f, " *\n");
16 fprintf(f, " * Unless required by applicable law or agreed to in writing, software\n")
    [all...]
  /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/
ls.c 30 fprintf(f, "%u ", uid);
33 fprintf(f, "(user unknown)\n");
35 fprintf(f, "(user %s)\n", pw->pw_name);
42 fprintf(f, "%u ", gid);
45 fprintf(f, "(group unknown)\n");
47 fprintf(f, "(group %s)\n", gr->gr_name);
103 fprintf(f, "Filesystem features: ");
107 fprintf(f, " %s", e2p_feature2string(i, m));
113 fprintf(f, " (none)");
114 fprintf(f, "\n")
    [all...]
  /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/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/valgrind/main/drd/tests/
annotate_trace_memory.c 21 fprintf(stderr, "float\n");
24 fprintf(stderr, "double\n");
27 fprintf(stderr, "uint8_t\n");
30 fprintf(stderr, "uint16_t\n");
33 fprintf(stderr, "uint32_t\n");
36 fprintf(stderr, "uint64_t\n");
47 fprintf(stderr, "Done.\n");
pth_cleanup_handler.c 19 fprintf(stderr, "Cleanup handler has been called.\n");
27 fprintf(stderr, "pthread_mutex_lock()\n");
46 fprintf(stderr, "pthread_mutex_init()\n");
51 fprintf(stderr, "pthread_create()\n");
56 fprintf(stderr, "pthread_create()\n");
63 fprintf(stderr, "Test succeeded.\n");
pth_uninitialized_cond.c 16 fprintf(stderr, "Statically initialized condition variable.\n");
20 fprintf(stderr, "Uninitialized condition variable.\n");
25 fprintf(stderr, "Done.\n");
  /external/libexif/test/
test-mnote.c 35 fprintf (stdout, "Byte order: %s\n",
38 fprintf (stdout, "Parsing maker note...\n");
41 fprintf (stderr, "Could not parse maker note!\n");
46 fprintf (stdout, "Increasing ref-count...\n");
49 fprintf (stdout, "Decreasing ref-count...\n");
52 fprintf (stdout, "Counting entries...\n");
54 fprintf (stdout, "Found %i entries.\n", c);
56 fprintf (stdout, "Dumping entry number %i...\n", i);
57 fprintf (stdout, " Name: '%s'\n",
59 fprintf (stdout, " Title: '%s'\n"
    [all...]
  /external/valgrind/main/memcheck/tests/
leak-delta.c 16 fprintf(stderr, "expecting details 10 bytes reachable\n"); fflush(stderr); breakme();
19 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
24 fprintf(stderr, "expecting details +10 bytes lost, +21 bytes reachable\n"); fflush(stderr); breakme();
29 fprintf(stderr, "expecting details +65 bytes reachable\n"); fflush(stderr); breakme();
32 fprintf(stderr, "expecting to have NO details\n"); fflush(stderr); breakme();
36 fprintf(stderr, "expecting details +10 bytes reachable\n"); fflush(stderr); breakme();
40 fprintf(stderr, "expecting details -10 bytes reachable, +10 bytes lost\n"); fflush(stderr); breakme();
44 fprintf(stderr, "expecting details -10 bytes lost, +10 bytes reachable\n"); fflush(stderr); breakme();
48 fprintf(stderr, "expecting details 32 (+32) bytes lost, 33 (-32) bytes reachable\n"); fflush(stderr); breakme();
51 fprintf(stderr, "finished\n")
    [all...]
sigprocmask.c 37 fprintf(stderr, "before\n");
39 fprintf(stderr, "%x ", x[i]);
41 fprintf(stderr, "\n");
45 fprintf(stderr, "after1\n");
47 fprintf(stderr, "%x ", x[i]);
49 fprintf(stderr, "\n");
53 fprintf(stderr, "after2\n");
55 fprintf(stderr, "%x ", x[i]);
57 fprintf(stderr, "\n");
61 fprintf(stderr, "__NR_sigprocmask not supported on this platform\n")
    [all...]
  /external/libvpx/libvpx/vp8/common/
debugmodes.c 26 fprintf(mvs, "Mb Modes for Frame %d\n", frame);
33 fprintf(mvs, "%2d ", mi[mb_index].mbmi.mode);
38 fprintf(mvs, "\n");
42 fprintf(mvs, "\n");
45 fprintf(mvs, "Mb mv ref for Frame %d\n", frame);
52 fprintf(mvs, "%2d ", mi[mb_index].mbmi.ref_frame);
57 fprintf(mvs, "\n");
61 fprintf(mvs, "\n");
65 fprintf(mvs, "UV Modes for Frame %d\n", frame);
72 fprintf(mvs, "%2d ", mi[mb_index].mbmi.uv_mode)
    [all...]
  /development/tools/yuv420sp2rgb/
debug.c 12 fprintf(s, "%p: ", b);
15 if (i && !(i % 4)) fprintf(s, " ");
16 if (i && !(i % 8)) fprintf(s, " ");
18 if (i && !(i % elsize)) fprintf(s, " ");
31 fprintf(s, " (%d)\n%p: ", i, b);
33 fprintf(s, "%02x", (unsigned char)pchr[i]);
  /external/valgrind/main/memcheck/tests/linux/
sigqueue.c 17 fprintf(stderr, "sizeof(*si) = %zu\n", sz);
18 fprintf(stdout, "offsetof(siginfo_t, si_signo) = %zd\n",
20 fprintf(stdout, "offsetof(siginfo_t, si_errno) = %zd\n",
22 fprintf(stdout, "offsetof(siginfo_t, si_code) = %zd\n",
24 fprintf(stdout, "offsetof(siginfo_t, _sifields) = %zd\n",
34 fprintf(stderr, "Done.\n");
  /build/tools/fs_get_stats/
fs_get_stats.c 12 fprintf(stderr, "%s:%d: ERROR: " fmt, \
18 do { fprintf(stderr, "DEBUG: " fmt, ##args); } while(0)
26 fprintf(stderr, "fs_get_stats: retrieve the target file stats "
28 fprintf(stderr, "usage: fs_get_stats cur_perms is_dir filename\n");
29 fprintf(stderr, "\tcur_perms - The current permissions of "
31 fprintf(stderr, "\tis_dir - Is filename is a dir, 1. Otherwise, 0.\n");
32 fprintf(stderr, "\tfilename - The filename to lookup\n");
33 fprintf(stderr, "\n");
62 fprintf(stdout, "%d %d 0%o\n", uid, gid, perms);
  /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/chromium_org/tools/gyp/test/library/src/
lib1.c 8 fprintf(stdout, "Hello from lib1.c\n");
lib1_moveable.c 8 fprintf(stdout, "Hello from lib1_moveable.c\n");
lib2.c 8 fprintf(stdout, "Hello from lib2.c\n");
lib2_moveable.c 8 fprintf(stdout, "Hello from lib2_moveable.c\n");
  /external/chromium_org/tools/gyp/test/module/src/
lib1.c 8 fprintf(stdout, "Hello from lib1.c\n");
lib2.c 8 fprintf(stdout, "Hello from lib2.c\n");

Completed in 4235 milliseconds

1 2 3 4 5 6 7 8 91011>>