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

1 2 3 4 5 67 8 91011>>

  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasTest.java 198 int[] answer = new int[] {2, 7, 1, 8}; local
199 for (int i = 0; i < answer.length; i++) {
200 assertEquals(answer[i], mResult[i]);
243 int[] answer = new int[] { local
253 if (answer[i * 2] == mResult[j * 2] &&
254 answer[i * 2 + 1] == mResult[j * 2 + 1]) {
  /bionic/libc/stdlib/
div.c 62 * if num >= 0, but r.rem < 0, we got the wrong answer.
63 * In that case, to get the right answer, add 1 to r.quot and
  /external/chromium/chrome/browser/chromeos/login/
authenticator.h 93 // http://mail.google.com/support/bin/answer.py?hl=en&ctx=mail&answer=10313#
  /external/clang/test/CodeGenObjC/
ivar-layout-64.m 57 // answer is.
69 // answer is.
  /external/llvm/docs/HistoricalNotes/
2001-02-06-TypeNotationDebateResp1.txt 15 But in fact, if you read the entire answer carefully, he came to the same
52 the answer is the former. Sometimes, you have to give up a better idea
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTestCase.java 57 * Answer whether the OS supports the given socket option.
128 * Answer a string for the socket option given.
  /packages/apps/Mms/src/com/android/mms/util/
RateController.java 64 mAnswer = intent.getBooleanExtra("answer", false)
150 Log.v(TAG, "Waiting for answer..." + t / 1000);
  /packages/apps/Phone/res/values/
array.xml 56 - Answer (drag right)
80 - Answer (drag right)
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 35 read -p "Do you want to proceed? " ANSWER
37 if [ "$ANSWER" != "yes" ]
  /external/bison/
README 20 not answer them, please send mail to <help-bison@gnu.org>.
  /external/bluetooth/bluez/tools/
l2ping.8 3 l2ping \- Send L2CAP echo request and receive answer
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 26 // get a chance to answer the question.
  /external/iptables/iptables/
iptables-apply.8 17 connection, the user will not be able to answer affirmatively. In this
  /external/valgrind/main/memcheck/tests/
wrap4.c 8 program produces a different answer when run on V (162) from
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardViewProperties.java 25 * Knows how to create a lock pattern keyguard view, and answer questions about
  /ndk/sources/host-tools/sed-4.2.1/sed/
mbcs.c 29 CUR_STAT, and answer its length if a character is completed,
  /bionic/libc/netbsd/net/
getaddrinfo.c 210 u_char *answer; /* buffer to put answer */ member in struct:res_target
211 int anslen; /* size of answer buffer */
2171 u_char *answer; local
    [all...]
  /external/mdnsresponder/mDNSPosix/
Client.c 39 static void BrowseCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
55 assert(answer->rrtype == kDNSType_PTR);
57 DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain);
  /external/v8/src/
d8-posix.cc 54 int answer = len; local
71 while (answer > 0) {
72 int c = buffer[answer - 1];
74 if ((c & kUtf8SingleByteMask) == kUtf8SingleByteValue) return answer;
78 answer--;
82 return answer + 2;
84 return answer - 1;
87 return answer + 3;
89 return answer - 1;
92 return answer + 4
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 54 unsigned aa: 1; /* authoritive answer */
68 unsigned aa :1; /* authoritive answer */
80 unsigned ancount :16; /* number of answer entries */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
talkd.h 62 u_char answer; /* not used */ member in struct:__anon23472
81 u_char answer; /* response to request message, see below */ member in struct:__anon23473
95 /* answer values */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 54 unsigned aa: 1; /* authoritive answer */
68 unsigned aa :1; /* authoritive answer */
80 unsigned ancount :16; /* number of answer entries */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 62 u_char answer; /* not used */ member in struct:__anon25062
81 u_char answer; /* response to request message, see below */ member in struct:__anon25063
95 /* answer values */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 54 unsigned aa: 1; /* authoritive answer */
68 unsigned aa :1; /* authoritive answer */
80 unsigned ancount :16; /* number of answer entries */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 62 u_char answer; /* not used */ member in struct:__anon26574
81 u_char answer; /* response to request message, see below */ member in struct:__anon26575
95 /* answer values */

Completed in 447 milliseconds

1 2 3 4 5 67 8 91011>>