| /external/chromium_org/third_party/libevent/test/ |
| regress_dns.c | 78 fprintf(stdout, "[Timed out] "); 84 fprintf(stdout, "[Error code %d] ", result); 88 fprintf(stderr, "type: %d, count: %d, ttl: %d: ", type, count, ttl); 102 fprintf(stderr, "%s ", b); 104 fprintf(stderr, "%s ", strerror(errno)); 116 fprintf(stderr, "%s ", inet_ntoa(in_addrs[i])); 124 fprintf(stderr, "%s ", *(char **)addresses); 139 fprintf(stdout, "Simple DNS resolve: "); 145 fprintf(stdout, "OK\n"); 147 fprintf(stdout, "FAILED\n") [all...] |
| /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/ |
| test_util.c | 33 fprintf(stderr, "\n%s: [-hTFI] [-n logsize] [-s scale] [-g signal-type] " 36 fprintf(stderr, summary); 37 fprintf(stderr, " -h\t\tThis help\n"); 38 fprintf(stderr, " -T\t\tIndividual test mode, otherwise run all tests\n"); 39 fprintf(stderr, " -F\t\tDo not run forward FFT tests\n"); 40 fprintf(stderr, " -I\t\tDo not run inverse FFT tests\n"); 41 fprintf(stderr, " -m min\tMinium FFT order to test (default 2)\n"); 42 fprintf(stderr, " -M min\tMaximum FFT order to test (default %d)\n", 44 fprintf(stderr, " -n logsize\tLog2 of FFT size\n"); 45 fprintf(stderr, " -s scale\tScale factor for forward FFT (default = 0)\n") [all...] |
| /external/iproute2/tc/ |
| q_tbf.c | 28 fprintf(stderr, "Usage: ... tbf limit BYTES burst BYTES[/BYTES] rate KBPS [ mtu BYTES[/BYTES] ]\n"); 29 fprintf(stderr, " [ peakrate KBPS ] [ latency TIME ] "); 30 fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n"); 35 fprintf(stderr, "Illegal \"%s\"\n", arg); 57 fprintf(stderr, "Double \"limit/latency\" spec\n"); 68 fprintf(stderr, "Double \"limit/latency\" spec\n"); 81 fprintf(stderr, "Double \"buffer/burst\" spec\n"); 93 fprintf(stderr, "Double \"mtu/minburst\" spec\n"); 104 fprintf(stderr, "Double \"mpu\" spec\n"); 115 fprintf(stderr, "Double \"rate\" spec\n") [all...] |
| /external/valgrind/main/memcheck/tests/linux/ |
| timerfd-syscall.c | 119 fprintf(stderr, "error: clock_gettime\n"); 161 fprintf(stderr, "no ticks happened\n"); 190 fprintf(stderr, "\n\n---------------------------------------\n"); 191 fprintf(stderr, "| testing %s\n", clks[i].name); 192 fprintf(stderr, "---------------------------------------\n\n"); 194 fprintf(stderr, "relative timer test (at 500 ms) ...\n"); 210 fprintf(stderr, "waiting timer ...\n"); 214 fprintf(stderr, "whooops! no timer showed up!\n"); 216 fprintf(stderr, "got timer ticks (%ld) after %.1f s\n", 220 fprintf(stderr, "absolute timer test (at 500 ms) ...\n") [all...] |
| /external/iproute2/ip/ |
| xfrm_monitor.c | 41 fprintf(stderr, "Usage: ip xfrm monitor [ all | LISTofXFRM-OBJECTS ]\n"); 56 fprintf(stderr, "BUG: wrong nlmsg len %d\n", len); 68 fprintf(fp, "acquire "); 70 fprintf(fp, "proto %s ", strxf_xfrmproto(xacq->id.proto)); 73 fprintf(fp, "spi 0x%08x", spi); 75 fprintf(fp, "(%u)", spi); 76 fprintf(fp, " "); 78 fprintf(fp, "%s", _SL_); 85 fprintf(fp, " seq 0x%08u ", xacq->seq); 87 fprintf(fp, "%s-mask %s " [all...] |
| iprule.c | 35 fprintf(stderr, "Usage: ip rule [ list | add | del | flush ] SELECTOR ACTION\n"); 36 fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n"); 37 fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ] [ uidrange UID1-UID2 ]\n"); 38 fprintf(stderr, "ACTION := [ table TABLE_ID ]\n"); 39 fprintf(stderr, " [ prohibit | reject | unreachable ]\n"); 40 fprintf(stderr, " [ realms [SRCREALM/]DSTREALM ]\n"); 41 fprintf(stderr, " [ goto NUMBER ]\n"); 42 fprintf(stderr, "TABLE_ID := [ local | main | default | NUMBER ]\n"); 76 fprintf(fp, "Deleted "); 79 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[FRA_PRIORITY])) [all...] |
| /external/wpa_supplicant_8/wpa_supplicant/ |
| config_file.c | 467 fprintf(f, "\t%s=%s\n", field, value); 476 fprintf(f, "\t%s=%d\n", field, value); 485 fprintf(f, "\tbssid=%s\n", value); 495 fprintf(f, "\tpsk=%s\n", value); 511 fprintf(f, "\tproto=%s\n", value); 527 fprintf(f, "\tkey_mgmt=%s\n", value); 543 fprintf(f, "\tpairwise=%s\n", value); 559 fprintf(f, "\tgroup=%s\n", value); 575 fprintf(f, "\tauth_alg=%s\n", value); 590 fprintf(f, "\teap=%s\n", value) [all...] |
| /external/checkpolicy/test/ |
| dismod.c | 78 fprintf(fp, "{"); 81 fprintf(fp, "%s ", perm); 82 fprintf(fp, "}"); 90 fprintf(fp, "{"); 95 fprintf(fp, " %s", perm); 98 fprintf(fp, " }"); 109 fprintf(fp, " [%s%s]", prefix, id); 111 fprintf(fp, " %s%s", prefix, id); 121 fprintf(fp, " * "); 124 fprintf(fp, " ~") [all...] |
| /external/chromium_org/third_party/libxml/src/ |
| testSAX.c | 134 fprintf(stderr, " took %ld ms\n", msec); 167 fprintf(stderr, " took %ld ms\n", msec); 191 fprintf(stderr, " was not timed\n", msec); 261 fprintf(stdout, "SAX.isStandalone()\n"); 279 fprintf(stdout, "SAX.hasInternalSubset()\n"); 297 fprintf(stdout, "SAX.hasExternalSubset()\n"); 314 fprintf(stdout, "SAX.internalSubset(%s,", name); 316 fprintf(stdout, " ,"); 318 fprintf(stdout, " %s,", ExternalID); 320 fprintf(stdout, " )\n") [all...] |
| /external/libvorbis/vq/ |
| huffbuild.c | 51 fprintf(stderr, 98 fprintf(stderr,"n must be divisible by group\n"); 107 fprintf(stderr,"Could not open file %s\n",infile); 111 fprintf(stderr," making untrained books.\n"); 148 fprintf(stderr,"Building tree for %ld entries\n",vals); 158 fprintf(stderr,"Could not open file %s\n",buffer); 165 fprintf(file,"static const long _huff_lengthlist_%s[] = {\n",base); 167 fprintf(file,"\t"); 169 fprintf(file,"%2ld,",lengths[j]); 170 fprintf(file,"\n") [all...] |
| /external/qemu/distrib/sdl-1.2.15/test/ |
| testcdrom.c | 81 fprintf(stderr, "Usage: %s [drive#] [command] [command] ...\n", argv0); 82 fprintf(stderr, "Where 'command' is one of:\n"); 83 fprintf(stderr, " -status\n"); 84 fprintf(stderr, " -list\n"); 85 fprintf(stderr, " -play [first_track] [first_frame] [num_tracks] [num_frames]\n"); 86 fprintf(stderr, " -pause\n"); 87 fprintf(stderr, " -resume\n"); 88 fprintf(stderr, " -stop\n"); 89 fprintf(stderr, " -eject\n"); 90 fprintf(stderr, " -sleep <milliseconds>\n") [all...] |
| /bionic/tests/ |
| atexit_test.cpp | 51 fprintf(stderr, "\nerror: static d-tor called with incorrect this pointer: %p, expected: %p\n", this, expected_this); 53 fprintf(stderr, "6"); 63 fprintf(stderr, "5"); 67 fprintf(stderr, "4"); 71 fprintf(stderr, "3"); 76 fprintf(stderr, "2"); 80 fprintf(stderr, "1");
|
| /external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
| spyware.cc | 19 fprintf(output, "[GRANTED] successfully registered hotkey\r\n"); 22 fprintf(output, "[BLOCKED] Failed to register hotkey. Error = %d\r\n", 26 fprintf(output, "[INFO] Logging keystrokes for 15 seconds\r\n"); 43 fprintf(output, "[GRANTED] Spyed keystrokes \"%S\"\r\n", 46 fprintf(output, "[BLOCKED] Spyed keystrokes \"(null)\"\r\n"); 60 fprintf(output, "[GRANTED] Read pixel on screen\r\n"); 66 fprintf(output, "[BLOCKED] Read pixel on screen. Error = %d\r\n",
|
| /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
| SVGTextLayoutAttributes.cpp | 49 fprintf(stderr, "%s=x", identifier); 51 fprintf(stderr, " "); 54 fprintf(stderr, "%s=%lf", identifier, value); 56 fprintf(stderr, " "); 61 fprintf(stderr, "context: %p\n", m_context); 65 fprintf(stderr, " ---> pos=%i, data={", it->key); 71 fprintf(stderr, "}\n");
|
| /external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
| profiler_unittest.cc | 83 fprintf(stderr, "USAGE: %s <iters> [num_threads] [filename]\n", argv[0]); 84 fprintf(stderr, " iters: How many million times to run the XOR test.\n"); 85 fprintf(stderr, " num_threads: how many concurrent threads.\n"); 86 fprintf(stderr, " 0 or 1 for single-threaded mode,\n"); 87 fprintf(stderr, " -# to fork instead of thread.\n"); 88 fprintf(stderr, " filename: The name of the output profile.\n"); 89 fprintf(stderr, (" If you don't specify, set CPUPROFILE "
|
| /external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
| profiler_unittest.cc | 83 fprintf(stderr, "USAGE: %s <iters> [num_threads] [filename]\n", argv[0]); 84 fprintf(stderr, " iters: How many million times to run the XOR test.\n"); 85 fprintf(stderr, " num_threads: how many concurrent threads.\n"); 86 fprintf(stderr, " 0 or 1 for single-threaded mode,\n"); 87 fprintf(stderr, " -# to fork instead of thread.\n"); 88 fprintf(stderr, " filename: The name of the output profile.\n"); 89 fprintf(stderr, (" If you don't specify, set CPUPROFILE "
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/ |
| genstring.c | 44 fprintf(stderr, "Usage: %s <string> <outfile> <file> [<file> ...]\n", 52 fprintf(stderr, "Could not open `%s'.\n", argv[2]); 58 fprintf(out, "/* This file auto-generated from %s by genstring.c" 65 fprintf(stderr, "Could not open `%s'.\n", argv[i]); 83 fprintf(out, " \""); 90 fprintf(out, "\",\n"); 96 fprintf(out, "};\n");
|
| /external/libmtp/examples/ |
| folders.c | 48 fprintf(stdout, "Attempting to connect device(s)\n"); 53 fprintf(stdout, "mtp-folders: No Devices have been found\n"); 56 fprintf(stderr, "mtp-folders: There has been an error connecting. Exit\n"); 59 fprintf(stderr, "mtp-folders: Memory Allocation Error. Exit\n"); 65 fprintf(stderr, "mtp-folders: Unknown error, please report " 71 fprintf(stdout, "mtp-folders: Successfully connected\n"); 94 fprintf(stdout, "No folders found\n");
|
| /external/libvorbis/examples/ |
| vorbisfile_example.c | 48 fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n"); 58 fprintf(stderr,"%s\n",*ptr); 61 fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate); 62 fprintf(stderr,"\nDecoded length: %ld samples\n", 64 fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor); 74 fprintf(stderr,"Corrupt bitstream section! Exiting.\n"); 90 fprintf(stderr,"Done.\n");
|
| /external/valgrind/main/gdbserver_tests/ |
| passsigalrm.c | 27 fprintf(stderr, "starting ...\n"); 38 fprintf (stderr, "ok: 1st SIGALRM received\n"); 40 fprintf (stderr, "wrong 1st: unexpected value %d sigalrm_received\n", 47 fprintf (stderr, "ok: 2nd SIGALRM received\n"); 49 fprintf (stderr, "wrong 2nd: unexpected value %d sigalrm_received\n", 64 fprintf (stderr, "ok: SIGRTMIN received\n"); 66 fprintf (stderr, "wrong sigrtmin: unexpected value %d sigrtmin_received\n",
|
| /external/valgrind/main/none/tests/ |
| rlimit64_nofile.c | 31 fprintf(stderr, "setrlimit64 exceeding hardlimit must set errno=EINVAL\n"); 37 fprintf(stderr, "setrlimit64 exceeding hardlimit must return -1\n"); 46 fprintf(stderr, "setrlimit64 changing hardlimit must set errno=EPERM\n"); 52 fprintf(stderr, "setrlimit64 changing hardlimit must return -1\n"); 73 fprintf(stderr, "rlim_cur is %llu (should be %llu)\n", 80 fprintf(stderr, "rlim_max is %llu (should be %llu)\n", 97 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd);
|
| rlimit_nofile.c | 28 fprintf(stderr, "setrlimit exceeding hardlimit must set errno=EINVAL\n"); 34 fprintf(stderr, "setrlimit exceeding hardlimit must return -1\n"); 43 fprintf(stderr, "setrlimit changing hardlimit must set errno=EPERM\n"); 49 fprintf(stderr, "setrlimit changing hardlimit must return -1\n"); 70 fprintf(stderr, "rlim_cur is %llu (should be %llu)\n", 77 fprintf(stderr, "rlim_max is %llu (should be %llu)\n", 94 fprintf(stderr, "open succeeded with fd %d - it should have failed!\n", fd);
|
| /ndk/tests/device/test-stlport_shared-exception/jni/ |
| catchptr1.cpp | 25 fprintf(stderr, "25\n"); 44 fprintf(stderr, "44\n"); 67 fprintf(stderr, "67\n"); 86 fprintf(stderr, "86\n"); 100 fprintf(stderr, "100\n"); 128 fprintf(stderr, "128\n"); 142 fprintf(stderr, "142\n");
|
| /ndk/tests/device/test-stlport_static-exception/jni/ |
| catchptr1.cpp | 25 fprintf(stderr, "25\n"); 44 fprintf(stderr, "44\n"); 67 fprintf(stderr, "67\n"); 86 fprintf(stderr, "86\n"); 100 fprintf(stderr, "100\n"); 128 fprintf(stderr, "128\n"); 142 fprintf(stderr, "142\n");
|
| /external/chromium_org/third_party/mesa/src/src/mesa/program/ |
| prog_print.c | 570 fprintf(f, "%s%s", 577 fprintf(f, " (%s.%s)", 584 fprintf(f, "%s[%d]%s", 600 fprintf(f, "%s%s%s%s", 609 fprintf(f, "%s[%d]%s", 622 fprintf(f, "; # %s\n", inst->Comment); 624 fprintf(f, ";\n"); 637 fprintf(f, "%s", opcode_string); 639 fprintf(f, ".C"); 643 fprintf(f, "_SAT") [all...] |