| /cts/tests/tests/view/src/android/view/cts/ |
| D | SurfaceViewSyncTests.java | 174 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/ |
| D | TestSummaryXmlTest.java | 42 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/ |
| D | SingleTestNGTestRunListener.java | 43 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/ |
| D | SingleTestNGTestRunListener.java | 59 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/ |
| D | AudioRecorder.cpp | 92 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
|
| D | AudioPlayer.cpp | 54 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/ |
| D | PermissionMaxSdkVersionTest.java | 39 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/ |
| D | Strings.java | 44 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/ |
| D | DocumentsClientTest.java | 121 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/ |
| D | EvaluatorTest.java | 42 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/ |
| D | TaskAsync.cpp | 44 TaskGeneric::ExecutionResult result = start(); in run() local 60 bool result = true; in parseAttribute() local
|
| D | TaskSequential.cpp | 60 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/ |
| D | Utils.java | 37 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/ |
| D | SmsMessageTest.java | 95 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/ |
| D | UsePermissionTest23.java | 90 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/ |
| D | ScanResultTest.java | 50 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/ |
| D | CharacterStyleTest.java | 32 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/ |
| D | RemoteViewsActivityTest.java | 57 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/ |
| D | CrossProfileWidgetPrimaryUserTest.java | 75 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/ |
| D | SimpleScriptExec.cpp | 32 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/ |
| D | TextToSpeechServiceTest.java | 58 … 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/ |
| D | EditPropertiesTx.java | 24 public final Bundle result; field in EditPropertiesTx 33 Bundle result) { in EditPropertiesTx()
|
| D | GetAccountRemovalAllowedTx.java | 25 public final Bundle result; field in GetAccountRemovalAllowedTx 34 Bundle result) { in GetAccountRemovalAllowedTx()
|
| D | GetAuthTokenLabelTx.java | 23 public final String result; field in GetAuthTokenLabelTx 32 String result) { in GetAuthTokenLabelTx()
|
| /cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
| D | TestAccountAuthenticator.java | 70 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
|