/external/compiler-rt/lib/ |
eprintf.c | 29 fprintf(stderr, format, assertion_expression, line, file);
|
/external/icu4c/tools/genrb/ |
errmsg.c | 28 fprintf(stderr, "%s:%u: ", gCurrentFileName, (int)linenumber); 30 fprintf(stderr, "\n"); 66 fprintf(stderr, "%s:%u: warning: ", gCurrentFileName, (int)linenumber); 68 fprintf(stderr, "\n");
|
/external/iproute2/tc/ |
f_fw.c | 28 fprintf(stderr, "Usage: ... fw [ classid CLASSID ] [ police POLICE_SPEC ]\n"); 29 fprintf(stderr, " POLICE_SPEC := ... look at TBF\n"); 30 fprintf(stderr, " CLASSID := X:Y\n"); 31 fprintf(stderr, "\nNOTE: CLASSID is parsed as hexadecimal input.\n"); 49 fprintf(stderr, "Illegal \"handle\"\n"); 54 fprintf(stderr, "Illegal \"handle\" mask\n"); 76 fprintf(stderr, "Illegal \"classid\"\n"); 83 fprintf(stderr, "Illegal \"police\"\n"); 90 fprintf(stderr, "Illegal fw \"action\"\n"); 100 fprintf(stderr, "Illegal indev\n") [all...] |
/external/valgrind/main/drd/tests/ |
new_delete.cpp | 16 fprintf(stderr, "Success.\n");
|
omp_printf.c | 11 fprintf(stderr, 58 fprintf(stderr, 64 fprintf(stderr, "%s", ""); 68 fprintf(stderr, "Finished.\n");
|
/external/valgrind/main/memcheck/tests/ |
calloc-overflow.c | 18 fprintf(stderr, "x = %#lx\n", (long)x);
|
holey_buffer_too_small.c | 18 fprintf(stderr, "\n---- part defined, address error at end ----\n\n"); 24 fprintf(stderr, "\n---- part defined, address error at start ----\n\n"); 30 fprintf(stderr, "\n---- fully defined, address error at end ----\n\n"); 36 fprintf(stderr, "\n---- fully defined, address error at start ----\n\n");
|
post-syscall.c | 32 fprintf(stderr, "FAILED: expected nanosleep to be interrupted\n"); 35 fprintf(stderr, "PASSED\n"); /* assuming CHECK_VALUE_IS_DEFINED doesn't print anything */
|
/external/valgrind/main/memcheck/tests/x86-linux/ |
scalar.h | 23 fprintf(stderr, "-----------------------------------------------------\n" \ 41 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \ 45 fprintf(stderr, "Expected error %s (%d), got success\n", #E, E); \ 57 fprintf(stderr, "Expected error %s (%d), got %d\n", #E, E, myerrno); \
|
/external/valgrind/main/none/tests/darwin/ |
rlimit.c | 14 fprintf(stderr, "RLIMIT_NOFILE is %lld\n", (long long)rlp.rlim_cur);
|
/external/webrtc/test/testsupport/ |
frame_writer.cc | 31 fprintf(stderr, "Frame length must be >0, was %d\n", 37 fprintf(stderr, "Couldn't open output file for writing: %s\n", 54 fprintf(stderr, "FrameWriter is not initialized (output file is NULL)\n"); 60 fprintf(stderr, "Failed to write %d bytes to file %s\n",
|
/frameworks/compile/libbcc/runtime/lib/ |
eprintf.c | 29 fprintf(stderr, format, assertion_expression, line, file);
|
/frameworks/compile/slang/ |
slang_assert.h | 30 fprintf(stderr, "slangAssert failed at %s:%d - '%s'\n", \
|
/system/extras/tests/bionic/libc/bionic/ |
lib_static_init.cpp | 8 fprintf(stderr, "Foo::Foo for this=%p called (counter = %d)\n", this, counter);
|
/system/extras/tests/bionic/libc/common/ |
test_executable_destructor.c | 65 fprintf(stderr, "Constructor function not called!!\n"); 82 fprintf(stderr, "Could not fork process: %s\n", strerror(errno)); 92 fprintf(stderr, "Could not wait for child: %s\n", strerror(errno)); 96 fprintf(stderr, "Destructor not called!!\n");
|
/external/wpa_supplicant_8/wpa_supplicant/ |
config_file.c | 345 fprintf(f, "\t%s=%s\n", field, value); 354 fprintf(f, "\t%s=%d\n", field, value); 363 fprintf(f, "\tbssid=%s\n", value); 373 fprintf(f, "\tpsk=%s\n", value); 389 fprintf(f, "\tproto=%s\n", value); 405 fprintf(f, "\tkey_mgmt=%s\n", value); 421 fprintf(f, "\tpairwise=%s\n", value); 437 fprintf(f, "\tgroup=%s\n", value); 453 fprintf(f, "\tauth_alg=%s\n", value); 468 fprintf(f, "\teap=%s\n", value) [all...] |
/bionic/libc/netbsd/resolv/ |
res_debug.h | 29 # define Dprint(cond, args) if (cond) {fprintf args;} else {} 31 fprintf args;\
|
/bionic/libdl/ |
dltest.c | 54 fprintf(stdout, 58 fprintf(stdout, "options:\n"); 62 fprintf(stdout, "\t-%c/--%s%s: %s\n", 102 fprintf(stderr, "Unknown option"); 117 fprintf(stderr, "You must specify a symbol!\n"); 130 if (dlerr != NULL) fprintf(stderr, "dlopen() error: %s\n", dlerr); 135 if (dlerr != NULL) fprintf(stderr, "dlsym() error: %s\n", dlerr); 140 if (dlerr != NULL) fprintf(stderr, "dlclose() error: %s\n", dlerr);
|
/external/e2fsprogs/misc/ |
e2label.c | 57 fprintf (stderr, _("e2label: cannot open %s\n"), dev); 62 fprintf (stderr, _("e2label: cannot seek to superblock\n")); 67 fprintf (stderr, _("e2label: error reading superblock\n")); 71 fprintf (stderr, _("e2label: not an ext2 filesystem\n")); 96 fprintf(stderr, _("Warning: label too long, truncating.\n")); 99 fprintf (stderr, _("e2label: cannot seek to superblock again\n")); 104 fprintf (stderr, _("e2label: error writing superblock\n")); 116 fprintf(stderr, _("Usage: e2label device [newlabel]\n"));
|
/external/hyphenation/ |
hnjalloc.c | 49 fprintf (stderr, "can't allocate %d bytes\n", size); 61 fprintf (stderr, "can't allocate %d bytes\n", size);
|
/external/icu4c/samples/legacy/ |
oldcol.cpp | 64 fprintf(stderr, "initCollator_legacy(%s): error opening collator, %s!\n", locale, u_errorName(status)); 65 fprintf(stderr, "Note: ICU data directory is %s\n", u_getDataDirectory()); 66 fprintf(stderr, "Read the README!\n"); 78 fprintf(stderr, "closeCollator_legacy(): collator was already NULL!\n"); 91 fprintf(stderr, "Entered legacy, version: [%d.%d.%d.%d]\nMoving to sortkeys\n", uvi[0], uvi[1], uvi[2], uvi[3]); 95 fprintf(stderr, "For i=%d, size of sortkey is %d\n", i, keySize); 98 fprintf(stderr, "Done sortkeys, doing qsort test\n"); 104 fprintf(stderr, "Done legacy!\n");
|
/external/skia/src/animator/ |
SkBuildCondensedInfo.cpp | 56 fprintf(condensed, "static const char g%sStrings[] = \n", typeName); 63 fprintf(condensed, "\t\"%s%s\"\n", name, zero); 65 fprintf(condensed, ";\n\nstatic const SkMemberInfo g%s", draw ? "Draw" : display ? "Display" : ""); 66 fprintf(condensed, "%sInfo[] = {", typeName); 77 fprintf(condensed, "\n\t{%d, %d, %d, %d}", nameOffset, offset, 85 fprintf(condensed, "\n};\n\n"); 146 fprintf(condensed, "#include \"SkTypes.h\"\n"); 147 fprintf(condensed, "#ifdef SK_DEBUG\n"); 150 fprintf(condensed, "#include \"SkTypes.h\"\n"); 151 fprintf(condensed, "#ifdef SK_RELEASE\n") [all...] |
/external/valgrind/main/memcheck/tests/linux/ |
lsframe2.c | 30 fprintf(stderr, "lsframe2: start\n"); 32 fprintf(stderr, "lsframe2: done, result is %d\n", sum);
|
/external/valgrind/main/none/tests/ |
procfs-cmdline-exe.c | 26 fprintf(stderr, "%s:\n", label); 33 fprintf(stderr, "\\\\"); 35 fprintf(stderr, "\\0"); 37 fprintf(stderr, "%c", ch); 39 fprintf(stderr, "\\0%o", ch); 41 fprintf(stderr, "\n"); 61 fprintf(stderr, "Result of readlink(\"%s\"): %s\n", label, p); 81 fprintf(stderr, "Result of readlinkat(\"%s\"): %s\n", label, p);
|
/frameworks/compile/linkloader/tests/stubs/ |
stub-layout-test.cpp | 37 fprintf(stderr, "ERROR: Unable to allocate stub for function1\n"); 42 fprintf(stderr, "ERROR: Unable to allocate stub for function2\n");
|