HomeSort by relevance Sort by last modified time
    Searched refs:stderr (Results 576 - 600 of 3043) sorted by null

<<21222324252627282930>>

  /build/tools/atree/
fs.cpp 34 fprintf(stderr, "error deleting file %s (%s)\n", path.c_str(),
49 fprintf(stderr, "error getting directory contents %s (%s)\n",
98 fprintf(stderr, "error deleting directory %s (%s)\n", path.c_str(),
125 fprintf(stderr, "can't create directory %s (%s)\n",
131 fprintf(stderr, "can't create directory %s because %s is a file.\n",
178 fprintf(stderr, "Invalid ATREE_STRIP command '%s'\n", strip_cmd);
  /cts/apps/cts-usb-accessory/
cts-usb-accessory.c 87 fprintf(stderr, "usb_device_open failed\n");
118 fprintf(stderr, "Interface not found\n");
122 fprintf(stderr, "Endpoints not found\n");
127 fprintf(stderr, "usb_device_claim_interface failed errno: %d\n", errno);
150 fprintf(stderr, "Failed to read protocol version\n");
187 fprintf(stderr, "usb_host_init failed");
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 58 protected String stderr; field in class:gUnitBaseTest
82 PrintStream ps2 = null; // for redirecting stderr later
112 this.stderr = null;
115 this.stderr = err.toString();
116 return this.stderr;
137 if ( e.getCause()!=null ) this.stderr = e.getCause().toString();
138 else this.stderr = e.toString();
139 return this.stderr;
174 PrintStream ps2 = null; // for redirecting stderr later
242 this.stderr = ""
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/var_dictionary/
var_dictionary.cc 62 fprintf(stderr, "Unexpected message.\n");
69 fprintf(stderr, "Expect dict item \"command\" to be a string.\n");
90 fprintf(stderr, "HandleGet: Expect dict item \"key\" to be a string.\n");
101 fprintf(stderr, "HandleGet: Expect dict item \"key\" to be a string.\n");
113 fprintf(stderr, "HandleGet: Expect dict item \"key\" to be a string.\n");
129 fprintf(stderr, "HandleGet: Expect dict item \"key\" to be a string.\n");
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
CmdLine.py 56 sys.stderr.write(usage)
155 sys.stderr.write("Error in compiler directive: %s\n" % e.args[0])
163 sys.stderr.write("Unknown debug flag: %s\n" % option)
169 sys.stderr.write("Unknown compiler flag: %s\n" % option)
174 sys.stderr.write(
180 sys.stderr.write(
  /external/chromium_org/third_party/icu/source/tools/gentest/
gentest.c 73 fprintf(stderr,
78 fprintf(stderr,
114 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode));
126 fprintf(stderr, "gentest: error %d writing the output file\n", *errorCode);
133 fprintf(stderr, "gentest: data length %ld != calculated size %lu\n",
158 fprintf(stderr, "%s: Couldn't create resource test file %s\n",
  /external/chromium_org/third_party/sfntly/cpp/src/test/
byte_array_test.cc 114 fprintf(stderr, "fixed mem: size ");
118 fprintf(stderr, "%d ", size);
123 fprintf(stderr, "\n");
128 fprintf(stderr, "growable mem: size ");
132 fprintf(stderr, "%d ", size);
137 fprintf(stderr, "\n");
  /external/chromium_org/third_party/skia/tools/
git-sync-deps 64 sys.stderr.write(
66 sys.stderr.write(' python %s' % __file__)
69 sys.stderr.write(' [%s]' % deps_os)
71 sys.stderr.write(' [DEPS_OS...]')
72 sys.stderr.write('\n\n')
73 sys.stderr.write(__doc__)
  /external/chromium_org/third_party/webrtc/tools/converter/
converter.cc 42 fprintf(stderr, "Couldn't open input file for reading: %s\n",
77 fprintf(stderr, "Cannot delete file %s\n", input_file_name.c_str());
94 fprintf(stderr, "LibYUV error during RGBA to I420 frame conversion\n");
124 fprintf(stderr, "Number of bytes written (%d) doesn't match size of y plane"
135 fprintf(stderr, "Couldn't open input file for reading: %s\n",
144 fprintf(stderr, "Error reading from input file: %s\n", input_file_name);
  /external/chromium_org/tools/telemetry/telemetry/core/
video.py 122 proc = subprocess.Popen(['avconv', '-i', video], stderr=subprocess.PIPE)
125 for line in proc.stderr.readlines():
136 def GetFrameTimestampMs(stderr):
143 deadlock because avconv interleaves its writes to stdout and stderr.
149 next_char = stderr.read(1)
162 stderr=subprocess.PIPE, stdout=subprocess.PIPE)
168 yield (GetFrameTimestampMs(proc.stderr),
  /external/icu/icu4c/source/tools/gentest/
gentest.c 73 fprintf(stderr,
78 fprintf(stderr,
114 fprintf(stderr, "gentest: unable to create data memory, %s\n", u_errorName(*errorCode));
126 fprintf(stderr, "gentest: error %d writing the output file\n", *errorCode);
133 fprintf(stderr, "gentest: data length %ld != calculated size %lu\n",
158 fprintf(stderr, "%s: Couldn't create resource test file %s\n",
  /external/iproute2/ip/
rtmon.c 61 fprintf(stderr, "Usage: rtmon file FILE [ all | LISTofOBJECTS]\n");
62 fprintf(stderr, "LISTofOBJECTS := [ link ] [ address ] [ route ]\n");
93 fprintf(stderr, "Protocol ID \"%s\" is unknown, try \"rtmon help\".\n", argv[1]);
125 fprintf(stderr, "Argument \"%s\" is unknown, try \"rtmon help\".\n", argv[1]);
132 fprintf(stderr, "Not enough information: argument \"file\" is required\n");
167 fprintf(stderr, "Dump terminated\n");
  /external/iproute2/tc/
f_tcindex.c 20 fprintf(stderr," Usage: ... tcindex [ hash SIZE ] [ mask MASK ]"
22 fprintf(stderr," [ pass_on | fall_through ]\n");
23 fprintf(stderr," [ classid CLASSID ] "
37 fprintf(stderr, "Illegal filter ID\n");
96 fprintf(stderr, "Illegal \"classid\"\n");
104 fprintf(stderr, "Illegal \"police\"\n");
m_action.c 52 fprintf (stderr, "usage: tc actions <ACTSPECOP>*\n");
53 fprintf(stderr,
84 fprintf(stderr, "Unknown action \"%s\", hence option \"%s\" is unparsable\n", au->id, *argv);
86 fprintf(stderr, "Unknown action \"%s\"\n", au->id);
97 fprintf(stderr, "Android does not support action '%s'", str);
230 fprintf(stderr,"bad action parsing\n");
240 fprintf(stderr,"bad action empty %d\n",eap);
253 fprintf(stderr, "parse_action: bad value (%d:%s)!\n",argc,*argv);
270 fprintf(stderr, "NULL Action!\n");
343 fprintf(stderr, "Wrong len %d\n", len)
    [all...]
q_dsmark.c 24 fprintf(stderr,"Usage: dsmark indices INDICES [ default_index "
87 fprintf(stderr, "Usage: ... dsmark [ mask MASK ] [ value VALUE ]\n");
141 fprintf(stderr,"dsmark: empty mask\n");
147 fprintf(stderr,"dsmark: empty value\n");
153 fprintf(stderr,"dsmark: indices too short\n");
159 fprintf(stderr,"dsmark: default_index too short\n");
  /external/libpcap/
pcap-enet.c 120 (void) fprintf(stderr, "tcpdump: ");
137 fprintf(stderr, "%d packets queued", es.enStat_Rcnt);
139 fprintf(stderr, ", %d dropped", es.enStat_Rdrops);
141 fprintf(stderr, ", %d tcpdump %s", es.enStat_Reads,
144 fprintf(stderr, ", %d packets in largest read",
146 putc('\n', stderr);
  /external/libvorbis/vq/
latticebuild.c 71 fprintf(stderr,"Need a lattice description file on the command line.\n");
82 fprintf(stderr,"Could not open input file %s\n",filename);
100 fprintf(stderr,"Syntax error reading description file (line 1)\n");
122 fprintf(stderr,"Ran out of data on line 2 of description file\n");
153 fprintf(stderr,"min=%g mindel=%g\n",min,mindel);
174 fprintf(stderr,"\r "
  /external/oprofile/libop/
op_xml_out.c 110 fprintf(stderr,"open_xml_element: snprintf failed\n");
132 fprintf(stderr, "close_xml_element: snprintf failed\n");
151 fprintf(stderr,"init_xml_int_attr: snprintf failed\n");
170 fprintf(stderr, "init_xml_dbl_attr: snprintf failed\n");
238 fprintf(stderr,"quote_str: buffer overflow\n");
266 fprintf(stderr,"init_xml_str_attr: snprintf failed\n");
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 275 fprintf(stderr,
279 fprintf(stderr, "Run '%s --help' for help.\n", progname);
287 fprintf(stderr, " required parameter is missing: -O is required for static and shared builds.\n");
288 fprintf(stderr, "Run '%s --help' for help.\n", progname);
300 fprintf(stderr, " required parameter -p is missing \n");
301 fprintf(stderr, "Run '%s --help' for help.\n", progname);
306 fprintf(stderr,
314 fprintf(stderr,
321 fprintf(stderr, "\n options:\n");
323 fprintf(stderr, "%-5s -%c %s%-10s %s\n"
    [all...]
  /device/generic/goldfish/libqemu/
test_host_2.c 97 fprintf(stderr, "Could not start server: %s\n", strerror(errno));
104 fprintf(stderr, "Server error: %s\n", strerror(errno));
116 fprintf(stderr, "Client read error: %s\n", strerror(errno));
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update.py 79 sys.stderr.write('Cannot rename directory "%s". Make sure no programs are'
94 sys.stderr.write('Unable to restore directory "%s" while auto-updating.'
107 sys.stderr.write("""32-bit runtime environment was not found on this
sdk_update_common.py 60 process = subprocess.Popen(cmd, stderr=subprocess.PIPE, shell=True)
61 _, stderr = process.communicate()
64 ' '.join(cmd), process.returncode, stderr))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
outputtee.py 73 self._original_stderr = sys.stderr
76 sys.stderr = Tee(self._original_stderr, *files)
79 sys.stderr = self._original_stderr
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 21 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
49 fprintf(stderr, "Failed to compile regex: %s\n", err_buf);
61 fprintf(stderr, "Failed to match regex: %s\n", err_buf);
101 fprintf(stderr, "Failed to execute regex for src register.\n");
142 fprintf(stderr, "Could not convert src register index.\n");
153 fprintf(stderr, "First char of swizzle is not valid.\n");
187 fprintf(stderr, "Unknown src register swizzle.\n");
227 fprintf(stderr, "Failed to execute regex for dst register.\n");
245 fprintf(stderr, "Unknown dst register file type.\n");
254 fprintf(stderr, "Could not convert dst register index\n")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.c 56 fprintf(stderr, "error: %s\n", dlerror());
81 fprintf(stderr, "error: unable to dlopen %s : %s\n",
95 fprintf(stderr, "WARNING: the CGL major version has changed!\n"

Completed in 2687 milliseconds

<<21222324252627282930>>