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

1 2 34 5 6 7 8 91011>>

  /external/easymock/src/org/easymock/internal/
ReplayState.java 59 return result.answer();
103 public void andAnswer(IAnswer<?> answer) {
107 public void andDelegateTo(Object answer) {
119 public void andStubAnswer(IAnswer<?> answer) {
  /external/proguard/examples/annotations/examples/
Application.java 18 System.out.println("The answer is 42");
  /external/valgrind/main/VEX/useful/
fspill.c 17 printf("answer is %f %d\n", r, (int)r );
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
errors 50 $answer = "$rm_command cleanit\n"
68 &compare_output($answer,&get_logfile(1));
77 $answer = "$rm_command cleanit\n"
89 &compare_output($answer,&get_logfile(1));
vpathgpath 60 $answer = "$make_name: Nothing to be done for `general'.\n";
62 &compare_output($answer,&get_logfile(1));
include 41 # Create the answer to what should be produced by this Makefile
43 $answer = "There should be no errors for this makefile.\n";
44 &compare_output($answer, &get_logfile(1));
47 $answer = "This is another included makefile\n";
48 &compare_output($answer, &get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-t 32 $answer = "touch interm-a\ntouch final-a\ntouch interm-b\ntouch final-b\n";
33 &compare_output($answer, &get_logfile(1));
53 $answer = "touch xxx\n";
54 &compare_output($answer, &get_logfile(1));
dash-k 58 # Create the answer to what should be produced by this Makefile
59 $answer = "cc -c main.c
67 &compare_output($answer, &get_logfile(1));
94 $answer = "exit 1
98 &compare_output($answer, &get_logfile(1));
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Application.java 18 System.out.println("The answer is 42");
  /external/valgrind/main/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...]
  /external/chromium/chrome/browser/
plugin_installer_infobar_delegate.cc 61 "support/chrome/bin/answer.py?answer=95697&amp;topic=14687";
  /external/valgrind/main/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");
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
filter-out 25 $answer = "foo.elc foo.elc\n";
26 &compare_output($answer,&get_logfile(1));
if 30 $answer = "1 false\n2\n3\n4 true\n5 true\n6 false\n7 true\n8 false\n9 true hi\n10 fal,sethere\n11 false\n";
31 &compare_output($answer, &get_logfile(1));
call 61 # $answer = "xx yy zz\nok\n";
68 $answer = "foo bar\ndefault file file\nb d f\n\n\nb\nbar foo baz\nfoo bar baz blarp quux \n";
69 &compare_output($answer, &get_logfile(1));
96 $answer = "1 2 3 4 5 6 7 8 9\n1 2 3 4 5\n1 2 3\n1 2 3\n";
97 &compare_output($answer,&get_logfile(1));
sort 42 # Create the answer to what should be produced by this Makefile
43 $answer = "A boy captured_by days end, has jazz_and_a midnight moon_light rise\n"
47 &compare_output($answer,&get_logfile(1));
suffix 36 # Create the answer to what should be produced by this Makefile
39 $answer = ".pl .pl1 .pl .pl3 .perl .c .c\n"
48 &compare_output($answer,&get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/targets/
PHONY 36 $answer = "$delete_command $example clean\n";
43 &compare_output($answer,&get_logfile(1));
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
automatic 37 $answer = "touch $dir/bar.y
45 &compare_output($answer, &get_logfile(1));
71 $answer = ".x\n$dir/foo.x\nx\n\$@.x\n$dir.x\nfoo.x\n$dir/bar.x\nbar.x\n";
72 &compare_output($answer, &get_logfile(1));
75 $answer = ".x\n$dir/x.z.x\nx\n\$@.x\n$dir.x\nx.z.x\n.y\n$dir/y.z.y\n\y\n\$@.y\n$dir.y\ny.z.y\n";
76 &compare_output($answer, &get_logfile(1));
79 $answer = "$dir/biz.x\n$dir.x\nbiz.x\n";
80 &compare_output($answer, &get_logfile(1));
special 50 # $answer = "X1 =\nX2 = all\nLAST = all foo\n";
51 # &compare_output($answer, &get_logfile(1));
  /bionic/libc/private/
resolv_cache.h 75 /* or the answer buffer is too small */
77 RESOLV_CACHE_FOUND /* the cache found the answer */
84 void* answer,
88 /* add a (query,answer) to the cache, only call if _resolv_cache_lookup
95 const void* answer,
  /hardware/libhardware/include/hardware/
qemud.h 68 char answer[2]; local
93 /* read answer from daemon */
94 if (qemud_fd_read(fd, answer, 2) != 2 ||
95 answer[0] != 'O' || answer[1] != 'K') {
  /external/jmdns/src/javax/jmdns/impl/tasks/
Responder.java 21 * The Responder sends a single answer for the specified service infos and for the host name.
70 // According to draft-cheshire-dnsext-multicastdns.txt chapter "6.2 Multi-Packet Known Answer Suppression":
105 // Answer questions
125 logger.finer(this.getName() + "JmDNS Responder Known Answer Removed");
142 for (DNSRecord answer : answers) {
143 if (answer != null) {
144 out = this.addAnswer(out, _in, answer);
  /hardware/libhardware_legacy/qemu/
qemu.c 98 char answer[2]; local
116 /* read answer from daemon */
117 if (qemu_fd_read(fd, answer, 2) != 2 ||
118 answer[0] != 'O' || answer[1] != 'K') {
351 char* answer, int answersize )
388 /* read the answer */
389 ret = qemu_fd_read( fd, answer, len );
391 D("%s: could not read all of answer %d < %d",
  /ndk/sources/host-tools/make-3.81/tests/scripts/misc/
general1 41 # Create the answer to what should be produced by this Makefile
42 $answer = "cc -c main.c\ncc -c kbd.c\ncc -c commands.c\ncc -c display.c
47 if (&compare_output($answer,&get_logfile(1))) {

Completed in 163 milliseconds

1 2 34 5 6 7 8 91011>>