/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-cpp.1 | 772 .IX Item "-A predicate=answer" 773 Make an assertion with the predicate \fIpredicate\fR and answer 778 .IX Item "-A -predicate=answer" 779 Cancel an assertion with the predicate \fIpredicate\fR and answer [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-cpp.1 | 772 .IX Item "-A predicate=answer" 773 Make an assertion with the predicate \fIpredicate\fR and answer 778 .IX Item "-A -predicate=answer" 779 Cancel an assertion with the predicate \fIpredicate\fR and answer [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-cpp.1 | 772 .IX Item "-A predicate=answer" 773 Make an assertion with the predicate \fIpredicate\fR and answer 778 .IX Item "-A -predicate=answer" 779 Cancel an assertion with the predicate \fIpredicate\fR and answer [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-cpp.1 | 772 .IX Item "-A predicate=answer" 773 Make an assertion with the predicate \fIpredicate\fR and answer 778 .IX Item "-A -predicate=answer" 779 Cancel an assertion with the predicate \fIpredicate\fR and answer [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
JmDNSImpl.java | 342 * If an incoming package which needs an answer is truncated, we store it here. We add more incoming DNSRecords to it, until the JmDNS.Responder timer picks it up.<br/> 748 // Check if the answer is in the cache. 757 // Check if the answer is in the cache. [all...] |
/libcore/luni/src/test/java/libcore/java/net/ |
OldSocketTest.java | 667 // right answer 673 // now bind the socket and make sure we get the right answer 709 // right answer 716 // now connect and validate we get the right answer [all...] |
/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/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/ |
v8-deltablue.html | 167 * graph. Answer the constraint that this constraint overrides, if 387 * Answer true if this constraint is satisfied in the current solution. 681 * detected, remove the given constraint and answer 682 * false. Otherwise, answer true. 708 * downstream of the given constraint. Answer a collection of
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 162 * graph. Answer the constraint that this constraint overrides, if 382 * Answer true if this constraint is satisfied in the current solution. 676 * detected, remove the given constraint and answer 677 * false. Otherwise, answer true. 703 * downstream of the given constraint. Answer a collection of
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-deltablue.js | 162 * graph. Answer the constraint that this constraint overrides, if 382 * Answer true if this constraint is satisfied in the current solution. 676 * detected, remove the given constraint and answer 677 * false. Otherwise, answer true. 703 * downstream of the given constraint. Answer a collection of
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-deltablue.js | 162 * graph. Answer the constraint that this constraint overrides, if 382 * Answer true if this constraint is satisfied in the current solution. 676 * detected, remove the given constraint and answer 677 * false. Otherwise, answer true. 703 * downstream of the given constraint. Answer a collection of
|
/external/chromium_org/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/dnsmasq/src/ |
forward.c | 370 /* could not send on, return empty answer or address if known for whole domain */ 428 an unknown type) and the answer is NXDOMAIN, convert that to NODATA, 481 /* spoof check: answer must come from known server, */ 543 /* If the answer is an error, keep the forward record in place in case 870 /* In case of local answer or no connections made. */
|
/external/mdnsresponder/mDNSCore/ |
mDNSEmbeddedAPI.h | 290 mDNSAddrType_Unknown = ~0 // Special marker value used in known answer list recording 676 // There are four basic types: Answer, Unique Answer, Additional, Unique Additional 678 // Bit 6 (value 0x40) is set for answer records; clear for authority/additional records 703 kDNSRecordTypePacketAns = 0xC0, // Received in the Answer Section of a DNS Response 704 kDNSRecordTypePacketAnsUnique = 0xD0, // Received in the Answer Section of a DNS Response with kDNSClass_UniqueRRSet set [all...] |
/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
|
/ndk/sources/host-tools/make-3.81/tests/ |
test_driver.pl | 639 local($answer,$logfile) = @_; 653 if ($slurp eq $answer) { 657 local ($answer_mod) = $answer; 678 &create_file (&get_basefile, $answer); 1154 # This subroutine returns a base (answer) filename with a number
|
/external/chromium/third_party/libevent/ |
evdns.c | 271 int n_answer; /* how many answer RRs have been set? */ 275 struct server_reply_item *answer; /* linked list of answer RRs */ member in struct:server_request 840 /* If it's not an answer, it doesn't correspond to any request. */ 841 if (!(flags & 0x8000)) return -1; /* must be an answer */ 846 /* if (!answers) return; */ /* must have an answer of some form */ 878 /* now we have the answer section which looks like 975 if (flags & 0x8000) return -1; /* Must not be an answer. */ [all...] |
/external/chromium_org/third_party/libevent/ |
evdns.c | 271 int n_answer; /* how many answer RRs have been set? */ 275 struct server_reply_item *answer; /* linked list of answer RRs */ member in struct:server_request 840 /* If it's not an answer, it doesn't correspond to any request. */ 841 if (!(flags & 0x8000)) return -1; /* must be an answer */ 846 /* if (!answers) return; */ /* must have an answer of some form */ 878 /* now we have the answer section which looks like 975 if (flags & 0x8000) return -1; /* Must not be an answer. */ [all...] |
/external/chromium_org/third_party/libphonenumber/src/resources/ |
ShortNumberMetadata.xml | [all...] |
/external/robolectric/lib/test/ |
mockito-core-1.8.5.jar | |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
ZipEntryTest.java | 185 assertTrue("Entry should not answer true to isDirectory", !zentry 188 assertTrue("Entry should answer true to isDirectory", zentry
|
/external/chromium/crypto/ |
hmac_unittest.cc | 173 // HMAC-SHA-1 known answer (20 bytes). 180 // HMAC-SHA-256 known answer (32 bytes).
|
/external/chromium_org/chrome/app/resources/ |
chromium_strings_bg.xtb | 171 <translation id="9171640504251796339">http://www.google.com/support/chrome/bin/answer.py?hl=<ph name="GRITLANGCODE_1"/>&answer=161796</translation>
|
chromium_strings_el.xtb | 178 <translation id="9171640504251796339">http://www.google.com/support/chrome/bin/answer.py?hl=<ph name="GRITLANGCODE_1"/>&answer=161796</translation>
|
chromium_strings_gu.xtb | 175 <translation id="9171640504251796339">http://www.google.com/support/chrome/bin/answer.py?hl=<ph name="GRITLANGCODE_1"/>&answer=161796</translation>
|