HomeSort by relevance Sort by last modified time
    Searched full:answer (Results 51 - 75 of 1944) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
double_colon 49 $answer = "aaa\nbbb\n";
50 &compare_output($answer, &get_logfile(1));
56 $answer = "aaa\nbbb\n";
57 &compare_output($answer, &get_logfile(1));
63 $answer = "aaa\naaa done\nbbb\n";
64 &compare_output($answer, &get_logfile(1));
70 $answer = "aaa\naaa done\nbbb\n";
71 &compare_output($answer, &get_logfile(1));
80 $answer = "f1.h\nfoo FIRST\n";
81 &compare_output($answer, &get_logfile(1))
    [all...]
mult_targets 29 # Create the answer to what should be produced by this Makefile
30 $answer = "I am big\n";
32 &compare_output($answer,&get_logfile(1));
35 $answer = "I am little\n";
36 &compare_output($answer,&get_logfile(1));
override 22 # Create the answer to what should be produced by this Makefile
23 $answer = "First comes the definition.\n"
26 &compare_output($answer,&get_logfile(1));
mult_rules 49 # Create the answer to what should be produced by this Makefile
50 $answer = "$make_name: *** No rule to make target `extra.h', needed by `foo.o'. Stop.\n";
52 &compare_output($answer,&get_logfile(1));
65 # Create the answer to what should be produced by this Makefile
66 $answer = "EXTRA EXTRA\n";
68 &compare_output($answer,&get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
clean 28 # Create the answer to what should be produced by this Makefile
29 $answer = "This makefile did not clean the dir... good\n";
31 &compare_output($answer,&get_logfile(1)) || &error ("abort");
34 $answer = "$delete_command $example\n";
39 &compare_output($answer,&get_logfile(1)) || &error ("abort");
  /external/mockito/src/org/mockito/
BDDMockito.java 7 import org.mockito.stubbing.Answer;
67 * See original {@link OngoingStubbing#thenAnswer(Answer)}
70 BDDMyOngoingStubbing<T> willAnswer(Answer<?> answer);
73 * See original {@link OngoingStubbing#then(Answer)}
76 BDDMyOngoingStubbing<T> will(Answer<?> answer);
124 * @see BDDMockito.BDDMyOngoingStubbing#willAnswer(Answer)
126 public BDDMyOngoingStubbing<T> willAnswer(Answer<?> answer) {
    [all...]
ReturnValues.java 9 import org.mockito.stubbing.Answer;
13 * <b>Instead, please use {@link Answer} interface</b>
18 * Why it is deprecated? ReturnValues is being replaced by Answer
20 * Answer interface has been in Mockito for a while and it has the same responsibility as ReturnValues.
  /external/mockito/src/org/mockito/internal/stubbing/answers/
AnswerReturnValuesAdapter.java 11 import org.mockito.stubbing.Answer;
15 public class AnswerReturnValuesAdapter implements Answer<Object>, Serializable {
24 public Object answer(InvocationOnMock invocation) throws Throwable { method in class:AnswerReturnValuesAdapter
Returns.java 10 import org.mockito.stubbing.Answer;
12 public class Returns implements Answer<Object>, Serializable {
21 public Object answer(InvocationOnMock invocation) throws Throwable { method in class:Returns
ThrowsException.java 10 import org.mockito.stubbing.Answer;
14 public class ThrowsException implements Answer<Object>, Serializable {
24 public Object answer(InvocationOnMock invocation) throws Throwable { method in class:ThrowsException
ThrowsExceptionClass.java 10 import org.mockito.stubbing.Answer;
15 public class ThrowsExceptionClass implements Answer<Object>, Serializable {
25 public Object answer(InvocationOnMock invocation) throws Throwable { method in class:ThrowsExceptionClass
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
value 24 # Create the answer to what should be produced by this Makefile
25 $answer = "FOO = OO FOO = foo FOO = foo FOO = foo\n";
28 &compare_output($answer,&get_logfile(1));
wildcard 44 $answer = "example.1 example.3 example._ example.for example.two\n";
48 &compare_output($answer,&get_logfile(1));
54 $answer = "example.1 example.3 example._\n"
60 &compare_output($answer,&get_logfile(1));
66 $answer = "$delete_command example.1 example.3 example._ example.for example.two";
69 $answer .= " \n";
73 $answer .= "\n";
82 &compare_output($answer,&get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-C 36 # Create the answer to what should be produced by this Makefile
37 $answer = "$make_name: Entering directory `$wpath'\n"
41 &compare_output($answer,&get_logfile(1));
64 # Create the answer to what should be produced by this Makefile
65 $answer = "$make_name: Entering directory `$wpath'\n"
69 &compare_output($answer,&get_logfile(1));
general 16 $answer = "$make_name: Parallel jobs (-j) are not supported on this platform.\n$make_name: Resetting to single job (-j1) mode.\n1foo\n";
19 $answer = "1foo\n";
32 $answer = "";
33 &compare_output($answer, &get_logfile(1));
  /external/mockito/src/org/mockito/internal/
InternalMockHandler.java 12 import org.mockito.stubbing.Answer;
22 void setAnswersForStubbing(List<Answer> answers);
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MFILE_LIST 27 $answer = "$makefile\n$makefile $makefile2\n$makefile $makefile2\n";
28 &compare_output($answer,&get_logfile(1));
  /external/chromium_org/sandbox/win/src/
filesystem_interception.cc 66 CrossCallReturn answer = {0}; local
71 disposition, options, &answer);
78 if (!NT_SUCCESS(answer.nt_status))
79 return answer.nt_status;
82 *file = answer.handle;
83 io_status->Status = answer.nt_status;
84 io_status->Information = answer.extended[0].ulong_ptr;
137 CrossCallReturn answer = {0}; local
139 desired_access, sharing, options, &answer);
146 if (!NT_SUCCESS(answer.nt_status)
202 CrossCallReturn answer = {0}; local
260 CrossCallReturn answer = {0}; local
337 CrossCallReturn answer = {0}; local
    [all...]
process_thread_interception.cc 72 CrossCallReturn answer = {0}; local
74 thread_id, &answer);
78 if (!NT_SUCCESS(answer.nt_status))
91 *thread = answer.handle;
96 return answer.nt_status;
150 CrossCallReturn answer = {0}; local
152 process_id, &answer);
156 if (!NT_SUCCESS(answer.nt_status))
157 return answer.nt_status;
161 *process = answer.handle
195 CrossCallReturn answer = {0}; local
240 CrossCallReturn answer = {0}; local
300 CrossCallReturn answer = {0}; local
378 CrossCallReturn answer = {0}; local
    [all...]
  /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...]
  /external/chromium/chrome/browser/resources/options/
autofill_options.html 29 <a href="https://www.google.com/support/chromeos/bin/answer.py?answer=142893"
33 <a href="https://www.google.com/support/chrome/bin/answer.py?answer=142893"
  /external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/
eightball.h 8 /* Return an answer. Question not required */
  /external/chromium_org/tools/gyp/test/mac/framework-dirs/
calculate.c 9 char* answer);
  /external/chromium_org/tools/gyp/test/win/lib-flags/
ltcg.gyp 18 'sources': ['answer.cc'],
  /external/proguard/examples/annotations/examples/
NativeCallBack.java 17 * Suppose this is a native method that computes an answer.
40 int answer = new NativeCallBack().computeAnswer(); local
42 System.out.println("The answer is " + answer);

Completed in 682 milliseconds

1 23 4 5 6 7 8 91011>>