HomeSort by relevance Sort by last modified time
    Searched full:answer (Results 1 - 25 of 1115) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/memcheck/tests/
varinfo4.stdout.exp 0 answer is 0
xml1.stdout.exp 1 hello from frame3(). The answer is not 42.
  /external/valgrind/main/none/tests/
floored.stdout.exp 1 the answer is 3
floored.c 9 printf ( "the answer is %d\n", xToI () );
  /external/e2fsprogs/resize/
test_extent.in 22 # Answer: 20
24 # Answer: 21
26 # Answer: 22
28 # Answer: 0 (not found)
30 # Answer: 45
32 # Answer: 0 (not found)
34 # Answer: 50
36 # Answer: 0 (not found)
38 # Answer: 0 (not found)
42 # Answer: 5
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
MAKECMDGOALS 22 $answer = "\n";
23 &compare_output($answer,&get_logfile(1));
31 $answer = "all\n";
32 &compare_output($answer,&get_logfile(1));
41 $answer = "foo bar baz yaz\nfoo bar baz yaz\nfoo bar baz yaz\nfoo bar baz yaz\n";
42 &compare_output($answer,&get_logfile(1));
MAKELEVEL 25 # SET ANSWER
27 $answer = "MAKELEVEL is 0\necho \$MAKELEVEL\n1\n";
31 &compare_output($answer,&get_logfile(1));
CURDIR 16 $answer = "$pwd\n";
17 &compare_output($answer,&get_logfile(1));
  /ndk/tests/build/multi-module-path/jni/
test.c 6 printf("The answer is %d\n", bar());
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
warning 37 $answer = "$makefile:2: warning is yes\nSome stuff\n";
38 &compare_output($answer,&get_logfile(1));
43 $answer = "$makefile:6: warning is no\nSome stuff\n";
44 &compare_output($answer,&get_logfile(1));
49 $answer = "Some stuff\n$makefile:10: warning is maybe\nhi\n";
50 &compare_output($answer,&get_logfile(1));
55 $answer = "Some stuff\n$makefile:14: warning is definitely\nhi\nthere\n";
56 &compare_output($answer,&get_logfile(1));
error 39 $answer = "$makefile:4: *** error is yes. Stop.\n";
40 &compare_output($answer,&get_logfile(1));
45 $answer = "$makefile:8: *** error is no. Stop.\n";
46 &compare_output($answer,&get_logfile(1));
51 $answer = "Some stuff\n$makefile:12: *** error is maybe. Stop.\n";
52 &compare_output($answer,&get_logfile(1));
57 $answer = "Some stuff\n$makefile:16: *** error is definitely. Stop.\n";
58 &compare_output($answer,&get_logfile(1));
63 $answer = "$makefile:22: *** Error found!. Stop.\n";
64 &compare_output($answer,&get_logfile(1))
    [all...]
addsuffix 24 $answer = "src${pathsep}a.b.z.foo.c hacks.c\n";
25 &compare_output($answer,&get_logfile(1));
31 $answer = "\n";
32 &compare_output($answer,&get_logfile(1));
eval 29 # Create the answer to what should be produced by this Makefile
30 $answer = "AA\nBA\n";
32 &compare_output($answer,&get_logfile(1));
55 # Create the answer to what should be produced by this Makefile
56 $answer = "A = A B = B\n";
58 &compare_output($answer,&get_logfile(1));
84 $answer = "it\n";
85 &compare_output($answer,&get_logfile(1));
88 $answer = "it\nworked\n";
89 &compare_output($answer,&get_logfile(1))
    [all...]
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-n 24 $answer = "echo >> intermediate\necho >> final\n";
25 &compare_output($answer, &get_logfile(1));
30 $answer = "echo >> intermediate\necho >> final\n";
31 &compare_output($answer, &get_logfile(1));
59 $answer = "$make_name: `a' is up to date.\n";
60 &compare_output($answer, &get_logfile(1));
65 $answer = "$make_name: `a' is up to date.\n";
66 &compare_output($answer, &get_logfile(1));
dash-f 38 # Create the answer to what should be produced by this Makefile
39 $answer = "This is the output from the original makefile\n";
44 &compare_output($answer,&get_logfile(1));
48 $answer = "This is the output from makefile 2\n";
52 &compare_output($answer,&get_logfile(1));
57 $answer = "This is the output from makefile 3\n";
62 &compare_output($answer,&get_logfile(1));
68 $answer = "This is the output from makefile 2\n";
69 $answer .= "This is the output from the original makefile\n";
70 $answer .= "This is the output from makefile 3\n"
    [all...]
