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

1 2 3 4 5 6 78 91011>>

  /external/qemu/telephony/
android_modem.c 1313 const char* answer = NULL; local
2346 const char* answer; \/* default answer, NULL if needs specific handling or member in struct:__anon11413
2478 const char* answer; local
2528 const char* answer = sDefaultResponses[nn].answer; local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/TypeConversion/
9.3.1-3.js 188 /***** This answer is preferred but -Infinity is also acceptable here *****/
202 // ***** This answer is preferred but -1.7976931348623157e+308 is also acceptable here *****
215 //***** This answer is preferred but -1.7976931348623157e+308 is also acceptable here *****
223 //***** This answer is preferred but Infinity is also acceptable here *****
230 //***** This answer is preferred but 1.7976931348623157e+308 is also acceptable here *****
236 //***** This answer is preferred but Infinity is also acceptable here *****
243 //***** This answer is preferred but 1.7976931348623157e+308 is also acceptable here *****
  /frameworks/base/voip/java/android/net/sip/
SipAudioCall.java 424 String answer = createAnswer(sessionDescription).encode(); local
425 mSipSession.answerCall(answer, SESSION_TIMEOUT);
553 String answer = createAnswer(sessionDescription).encode(); local
554 newSession.answerCall(answer, SESSION_TIMEOUT);
695 * @throws SipException if the SIP service fails to answer the call
700 throw new SipException("No call to answer");
750 SimpleSessionDescription answer =
766 Media reply = answer.newMedia(
782 answer.setAttribute("sendonly", "");
784 answer.setAttribute("recvonly", "")
    [all...]
package.html 26 the instance, such as make a call, answer a call, mute a call, turn on speaker mode, send DTMF
  /frameworks/base/docs/html/tools/workflow/publishing/
publishing.jd 49 href="http://market.android.com/support/bin/answer.py?answer=113469">Upload
87 see <a href="https://support.google.com/androidmarket/developer/bin/answer.py?hl=en&answer=113468">
134 href="http://support.google.com/androidmarket/developer/bin/answer.py?hl=en&answer=1078870">Graphic
142 href="http://support.google.com/androidmarket/developer/bin/answer.py?hl=en&answer=138294&topic=
145 href="http://support.google.com/androidmarket/developer/bin/answer.py?hl=en&answer=138412&topic
    [all...]
  /external/iproute2/lib/
libnetlink.c 274 unsigned groups, struct nlmsghdr *answer,
301 if (answer == NULL)
369 if (answer)
370 memcpy(answer, h, h->nlmsg_len);
377 if (answer) {
378 memcpy(answer, h, h->nlmsg_len);
  /external/skia/include/core/
SkPoint.h 246 /** Scale the point's coordinates by scale, writing the answer into dst.
251 /** Scale the point's coordinates by scale, writing the answer back into
256 /** Rotate the point clockwise by 90 degrees, writing the answer into dst.
261 /** Rotate the point clockwise by 90 degrees, writing the answer back into
266 /** Rotate the point counter-clockwise by 90 degrees, writing the answer
271 /** Rotate the point counter-clockwise by 90 degrees, writing the answer
  /bionic/libc/private/
arpa_nameser_compat.h 105 unsigned aa: 1; /* authoritive answer */
119 unsigned aa :1; /* authoritive answer */
131 unsigned ancount :16; /* number of answer entries */
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 57 // SEC_DISABLED: No crypto in outgoing offer and answer. Fail any
59 // SEC_ENABLED: Crypto in outgoing offer and answer. Fail any offer
62 // SEC_REQUIRED: Crypto in outgoing offer and answer with
rtcpmuxfilter.h 47 // Specifies whether the answer indicates the use of RTCP mux.
  /external/v8/test/mjsunit/
constant-folding.js 212 // Answer is non-Smi so the subtraction is not folded in the code
219 // Answer is non-smi and lhs of << is a temporary heap number that we can
224 // Answer is non-smi and lhs of << is a temporary heap number that we think
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.cc 45 // get a chance to answer the question.
  /external/chromium/chrome/browser/chromeos/login/
captcha_view.h 35 // Called when CAPTCHA answer has been entered.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 50 * @param {!{type:string}} request The external request to answer.
  /external/dropbear/libtommath/
bn_mp_div_d.c 73 /* no easy answer [c'est la vie]. Just division */
  /external/e2fsprogs/resize/
test_extent.c 90 fprintf(out, "# Answer: %u%s\n", num2,
  /external/jmdns/src/javax/jmdns/impl/
DNSOutgoing.java 255 * Add an answer if it is not suppressed.
268 * Add an answer to the message.
291 * Add an authoritative answer to the message.
309 * Add an additional answer to the record. Omit if there is no room.
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSConstants.java 31 public static final int FLAGS_AA = 0x0400; // Authorative answer
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Connector.java 62 * to answer this question accurately and will always return
  /external/openssh/
auth-rsa.c 117 /* Wrong answer. */
120 /* Correct answer. */
126 * and returns true (non-zero) if the client gave the correct answer to
127 * our challenge; returns zero if the client gives a wrong answer.
  /external/skia/include/views/
SkEventSink.h 40 If so, the sink may modify the event to communicate its "answer".
  /external/tcpdump/
ether.h 57 * answer.
fddi.h 44 * answer.
  /external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.cpp 51 // we cancel it here so the WebProcess isn't waiting for an answer forever.
  /frameworks/base/core/java/android/widget/
DoubleDigitManager.java 89 * A single digit was pressed, and it is 'the final answer'.

Completed in 530 milliseconds

1 2 3 4 5 6 78 91011>>