HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 1 - 25 of 2586) 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 26 fprintf (f, "Continue");
29 fprintf (f, "Remount read-only");
32 fprintf (f, "Panic");
35 fprintf (f, "Unknown (continue)");
ps.c 24 fprintf (f, " clean");
26 fprintf (f, " not clean");
28 fprintf (f, " with errors");
ls.c 28 fprintf(f, "%u ", uid);
31 fprintf(f, "(user unknown)\n");
33 fprintf(f, "(user %s)\n", pw->pw_name);
40 fprintf(f, "%u ", gid);
43 fprintf(f, "(group unknown)\n");
45 fprintf(f, "(group %s)\n", gr->gr_name);
101 fprintf(f, "Filesystem features: ");
105 fprintf(f, " %s", e2p_feature2string(i, m));
111 fprintf(f, " (none)");
112 fprintf(f, "\n")
    [all...]
  /external/clang/test/PCH/
pr4489.c 15 extern int fprintf (struct _IO_FILE *__restrict __stream,
28 fprintf (0, "a");
36 fprintf (0, "a");
41 fprintf (0, "asdf");
47 fprintf (0, "asdf");
  /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/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...]
  /bionic/libstdc++/src/
pure_virtual.cpp 7 fprintf(stderr, "Pure virtual function called. Are you calling virtual methods from a destructor?\n");
  /external/bison/lib/
yyerror.c 29 return fprintf (stderr, "%s\n", message);
  /external/clang/test/Modules/Inputs/System/usr/include/
stdio.h 2 int fprintf(FILE*restrict, const char* restrict format, ...);
  /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);
  /external/valgrind/main/memcheck/tests/
error_counts.c 20 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
28 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
34 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
39 fprintf(stderr, "\n");
41 fprintf(stderr, "errors: %d\n\n", VALGRIND_COUNT_ERRORS);
53 fprintf(stderr, "\n");
55 fprintf(stderr, "errors: %d\n", VALGRIND_COUNT_ERRORS);
err_disable1.c 29 fprintf(stderr, "\n--------- SIMPLE TEST ---------\n\n");
30 fprintf(stderr, "\n--------- enabled (expect 1) ---------\n\n");
34 fprintf(stderr, "\n--------- disabled (expect 0) ---------\n\n");
39 fprintf(stderr, "\n--------- re-enabled (expect 1) ---------\n\n");
46 fprintf(stderr, "\n--------- MULTI-LEVEL TEST (expect 2) ---------\n\n");
72 fprintf(stderr, "\n--------- MULTI-LEVEL TEST end ---------\n\n");
  /external/libsepol/tests/
debug.c 31 fprintf(fp, "%d", ebitmap_get_bit(bitmap, i));
33 fprintf(fp, "\n");
44 fprintf(fp, "%s ", p->p_bool_val_to_name[cur->bool - 1]);
47 fprintf(fp, "! ");
50 fprintf(fp, "|| ");
53 fprintf(fp, "&& ");
56 fprintf(fp, "^ ");
59 fprintf(fp, "== ");
62 fprintf(fp, "!= ");
65 fprintf(fp, "error! (%d)", cur->expr_type)
    [all...]
  /frameworks/rs/
rsg_generator.c 6 fprintf(f, "/*\n");
7 fprintf(f, " * Copyright (C) 2011 The Android Open Source Project\n");
8 fprintf(f, " *\n");
9 fprintf(f, " * Licensed under the Apache License, Version 2.0 (the \"License\");\n");
10 fprintf(f, " * you may not use this file except in compliance with the License.\n");
11 fprintf(f, " * You may obtain a copy of the License at\n");
12 fprintf(f, " *\n");
13 fprintf(f, " * http://www.apache.org/licenses/LICENSE-2.0\n");
14 fprintf(f, " *\n");
15 fprintf(f, " * Unless required by applicable law or agreed to in writing, software\n")
    [all...]
  /external/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...]
  /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");
61 fprintf(stdout, "%d %d 0%o\n", uid, gid, perms);
  /frameworks/compile/slang/
slang-data.c 8 fprintf(stderr, "Usage: %s PREFIX OUTFILE INFILE\n", argv[0]);
20 fprintf(stderr, "Unable to open input file: %s\n", infile_name);
27 fprintf(stderr, "Uanble to open output file: %s\n", outfile_name);
34 fprintf(outfile, "#ifndef %s_data_pack_h\n", prefix);
35 fprintf(outfile, "#define %s_data_pack_h\n\n", prefix);
39 fprintf(outfile, "#include <stddef.h>\n\n");
43 fprintf(outfile, "static const char %s_data[] =\n", prefix);
57 fprintf(outfile,
71 fprintf(outfile, "\"");
74 fprintf(outfile, "\\x%02x", buf[i])
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc/
debug.h 26 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \
27 fprintf(stdout, ##x); \
44 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \
45 fprintf(stderr, ##x); \
51 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
52 fprintf(stderr, ##msg); \
  /dalvik/tests/023-many-interfaces/
iface-gen.c 22 fprintf(stderr, "ERROR: unable to open %s\n", nameBuf);
26 fprintf(fp, "interface Interface%03d {\n", i);
28 fprintf(fp, " int func%03d();\n", i);
29 fprintf(fp, "}\n");
34 fprintf(fp, " implements\n");
36 fprintf(fp, " Interface%03d%s\n", i, (i == count-1) ? "" : ",");
38 fprintf(fp, "\n");
40 fprintf(fp, " public int func%03d() { return %d; }\n", i, i);
  /external/icu4c/tools/gentest/
gentest.c 73 fprintf(stderr,
78 fprintf(stderr,
114 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode));
126 fprintf(stderr, "gentest: error %d writing the output file\n", *errorCode);
133 fprintf(stderr, "gentest: data length %ld != calculated size %lu\n",
158 fprintf(stderr, "%s: Couldn't create resource test file %s\n",
163 fprintf(out, "/** Copyright (C) 2007-%d, International Business Machines Corporation and Others. All Rights Reserved. **/\n\n", year);
164 fprintf(out, "/* NOTE: this file is AUTOMATICALLY GENERATED by gentest.\n"
167 fprintf(out, "package com.ibm.icu.dev.test.util;\n\n");
168 fprintf(out, "public class DebugUtilitiesData extends Object {\n")
    [all...]
  /external/valgrind/main/none/tests/
vgprintf.c 11 fprintf(stderr, "%d\n", x);
13 fprintf(stderr, "%d\n", x);
  /hardware/msm7k/librpc/
debug.h 27 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \
28 fprintf(stdout, ##x); \
32 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \
33 fprintf(stdout, ##x); \
53 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \
54 fprintf(stderr, ##x); \
60 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
61 fprintf(stderr, ##msg); \
  /system/core/toolbox/
setprop.c 8 fprintf(stderr,"usage: setprop <key> <value>\n");
13 fprintf(stderr,"could not set property\n");

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 91011>>