dash-e 20 $answer = "boggle\n";
22 &compare_output($answer,&get_logfile(1));
dash-I 43 # Create the answer to what should be produced by this Makefile
44 $answer = "There should be no errors for this makefile.\n";
45 &compare_output($answer,&get_logfile(1));
48 $answer = "This is another included makefile\n";
50 &compare_output($answer,&get_logfile(1));
53 $answer = "$mkpath ANOTHER -f $makefile
59 &compare_output($answer,&get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
quoting 25 # Create the answer to what should be produced by this Makefile
26 $answer = 'DEFINES = -DDEFAULT_TFM_PATH=\".:NICEFONT\"' . "\n";
30 &compare_output($answer,&get_logfile(1));
varnesting 23 # Create the answer to what should be produced by this Makefile
24 $answer = "Hello\n";
26 &compare_output($answer,&get_logfile(1));
targetvars 64 $answer = "one bar\nfoo two\nBAR=1000\nfoo bar\n";
65 &compare_output($answer,&get_logfile(1));
70 $answer = "one 2\n1 2\n";
71 &compare_output($answer,&get_logfile(1));
76 $answer = "x ok ok\n";
77 &compare_output($answer,&get_logfile(1));
82 $answer = "eight: seven eight\nseven: seven seven\n";
83 &compare_output($answer,&get_logfile(1));
88 $answer = "wallace bar wallace bar\n";
89 &compare_output($answer,&get_logfile(1))
    [all...]
  /external/llvm/test/YAMLParser/
construct-bool.data 4 answer: NO
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
INTERMEDIATE 39 $answer = "cp foo.f foo.e\ncp foo.e foo.d\nrm foo.e\n";
40 &compare_output($answer, &get_logfile(1));
45 $answer = "$make_name: `foo.d' is up to date.\n";
46 &compare_output($answer, &get_logfile(1));
54 $answer = "cp foo.f foo.e\ncp foo.e foo.d\nrm foo.e\n";
55 &compare_output($answer, &get_logfile(1));
60 $answer = "cp foo.f foo.e\ncp bar.f bar.e\ncat foo.e bar.e > foo.c\nrm bar.e foo.e\n";
61 &compare_output($answer, &get_logfile(1));
66 $answer = "$make_name: `foo.c' is up to date.\n";
67 &compare_output($answer, &get_logfile(1))
    [all...]
SECONDARY 39 $answer = "cp foo.f foo.e\ncp foo.e foo.d\n";
40 &compare_output($answer, &get_logfile(1));
47 $answer = "$make_name: `foo.d' is up to date.\n";
48 &compare_output($answer, &get_logfile(1));
56 $answer = "cp foo.f foo.e\ncp foo.e foo.d\n";
57 &compare_output($answer, &get_logfile(1));
62 $answer = "cp foo.e foo.c\n";
63 &compare_output($answer, &get_logfile(1));
70 $answer = "$make_name: `foo.c' is up to date.\n";
71 &compare_output($answer, &get_logfile(1))
    [all...]
  /external/v8/test/mjsunit/
mod.js 30 var answer = 1;
32 if (answer == i) answer = 0;
34 print(j + " % " + i + " = " + answer);
36 assertEquals(answer, m, j + " % " + i);
38 assertEquals(answer, m, j + " % -" + i);
41 assertEquals(-answer, m, j + " % " + i);
43 if (answer == 0) assertEquals(-Infinity, 1/m);
45 assertEquals(-answer, m, j + " % -" + i);
47 if (answer == 0) assertEquals(-Infinity, 1/m)
    [all...]
  /external/easymock/src/org/easymock/internal/
Result.java 41 public Object answer() throws Throwable { method in class:Result.ThrowingAnswer
47 return "Answer throwing " + throwable;
58 public Object answer() throws Throwable { method in class:Result.ReturningAnswer
64 return "Answer returning " + value;
75 public Object answer() throws Throwable { method in class:Result.DelegatingAnswer
98 public static Result createAnswerResult(IAnswer<?> answer) {
99 return new Result(answer, false);
102 public Object answer() throws Throwable { method in class:Result
103 return value.answer();

Completed in 1077 milliseconds

1 2 3 4 5 6 7 8 91011>>