/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
miniopt.c | 96 fprintf(stderr, 108 fprintf(stderr, 119 fprintf(stderr, 130 fprintf(stderr,
|
/ndk/tests/device/test-cpufeatures/jni/ |
test_cpufeatures.c | 33 fprintf(stderr, "Unsupported CPU family: %d\n", family);
|
/prebuilts/misc/linux-x86/ccache/ |
ccache | |
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
NdkHelper.java | 73 ByteArrayOutputStream stderr = new ByteArrayOutputStream(); local 74 launcher.waitAndRead(stdout, stderr, monitor); 121 ByteArrayOutputStream stderr = new ByteArrayOutputStream(); local 122 launcher.waitAndRead(stdout, stderr, monitor);
|
/sdk/emulator/opengl/tests/ut_renderer/ |
X11RendererSurface.cpp | 49 fprintf(stderr, "couldn't find matching visual\n");
|
/sdk/emulator/qtools/ |
hist_trace.cpp | 13 fprintf(stderr, "Usage: %s trace_file\n", argv[0]);
|
/system/core/adb/ |
adb_client.c | 226 fprintf(stderr,"** Cannot start server on remote host\n"); 233 fprintf(stderr,"* failed to start daemon *\n"); 282 fprintf(stderr,"** daemon still not running\n"); 317 fprintf(stderr,"error: %s\n", __adb_error);
|
/system/core/toolbox/ |
df.c | 34 fprintf(stderr, "%s: %s\n", s, strerror(errno));
|
sleep.c | 39 fprintf(stderr, "USAGE: %s SECONDS\n", s);
|
/system/extras/tests/bionic/libc/common/ |
test_static_cpp_mutex.cpp | 51 fprintf(stderr, "recursive lock initialized and locked\n" );
|
test_tm_zone.c | 36 fprintf(stderr, "TM_ZONE is not defined in <time.h> !!\n" );
|
/system/extras/tests/include/ |
testUtil.h | 54 testPrint(stderr, __VA_ARGS__); \
|
/system/media/camera/docs/ |
metadata_validate.py | 170 Print a validation error to stderr. 175 print >> sys.stderr, "Validation error: " + msg 296 print >> sys.stderr, "Usage: %s <filename.xml>" % (sys.argv[0]) 306 print >> sys.stderr, "%s: ERRORS: Document failed to validate" %(file_name)
|
/external/bison/data/ |
yacc.c | 816 YYFPRINTF (stderr, "%s ", Title); \ 817 yy_symbol_print (stderr, \ 819 YYFPRINTF (stderr, "\n"); \ 834 YYFPRINTF (stderr, "Stack now"); 838 YYFPRINTF (stderr, " %d", yybot); 840 YYFPRINTF (stderr, "\n"); 863 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n", 868 YYFPRINTF (stderr, " $%d = ", yyi + 1); 869 yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi], 873 YYFPRINTF (stderr, "\n") [all...] |
/external/icu4c/tools/makeconv/ |
genmbcs.cpp | 205 fprintf(stderr, "error: out of memory allocating %ld 16-bit code units\n", 227 fprintf(stderr, "error: out of memory allocating %ld B for target mappings\n", (long)sum); 326 fprintf(stderr, "error: too many toUnicode fallbacks, currently at: U+%x\n", (int)c); 376 fprintf(stderr, "error: there is no state information!\n"); 394 fprintf(stderr, "error: byte sequence too short, ends in non-final state %hu: 0x%s (U+%x)\n", 402 fprintf(stderr, "error: byte sequence too long by %d bytes, final state %u: 0x%s (U+%x)\n", 408 fprintf(stderr, "error: byte sequence ends in illegal state at U+%04x<->0x%s\n", 412 fprintf(stderr, "error: byte sequence ends in state-change-only at U+%04x<->0x%s\n", 416 fprintf(stderr, "error: byte sequence ends in unassigned state at U+%04x<->0x%s\n", 431 fprintf(stderr, "error: duplicate codepage byte sequence at U+%04x<->0x%s see U+%04x\n" [all...] |
/bionic/libc/tools/ |
generate-NOTICE.py | 105 sys.stderr.write('Searching for source files in "%s"...\n' % arg) 122 sys.stderr.write('warning: bad UTF-8 in %s\n' % path) 139 sys.stderr.write('warning: no copyright notice found in "%s" (%d lines)\n' % (path, len(lines)))
|
/bootable/recovery/edify/ |
main.c | 37 fprintf(stderr, "error parsing \"%s\" (%d errors)\n", 52 fprintf(stderr, "error evaluating \"%s\"\n", expr_str); 62 fprintf(stderr, "evaluating \"%s\": expected \"%s\", got \"%s\"\n",
|
/cts/suite/audio_quality/lib/src/ |
FileUtil.cpp | 28 #define _LOGD_(x...) do { fprintf(stderr, x); fprintf(stderr, "\n"); } while(0) 124 fprintf(stderr, "FileUtil::vprintf failed");
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-linux.c | 78 fprintf(stderr, "GL Error: 0x%04x\n", (int)error); 87 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error); 204 fprintf(stderr, "Graphics initialization failed.\n");
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3lexer.c | 406 ANTLR3_FPRINTF(stderr, "lexer->mTokens(): Error: No lexer rules were added to the lexer yet!\n"); 440 ANTLR3_FPRINTF(stderr, "-unknown source-("); 445 ANTLR3_FPRINTF(stderr, "%s(", ftext->chars); 448 ANTLR3_FPRINTF(stderr, "%d) ", recognizer->state->exception->line); 449 ANTLR3_FPRINTF(stderr, ": lexer error %d :\n\t%s at offset %d, ", 463 ANTLR3_FPRINTF(stderr, "near '%c' :\n", ex->c); 467 ANTLR3_FPRINTF(stderr, "near char(%#02X) :\n", (ANTLR3_UINT8)(ex->c)); 469 ANTLR3_FPRINTF(stderr, "\t%.*s\n", width > 20 ? 20 : width ,((pANTLR3_UINT8)ex->index)); 473 ANTLR3_FPRINTF(stderr, "(end of input).\n\t This indicates a poorly specified lexer RULE\n\t or unterminated input element such as: \"STRING[\"]\n"); 474 ANTLR3_FPRINTF(stderr, "\t The lexer was matching from line %d, offset %d, which\n\t ", [all...] |
/external/blktrace/btreplay/ |
btrecord.c | 194 vfprintf(stderr, fmt, ap); 216 fprintf(stderr, "Usage: btrecord -- version %s\n%s", 230 fprintf(stderr, "\t%s: %llx %llx %llx %llx\n", 427 fprintf(stderr, "Invalid bunch time %llu\n", 438 fprintf(stderr, "Invalid max pkts %llu\n", 450 fprintf(stderr, "btrecord -- version %s\n", 452 fprintf(stderr, " Built on %s\n", build_date); 502 fprintf(stderr, "WARNING: Short read on %s (%d)\n", 536 fprintf(stderr, "WARNING: Short PDU read on %s (%d)\n", 548 fprintf(stderr, "%2d: %10llu+%10llu (%d) @ %10llx\n" [all...] |
/external/chromium/chrome/browser/ |
process_info_snapshot_mac_unittest.cc | 105 // Hook up top's stderr to the test process' stderr. 106 fds_to_remap.push_back(std::make_pair(fileno(stderr), 2));
|
/external/compiler-rt/lib/asan/tests/ |
asan_noinst_test.cc | 99 fprintf(stderr, "%s shadow: %lx size % 3ld: ", tag, (long)ptr, (long)size); 104 fprintf(stderr, "."); 107 fprintf(stderr, "%02x", (int)*(u8*)shadow); 110 fprintf(stderr, "\n"); 438 fprintf(stderr, "allocating %zu bytes:\n", kLargeMallocSize); 442 fprintf(stderr, "heap growth after first malloc: %zu\n", heap_growth); 451 fprintf(stderr, "heap growth after second malloc: %zu\n", heap_growth); 470 // fprintf(stderr, "allocating %zu bytes:\n", kLargeMallocSize); 487 fprintf(stderr, "allocating %zu bytes:\n", kLargeMallocSize); 488 fprintf(stderr, "free bytes before malloc: %zu\n", old_free_bytes) [all...] |
/external/expat/xmlwf/ |
xmlfile.c | 72 ftprintf(stderr, T("%s: (unknown message %d)\n"), filename, code); 172 ftprintf(stderr, T("%s: out of memory\n"), 225 ftprintf(stderr, T("%s: out of memory"), filename);
|
/external/freetype/src/cache/ |
ftcmru.c | 49 fprintf( stderr, "FTC_MruNode_Prepend: invalid action\n" ); 97 fprintf( stderr, "FTC_MruNode_Up: invalid action\n" ); 144 fprintf( stderr, "FTC_MruNode_Remove: invalid action\n" );
|