HomeSort by relevance Sort by last modified time
    Searched refs:fprintf (Results 201 - 225 of 5817) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/lib/tests/
tst_fs_fill_hardlinks.c 38 fprintf(stderr, "Max hardlinks = %i\n",
tst_fs_fill_subdirs.c 38 fprintf(stderr, "Max dir elements = %i\n",
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_destroy/
5-1.c 24 fprintf(stderr, "Fail to initialize mutex, rc=%d\n", rc);
30 fprintf(stderr, "Error at pthread_mutex_lock(), rc=%d\n", rc);
36 fprintf(stderr, "Error at pthread_mutex_unlock(), rc=%d\n", rc);
41 fprintf(stderr,
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_lock/
2-1.c 25 fprintf(stderr, "Error at pthread_mutex_init(), rc=%d\n", rc);
38 fprintf(stderr, "Invalid mutex object\n");
41 fprintf(stderr,
45 fprintf(stderr, "The current thread already owns the mutex\n");
  /external/swiftshader/third_party/LLVM/utils/count/
count.c 18 fprintf(stderr, "usage: %s <expected line count>\n", argv[0]);
24 fprintf(stderr, "%s: invalid count argument '%s'\n", argv[0], argv[1]);
40 fprintf(stderr, "%s: error reading stdin\n", argv[0]);
45 fprintf(stderr, "Expected %d lines, got %d.\n", Count, NumLines);
  /external/syslinux/com32/gpllib/disk/
error.c 22 fprintf(stderr, "%s: error %d\n", s, errno_disk);
  /external/syslinux/com32/lib/
perror.c 11 fprintf(stderr, "%s: error %d\n", s, errno);
  /external/valgrind/none/tests/
shorts.c 13 if (newtop < oldtop) { fprintf(stderr,"case1\n");
16 if (newtop > oldtop) { fprintf(stderr,"case2\n");
19 if (newbot < oldbot) { fprintf(stderr,"case3\n");
22 if (newbot > oldbot) { fprintf(stderr,"case4\n");
pth_term_signal.c 16 fprintf(stderr, "Error line %u\n", __LINE__);
22 fprintf(stderr, "Error line %u\n", __LINE__);
37 fprintf(stderr, "Error line %u\n", __LINE__);
51 fprintf(stderr, "Error line %u\n", __LINE__);
57 fprintf(stderr, "Error line %u\n", __LINE__);
65 fprintf(stderr, "Error line %u\n", __LINE__);
74 fprintf(stderr, "Error line %u\n", __LINE__);
81 fprintf(stderr, "Error line %u\n", __LINE__);
87 fprintf(stderr, "Signal %d\n", WTERMSIG(status));
  /frameworks/base/cmds/incident_helper/src/
TextParserBase.cpp 30 fprintf(stderr, "[%s]Failed to read data from incidentd\n", this->name.string());
34 fprintf(stderr, "[%s]Failed to write data to incidentd\n", this->name.string());
45 fprintf(stderr, "[%s]Failed to read data from incidentd\n", this->name.string());
51 fprintf(stderr, "[%s]Failed to write data to incidentd\n", this->name.string());
  /frameworks/base/cmds/incident_helper/src/parsers/
BatteryTypeParser.cpp 40 fprintf(stderr, "Multiple lines in file. Unsure what to do.\n");
50 fprintf(stderr, "Bad read from fd %d: %s\n", in, line.c_str());
55 fprintf(stderr, "[%s]Error writing proto back\n", this->name.string());
58 fprintf(stderr, "[%s]Proto size: %zu bytes\n", this->name.string(), proto.size());
  /frameworks/native/cmds/dumpstate/
DumpstateInternal.h 25 fprintf(stderr, __VA_ARGS__); \
31 fprintf(stderr, __VA_ARGS__); \
37 fprintf(stderr, __VA_ARGS__); \
43 fprintf(stderr, __VA_ARGS__); \
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
fcache.c 86 fprintf(stdout,"\nrule ");
88 fprintf(stdout,"%c",*qstr);
92 if (*qstr == 'i') fprintf(stdout," First[");
93 if (*qstr == 'o') fprintf(stdout," Follow[");
95 fprintf(stdout,"%s]",qstr);
96 if (q->incomplete) fprintf(stdout," *** incomplete ***");
97 fprintf(stdout,"\n");
113 fprintf(stdout,"\n\nDump of First/Follow Cache\n");
122 fprintf(stdout,"\nEnd dump of First/Follow Cache\n");
bits.c 78 fprintf(f, format, (wd&byte_mask[i])>>(i*BitsPerByte));
79 if ( i<sizeof(unsigned)-1) fprintf(f, ",");
124 fprintf(DefFile, "extern SetWordType setwd%d[];\n", wordnum);
125 fprintf(ErrFile,
130 if ( i!=0 ) fprintf(ErrFile, ",");
131 if ( c == 8 ) {fprintf(ErrFile, "\n\t"); c=1;} else c++;
132 fprintf(ErrFile, "0x%x", setwd[i]);
134 fprintf(ErrFile, "};\n");
150 fprintf(Parser_h, "\tstatic SetWordType setwd%d[%d];\n", wordnum, TokenNum-1);
151 fprintf(Parser_c,
    [all...]
  /external/compiler-rt/test/esan/TestCases/
large-stack-linux.c 24 fprintf(stderr, "in esan::initializeLibrary\n");
25 fprintf(stderr, "==1234==The stack size limit is beyond the maximum supported.\n");
26 fprintf(stderr, "Re-execing with a stack size below 1TB.\n");
27 fprintf(stderr, "in esan::initializeLibrary\n");
28 fprintf(stderr, "done\n");
29 fprintf(stderr, "in esan::finalizeLibrary\n");
50 fprintf(stderr, "Testing child with infinite stack\n");
52 fprintf(stderr, "Testing child with 1TB stack\n");
55 fprintf(stderr, "done\n");
  /external/libmicrohttpd/src/testcurl/https/
test_tls_options.c 50 fprintf (stderr, "Error: failed to allocate: %s\n",
61 fprintf (stderr, "Internal error in gen_test_file_url\n");
70 fprintf (stderr, "cURL failed to reject request despite SSL version missmatch!\n");
100 fprintf (stderr, "Curl does not support SSL. Cannot run the test.\n");
105 fprintf (stderr, "This test can be run only with libcurl-gnutls.\n");
111 fprintf (stderr, "Error: %s\n", strerror (errno));
134 fprintf (stderr, "TLS1.0-AES-SHA1 test failed\n");
137 fprintf (stderr,
149 fprintf (stderr, "TLS1.0 vs SSL3 test failed\n");
  /external/valgrind/drd/tests/
bug-235681.c 23 fprintf(stderr, "run_fn starting\n");
30 fprintf(stderr, "run_fn(): status==0\n");
34 fprintf(stderr, "run_fn(): woke up\n");
37 fprintf(stderr, "run_fn(): status==1\n");
43 fprintf(stderr, "run_fn done\n");
68 fprintf(stderr, "main(): sleeping...\n");
76 fprintf(stderr, "main(): status=1\n");
86 fprintf(stderr, "joining...\n");
91 fprintf(stderr, "Done.\n");
recursive_mutex.c 16 fprintf(stderr, "first lock call failed !\n");
18 fprintf(stderr, "second lock call failed !\n");
20 fprintf(stderr, "first unlock call failed !\n");
22 fprintf(stderr, "second unlock call failed !\n");
31 fprintf(stderr, "Recursive mutex (statically initialized).\n");
41 fprintf(stderr, "\nRecursive mutex (initialized via mutex attributes).\n");
55 fprintf(stderr, "\nError checking mutex.\n");
68 fprintf(stderr, "\nNon-recursive mutex.\n");
72 fprintf(stderr, "\nDone.\n");
  /system/extras/tests/storage/
opentest.c 37 fprintf(stderr, "Usage: opentest <directory> <num_files>\n");
45 fprintf(stderr, "num_files must be between 1 and 65536\n");
50 fprintf(stderr, "Cannot stat %s\n", dir);
55 fprintf(stderr, "%s is not a directory!\n", dir);
60 fprintf(stderr, "No access to %s\n", dir);
66 fprintf(stderr, "Unable to malloc array of %d fds\n", nfiles);
71 fprintf(stderr, "Cannot chdir to %s\n", dir);
78 fprintf(stderr, "Unable to raise RLIMIT_NOFILE to %ld\n", rlim.rlim_cur);
86 fprintf(stderr, "Unable to open %d fd\n", i);
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
demangler-fuzzer.c 37 fprintf (fp, "Usage: %s [OPTION]...\n", program_name);
38 fprintf (fp, "Options:\n");
39 fprintf (fp, " -h Display this message.\n");
40 fprintf (fp, " -s SEED Select the random seed to be used.\n");
41 fprintf (fp, " The default is to base one on the");
42 fprintf (fp, " current time.\n");
43 fprintf (fp, " -m MAXCOUNT Exit after MAXCOUNT symbols.\n");
44 fprintf (fp, " The default is %d.", DEFAULT_MAXCOUNT);
45 fprintf (fp, " Set to `-1' for no limit.\n");
  /hardware/intel/img/psb_video/src/
psb_drv_debug.c 109 fprintf(psb_video_trace_fp, "---- %s\n---- Start Trace ----\n", ctime(&curtime));
338 fprintf(psb_video_debug_fp, "TickCount - [0x%08lx], ",
341 fprintf(psb_video_debug_fp, "Thread - (%d:0x%08lx) ",
460 fprintf( pF , "Command Word: %08X\n" , cmd );
465 fprintf( pF , "%04X 2NDPASSDEBLOCK\n" , (idx-1)*4 );
468 fprintf( pF ,"\t\t%08X\n",
478 fprintf( pF , "%04X HEADER\n" , (idx-1)*4 );
481 fprintf( pF ,"\t\t%08X\n",
492 fprintf( pF , "%04X CMD_REGVALPAIR_WRITE ( %08X )\n", (idx-1)*4 , cmd);
497 fprintf( pF ,"\t\t%08X %08X\n"
    [all...]
  /external/iproute2/genl/
ctrl.c 31 fprintf(stderr,"Usage: ctrl <CMD>\n" \
60 fprintf(stderr, "Cannot open generic netlink socket\n");
67 fprintf(stderr, "Error talking to the kernel\n");
77 fprintf(stderr, "Not a controller message, nlmsg_len=%d "
83 fprintf(stderr, "Unknown controller command %d\n", ghdr->cmd);
90 fprintf(stderr, "wrong controller message len %d\n", len);
98 fprintf(stderr, "Missing family id TLV\n");
112 fprintf(fp, "\n\t\tCapabilities (0x%x):\n ", fl);
114 fprintf(fp, "\n");
117 fprintf(fp, "\t\t ")
    [all...]
  /external/arm-neon-tests/
ref_integer.c 55 fprintf(ref_file, "\n\nInteger (non-NEON) intrinsics\n");
62 fprintf(ref_file, "__clz(%#x) = %d\n", (unsigned int)uvar, clz);
72 fprintf(ref_file, "__qadd(%#x, %#x) = %#x sat %d\n",
79 fprintf(ref_file, "__qadd(%#x, %#x) = %#x sat %d\n",
86 fprintf(ref_file, "__qadd(%#x, %#x) = %#x sat %d\n",
93 fprintf(ref_file, "__qadd(%#x, %#x) = %#x sat %d\n",
100 fprintf(ref_file, "__qadd(%#x, %#x) = %#x sat %d\n",
107 fprintf(ref_file, "__qadd(%#x, %#x) = %#x sat %d\n",
114 fprintf(ref_file, "__qadd(%#x, %#x) = %#x sat %d\n",
122 fprintf(ref_file, "__qdbl(%#x) = %#x sat %d\n"
    [all...]
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
atrace_process_dump.cc 40 fprintf(out_, "{\"start_ts\": \"%llu\", \"snapshots\":[\n",
54 fprintf(out_, ",\n");
58 fprintf(out_, ",\n");
65 fprintf(out_, "],\n");
67 fprintf(out_, "}\n");
135 fprintf(out_, "{\"ts\":\"%llu\",\"memdump\":{\n", snapshot_timestamp_);
139 fprintf(out_, "\"%d\":{", process->pid);
141 fprintf(out_, "\"vm\":%llu,\"rss\":%llu",
144 fprintf(out_, ",\"oom_sc\":%d,\"oom_sc_adj\":%d"
152 fprintf(out_, ",\"pss\":%llu,\"swp\":%llu
    [all...]
  /external/iproute2/tc/
m_sample.c 21 fprintf(stderr, "Usage: sample SAMPLE_CONF\n");
22 fprintf(stderr, "where:\n");
23 fprintf(stderr, "\tSAMPLE_CONF := SAMPLE_PARAMS | SAMPLE_INDEX\n");
24 fprintf(stderr, "\tSAMPLE_PARAMS := rate RATE group GROUP [trunc SIZE] [SAMPLE_INDEX]\n");
25 fprintf(stderr, "\tSAMPLE_INDEX := index INDEX\n");
26 fprintf(stderr, "\tRATE := The ratio of packets observed at the data source to the samples generated.\n");
27 fprintf(stderr, "\tGROUP := the psample sampling group\n");
28 fprintf(stderr, "\tSIZE := the truncation size\n");
29 fprintf(stderr, "\tINDEX := integer index of the sample action\n");
53 fprintf(stderr, "sample bad argument count %d\n", argc)
    [all...]

Completed in 414 milliseconds

1 2 3 4 5 6 7 891011>>