Home
last modified time | relevance | path

Searched defs:answer (Results 1 – 25 of 145) sorted by relevance

123456

/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/omnibox/
DSuggestionAnswerTest.java15 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json); in testMalformedJsonReturnsNull() local
22 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json); in testEmpyJsonReturnsNull() local
32 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json); in testOneLineReturnsNull() local
43 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json); in testTwoLinesDoesntReturnNull() local
55 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json); in testThreeLinesReturnsNull() local
69 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json); in testFiveLinesReturnsNull() local
83 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json); in testPropertyPresence() local
108 SuggestionAnswer answer = SuggestionAnswer.parseAnswerContents(json); in testContents() local
/external/guava/guava-tests/test/com/google/common/collect/
DSortedListsTest.java41 void assertModelAgrees(List<Integer> list, Integer key, int answer, in assertModelAgrees()
46 assertEquals(list.indexOf(key), answer); in assertModelAgrees() local
52 assertEquals(list.lastIndexOf(key), answer); in assertModelAgrees() local
64 assertEquals(list.lastIndexOf(key) + 1, answer); in assertModelAgrees() local
70 assertEquals(list.indexOf(key) - 1, answer); in assertModelAgrees() local
/external/mockito/src/org/mockito/internal/stubbing/answers/
DAnswersValidator.java15 public void validate(Answer<?> answer, Invocation invocation) { in validate()
51 private void validateMockingConcreteClass(CallsRealMethods answer, MethodInfo methodInfo) { in validateMockingConcreteClass()
57 private void validateDoNothing(DoesNothing answer, MethodInfo methodInfo) { in validateDoNothing()
63 private void validateReturnValue(Returns answer, MethodInfo methodInfo) { in validateReturnValue()
77 private void validateException(ThrowsException answer, MethodInfo methodInfo) { in validateException()
/external/easymock/src/org/easymock/internal/
DResult.java41 public Object answer() throws Throwable { in createThrowResult() method in Result.ThrowingAnswer
58 public Object answer() throws Throwable { in createReturnResult() method in Result.ReturningAnswer
75 public Object answer() throws Throwable { in createDelegatingResult() method in Result.DelegatingAnswer
98 public static Result createAnswerResult(IAnswer<?> answer) { in createAnswerResult()
102 public Object answer() throws Throwable { in answer() method in Result
DIMocksControlState.java30 void andAnswer(IAnswer<?> answer); in andAnswer()
32 void andDelegateTo(Object answer); in andDelegateTo()
38 void andStubAnswer(IAnswer<?> answer); in andStubAnswer()
DReplayState.java103 public void andAnswer(IAnswer<?> answer) { in andAnswer()
107 public void andDelegateTo(Object answer) { in andDelegateTo()
119 public void andStubAnswer(IAnswer<?> answer) { in andStubAnswer()
/external/mockito/src/org/mockito/internal/stubbing/
DConsecutiveStubbing.java18 public OngoingStubbing<T> thenAnswer(Answer<?> answer) { in thenAnswer()
23 public OngoingStubbing<T> then(Answer<?> answer) { in then()
27 public DeprecatedOngoingStubbing<T> toAnswer(Answer<?> answer) { in toAnswer()
DOngoingStubbingImpl.java23 public OngoingStubbing<T> thenAnswer(Answer<?> answer) { in thenAnswer()
32 public OngoingStubbing<T> then(Answer<?> answer) { in then()
36 public DeprecatedOngoingStubbing<T> toAnswer(Answer<?> answer) { in toAnswer()
DStubbedInvocationMatcher.java23 public StubbedInvocationMatcher(InvocationMatcher invocation, Answer answer) { in StubbedInvocationMatcher()
28 public Object answer(InvocationOnMock invocation) throws Throwable { in answer() method in StubbedInvocationMatcher
37 public void addAnswer(Answer answer) { in addAnswer()
DInvocationContainerImpl.java48 public void addAnswer(Answer answer) { in addAnswer()
53 public void addConsecutiveAnswer(Answer answer) { in addConsecutiveAnswer()
57 public void addAnswer(Answer answer, boolean isConsecutive) { in addAnswer()
90 public void addAnswerForVoidMethod(Answer answer) { in addAnswerForVoidMethod()
/external/chromium_org/third_party/libjingle/source/talk/session/media/
Dsrtpfilter_unittest.cc149 std::vector<CryptoParams> answer(MakeVector(kTestCryptoParams2)); in TEST_F() local
162 std::vector<CryptoParams> offer, answer; in TEST_F() local
170 std::vector<CryptoParams> answer; in TEST_F() local
179 std::vector<CryptoParams> answer(MakeVector(kTestCryptoParams2)); in TEST_F() local
234 std::vector<CryptoParams> answer(MakeVector(kTestCryptoParams2)); in TEST_F() local
246 std::vector<CryptoParams> answer(MakeVector(kTestCryptoParams2)); in TEST_F() local
256 std::vector<CryptoParams> answer(MakeVector(kTestCryptoParams2)); in TEST_F() local
266 std::vector<CryptoParams> answer(MakeVector(kTestCryptoParams2)); in TEST_F() local
277 std::vector<CryptoParams> answer(MakeVector(kTestCryptoParams2)); in TEST_F() local
287 std::vector<CryptoParams> answer(MakeVector(kTestCryptoParams2)); in TEST_F() local
[all …]
Dmediasession_unittest.cc423 rtc::scoped_ptr<SessionDescription> answer( in TestMediaDirectionInAnswer() local
557 rtc::scoped_ptr<SessionDescription> answer( in TEST_F() local
701 rtc::scoped_ptr<SessionDescription> answer( in TEST_F() local
727 rtc::scoped_ptr<SessionDescription> answer( in TEST_F() local
760 rtc::scoped_ptr<SessionDescription> answer( in TEST_F() local
809 rtc::scoped_ptr<SessionDescription> answer( in TEST_F() local
859 rtc::scoped_ptr<SessionDescription> answer( in TEST_F() local
885 rtc::scoped_ptr<SessionDescription> answer( in TEST_F() local
911 rtc::scoped_ptr<SessionDescription> answer( in TEST_F() local
938 rtc::scoped_ptr<SessionDescription> answer( in TEST_F() local
[all …]
/external/chromium_org/cloud_print/gcp20/prototype/
Ddns_response_builder.cc43 bool answer) { in AppendPtr()
57 bool answer) { in AppendSrv()
80 bool answer) { in AppendA()
94 bool answer) { in AppendAAAA()
108 bool answer) { in AppendTxt()
173 bool answer) { in AddResponse()
/external/mockito/src/org/mockito/
DBDDMockito.java70 BDDMyOngoingStubbing<T> willAnswer(Answer<?> answer); in willAnswer()
76 BDDMyOngoingStubbing<T> will(Answer<?> answer); in will()
126 public BDDMyOngoingStubbing<T> willAnswer(Answer<?> answer) { in willAnswer()
133 public BDDMyOngoingStubbing<T> will(Answer<?> answer) { in will()
190 BDDStubber willAnswer(Answer answer); in willAnswer()
247 public BDDStubber willAnswer(Answer answer) { in willAnswer()
307 public static BDDStubber willAnswer(Answer answer) { in willAnswer()
/external/smack/src/org/jivesoftware/smackx/
DOfflineMessageManager.java113 List<OfflineMessageHeader> answer = new ArrayList<OfflineMessageHeader>(); in getHeaders() local
158 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout()); in getMessages() local
203 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout()); in getMessages() local
248 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout()); in deleteMessages() local
274 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout()); in deleteMessages() local
/external/chromium_org/sandbox/win/src/
Dsync_interception.cc22 CrossCallReturn* answer) { in ProxyCreateEvent()
38 CrossCallReturn* answer) { in ProxyOpenEvent()
88 CrossCallReturn answer = {0}; in TargetNtCreateEvent() local
141 CrossCallReturn answer = {0}; in TargetNtOpenEvent() local
Dprocess_thread_interception.cc72 CrossCallReturn answer = {0}; in TargetNtOpenThread() local
150 CrossCallReturn answer = {0}; in TargetNtOpenProcess() local
195 CrossCallReturn answer = {0}; in TargetNtOpenProcessToken() local
240 CrossCallReturn answer = {0}; in TargetNtOpenProcessTokenEx() local
300 CrossCallReturn answer = {0}; in TargetCreateProcessW() local
378 CrossCallReturn answer = {0}; in TargetCreateProcessA() local
Dcrosscall_client.h321 CrossCallReturn* answer) { in CrossCall()
338 const Par2& p2, CrossCallReturn* answer) { in CrossCall()
356 const Par2& p2, const Par3& p3, CrossCallReturn* answer) { in CrossCall()
378 CrossCallReturn* answer) { in CrossCall()
402 const Par5& p5, CrossCallReturn* answer) { in CrossCall()
428 const Par5& p5, const Par6& p6, CrossCallReturn* answer) { in CrossCall()
457 CrossCallReturn* answer) { in CrossCall()
Dfilesystem_interception.cc66 CrossCallReturn answer = {0}; in TargetNtCreateFile() local
137 CrossCallReturn answer = {0}; in TargetNtOpenFile() local
202 CrossCallReturn answer = {0}; in TargetNtQueryAttributesFile() local
263 CrossCallReturn answer = {0}; in TargetNtQueryFullAttributesFile() local
343 CrossCallReturn answer = {0}; in TargetNtSetInformationFile() local
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsession_unittest.cc524 const webrtc::SessionDescriptionInterface* answer = CreateAnswer(NULL); in VerifyAnswerFromNonCryptoOffer() local
538 scoped_ptr<SessionDescriptionInterface> answer(CreateAnswer(NULL)); in VerifyAnswerFromCryptoOffer() local
654 SessionDescriptionInterface* answer = CreateAnswer(NULL); in CreateAndSetRemoteOfferAndLocalAnswer() local
839 JsepSessionDescription* answer( in CreateRemoteAnswer() local
880 rtc::scoped_ptr<SessionDescriptionInterface> answer( in TestSessionCandidatesWithBundleRtcpMux() local
1246 SessionDescriptionInterface* answer = in TEST_F() local
1299 SessionDescriptionInterface* answer = CreateAnswer(NULL); in TEST_F() local
1414 SessionDescriptionInterface* answer = NULL; in TEST_F() local
1427 SessionDescriptionInterface* answer = NULL; in TEST_F() local
1454 SessionDescriptionInterface* answer = CreateAnswer(NULL); in TEST_F() local
[all …]
/external/mockito/src/org/mockito/stubbing/
DOngoingStubbing.java161 OngoingStubbing<T> thenAnswer(Answer<?> answer); in thenAnswer()
182 OngoingStubbing<T> then(Answer<?> answer); in then()
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
DReturnsSmartNulls.java42 public Object answer(final InvocationOnMock invocation) throws Throwable { in answer() method in ReturnsSmartNulls
64 public Object answer(InvocationOnMock currentInvocation) throws Throwable { in answer() method in ReturnsSmartNulls.ThrowsSmartNullPointer
/external/chromium_org/tools/gyp/test/win/lib-flags/
Danswer.cc7 int answer() { in answer() function
/external/easymock/src/org/easymock/
DIExpectationSetters.java53 IExpectationSetters<T> andAnswer(IAnswer<? extends T> answer); in andAnswer()
91 void andStubAnswer(IAnswer<? extends T> answer); in andStubAnswer()
/external/smack/src/org/jivesoftware/smackx/muc/
DMultiUserChat.java121 public List<DiscoverItems.Item> getNodeItems() { in Connection.addConnectionCreationListener()
214 ArrayList<String> answer = new ArrayList<String>(); in getJoinedRooms() local
255 final List<String> answer = new ArrayList<String>(); in getServiceNames() local
286 List<HostedRoom> answer = new ArrayList<HostedRoom>(); in getHostedRooms() local
568 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout()); in getConfigurationForm() local
601 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout()); in sendConfigurationForm() local
710 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout()); in destroy() local
1390 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout()); in changeAffiliationByOwner() local
1420 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout()); in changeAffiliationByOwner() local
1458 IQ answer = (IQ) response.nextResult(SmackConfiguration.getPacketReplyTimeout()); in changeAffiliationByAdmin() local
[all …]

123456