Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 23 of 23) sorted by relevance

/cts/suite/audio_quality/executable/src/
Dmain.cpp46 fprintf(stderr, "\n\nexecuting %s\n", command.string()); in ~CleanupStatics()
48 fprintf(stderr, "cannot create zip file with command %s\n", command.string()); in ~CleanupStatics()
56 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", bin); in usage()
61 fprintf(stderr, "%s [-l log_level][-s serial] test_xml\n", argv[0]); in main()
89 fprintf(stderr, "cannot prepare report dir"); in main()
95 fprintf(stderr, "caanot create Settings"); in main()
103 fprintf(stderr, "cannot create Log"); in main()
117 fprintf(stderr, "cannot create ClientInterface"); in main()
121 fprintf(stderr, "cannot init ClientInterface"); in main()
126 fprintf(stderr, "cannot get device info"); in main()
/cts/tools/utils/
Dmonsoon.py105 print >>sys.stderr, "device %s is in use" % dev
114 print >>sys.stderr, "error opening device %s: %s" % (dev, e)
118 print >>sys.stderr, "no response from device %s" % dev
120 print >>sys.stderr, ("Note: another device serial #%d seen on %s" %
128 print >>sys.stderr, "waiting for device..."
158 print >>sys.stderr, "wanted status, dropped type=0x%02x, len=%d" % (
227 print >>sys.stderr, "wanted data, dropped type=0x%02x, len=%d" % (
236 print >>sys.stderr, "data sequence skipped, lost packet?"
241 print >>sys.stderr, "waiting for calibration, dropped data packet"
270 print >>sys.stderr, "discarding data packet type=0x%02x" % type
[all …]
/cts/tests/tests/permission/src/android/permission/cts/
DShellCommandPermissionTest.java44 StringBuilder stderr = new StringBuilder(); in executeShellCommandAndRequireError() local
47 stderr.append(line); in executeShellCommandAndRequireError()
53 String stderrString = stderr.toString(); in executeShellCommandAndRequireError()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dfloat16_gen.c125 fprintf(stderr, "Allowed ULP error should either be 1 or 3, and not %d\n", in getErrorBar()
163 fprintf(stderr, "Warning! inconsistency in bounds\n"); in getErrorBar()
164 fprintf(stderr, "Value: %f, ulp: %f\n", (float) hValue, (float) ulp); in getErrorBar()
165 fprintf(stderr, "lb: %f ub: %f\n", (float) lb, (float) ub); in getErrorBar()
166 fprintf(stderr, "lb: %x ub: %x\n", *(unsigned short *) &lb, *(unsigned short *) &ub); in getErrorBar()
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DBaseHostTestCase.java90 String stderr = result.getStderr(); in isSuccessful() local
91 return (stderr == null || stderr.trim().isEmpty()); in isSuccessful()
/cts/suite/audio_quality/lib/src/
DFileUtil.cpp28 #define _LOGD_(x...) do { fprintf(stderr, x); fprintf(stderr, "\n"); } while(0)
124 fprintf(stderr, "FileUtil::vprintf failed"); in doVprintf()
DLog.cpp24 #define ASSERT_PLAIN(cond) if(!(cond)) { fprintf(stderr, \
57 ::fprintf(stderr, "Log level %d\n", mLogLevel); in Log()
DSignalProcessingImpl.cpp64 #define CHILD_LOGE(x...) do { fprintf(stderr, x); \
65 fprintf(stderr, " %s - %d\n", __FILE__, __LINE__); } while(0)
/cts/tools/cts-media/
Dget_achievable_rates.py255 print >> sys.stderr, "warning: p95 value is suspiciously low: %s" % (
261 print >> sys.stderr, "generating", outFile
266 print >> sys.stderr, "generated", outFile
302 print >> sys.stderr, a
320 print >> sys.stderr, "cannot parse %s" % result
337 print >> sys.stderr, "could not parse %s" % resultInfo.filename
343 print >> sys.stderr, "cannot parse JSON in %s" % info.filename
/cts/hostsidetests/securitybulletin/securityPatch/includes/
Dcommon.h28 fprintf(stderr, "Check failed:\n\t" #condition "\n\tLine: %d\n", \
/cts/tests/camera/libctscamera2jni/
Ddng-validate-jni.cpp411 int stderrFd = dup(fileno(stderr)); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative()
412 dup2(pipeFds[1], fileno(stderr)); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative()
421 dup2(stderrFd, fileno(stderr)); in Java_android_hardware_camera2_cts_DngCreatorTest_validateDngNative()
/cts/tools/cts-test-metrics/
Dparse_test_metrics.py53 print >> sys.stderr, e
/cts/hostsidetests/theme/
Davd.py58 stderr=subprocess.PIPE)
Dandroid_device.py38 adb_process = subprocess.Popen(args=adb_cmd.split(), bufsize=-1, stderr=PIPE, stdout=PIPE)
/cts/tests/tests/nativemedia/xa/src/
DXAObjectCreationTest.cpp37 fprintf(stderr, "IsOk failure: 0x%x, exiting\n", res); in IsOk()
/cts/apps/CameraITS/tests/inprog/rolling_shutter_skew/
Dtest_rolling_shutter_skew.py124 print('argument --debug_dir requires --debug', file=sys.stderr)
283 file=sys.stderr)
286 file=sys.stderr)
/cts/tools/incremental-cts/
Dincremental_deqp.py197 completed = subprocess.run(adb_cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
200 .format(cmd=adb_cmd, error=completed.stderr))
/cts/suite/cts/utils/
Dget_csv_report.py142 p = subprocess.Popen(command.split(), stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/cts/tests/tests/nativemedia/sl/src/
DSLObjectCreationTest.cpp52 fprintf(stderr, "IsOk failure: %s (0x%x), exiting\n", str, res); in IsOk()
/cts/tools/release-parser/tests/resources/
DCtsAslrMallocTestCases32.pb.txt567 name: "stderr"
DCtsJniTestCases.apk.pb.txt5920 name: "stderr"
/cts/apps/CameraITS/utils/
Dits_session_utils.py198 command.split(), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
1180 subprocess.check_call(cmd.split(), stdout=devnull, stderr=subprocess.STDOUT)
/cts/apps/CameraITS/tools/
Drun_all_tests.py148 subprocess.check_call(cmd.split(), stdout=devnull, stderr=subprocess.STDOUT)