Home
last modified time | relevance | path

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

12345678910>>...14

/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/hostsidetests/appsecurity/test-apps/UsePermissionApp/src/com/android/cts/usepermission/
DUsePermissionTest.java101 MyActivity.Result result = mActivity.getResult(); in testInteractiveGrant() local
145 MyActivity.Result result = mActivity.getResult(); in testRuntimeGroupGrantSpecificity() local
182 MyActivity.Result result = mActivity.getResult(); in testRuntimeGroupGrantExpansion() 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/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/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/tests/tests/telephony/src/android/telephony/cts/
DSmsMessageTest.java92 int[] result = SmsMessage.calculateLength(sms.getMessageBody(), true); in testCreateFromPdu() local
94 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
95 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
126 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
127 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
137 assertEquals(sms.getMessageBody().length(), result[1]); in testCreateFromPdu() local
138 assertRemaining(sms.getMessageBody().length(), result[2], SmsMessage.MAX_USER_DATA_SEPTETS); in testCreateFromPdu() local
301 int[] result = SmsMessage.calculateLength(LONG_TEXT_WITH_32BIT_CHARS, false); in testCalculateLength() local
303 assertEquals(LONG_TEXT_WITH_32BIT_CHARS.length(), result[1]); in testCalculateLength() local
304 assertRemaining(LONG_TEXT_WITH_32BIT_CHARS.length(), result[2], in testCalculateLength() local
/cts/tests/tests/animation/src/android/animation/cts/
DIntEvaluatorTest.java29 int result; in testEvaluate() field in IntEvaluatorTest.AnimationRunnable
37 int result = aRunnable.result; in testEvaluate() 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/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
DResourceCursorAdapterTest.java78 View result = mResourceCursorAdapter.newView(null, null, mParent); in testSetViewResource() local
94 View result = mResourceCursorAdapter.newDropDownView(null, null, mParent); in testSetDropDownViewResource() local
118 View result = mResourceCursorAdapter.newDropDownView(null, null, mParent); in testNewDropDownView() local
134 View result = mResourceCursorAdapter.newView(null, null, mParent); in testNewView() local
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java60 int result = getTts().synthesizeToFile(UTTERANCE, createParams(), sampleFile.getPath()); in testSynthesizeToFile() local
73 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_FLUSH, createParams()); in testSpeak() local
85 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_ADD, null, in testSpeakStop() 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/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/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
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DScanResultTest.java46 ScanResult result = new ScanResult(device, TestUtils.parseScanRecord(SCAN_RECORD), RSSI, in testScanResultParceling() local
64 ScanResult result = new ScanResult(device, TestUtils.parseScanRecord(SCAN_RECORD), RSSI, in testDescribeContents() 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()
DGetAuthTokenLabelTx.java23 public final String result; field in GetAuthTokenLabelTx
32 String result) { in GetAuthTokenLabelTx()
DGetAccountRemovalAllowedTx.java25 public final Bundle result; field in GetAccountRemovalAllowedTx
34 Bundle result) { in GetAccountRemovalAllowedTx()
DHasFeaturesTx.java29 public final Bundle result; field in HasFeaturesTx
40 Bundle result) { in HasFeaturesTx()
DConfirmCredentialsTx.java26 public final Bundle result; field in ConfirmCredentialsTx
37 Bundle result) { in ConfirmCredentialsTx()
/cts/tools/dasm/src/java_cup/
Dlexer.java225 Integer result; in find_single_char() local
300 StringBuffer result = new StringBuffer(); in do_code_string() local
334 StringBuffer result = new StringBuffer(); in do_id() local
386 token result = real_next_token(); in debug_next_token() local
/cts/tests/tests/nativeopengl/standalone/jni/
DGLTestHelper.cpp68 virtual void OnTestPartResult(const TestPartResult& result) { in OnTestPartResult()
81 const char * result = test_info.result()->Passed() ? in OnTestEnd() local
132 virtual void OnTestPartResult(const TestPartResult& result) { in OnTestPartResult()
142 const char * result = test_info.result()->Passed() ? in OnTestEnd() local
227 int result = RUN_ALL_TESTS(); in runGTests() local
244 int result = runGTests(listener, filter_cstr); in runTests() local
256 int result = runGTests(listener, NULL); in runTestsCTS() local
294 int result = env->RegisterNatives(clazz, glTestActMethods, in registerNative() local
/cts/libs/vogar-expect/src/vogar/
DOutcome.java34 private final Result result; field in Outcome
38 public Outcome(String outcomeName, Result result, List<String> outputLines) { in Outcome()
45 public Outcome(String outcomeName, Result result, String outputLine, Date date) { in Outcome()
52 public Outcome(String outcomeName, Result result, String outputLine) { in Outcome()
59 public Outcome(String outcomeName, Result result, Throwable throwable) { in Outcome()

12345678910>>...14