/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
loc_api_rpc_glue.c | 169 fprintf(stderr, "Error: cannot create RPC client.\n"); 179 fprintf(stderr, "Loc API callback initialization failed.\n");
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
loc_api_rpc_glue.c | 169 fprintf(stderr, "Error: cannot create RPC client.\n"); 179 fprintf(stderr, "Loc API callback initialization failed.\n");
|
/ndk/sources/android/libthread_db/gdb-7.1.x/ |
libthread_db.c | 18 # define D(...) fprintf(stderr, "libthread_db:%s: ", __FUNCTION__), fprintf(stderr, __VA_ARGS__)
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
alloca.c | 455 fprintf (stderr, "%011o %011o %011o\n", this_segment, address, stkl); 476 fprintf (stderr, "%011o %011o\n", pseg, size);
|
/sdk/emulator/qtools/ |
check_stack.cpp | 62 fprintf(stderr, "Error: stack overflow\n"); 80 fprintf(stderr, "Usage: %s [options] trace_name elf_file\n",
|
/system/core/libnl_2/ |
netlink.c | 36 fprintf(stderr, "Netlink message header is NULL!\n"); 236 fprintf(stderr, "Error sending netlink message: %d\n", errno);
|
/system/core/sh/ |
show.c | 407 fprintf(stderr, "Can't re-open %s\n", s); 413 fprintf(stderr, "Can't open %s\n", s);
|
/system/core/toolbox/ |
mount.c | 304 fprintf(stderr, "%s: invalid option -%c\n", 325 fprintf(stderr, "Usage: %s [-r] [-w] [-o options] [-t type] "
|
/system/media/wilhelm/tests/examples/ |
slesTestRecBuffQueue.cpp | 134 /*fprintf(stderr, "\tRecBufferQueueCallback now has pCntxt->pData=%p queue: " 243 fprintf(stderr, "Error retrieving recording preset as %u instead of %u\n", presetRetrieved, presetValue); 341 fprintf(stderr, "%s: unknown option %s\n", prog, arg);
|
/system/media/wilhelm/tests/mimeUri/ |
slesTestPlayUri.cpp | 63 fprintf(stderr, "%u error code encountered at line %d, exiting\n", result, line); 262 fprintf(stderr, "We\'re done waiting, failed to prefetch data in time, exiting\n");
|
/external/v8/tools/ |
test.py | 158 if failed.output.stderr: 159 print "--- stderr ---" 160 print failed.output.stderr.strip() 247 stderr = output.output.stderr.strip() 248 if len(stderr): 249 print self.templates['stderr'] % stderr 285 'stderr': "\033[31m%s\033[0m", 299 'stderr': '%s' [all...] |
/external/bluetooth/bluez/tools/ |
rfcomm.c | 172 fprintf(stderr, "Can't find a config entry for rfcomm%d\n", dev); 186 fprintf(stderr, "RFCOMM TTY support not available\n"); 285 fprintf(stderr, "Couldn't execute command %s (errno=%d:%s)\n", 289 fprintf(stderr, "Couldn't fork to execute command %s\n", 344 fprintf(stderr, "Can't find a config entry for rfcomm%d\n", dev);
|
/external/dbus/dbus/ |
dbus-keyring.c | 1085 fprintf (stderr, "Could not load keyring: %s\n", error.message); 1096 fprintf (stderr, "Different number of keys in keyrings\n"); 1108 fprintf (stderr, "Keyring 1 has first key ID %d and keyring 2 has %d\n", 1115 fprintf (stderr, "Keyring 1 has first key time %ld and keyring 2 has %ld\n", 1123 fprintf (stderr, "Keyrings 1 and 2 have different secrets for same ID/timestamp\n");
|
/external/icu4c/test/perf/normperf/ |
normperf.cpp | 126 fprintf(stderr,gUsageString, "normperf"); 131 fprintf(stderr, "FAILED to create UPerfTest object. Error: %s\n", u_errorName(status)); 143 fprintf(stderr, "FAILED to read lines from file and create UPerfTest object. Error: %s\n", u_errorName(status)); 161 fprintf(stderr, "FAILED to read buffer from file and create UPerfTest object. Error: %s\n", u_errorName(status)); 501 fprintf(stderr,"FAILED: Tests could not be run please check the arguments.\n");
|
/external/openssl/ |
e_os.h | 76 #define REF_PRINT(a,b) fprintf(stderr,"%08X:%4d:%s\n",(int)b,b->references,a) 314 # undef stderr macro 318 # define stderr (&__iob_func()[2]) macro 322 # undef stderr macro 332 # define stderr (&_imp___iob[2]) macro
|
/external/qemu/android/skin/ |
image.c | 24 vfprintf(stderr, fmt, args); 291 fprintf(stderr, "failed to locate built-in image file '%s'\n", path ); 297 fprintf(stderr, "failed to load built-in image file '%s'\n", path ); 303 fprintf(stderr, "failed to load image file '%s'\n", path ); 335 fprintf(stderr, "failed to create SDL surface for '%s' image\n", path);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_pixels.c | 124 fprintf(stderr,"bpp=%d ncolors=%d\n",bpp,ncolors); 155 fprintf(stderr,"Rw=%d Rm=0x%02X\n",Rw,Rm); 164 fprintf(stderr,"Gw=%d Gm=0x%02X\n",Gw,Gm); 173 fprintf(stderr,"Bw=%d Bm=0x%02X\n",Bw,Bm); 183 fprintf(stderr,"Aw=%d Am=0x%02X\n",Aw,Am);
|
/external/qemu/ |
tap-win32.c | 428 fprintf(stderr, "error creating output queue semaphore!\n"); 438 fprintf(stderr, "error creating free list semaphore!\n"); 454 fprintf(stderr, "error creating tap_semaphore.\n"); 517 fprintf(stderr, "Tap-Win32: Error GetOverlappedResult %d - %s\n", dwError, lpBuffer); 527 fprintf(stderr, "Tap-Win32: Error ReadFile %d - %s\n", dwError, lpBuffer);
|
/external/skia/gm/ |
gmmain.cpp | 269 fprintf(stderr, "FAILED to write %s\n", path.c_str()); 290 fprintf(stderr, "Writing %s\n", diffName.c_str()); 294 fprintf(stderr, "FAILED to read %s\n", path.c_str()); 489 fprintf(stderr, "reading from %s\n", readPath); 491 fprintf(stderr, "writing to %s\n", writePath);
|
/system/core/adb/ |
fdevent.c | 37 ** both stdout and stderr are used to communicate between the client 51 fprintf(stderr, "%s:", fn); 52 vfprintf(stderr, fmt, ap); 64 fprintf(stderr, "%s::%s():", __FILE__, __FUNCTION__); \ 66 fprintf(stderr, __VA_ARGS__); \ 73 fprintf(stderr,"FDE #%03d %c%c%c %s\n", fde->fd,
|
/system/media/wilhelm/tests/sandbox/ |
reverb.c | 277 fprintf(stderr, "%s: unknown option %s ignored\n", prog, arg); 281 fprintf(stderr, "usage: %s --mix-preset=# --mix-name=I3DL2 --player-preset=# " 291 fprintf(stderr, "%s: output mix environmental reverb name %s not found, " 301 fprintf(stderr, "%s: player environmental reverb name %s not found, " 618 fprintf(stderr, "Error during prefetch, exiting\n");
|
/external/dropbear/ |
keyimport.c | 489 fprintf(stderr, "Error: %s\n", errmsg); 688 fprintf(stderr, "Error: %s\n", errmsg); 744 fprintf(stderr, "Pre-0.33 Dropbear keys cannot be converted to OpenSSH keys.\n"); 781 fprintf(stderr, "Bignum error for p-1\n"); 785 fprintf(stderr, "Bignum error for dmp1\n"); 791 fprintf(stderr, "Bignum error for q-1\n"); 795 fprintf(stderr, "Bignum error for dmq1\n"); 801 fprintf(stderr, "Bignum error for iqmp\n"); 930 fprintf(stderr, "Encrypted keys aren't supported currently\n"); 944 fprintf(stderr, "Failed opening output file\n") [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.c | [all...] |
/external/openssl/ssl/ |
t1_lib.c | 691 fprintf(stderr,"Received extension type %d size %d\n",type,size); 832 fprintf(stderr,"ssl_parse_clienthello_tlsext s->session->tlsext_ecpointformatlist (length=%i) ", s->session->tlsext_ecpointformatlist_length); 835 fprintf(stderr,"%i ",*(sdata++)); 836 fprintf(stderr,"\n"); 868 fprintf(stderr,"ssl_parse_clienthello_tlsext s->session->tlsext_ellipticcurvelist (length=%i) ", s->session->tlsext_ellipticcurvelist_length); 871 fprintf(stderr,"%i ",*(sdata++)); 872 fprintf(stderr,"\n"); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
G711EncTest.c | 113 #define APP_DPRINT(...) fprintf(stderr,__VA_ARGS__) 119 #define APP_MEMPRINT(...) fprintf(stderr,__VA_ARGS__) 125 #define TIME_PRINT(...) fprintf(stderr,__VA_ARGS__) 126 #define TICK_PRINT(...) fprintf(stderr,__VA_ARGS__) [all...] |