/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/ |
drm_driver.h | 49 * Type of configuration answer
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsTriangle.cpp | 26 // introduces necessary error with divide; doesn't short circuit on early answer
|
/external/chromium_org/v8/test/webkit/fast/js/ |
string-split-double-empty-expected.txt | 24 This test checks for a regression against split() function returns wrong answer for second empty split.
|
string-split-double-empty.js | 25 'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=44600">split() function returns wrong answer for second empty split</a>.'
|
/external/iptables/iptables/ |
iptables-apply.8 | 17 connection, the user will not be able to answer affirmatively. In this
|
/external/mesa3d/src/gallium/include/state_tracker/ |
drm_driver.h | 49 * Type of configuration answer
|
/external/skia/src/pathops/ |
SkPathOpsTriangle.cpp | 26 // introduces necessary error with divide; doesn't short circuit on early answer
|
/external/smack/src/org/xbill/DNS/ |
Flags.java | 19 /** authoritative answer */
|
/external/valgrind/main/memcheck/tests/ |
wrap4.c | 8 program produces a different answer when run on V (162) from
|
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipAudioCall.java | 418 String answer = createAnswer(sessionDescription).encode(); local 419 mSipSession.answerCall(answer, SESSION_TIMEOUT); 547 String answer = createAnswer(sessionDescription).encode(); local 548 newSession.answerCall(answer, SESSION_TIMEOUT); 694 * @throws SipException if the SIP service fails to answer the call 700 throw new SipException("No call to answer"); 753 SimpleSessionDescription answer = 769 Media reply = answer.newMedia( 785 answer.setAttribute("sendonly", ""); 787 answer.setAttribute("recvonly", "") [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
mbcs.c | 29 CUR_STAT, and answer its length if a character is completed,
|
/packages/apps/InCallUI/src/com/android/incallui/ |
AnswerFragment.java | 82 Log.d(this, "Creating view for answer fragment ", this); 103 Log.d(this, "Show answer UI: " + show); 119 // Answer, Decline, and Respond via SMS. 126 // Answer or Decline.
|
/bionic/libc/netbsd/net/ |
getaddrinfo.c | 211 u_char *answer; /* buffer to put answer */ member in struct:res_target 212 int anslen; /* size of answer buffer */ 2176 u_char *answer; local [all...] |
/bionic/libc/arch-mips/string/ |
mips-string-ops.h | 92 ( 0xbfbebe01 <-- answer without saturation 93 * 0x00000001 <-- answer with saturation 95 * a non-zero answer indicates the presence of a zero in the
|
mips_strlen.c | 150 static char answer[1024]; local 152 sprintf (answer, "new_strlen=%d: lib_strlen=%d: %s!", mine, libs, result); 155 return answer;
|
/external/chromium_org/net/dns/ |
dns_response.h | 46 // |offset| points to the beginning of the answer section. 144 // Returns an iterator to the resource records in the answer section. 160 // Iterator constructed after InitParse positioned at the answer section.
|
/external/chromium_org/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...] |
/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/mockito/src/org/mockito/internal/ |
MockitoCore.java | 143 public Stubber doAnswer(Answer answer) {
146 return new StubberImpl().doAnswer(answer);
|
/external/smack/src/org/jivesoftware/smackx/ |
Form.java | 131 * if the answer type does not correspond with the field type.. 157 * if the answer type does not correspond with the field type. 181 * if the answer type does not correspond with the field type. 205 * if the answer type does not correspond with the field type. 229 * if the answer type does not correspond with the field type. 253 * if the answer type does not correspond with the field type. 285 throw new IllegalStateException("Cannot set an answer if the form is not of type " + 298 * (i.e. #toString) will be actually used when sending the answer to the server. 307 throw new IllegalStateException("Cannot set an answer if the form is not of type " + 341 throw new IllegalStateException("Cannot set an answer if the form is not of type " [all...] |
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommandManager.java | 177 List<String> answer = new ArrayList<String>();
178 answer.add(DISCO_NAMESPACE);
181 answer.add("jabber:x:data");
182 return answer;
186 List<DiscoverInfo.Identity> answer = new ArrayList<DiscoverInfo.Identity>();
189 answer.add(identity);
190 return answer;
309 List<DiscoverItems.Item> answer = new ArrayList<DiscoverItems.Item>();
317 answer.add(item);
320 return answer;
[all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
MultipleAddresses.java | 88 List<Address> answer = new ArrayList<Address>(addresses.size()); local 92 answer.add(address); 96 return answer;
|
/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:__anon37895 81 u_char answer; /* response to request message, see below */ member in struct:__anon37896 95 /* answer values */
|