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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /frameworks/base/libs/rs/
rsg_generator.c 7 fprintf(f, "/*\n");
8 fprintf(f, " * Copyright (C) 2010 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...]
  /system/extras/tests/bionic/libc/bionic/
test_dlclose_destruction.c 46 fprintf(stderr, "Could not load shared library: %s\n", dlerror());
50 fprintf(stderr, "Loaded !!\n");
54 fprintf(stderr, "Could not access global DLL variable (x): %s\n", dlerror());
59 fprintf(stderr, "Static C++ constructor was not run on dlopen() !\n");
65 fprintf(stderr, "Could not access global DLL function (set_y): %s\n", dlerror());
73 fprintf(stderr, "Could not unload shared library: %s\n", dlerror());
77 fprintf(stderr, "Unloaded !!\n");
80 fprintf(stderr, "Static C++ destructor was not run on dlclose() !\n");
libdlclosetest1.cpp 53 fprintf(stderr, "%s: setting x to 1\n", __FUNCTION__);
68 fprintf(stderr, "%s: to_y uinitialized !!\n", __FUNCTION__);
72 fprintf(stderr, "%s: setting y(%p) to 2 !\n", __FUNCTION__, to_y);
81 fprintf(stderr, "%s: setting to_y=%p\n", __FUNCTION__, y);
  /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...]
  /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/clearsilver/util/test/
date_test.c 18 fprintf(stderr, "Starting...\n");
19 fprintf(stderr, "TZ is %s\n", getenv("TZ"));
20 fprintf(stderr, "TZ Offset is %ld\n", timezone);
24 fprintf(stderr, "US/Eastern Test\n");
27 fprintf(stderr, "TZ is %s\n", getenv("TZ"));
28 fprintf(stderr, "TZ Offset is %ld\n", timezone);
29 fprintf(stderr, "TZ Offset is %ld\n", neo_tz_offset(&ttm));
30 fprintf(stderr, "From tm: %s %ld\n", ttm.tm_zone, ttm.tm_gmtoff);
32 fprintf(stderr, "Time is %s\n", buf);
34 fprintf(stderr, "GMT Test\n")
    [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);
  /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...]
  /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...]
  /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");
  /device/samsung/crespo/alsa-utils/alsactl/
alsactl.h 9 fprintf(stdout, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \
10 fprintf(stdout, __VA_ARGS__); \
15 fprintf(stdout, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \
16 fprintf(stdout, ##args); \
23 fprintf(stderr, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \
24 fprintf(stderr, __VA_ARGS__); \
29 fprintf(stderr, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \
30 fprintf(stderr, ##args); \
38 fprintf(stderr, "%s: %s:%d: ", command, __FUNCTION__, __LINE__); \
39 fprintf(stderr, __VA_ARGS__);
    [all...]
  /external/srec/tools/make_ve_grammar/
make_ve_grammar.c 174 fprintf(pFile_Grev,"0\t1\teps\t80\n");
175 fprintf(pFile_Grev,"1\t2\t%s.grxml@VE_Words\n",base);
177 fprintf(pFile_map,"eps %d\n",num_wd++);
178 fprintf(pFile_map,"%s.grxml@ROOT %d\n",base,num_wd++);
179 fprintf(pFile_map,"%s.grxml@VE_Words %d\n",base,num_wd++);
180 fprintf(pFile_map,"-pau- %d\n",num_wd++);
181 fprintf(pFile_map,"-pau2- %d\n",num_wd++);
182 fprintf(pFile_map,"@VE_Words %d\n",num_wd++);
184 fprintf(pFile_P,"0\t1\teps\t{\t\n");
185 fprintf(pFile_P,"1\t2\teps\t{\t\n")
    [all...]
  /development/ndk/tests/dlclose-destruction/jni/
main.c 13 fprintf(stderr, "Can't load library: %s\n", dlerror());
21 fprintf(stderr, "Can't find test function\n");
31 fprintf(stderr, "Test function failed to set variable !\n");
41 fprintf(stderr, "Test destructor was *not* called !\n");
44 fprintf(stderr, "Test destructor called but returned invalid value (%d)\n", x);
  /external/webkit/WebKitTools/android/flex-2.5.4a/
yylex.c 68 fprintf( stderr, "%d\t", num_rules + 1 );
126 fprintf( stderr, "'%s'", nmstr );
152 fprintf( stderr, "\\%c",
159 fprintf( stderr,
171 fprintf( stderr, "%d", yylval );
175 fprintf( stderr, "[%d]", yylval );
179 fprintf( stderr, "<<EOF>>" );
183 fprintf( stderr, "%s ", yytext );
200 fprintf( stderr, "%s", yytext );
204 fprintf( stderr, _( "End Marker\n" ) )
    [all...]
  /external/ipsec-tools/src/racoon/
plainrsa-gen.c 67 fprintf(stderr, "Plain RSA key generator, part of %s\n", TOP_PACKAGE_STRING);
68 fprintf(stderr, "By Michal Ludvig (http://www.logix.cz/michal)\n");
69 fprintf(stderr, "\n");
70 fprintf(stderr, "Usage: %s [options]\n", argv0);
71 fprintf(stderr, "\n");
72 fprintf(stderr, " -b bits Generate <bits> long RSA key (default=1024)\n");
73 fprintf(stderr, " -e pubexp Public exponent to use (default=0x3)\n");
74 fprintf(stderr, " -f filename Filename to store the key to (default=stdout)\n");
75 fprintf(stderr, " -h Help\n");
76 fprintf(stderr, "\n")
    [all...]
  /external/blktrace/btt/
q2d.c 71 fprintf(fp, "%5s ", "<.005");
72 fprintf(fp, "%5s ", "<.010");
73 fprintf(fp, "%5s ", "<.025");
74 fprintf(fp, "%5s ", "<.050");
75 fprintf(fp, "%5s ", "<.075");
76 fprintf(fp, "%5s ", "<.100");
77 fprintf(fp, "%5s ", "<.250");
78 fprintf(fp, "%5s ", "<.500");
79 fprintf(fp, "%5s ", "< 1.0");
80 fprintf(fp, "%5s ", ">=1.0\n")
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 46 fprintf(fp, "(PAP Authentication Frame -- Contents not dumped)\n");
53 fprintf(fp, "%02x ", (unsigned) buf[i]);
55 fprintf(fp, " ");
58 fprintf(fp, " ");
62 fprintf(fp, "%c", buf[i]);
64 fprintf(fp, ".");
70 fprintf(fp, "\n");
104 fprintf(fp, "%s.%03d %s PPPoE ", timebuf, millisec, dir);
106 fprintf(fp, "Discovery (%x) ", (unsigned) type);
108 fprintf(fp, "Session (%x) ", (unsigned) type)
    [all...]
  /system/media/opensles/libopensles/
sllog.h 84 #define SL_LOGE(...) do { fprintf(stderr, "SL_LOGE: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
85 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
91 #define SL_LOGW(...) do { fprintf(stderr, "SL_LOGW: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
92 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
98 #define SL_LOGI(...) do { fprintf(stderr, "SL_LOGI: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
99 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
105 #define SL_LOGD(...) do { fprintf(stderr, "SL_LOGD: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
106 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0)
112 #define SL_LOGV(...) do { fprintf(stderr, "SL_LOGV: %s:%s:%d ", __FILE__, __FUNCTION__, __LINE__); \
113 fprintf(stderr, __VA_ARGS__); fputc('\n', stderr); } while(0
    [all...]

Completed in 536 milliseconds

1 2 3 4 5 6 7 8 91011>>