/hardware/libhardware_legacy/power/ |
power.c | 69 fprintf(stderr, "fatal error opening \"%s\"\n", paths[i]);
|
/ndk/sources/host-tools/make-3.81/ |
hash.c | 51 fprintf (stderr, _("can't allocate %ld bytes for hash table: memory exhausted"), 282 fprintf (out_FILE, _("Load=%ld/%ld=%.0f%%, "), ht->ht_fill, ht->ht_size, 284 fprintf (out_FILE, _("Rehash=%d, "), ht->ht_rehashes); 285 fprintf (out_FILE, _("Collisions=%ld/%ld=%.0f%%"), ht->ht_collisions, ht->ht_lookups,
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
error.c | 131 fprintf (stderr, ": %s", s); 250 fprintf (stderr, "%s: ", program_name); 310 fprintf (stderr, "%s:", program_name); 318 fprintf (stderr, file_name != NULL ? "%s:%d: " : " ",
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/ |
elf.h | 150 fprintf (STREAM, "\t.align\t%d\n", POWER); \
|
unknown-elf.h | 87 fprintf (FILE, "\t.space\t%d\n", SIZE ? (int)(SIZE) : 1); \
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 151 fprintf (STREAM, "\t.align\t%d\n", POWER); \
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 151 fprintf (STREAM, "\t.align\t%d\n", POWER); \
|
unknown-elf.h | 87 fprintf (FILE, "\t.space\t%d\n", SIZE ? (int)(SIZE) : 1); \
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 151 fprintf (STREAM, "\t.align\t%d\n", POWER); \
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
FBConfig.cpp | 74 fprintf(stderr,"Could not get EGL Display\n"); 83 fprintf(stderr, "Could not get number of available configs\n"); 154 fprintf(stderr,"Could not get EGL Display\n"); 162 fprintf(stderr, "Could not get number of available configs\n");
|
/sdk/emulator/opengl/host/tools/emugen/ |
EntryPoint.h | 62 fprintf(stderr, "line %d: %s\n", lc, msg);
|
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.cpp | 54 fprintf(stderr, "egl initialized : %d.%d\n", major, minor); 63 fprintf(stderr, "trying to create surface for EGL_NO_SURFACE !!!\n"); 109 fprintf(stderr, "failed to create context\n"); 179 fprintf(stderr, "swapping buffers for non existing surface\n");
|
X11RendererSurface.cpp | 49 fprintf(stderr, "couldn't find matching visual\n");
|
/sdk/emulator/qtools/ |
check_trace.cpp | 18 fprintf(stderr, "Usage: %s [options] trace_file elf_file\n", program);
|
decoder.cpp | 130 fprintf(stderr, "Unexpected short fread() before eof\n"); 158 fprintf(stderr, "Unexpected short fread() before eof\n"); 218 fprintf(stderr, "%s: decoding past end of file.\n", filename_); 242 fprintf(stderr, "%s: decoding past end of file.\n", filename_);
|
dump_regions.cpp | 15 fprintf(stderr, "Usage: %s [options] trace_file\n", program);
|
hist_trace.cpp | 13 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
|
parse_options.cpp | 46 fprintf(stderr, "%s", OptionsUsageStr);
|
/system/core/debuggerd/ |
getevent.c | 45 //fprintf(stderr, "could not get device name for %s, %s\n", device, strerror(errno)); 49 //fprintf(stderr, "could not get location for %s, %s\n", device, strerror(errno)); 53 //fprintf(stderr, "could not get idstring for %s, %s\n", device, strerror(errno)); 59 fprintf(stderr, "out of memory\n"); 65 fprintf(stderr, "out of memory\n"); 107 fprintf(stderr, "could not get event, %s\n", strerror(errno)); 210 fprintf(stderr, "could not get event\n");
|
/system/core/sh/bltin/ |
bltin.h | 59 #define fprintf outfmt macro
|
/system/core/toolbox/ |
df.c | 28 fprintf(stderr, "%s: %s\n", s, strerror(errno));
|
mount.c | 218 fprintf(stdout, "could not open /proc/mounts\n"); 245 fprintf(stdout, "could not open /proc/mounts\n"); 304 fprintf(stderr, "%s: invalid option -%c\n", 325 fprintf(stderr, "Usage: %s [-r] [-w] [-o options] [-t type] "
|
renice.c | 42 fprintf(stderr, "USAGE: %s [[-r] priority pids ...] [-g pid]\n", s);
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_rwlock.c | 49 fprintf(stderr, "%s: ", func); 53 fprintf(stderr, "\n"); 63 fprintf(stderr, "%s: ", func); 67 fprintf(stderr, " error=%d: %s\n", errcode, strerror(errcode));
|
/external/compiler-rt/lib/asan/tests/ |
asan_interface_test.cc | 97 fprintf(stderr, "allocating %zu bytes:\n", kLargeMallocSize); 101 fprintf(stderr, "heap growth after first malloc: %zu\n", heap_growth); 110 fprintf(stderr, "heap growth after second malloc: %zu\n", heap_growth); 128 fprintf(stderr, "allocating %zu bytes:\n", kLargeMallocSize); 129 fprintf(stderr, "free bytes before malloc: %zu\n", old_free_bytes); 132 fprintf(stderr, "free bytes after malloc and free: %zu\n", new_free_bytes); 205 fprintf(stderr, "MyDeathCallback\n");
|