HomeSort by relevance Sort by last modified time
    Searched full:answer (Results 151 - 175 of 2491) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webrtc/talk/session/media/
rtcpmuxfilter_unittest.cc 69 // Received provisional answer without mux enabled.
72 // Received provisional answer with mux enabled.
86 // Received provisional answer without mux enabled.
89 // final answer.
91 // Received provisional answer with mux enabled.
111 // Test that we can receive provisional answer and final answer.
115 // Received provisional answer with mux enabled.
119 // Received provisional answer with mux disabled.
123 // Received final answer with mux enabled
    [all...]
  /frameworks/base/core/tests/coretests/src/android/print/
BasePrintTest.java 49 import org.mockito.stubbing.Answer;
218 Answer<Void> onStartPrinterDiscovery, Answer<Void> onStopPrinterDiscovery,
219 Answer<Void> onValidatePrinters, Answer<Void> onStartPrinterStateTracking,
220 Answer<Void> onRequestCustomPrinterIcon, Answer<Void> onStopPrinterStateTracking,
221 Answer<Void> onDestroy) {
259 Answer<PrinterDiscoverySessionCallbacks> onCreatePrinterDiscoverySessionCallbacks,
260 Answer<Void> onPrintJobQueued, Answer<Void> onRequestCancelPrintJob)
    [all...]
  /external/valgrind/docs/xml/
FAQ.xml 38 <answer id="a-pronounce">
43 </answer>
50 <answer id="a-whence">
68 </answer>
88 <answer id="a-make_dies">
95 </answer>
106 <answer>
108 </answer>
124 <answer id="a-exit_errors">
139 </answer>
    [all...]
  /developers/build/prebuilts/gradle/Quiz/Application/src/main/res/values/
base-strings.xml 28 by answers as actions. When an answer is selected, the corresponding question\'s DataItem is updated,
29 which allows the phone application to update the status of the question (i.e. did the user answer it
  /development/samples/browseable/Quiz/Application/res/values/
base-strings.xml 28 by answers as actions. When an answer is selected, the corresponding question\'s DataItem is updated,
29 which allows the phone application to update the status of the question (i.e. did the user answer it
  /external/e2fsprogs/e2fsck/
problemP.h 42 #define PR_PREEN_NO 0x020000 /* Use No as an answer if preening */
46 #define PR_FORCE_NO 0x100000 /* Force the answer to be no */
  /external/mockito/src/main/java/org/mockito/internal/configuration/
GlobalConfiguration.java 12 import org.mockito.stubbing.Answer;
70 public Answer<Object> getDefaultAnswer() {
  /external/mockito/src/main/java/org/mockito/internal/handler/
NullResultGuardian.java 15 import org.mockito.stubbing.Answer;
47 public void setAnswersForStubbing(List<Answer<?>> answers) {
MockHandlerImpl.java 22 import org.mockito.stubbing.Answer;
89 // look for existing answer for this invocation
95 return stubbedInvocation.answer(invocation);
97 Object ret = mockSettings.getDefaultAnswer().answer(invocation);
114 public void setAnswersForStubbing(List<Answer<?>> answers) {
  /external/mockito/src/main/java/org/mockito/stubbing/
Stubber.java 32 * {@link Mockito#doAnswer(Answer)}
60 * {@link Mockito#doAnswer(Answer)}
124 * Use it for stubbing consecutive calls in {@link Mockito#doAnswer(Answer)} style:
130 * See javadoc for {@link Mockito#doAnswer(Answer)}
132 * @param answer to answer when the stubbed method is called
135 Stubber doAnswer(Answer answer);
OngoingStubbing.java 183 * Sets a generic Answer for the method. E.g:
185 * when(mock.someMethod(10)).thenAnswer(new Answer&lt;Integer&gt;() {
186 * public Integer answer(InvocationOnMock invocation) throws Throwable {
192 * @param answer the custom answer to execute.
196 OngoingStubbing<T> thenAnswer(Answer<?> answer);
199 * Sets a generic Answer for the method.
201 * This method is an alias of {@link #thenAnswer(Answer)}. This alias allows
211 * @param answer the custom answer to execute
    [all...]
  /external/valgrind/memcheck/tests/
xml1.c 15 printf("hello from frame3(). The answer is 42.\n");
17 printf("hello from frame3(). The answer is not 42.\n");
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
AnswerMethod.java 17 package com.android.incallui.answer.impl.answermethod;
25 /** A fragment that can be used to answer/reject calls. */
AnswerMethodHolder.java 17 package com.android.incallui.answer.impl.answermethod;
32 /** Answer the current call. */
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
AnswerHint.java 17 package com.android.incallui.answer.impl.hint;
24 /** Interface to overlay a hint of how to answer the call. */
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/utils/
Interpolators.java 17 package com.android.incallui.answer.impl.utils;
23 * Common interpolators used in answer methods.
  /packages/apps/Dialer/java/com/android/incallui/answer/protocol/
AnswerScreenDelegate.java 17 package com.android.incallui.answer.protocol;
37 * is called from the answer UI to animate the accept and reject action.
  /packages/apps/Dialer/java/com/android/incallui/sessiondata/res/values-en-rAU/
strings.xml 20 <string name="spam_photo_text" msgid="5250301844057954813">"Answer to reveal photo"</string>
21 <string name="spam_message_text" msgid="6522893079398269847">"Answer to reveal message"</string>
  /packages/apps/Dialer/java/com/android/incallui/sessiondata/res/values-en-rGB/
strings.xml 20 <string name="spam_photo_text" msgid="5250301844057954813">"Answer to reveal photo"</string>
21 <string name="spam_message_text" msgid="6522893079398269847">"Answer to reveal message"</string>
  /packages/apps/Dialer/java/com/android/incallui/sessiondata/res/values-en-rIN/
strings.xml 20 <string name="spam_photo_text" msgid="5250301844057954813">"Answer to reveal photo"</string>
21 <string name="spam_message_text" msgid="6522893079398269847">"Answer to reveal message"</string>
  /device/generic/goldfish/include/
qemud.h 46 char answer[2]; local
72 /* read answer from daemon */
73 if (!ReadFully(fd, answer, 2) ||
74 answer[0] != 'O' || answer[1] != 'K') {
  /external/openssh/contrib/cygwin/
README 25 --yes -y Answer all questions with "yes" automatically.
26 --no -n Answer all questions with "no" automatically.
37 package installed. Just run ssh-host-config, but answer "no" when asked
55 --yes -y Answer all questions with "yes" automatically.
56 --no -n Answer all questions with "no" automatically.
  /external/webrtc/webrtc/tools/rtcbot/test/
oneWayVideoStreamingWithDownloadingFile.js 78 test.log("Creating answer");
82 function gotAnswer(answer) {
83 test.log("Got answer");
84 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess,
86 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess,
three_bots_video_conference.js 100 test.log("Creating answer");
104 function gotAnswer(answer) {
105 test.log("Got answer");
106 pc2.setLocalDescription(answer, onSetSessionDescriptionSuccess,
108 pc1.setRemoteDescription(answer, onSetSessionDescriptionSuccess,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
IccPhoneBookInterfaceManagerTest.java 35 import org.mockito.stubbing.Answer;
74 doAnswer(new Answer<Void>() {
76 public Void answer(InvocationOnMock invocation) throws Throwable {
102 doAnswer(new Answer<Void>() {
104 public Void answer(InvocationOnMock invocation) throws Throwable {

Completed in 359 milliseconds

1 2 3 4 5 67 8 91011>>