Home
last modified time | relevance | path

Searched refs:answer (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/net/jni/
DNativeDnsJni.c33 struct addrinfo *answer; in Java_android_net_cts_DnsTest_testNativeDns() local
35 int res = getaddrinfo(node, service, NULL, &answer); in Java_android_net_cts_DnsTest_testNativeDns()
43 struct addrinfo *current = answer; in Java_android_net_cts_DnsTest_testNativeDns()
60 freeaddrinfo(answer); in Java_android_net_cts_DnsTest_testNativeDns()
61 answer = NULL; in Java_android_net_cts_DnsTest_testNativeDns()
69 res = getaddrinfo(node, service, NULL, &answer); in Java_android_net_cts_DnsTest_testNativeDns()
76 struct addrinfo *current = answer; in Java_android_net_cts_DnsTest_testNativeDns()
93 freeaddrinfo(answer); in Java_android_net_cts_DnsTest_testNativeDns()
94 answer = NULL; in Java_android_net_cts_DnsTest_testNativeDns()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTarget.java285 Floaty answer = new Floaty(a.mNumberOfBits, values); in sqrt() local
287 answer.ExpandRangeByUlpFactor(); in sqrt()
288 return answer; in sqrt()
518 double answer; in smallestNormal() local
520 answer = Float16Utils.MIN_NORMAL; in smallestNormal()
522 answer = Float.MIN_NORMAL; in smallestNormal()
524 answer = Double.MIN_NORMAL; in smallestNormal()
527 answer = -answer; in smallestNormal()
529 return answer; in smallestNormal()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DReadElf.java438 int answer = 0; in readX() local
441 answer = (answer << 8) | (mBuffer[i] & 0xff); in readX()
446 answer = (answer << 8) | (mBuffer[i] & 0xff); in readX()
450 return answer; in readX()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java799 public Void answer(InvocationOnMock invocation) throws Throwable { in testUpdateAppWidgetViaComponentName()
878 public Void answer(InvocationOnMock invocation) throws Throwable { in testUpdateAppWidgetViaWidgetId()
967 public Void answer(InvocationOnMock invocation) throws Throwable { in testUpdateAppWidgetViaWidgetIds()
1048 public Void answer(InvocationOnMock invocation) throws Throwable { in testPartiallyUpdateAppWidgetViaWidgetId()
1128 public Void answer(InvocationOnMock invocation) throws Throwable { in testPartiallyUpdateAppWidgetViaWidgetIds()
1152 public Void answer(InvocationOnMock invocation) throws Throwable { in testPartiallyUpdateAppWidgetViaWidgetIds()
1222 public Void answer(InvocationOnMock invocation) throws Throwable { in testCollectionWidgets()
1263 public Integer answer(InvocationOnMock invocation) throws Throwable { in testCollectionWidgets()
1269 public RemoteViews answer(InvocationOnMock invocation) throws Throwable { in testCollectionWidgets()
1281 public Integer answer(InvocationOnMock invocation) throws Throwable { in testCollectionWidgets()
[all …]
/cts/tests/tests/telecom/src/android/telecom/cts/
DExtendedInCallServiceTest.java221 call.answer(VideoProfile.STATE_AUDIO_ONLY); in testAnswerIncomingCallAudioOnly()
261 call1.answer(VideoProfile.STATE_AUDIO_ONLY); in testAcceptRingingCallTwoCalls()
293 call1.answer(VideoProfile.STATE_AUDIO_ONLY); in testAcceptRingingCallTwoCallsCarMode()
368 call.answer(VideoProfile.STATE_BIDIRECTIONAL); in testAnswerIncomingCallAsVideo_SendsCorrectVideoState()
DMockConnection.java63 mRemoteConnection.answer(); in onAnswer()
DRemoteConnectionTest.java107 call.answer(VideoProfile.STATE_AUDIO_ONLY); in testRemoteConnectionIncomingCallAccept()
/cts/tests/tests/widget/src/android/widget/cts/
DMultiAutoCompleteTextViewTest.java145 public CharSequence answer(InvocationOnMock invocation) throws Throwable { in testPerformValidation()
DRemoteViewsWidgetTest.java164 public RemoteViews answer(InvocationOnMock invocation) throws Throwable { in setup()