HomeSort by relevance Sort by last modified time
    Searched refs:Answer (Results 51 - 68 of 68) sorted by null

1 23

  /external/mockito/src/org/mockito/internal/handler/
MockHandlerImpl.java 18 import org.mockito.stubbing.Answer;
86 // look for existing answer for this invocation
91 return stubbedInvocation.answer(invocation);
93 Object ret = mockSettings.getDefaultAnswer().answer(invocation);
114 public void setAnswersForStubbing(List<Answer> answers) {
  /external/mockito/src/org/mockito/internal/stubbing/defaultanswers/
ReturnsEmptyValues.java 13 import org.mockito.stubbing.Answer;
32 * Default answer of every Mockito mock.
54 public class ReturnsEmptyValues implements Answer<Object>, Serializable {
61 * @see org.mockito.stubbing.Answer#answer(org.mockito.invocation.InvocationOnMock)
63 public Object answer(InvocationOnMock invocation) { method in class:ReturnsEmptyValues
  /packages/apps/Messaging/tests/src/com/android/messaging/
FakeFactory.java 47 import org.mockito.stubbing.Answer;
89 .thenAnswer(new Answer<String>() {
91 public String answer(final InvocationOnMock invocation) throws Throwable {
98 new Answer<String>() {
100 public String answer(final InvocationOnMock invocation) throws Throwable {
107 new Answer<String>() {
109 public String answer(final InvocationOnMock invocation) throws Throwable {
  /frameworks/base/tools/aidl/
options_test.cpp 8 struct Answer {
57 test(const Answer& answer)
60 while (answer.argv[argc]) {
67 int result = parse_options(argc, answer.argv, &options);
70 if (((bool)result) != ((bool)answer.result)) {
72 answer.result << endl;
82 if (!match_arrays(answer.systemSearchPath, options.systemSearchPath)) {
86 print_array(" ", answer.systemSearchPath);
91 if (!match_arrays(answer.localSearchPath, options.localSearchPath))
    [all...]
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
AppWidgetTest.java 63 import org.mockito.stubbing.Answer;
782 doAnswer(new Answer<Void>() {
784 public Void answer(InvocationOnMock invocation) throws Throwable {
    [all...]
  /external/v8/test/mjsunit/
constant-folding.js 212 // Answer is non-Smi so the subtraction is not folded in the code
219 // Answer is non-smi and lhs of << is a temporary heap number that we can
224 // Answer is non-smi and lhs of << is a temporary heap number that we think
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ComponentContextFixture.java 28 import org.mockito.stubbing.Answer;
330 doAnswer(new Answer<List<ResolveInfo>>() {
332 public List<ResolveInfo> answer(InvocationOnMock invocation) throws Throwable {
339 doAnswer(new Answer<List<ResolveInfo>>() {
341 public List<ResolveInfo> answer(InvocationOnMock invocation) throws Throwable {
350 doAnswer(new Answer<Void>(){
352 public Void answer(InvocationOnMock invocation) throws Throwable {
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/
ComposeMessageViewTest.java 47 import org.mockito.stubbing.Answer;
111 Mockito.doAnswer(new Answer() {
113 public Object answer(InvocationOnMock invocation) throws Throwable {
  /external/mockito/src/org/mockito/internal/
MockitoCore.java 143 public Stubber doAnswer(Answer answer) {
146 return new StubberImpl().doAnswer(answer);
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js 171 * graph. Answer the constraint that this constraint overrides, if
391 * Answer true if this constraint is satisfied in the current solution.
685 * detected, remove the given constraint and answer
686 * false. Otherwise, answer true.
712 * downstream of the given constraint. Answer a collection of
  /external/v8/benchmarks/
deltablue.js 168 * graph. Answer the constraint that this constraint overrides, if
388 * Answer true if this constraint is satisfied in the current solution.
682 * detected, remove the given constraint and answer
683 * false. Otherwise, answer true.
709 * downstream of the given constraint. Answer a collection of
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /external/vogar/lib/
mockito-all-1.8.5.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtccore.h     [all...]
tapi3if.h     [all...]

Completed in 1339 milliseconds

1 23