HomeSort by relevance Sort by last modified time
    Searched refs:answer (Results 101 - 125 of 327) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/docs/html/
jd_collections.js 128 "https://support.google.com/googleplay/android-developer/answer/4430948",
160 "https://support.google.com/googleplay/android-developer/answer/113468",
161 "https://support.google.com/googleplay/android-developer/answer/138294",
169 "https://support.google.com/googleplay/android-developer/answer/138294"
270 "https://support.google.com/googleplay/android-developer/answer/1078870",
282 "https://support.google.com/groups/answer/46601",
348 "https://support.google.com/googleplay/android-developer/answer/188189",
349 "https://support.google.com/googleplay/android-developer/answer/1078870",
351 "https://support.google.com/googleplay/android-developer/answer/113477"
560 "https://support.google.com/googleplay/android-developer/answer/138294
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface_unittest.cc 453 scoped_ptr<SessionDescriptionInterface> answer; local
454 EXPECT_TRUE(DoCreateAnswer(answer.use()));
464 EXPECT_TRUE(answer->ToString(&sdp));
473 scoped_ptr<SessionDescriptionInterface> answer; local
474 EXPECT_TRUE(DoCreateAnswer(answer.use()));
477 EXPECT_TRUE(answer->ToString(&sdp));
516 webrtc::JsepSessionDescription* answer = new webrtc::JsepSessionDescription( local
518 EXPECT_TRUE(answer->Initialize(offer, NULL));
519 EXPECT_TRUE(DoSetRemoteDescription(answer));
530 webrtc::JsepSessionDescription* answer local
679 SessionDescriptionInterface* answer = NULL; local
707 SessionDescriptionInterface* answer = NULL; local
731 scoped_ptr<SessionDescriptionInterface> answer; local
1076 webrtc::JsepSessionDescription* answer = new webrtc::JsepSessionDescription( local
1130 SessionDescriptionInterface* answer = local
1199 talk_base::scoped_ptr<SessionDescriptionInterface> answer; local
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
common_includes.py 346 answer = self.ReadLine(default="Y")
347 return answer == "" or answer == "Y" or answer == "y"
411 answer = ""
412 while answer != "LGTM":
414 answer = self.ReadLine(None if self._options.wait_for_lgtm else "LGTM")
415 if answer != "LGTM":
423 answer = ""
424 while answer != "RESOLVED"
    [all...]
  /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...]
  /bionic/libc/arch-mips/string/
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;
  /bionic/libc/arch-mips64/string/
mips_strlen.c 151 static char answer[1024]; local
153 sprintf (answer, "new_strlen=%d: lib_strlen=%d: %s!", mine, libs, result);
156 return answer;
  /external/chromium_org/v8/src/
d8-posix.cc 31 int answer = len; local
48 while (answer > 0) {
49 int c = buffer[answer - 1];
51 if ((c & kUtf8SingleByteMask) == kUtf8SingleByteValue) return answer;
55 answer--;
59 return answer + 2;
61 return answer - 1;
64 return answer + 3;
66 return answer - 1;
69 return answer + 4
    [all...]
heap-inl.h 116 String* answer = String::cast(result); local
117 answer->set_length(str.length());
118 answer->set_hash_field(hash_field);
120 ASSERT_EQ(size, answer->Size());
123 MemCopy(answer->address() + SeqOneByteString::kHeaderSize, str.start(),
126 return answer;
146 String* answer = String::cast(result); local
147 answer->set_length(str.length());
148 answer->set_hash_field(hash_field);
150 ASSERT_EQ(size, answer->Size())
    [all...]
  /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);
  /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/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;
  /cts/libs/deviceutil/src/android/cts/util/
ReadElf.java 438 int answer = 0; local
441 answer = (answer << 8) | (mBuffer[i] & 0xff);
446 answer = (answer << 8) | (mBuffer[i] & 0xff);
450 return answer;
  /external/chromium_org/chrome/browser/media/
webrtc_browsertest_base.cc 279 << "Receiving peer failed to receive offer and create answer: "
282 std::string answer = response.substr(3); local
283 return answer;
286 void WebRtcTestBase::ReceiveAnswer(std::string answer,
289 "ok-accepted-answer",
291 base::StringPrintf("receiveAnswerFromPeer('%s')", answer.c_str()),
309 std::string answer = CreateAnswer(local_offer, to_tab); local
310 ReceiveAnswer(answer, from_tab);
  /external/jmdns/src/javax/jmdns/impl/
DNSQuestion.java 37 DNSRecord answer = jmDNSImpl.getLocalHost().getDNSAddressRecord(this.getRecordType(), DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL); local
38 if (answer != null) {
39 answers.add(answer);
61 DNSRecord answer = jmDNSImpl.getLocalHost().getDNSAddressRecord(this.getRecordType(), DNSRecordClass.UNIQUE, DNSConstants.DNS_TTL); local
62 if (answer != null) {
63 answers.add(answer);
272 * List of previous answer to append.
309 * Checks if we are the only to be able to answer that question.
313 * @return <code>true</code> if we are the only one with the answer to the question, <code>false</code> otherwise.
HostInfo.java 272 DNSRecord answer = this.getDNS4AddressRecord(unique, ttl); local
273 if (answer != null) {
274 list.add(answer);
276 answer = this.getDNS6AddressRecord(unique, ttl);
277 if (answer != null) {
278 list.add(answer);
  /external/chromium_org/sandbox/win/src/
ipc_unittest.cc 160 CrossCallReturn answer; local
166 CrossCall(client, tag1, text, &answer);
176 CrossCall(client, tag2, null_text, &answer);
193 CrossCall(client, tag3, null_text, text, &answer);
210 CrossCall(client, tag1, text2, null_text, text, &answer);
244 CrossCallReturn answer; local
246 CrossCall(client, tag2, dw, &answer);
260 CrossCall(client, tag1, text, h, &answer);
272 CrossCall(client, tag2, h, dw, h, &answer);
400 CrossCallReturn* answer = reinterpret_cast<CrossCallReturn*>(channel) local
442 CrossCallReturn answer; local
541 CrossCallReturn answer; local
613 CrossCallReturn answer; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 172 SessionDescription* answer = CreateAnswer(session->remote_description()); local
173 if (answer == NULL)
176 session->Accept(answer);
310 SessionDescription* answer = NewTunnelSessionDescription(
320 answer->AddTransportInfo(TransportInfo(content_name, *tdesc));
322 delete answer;
323 answer = NULL;
326 return answer;
  /external/mockito/src/org/mockito/internal/handler/
MockHandlerImpl.java 18 import org.mockito.stubbing.Answer;
86 // look for existing answer for this invocation
91 return stubbedInvocation.answer(invocation);
93 Object ret = mockSettings.getDefaultAnswer().answer(invocation);
114 public void setAnswersForStubbing(List<Answer> answers) {
  /frameworks/base/telecomm/java/com/android/internal/telecom/
IConnectionService.aidl 49 void answer(String callId);
  /packages/apps/Mms/src/com/android/mms/ui/
ConfirmRateLimitActivity.java 112 private void doAnswer(boolean answer) {
114 intent.putExtra("answer", answer);
  /external/chromium_org/ipc/
ipc_sync_channel_unittest.cc 97 int answer = 0; local
98 SyncMessage* msg = new SyncChannelTestMsg_AnswerToLife(&answer);
103 DCHECK_EQ(answer, (succeed ? 42 : 0));
107 int answer = 0; local
108 SyncMessage* msg = new SyncChannelTestMsg_Double(5, &answer);
113 DCHECK_EQ(answer, (succeed ? 10 : 0));
129 virtual void OnAnswer(int* answer) { NOTREACHED(); }
136 int answer; local
137 OnAnswer(&answer);
138 SyncChannelTestMsg_AnswerToLife::WriteReplyParams(reply_msg, answer);
466 int answer = 0; variable
945 int answer = 0; local
    [all...]
  /external/e2fsprogs/e2fsck/
problem.c 1766 int answer = -1; local
1827 int def_yn, answer, ans; local
    [all...]
  /external/chromium_org/remoting/webapp/
feedback.js 23 window.open('https://www.google.com/support/chrome/bin/answer.py?' +
24 'answer=1649523');
  /external/chromium_org/third_party/skia/src/animator/
SkScriptCallBack.h 63 virtual bool getResult(size_t ref, SkOperand2* answer) { return false; }
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 35 Int32 *answer);

Completed in 1194 milliseconds

1 2 3 45 6 7 8 91011>>