Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 250) sorted by relevance

12345678910

/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderTest.java189 String log = String.format( in testSimpleEncode() local
206 assertTrue(log + " unexpected error", !mAsyncHandle.hasSeenError()); in testSimpleEncode()
207 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleEncode()
208 assertTrue(log + "output received", 0 != mOutputCount); in testSimpleEncode()
211 log + "input count != output count, act/exp: " + mOutputCount + in testSimpleEncode()
215 assertTrue(log + "encoder output is flaky", ref.equals(test)); in testSimpleEncode()
218 assertTrue(log + " pts is not strictly increasing", in testSimpleEncode()
222log + " input pts list and output pts list are not identical", in testSimpleEncode()
260 String log = String.format("format: %s \n codec: %s, file: %s :: ", format, in testLosslessEncodeDecode() local
272 assertTrue(log + "unexpected error", !mAsyncHandle.hasSeenError()); in testLosslessEncodeDecode()
[all …]
DCodecDecoderTest.java227 String log = String.format("codec: %s, file: %s, mode: %s, eos type: %s:: ", in testSimpleDecode() local
249 assertTrue(log + " unexpected error", !mAsyncHandle.hasSeenError()); in testSimpleDecode()
250 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleDecode()
251 assertTrue(log + "output received", 0 != mOutputCount); in testSimpleDecode()
253 assertTrue(log + "decoder output is flaky", ref.equals(test)); in testSimpleDecode()
256 assertTrue(log + " pts is not strictly increasing", in testSimpleDecode()
260 log + " input pts list and output pts list are not identical", in testSimpleDecode()
265 assertTrue(log + "not received format change", in testSimpleDecode()
268 assertTrue(log + "configured format and output format are not similar", in testSimpleDecode()
319 String log = String.format("decoder: %s, input file: %s, mode: %s:: ", mCodecName, in testFlush() local
[all …]
DCodecDecoderSurfaceTest.java163 String log = String.format("codec: %s, file: %s, mode: %s:: ", mCodecName, in testSimpleDecodeToSurface() local
176 assertTrue(log + " unexpected error", !mAsyncHandle.hasSeenError()); in testSimpleDecodeToSurface()
177 assertTrue(log + "no input sent", 0 != mInputCount); in testSimpleDecodeToSurface()
178 assertTrue(log + "output received", 0 != mOutputCount); in testSimpleDecodeToSurface()
182 assertTrue(log + "decoder output is flaky", ref.equalsInterlaced(test)); in testSimpleDecodeToSurface()
184 assertTrue(log + "decoder output is flaky", ref.equals(test)); in testSimpleDecodeToSurface()
230 String log = String.format("decoder: %s, input file: %s, mode: %s:: ", mCodecName, in testFlush() local
249 assertTrue(log + " pts is not strictly increasing", in testFlush()
260 assertTrue(log + " unexpected error", !mAsyncHandle.hasSeenError()); in testFlush()
261 assertTrue(log + "no input sent", 0 != mInputCount); in testFlush()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DSoundPlayerObject.java107 log("got thread interrupted!"); in run()
113 log("run . using media player"); in run()
160 log("[v] input EOS at decode round " + decodeRounds); in run()
174 log("looping is enabled. Rewinding"); in run()
179 log("[v] no input buffer available at decode round " in run()
223 log("[w] INFO_OUTPUT_FORMAT_CHANGED at decode round " + in run()
227 log("[w] INFO_TRY_AGAIN_LATER at decode round " + decodeRounds); in run()
236 log ("note: outputEosSignalled"); in run()
248 log("done running thread"); in run()
258 log(String.format("Setting balance to %f", mBalance)); in setBalance()
[all …]
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaPerfUtils.java55 DeviceReportLog log, String message, int round, String codecName, in addPerformanceHeadersToLog() argument
61 log.addValue("round", round, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
62 log.addValue("codec_name", codecName, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
63 log.addValue("mime_type", mime, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
64 log.addValue("width", width, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
65 log.addValue("height", height, ResultType.NEUTRAL, ResultUnit.NONE); in addPerformanceHeadersToLog()
66 log.addValue("config_format", formatForReport(configFormat), in addPerformanceHeadersToLog()
68 log.addValue("input_format", formatForReport(inputFormat), in addPerformanceHeadersToLog()
70 log.addValue("output_format", formatForReport(outputFormat), in addPerformanceHeadersToLog()
80 log.addValue("reported_low", reported.getLower(), ResultType.NEUTRAL, ResultUnit.FPS); in addPerformanceHeadersToLog()
[all …]
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutLaunchedActivity.java53 private void log(String action) { in log() method in ShortcutLaunchedActivity
59 log("ctor"); in ShortcutLaunchedActivity()
68 log("onCreate"); in onCreate()
75 log("onResume"); in onResume()
79 log("Not my turn yet."); in onResume()
95 log("onPause"); in onPause()
102 log("onDestroy"); in onDestroy()
/cts/common/device-side/bedstead/eventlib/src/test/java/com/android/eventlib/events/deviceadminreceivers/
DDeviceAdminChoosePrivateKeyAliasEventTest.java68 DEVICE_ADMIN_RECEIVER, sContext, intent, UID, URI, ALIAS).log(); in whereIntent_works()
83 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, UID, URI, ALIAS).log(); in whereIntent_skipsNonMatching()
85 DEVICE_ADMIN_RECEIVER, sContext, intent, UID, URI, ALIAS).log(); in whereIntent_skipsNonMatching()
99 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
115 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
119 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
133 DEVICE_ADMIN_RECEIVER, sContext, INTENT, UID, URI, ALIAS).log(); in whereDeviceAdminReceiver_defaultValue_works()
149 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
152 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
167 .log(); in whereUid_works()
[all …]
DDeviceAdminNetworkLogsAvailableEventTest.java65 DEVICE_ADMIN_RECEIVER, sContext, intent, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereIntent_works()
80 … DEVICE_ADMIN_RECEIVER, sContext, differentIntent, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereIntent_skipsNonMatching()
82 DEVICE_ADMIN_RECEIVER, sContext, intent, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereIntent_skipsNonMatching()
95 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
111 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
115 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
129 DEVICE_ADMIN_RECEIVER, sContext, INTENT, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereDeviceAdminReceiver_defaultValue_works()
145 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
148 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
162 DEVICE_ADMIN_RECEIVER, sContext, INTENT, BATCH_TOKEN, NETWORK_LOGS_COUNT).log(); in whereBatchToken_works()
[all …]
DDeviceAdminOperationSafetyStateChangedEventTest.java62 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
78 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
82 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
96 DEVICE_ADMIN_RECEIVER, sContext, REASON, IS_SAFE).log(); in whereDeviceAdminReceiver_defaultValue_works()
112 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
115 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
129 DEVICE_ADMIN_RECEIVER, sContext, REASON, IS_SAFE).log(); in whereReason_works()
141 DEVICE_ADMIN_RECEIVER, sContext, DIFFERENT_REASON, IS_SAFE).log(); in whereReason_skipsNonMatching()
143 DEVICE_ADMIN_RECEIVER, sContext, REASON, IS_SAFE).log(); in whereReason_skipsNonMatching()
155 DEVICE_ADMIN_RECEIVER, sContext, REASON, IS_SAFE).log(); in whereIsSafe_works()
[all …]
DDeviceAdminPasswordChangedEventTest.java63 DeviceAdminPasswordChangedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent).log(); in whereIntent_skipsNonMatching()
79 DeviceAdminPasswordChangedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_skipsNonMatching()
92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
123 DeviceAdminPasswordChangedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT).log(); in whereDeviceAdminReceiver_defaultValue_works()
138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
155 .log(); in whereUserHandle_works()
[all …]
DDeviceAdminUserStartedEventTest.java63 … DeviceAdminUserStartedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, USER_HANDLE).log(); in whereIntent_skipsNonMatching()
79 … DeviceAdminUserStartedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_skipsNonMatching()
92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
123 … DeviceAdminUserStartedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT, USER_HANDLE).log(); in whereDeviceAdminReceiver_defaultValue_works()
138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
155 .log(); in whereStartedUser_works()
[all …]
DDeviceAdminPasswordSucceededEventTest.java63 DeviceAdminPasswordSucceededEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent).log(); in whereIntent_skipsNonMatching()
79 DeviceAdminPasswordSucceededEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_skipsNonMatching()
92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
123 DeviceAdminPasswordSucceededEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT).log(); in whereDeviceAdminReceiver_defaultValue_works()
138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
155 .log(); in whereUserHandle_works()
[all …]
DDeviceAdminPasswordExpiringEventTest.java63 DeviceAdminPasswordExpiringEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent).log(); in whereIntent_skipsNonMatching()
79 DeviceAdminPasswordExpiringEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_skipsNonMatching()
92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
123 DeviceAdminPasswordExpiringEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT).log(); in whereDeviceAdminReceiver_defaultValue_works()
138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
155 .log(); in whereUserHandle_works()
[all …]
DDeviceAdminSystemUpdatePendingEventTest.java64 .log(); in whereIntent_works()
79 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, RECEIVED_TIME).log(); in whereIntent_skipsNonMatching()
82 .log(); in whereIntent_skipsNonMatching()
96 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
112 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
116 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
131 .log(); in whereDeviceAdminReceiver_defaultValue_works()
147 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
150 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
166 .log(); in whereReceivedTime_works()
[all …]
DDeviceAdminUserSwitchedEventTest.java63 … DeviceAdminUserSwitchedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, USER_HANDLE).log(); in whereIntent_skipsNonMatching()
79 … DeviceAdminUserSwitchedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_skipsNonMatching()
92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
123 … DeviceAdminUserSwitchedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT, USER_HANDLE).log(); in whereDeviceAdminReceiver_defaultValue_works()
138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
155 .log(); in whereSwitchedUser_works()
[all …]
DDeviceAdminUserRemovedEventTest.java63 … DeviceAdminUserRemovedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, USER_HANDLE).log(); in whereIntent_skipsNonMatching()
79 … DeviceAdminUserRemovedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_skipsNonMatching()
92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
123 … DeviceAdminUserRemovedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT, USER_HANDLE).log(); in whereDeviceAdminReceiver_defaultValue_works()
138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
155 .log(); in whereRemovedUser_works()
[all …]
DDeviceAdminUserAddedEventTest.java64 DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_works()
79 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, USER_HANDLE).log(); in whereIntent_skipsNonMatching()
81 DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_skipsNonMatching()
94 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
109 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
112 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
126 .log(); in whereDeviceAdminReceiver_defaultValue_works()
141 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
143 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
158 .log(); in whereAddedUser_works()
[all …]
DDeviceAdminBugreportFailedEventTest.java63 DEVICE_ADMIN_RECEIVER, sContext, intent, FAILURE_CODE).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, FAILURE_CODE).log(); in whereIntent_skipsNonMatching()
80 DEVICE_ADMIN_RECEIVER, sContext, intent, FAILURE_CODE).log(); in whereIntent_skipsNonMatching()
94 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
114 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
128 DEVICE_ADMIN_RECEIVER, sContext, sIntent, FAILURE_CODE).log(); in whereDeviceAdminReceiver_defaultValue_works()
144 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
147 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
161 DEVICE_ADMIN_RECEIVER, sContext, sIntent, FAILURE_CODE).log(); in whereFailureCode_works()
[all …]
DDeviceAdminLockTaskModeEnteringEventTest.java63 DEVICE_ADMIN_RECEIVER, sContext, intent, PKG).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, PKG).log(); in whereIntent_skipsNonMatching()
80 DEVICE_ADMIN_RECEIVER, sContext, intent, PKG).log(); in whereIntent_skipsNonMatching()
93 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
108 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
111 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
125 DEVICE_ADMIN_RECEIVER, sContext, INTENT, PKG).log(); in whereDeviceAdminReceiver_defaultValue_works()
140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
142 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
156 .log(); in wherePkg_works()
[all …]
DDeviceAdminBugreportSharedEventTest.java63 DEVICE_ADMIN_RECEIVER, sContext, intent, BUGREPORT_HASH).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, BUGREPORT_HASH).log(); in whereIntent_skipsNonMatching()
80 DEVICE_ADMIN_RECEIVER, sContext, intent, BUGREPORT_HASH).log(); in whereIntent_skipsNonMatching()
94 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
114 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
128 DEVICE_ADMIN_RECEIVER, sContext, sIntent, BUGREPORT_HASH).log(); in whereDeviceAdminReceiver_defaultValue_works()
144 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
147 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
161 DEVICE_ADMIN_RECEIVER, sContext, sIntent, BUGREPORT_HASH).log(); in whereBugreportHash_works()
[all …]
DDeviceAdminUserStoppedEventTest.java63 … DeviceAdminUserStoppedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent, USER_HANDLE).log(); in whereIntent_skipsNonMatching()
79 … DeviceAdminUserStoppedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent, USER_HANDLE).log(); in whereIntent_skipsNonMatching()
92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
123 … DeviceAdminUserStoppedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT, USER_HANDLE).log(); in whereDeviceAdminReceiver_defaultValue_works()
138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
155 .log(); in whereStoppedUser_works()
[all …]
DDeviceAdminPasswordFailedEventTest.java63 DeviceAdminPasswordFailedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_works()
78 DEVICE_ADMIN_RECEIVER, sContext, differentIntent).log(); in whereIntent_skipsNonMatching()
79 DeviceAdminPasswordFailedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, intent).log(); in whereIntent_skipsNonMatching()
92 .log(); in whereDeviceAdminReceiver_customValueOnLogger_works()
107 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
110 .log(); in whereDeviceAdminReceiver_customValueOnLogger_skipsNonMatching()
123 DeviceAdminPasswordFailedEvent.logger(DEVICE_ADMIN_RECEIVER, sContext, INTENT).log(); in whereDeviceAdminReceiver_defaultValue_works()
138 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
140 .log(); in whereDeviceAdminReceiver_defaultValue_skipsNonMatching()
155 .log(); in whereUserHandle_works()
[all …]
/cts/tests/media/jni/
DNativeCodecDecoderTest.cpp315 char log[1000]; in testSimpleDecode() local
316 snprintf(log, sizeof(log), "codec: %s, file: %s, async mode: %s, eos type: %s:: \n", in testSimpleDecode()
333 ALOGE("%s error codec-name act/got: %s/%s", log, name, decoder); in testSimpleDecode()
356 CHECK_ERR(hasSeenError(), log, "has seen error", isPass); in testSimpleDecode()
357 CHECK_ERR((0 == mInputCount), log, "queued 0 inputs", isPass); in testSimpleDecode()
358 CHECK_ERR((0 == mOutputCount), log, "received 0 outputs", isPass); in testSimpleDecode()
359 CHECK_ERR(loopCounter != 0 && (!ref->equals(test)), log, "output is flaky", isPass); in testSimpleDecode()
362 log, "pts is not strictly increasing", isPass); in testSimpleDecode()
368 log, "input pts list and output pts list are not identical", isPass); in testSimpleDecode()
373 ALOGE("%s%s", log, "not received format change"); in testSimpleDecode()
[all …]
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestLog.rscript24 return log(inV);
28 return log(inV);
32 return log(inV);
36 return log(inV);
40 return log(inV);
44 return log(inV);
48 return log(inV);
52 return log(inV);
/cts/apps/CtsVerifier/assets/scripts/power_monitors/
Dmonsoon.py70 self.log("device %s is in use" % dev)
139 self.log( "error opening device %s: %s" % (dev, e))
153 self.log( "no response from device %s" % device)
176 def log(self, msg , debug = False): member in Power_Monitor
188 self.log("Got signal %d"%signum)
225 monsoon.log("... no response from device %s, skipping")
241 self.log("Getting status...", debug = True)
264 self.log("wanted status, dropped type=0x%02x, len=%d" % (
298 self.log("Setting voltage to %s..."%v, debug = True)
303 self.log("...Set voltage", debug = True)
[all …]

12345678910