Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/cts/tests/tests/view/src/android/view/cts/
DSurfaceViewSyncTests.java174 CapturedActivity.TestResult result = getActivity().runTest(new AnimationTestCase( in testSmallRect() local
204 CapturedActivity.TestResult result = getActivity().runTest(new AnimationTestCase( in testEmptySurfaceView() local
216 CapturedActivity.TestResult result = getActivity().runTest(new AnimationTestCase( in testSurfaceViewSmallScale() local
227 CapturedActivity.TestResult result = getActivity().runTest(new AnimationTestCase( in testSurfaceViewBigScale() local
238 CapturedActivity.TestResult result = getActivity().runTest(new AnimationTestCase( in testVideoSurfaceViewTranslate() local
249 CapturedActivity.TestResult result = getActivity().runTest(new AnimationTestCase( in testVideoSurfaceViewRotated() local
263 CapturedActivity.TestResult result = getActivity().runTest(new AnimationTestCase( in testVideoSurfaceViewEdgeCoverage() local
283 CapturedActivity.TestResult result = getActivity().runTest(new AnimationTestCase( in testVideoSurfaceViewCornerCoverage() local
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DTestSummaryXmlTest.java42 TestSummaryXml result = new TestSummaryXml(1, "2011-11-01"); in testConstructor() local
51 TestSummaryXml result = new TestSummaryXml(1, "2011-11-01"); in testParse() local
63 TestSummaryXml result = new TestSummaryXml(1, "2011-11-01"); in testParse_missing() local
/cts/tools/testng/src/com/android/cts/testng/
DSingleTestNGTestRunListener.java43 public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) { in onTestFailedButWithinSuccessPercentage()
48 public void onTestFailure(org.testng.ITestResult result) { in onTestFailure()
60 public void onTestSkipped(org.testng.ITestResult result) { in onTestSkipped()
66 public void onTestStart(org.testng.ITestResult result) { in onTestStart()
72 public void onTestSuccess(org.testng.ITestResult result) { in onTestSuccess()
/cts/tests/core/runner/src/com/android/cts/core/runner/support/
DSingleTestNGTestRunListener.java59 public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult result) { in onTestFailedButWithinSuccessPercentage()
64 public void onTestFailure(org.testng.ITestResult result) { in onTestFailure()
76 public void onTestSkipped(org.testng.ITestResult result) { in onTestSkipped()
82 public void onTestStart(org.testng.ITestResult result) { in onTestStart()
89 public void onTestSuccess(org.testng.ITestResult result) { in onTestSuccess()
/cts/tests/tests/media/libndkaudio/
DAudioRecorder.cpp92 SLresult result; in Open() local
162 SLresult result; in RealizeRecorder() local
202 SLresult result; in RealizeRoutingProxy() local
210 SLresult result; in Start() local
229 SLresult result; in Stop() local
234 SLresult result; in enqueBuffer() local
DAudioPlayer.cpp54 SLresult result; in OpenSLEngine() local
133 SLresult result; in Open() local
202 SLresult result; in RealizePlayer() local
237 SLresult result; in RealizeRoutingProxy() local
255 SLresult result = (*bqPlayerPlay_)->SetPlayState(bqPlayerPlay_, in Start() local
/cts/tests/tests/permission2/src/android/permission2/cts/
DPermissionMaxSdkVersionTest.java39 int result = mContext.checkPermission(UNGRANTABLE_PERMISSION, in testMaxSdkInPast() local
52 int result = mContext.checkPermission(GRANTABLE_PERMISSION, in testMaxSdkInFuture() local
/cts/libs/vogar-expect/src/vogar/util/
DStrings.java44 StringBuilder result = new StringBuilder(); in readStream() local
81 StringBuilder result = new StringBuilder(); in join() local
90 String[] result = new String[objects.length]; in objectsToStrings() local
106 StringBuffer result = new StringBuffer(); in xmlSanitize() local
117 StringBuilder result = new StringBuilder(); in escapeCodePoint() local
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java121 final Result result = mActivity.getResult(); in testOpenSimple() local
148 final Result result = mActivity.getResult(); in testOpenVirtual() local
188 final Result result = mActivity.getResult(); in testCreateNew() local
219 final Result result = mActivity.getResult(); in testCreateExisting() local
239 final Result result = mActivity.getResult(); in testTree() local
315 final Result result = mActivity.getResult(); in testGetContent() local
339 final Result result = mActivity.getResult(); in testTransferDocument() local
/cts/tests/tests/animation/src/android/animation/cts/
DEvaluatorTest.java42 float result = floatEvaluator.evaluate(0, start, end); in testFloatEvaluator() local
58 float[] result = evaluator.evaluate(0, start, end); in testFloatArrayEvaluator() local
85 int result = (Integer) evaluator.evaluate(0, RED, BLUE); in testArgbEvaluator() local
122 int result = intEvaluator.evaluate(0, start, end); in testIntEvaluator() local
138 int[] result = evaluator.evaluate(0, start, end); in testIntArrayEvaluator() local
157 Rect result = evaluator.evaluate(0, start, end); in testRectEvaluator() local
182 PointF result = evaluator.evaluate(0, start, end); in testPointFEvaluator() local
/cts/suite/audio_quality/lib/src/task/
DTaskAsync.cpp44 TaskGeneric::ExecutionResult result = start(); in run() local
60 bool result = true; in parseAttribute() local
DTaskSequential.cpp60 TaskGeneric::ExecutionResult result = child->run(); in run() local
66 TaskGeneric::ExecutionResult result = runAsyncTasksQueued(); in run() local
111 TaskGeneric::ExecutionResult result = child->complete(); in runAsyncTasksQueued() local
/cts/tools/dasm/src/dasm/
DUtils.java37 String[] result = null; in splitRegList() local
87 String result[] = new String[3]; in getClassMethodSignatureFromString() local
124 String result[] = new String[2]; in getClassFieldFromString() local
146 String result[] = new String[2]; in getMethodSignatureFromString() local
/cts/tests/tests/telephony/src/android/telephony/cts/
DSmsMessageTest.java95 int[] result = SmsMessage.calculateLength(sms.getMessageBody(), true); in testCreateFromPdu() local
97 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
98 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
129 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
130 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
140 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
141 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
304 int[] result = SmsMessage.calculateLength(LONG_TEXT_WITH_32BIT_CHARS, false); in testCalculateLength() local
306 assertEquals(LONG_TEXT_WITH_32BIT_CHARS.length(), result[1]); in testCalculateLength() local
318 assertRemaining(LONG_TEXT_WITH_32BIT_CHARS.length(), result[2], in testCalculateLength() local
[all …]
/cts/hostsidetests/appsecurity/test-apps/UsePermissionApp23/src/com/android/cts/usepermission/
DUsePermissionTest23.java90 BasePermissionActivity.Result result = requestPermissions(new String[] { in testInteractiveGrant() local
134 BasePermissionActivity.Result result = requestPermissions(permissions, in testRuntimeGroupGrantSpecificity() local
168 BasePermissionActivity.Result result = requestPermissions(permissions, in testRuntimeGroupGrantExpansion() local
199 BasePermissionActivity.Result result = requestPermissions(permissions, in testCancelledPermissionRequest() local
405 BasePermissionActivity.Result result = requestPermissions(permissions, in testRequestNonRuntimePermission() local
422 BasePermissionActivity.Result result = requestPermissions(permissions, in testRequestNonExistentPermission() local
444 BasePermissionActivity.Result result = requestPermissions(permissions, in testRequestPermissionFromTwoGroups() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DScanResultTest.java50 ScanResult result = new ScanResult(device, TestUtils.parseScanRecord(SCAN_RECORD), RSSI, in testScanResultParceling() local
71 ScanResult result = new ScanResult(device, TestUtils.parseScanRecord(SCAN_RECORD), RSSI, in testDescribeContents() local
/cts/tests/tests/text/src/android/text/style/cts/
DCharacterStyleTest.java32 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testWrap() local
59 CharacterStyle result = CharacterStyle.wrap(metricAffectingSpan); in testGetUnderlying() local
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsActivityTest.java57 View result = r.apply(mActivity, parent); in testGood() local
84 View result = null; in testDerivedClass() local
113 View result = null; in testWebView() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileWidgetPrimaryUserTest.java75 int result = sendMessageToCallbacksService(MSG_PROVIDER_PRESENT, in testHasCrossProfileWidgetProvider_false() local
81 int result = sendMessageToCallbacksService(MSG_PROVIDER_UPDATES, in testHostReceivesWidgetUpdates_false() local
87 int result = sendMessageToCallbacksService(MSG_PROVIDER_PRESENT, in testHasCrossProfileWidgetProvider_true() local
93 int result = sendMessageToCallbacksService(MSG_PROVIDER_UPDATES, in testHostReceivesWidgetUpdates_true() local
114 public int result = 0; field in CrossProfileWidgetPrimaryUserTest.Result
/cts/suite/audio_quality/lib/src/
DSimpleScriptExec.cpp32 android::String8 result; in checkPythonEnv() local
57 bool result = false; in checkIfPassed() local
67 android::String8& result) in runScript()
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java58 … int result = getTts().synthesizeToFile(UTTERANCE, createParams("tofile"), sampleFile.getPath()); in testSynthesizeToFile() local
72 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_FLUSH, createParams("speak")); in testSpeak() local
85 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_ADD, null, in testSpeakStop() local
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DEditPropertiesTx.java24 public final Bundle result; field in EditPropertiesTx
33 Bundle result) { in EditPropertiesTx()
DGetAccountRemovalAllowedTx.java25 public final Bundle result; field in GetAccountRemovalAllowedTx
34 Bundle result) { in GetAccountRemovalAllowedTx()
DGetAuthTokenLabelTx.java23 public final String result; field in GetAuthTokenLabelTx
32 String result) { in GetAuthTokenLabelTx()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java70 Bundle result = new Bundle(); in addAccount() local
117 Bundle result = new Bundle(); in confirmCredentials() local
172 Bundle result = new Bundle(); in getAuthToken() local
228 String result = "Label:" + authTokenType; in getAuthTokenLabel() local
243 Bundle result = new Bundle(); in updateCredentials() local
295 Bundle result = new Bundle(); in hasFeatures() local

12345678910>>...16