HomeSort by relevance Sort by last modified time
    Searched full:answer (Results 201 - 225 of 1944) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/installer/setup/eula/
oem_zh-CN.html 37 <label for="accept"><b>???</b>????????????????? Google?????????????<a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=zh_CN">????</a>
oem_zh-TW.html 37 <label for="accept"><b>????</b>?????????????????? Google?????????????Google ?????????<a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=zh_TW">?????</a>
  /external/chromium_org/google_apis/gaia/
gaia_auth_util.h 19 // http://mail.google.com/support/bin/answer.py?hl=en&ctx=mail&answer=10313#
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
SdpObserver.java 32 /** Called on success of Create{Offer,Answer}(). */
38 /** Called on error of Create{Offer,Answer}(). */
  /external/clang/test/SemaObjC/
arc-cf.m 57 NSString* answer = @"42";
58 int ans = CFStringGetIntValue(answer); // expected-error {{incompatible pointer types passing retainable parameter of type 'NSString *__strong'to a CF function expecting 'CFStringRef'}}
  /external/mockito/src/org/mockito/internal/handler/
InvocationNotifierHandler.java 15 import org.mockito.stubbing.Answer;
76 public void setAnswersForStubbing(List<Answer> answers) {
  /external/smack/src/org/jivesoftware/smack/
PrivacyList.java 29 * <li>Answer if it is the default list.</li>
30 * <li>Answer if it is the active list.</li>
  /external/v8/tools/
common-includes.sh 54 read ANSWER
55 if [[ -z "$ANSWER" || "$ANSWER" == "Y" || "$ANSWER" == "y" ]] ; then
168 unset ANSWER
169 while [ "$ANSWER" != "LGTM" ] ; do
170 [[ -n "$ANSWER" ]] && echo "That was not 'LGTM'."
172 read ANSWER
  /external/easymock/src/org/easymock/internal/
MocksControl.java 159 public IExpectationSetters<Object> andAnswer(IAnswer<? extends Object> answer) {
161 state.andAnswer(answer);
168 public IExpectationSetters<Object> andDelegateTo(Object answer) {
170 state.andDelegateTo(answer);
193 public void andStubAnswer(IAnswer<? extends Object> answer) {
195 state.andStubAnswer(answer);
  /external/jmdns/src/javax/jmdns/impl/
DNSMessage.java 232 for (DNSRecord answer : _answers) {
234 buf.append(answer);
237 for (DNSRecord answer : _authoritativeAnswers) {
239 buf.append(answer);
242 for (DNSRecord answer : _additionals) {
244 buf.append(answer);
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.
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 65 Int32 *answer)
76 case NUserAnswerMode::kNo: *answer = NOverwriteAnswer::kNo; break;
77 case NUserAnswerMode::kNoAll: *answer = NOverwriteAnswer::kNoToAll; break;
78 case NUserAnswerMode::kYesAll: *answer = NOverwriteAnswer::kYesToAll; break;
79 case NUserAnswerMode::kYes: *answer = NOverwriteAnswer::kYes; break;
80 case NUserAnswerMode::kAutoRenameAll: *answer = NOverwriteAnswer::kAutoRename; break;
  /external/qemu/telephony/
simulator.c 77 const char* answer; local
80 answer = amodem_send( modem, cmd );
81 if (answer == NULL) /* not an AT command, ignored */ {
82 printf( "-- NO ANSWER\n" );
86 dump_line( answer, ">> " );
87 client_append( client, answer, -1 );
  /external/chromium_org/net/dns/
dns_response_unittest.cc 182 // Answer 1
196 // Answer 2
197 0xc0, 0x35, // NAME is a pointer to name in Answer 1.
286 // Answer 1
347 // Answer 1
461 // Header: 1 question, 1 answer RR
465 // Answer: name = 'a', type = A, TTL = 0xFF, RDATA = 10.10.10.10
471 // Header: 1 question, 1 answer RR
475 // Answer: name = 'a', type = CNAME, TTL = 0xFF, RDATA = 'foo' (truncated)
481 // Header: 1 question, 1 answer R
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 354 mDNSlocal void FoundInstance(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
365 if (answer->rrtype != kDNSType_PTR)
366 { LogMsg("FoundInstance: Should not be called with rrtype %d (not a PTR record)", answer->rrtype); return; }
368 if (!DeconstructServiceName(&answer->rdata->u.name, &name, &type, &domain))
371 answer->name->c, answer->rdata->u.name.c);
440 mDNSlocal void FoundServiceInfo(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord)
446 if (answer->rrtype == kDNSType_SRV && x->SRV == answer) x->SRV = mDNSNULL;
447 if (answer->rrtype == kDNSType_TXT && x->TXT == answer) x->TXT = mDNSNULL
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.h 103 // Indicates which crypto algorithms and keys were contained in the answer.
157 ST_SENTPRANSWER_NO_CRYPTO, // Sent provisional answer without crypto.
158 // Received provisional answer without crypto.
160 ST_ACTIVE, // Offer and answer set.
162 // When the answer is set, the state transitions to ST_ACTIVE or ST_INIT.
165 // When the answer is set, the state transitions back to ST_ACTIVE.
167 // SRTP filter is active but the sent answer is only provisional.
168 // When the final answer is set, the state transitions to ST_ACTIVE or
171 // SRTP filter is active but the received answer is only provisional.
172 // When the final answer is set, the state transitions to ST_ACTIVE o
    [all...]
mediasession.cc 912 MediaContentDescriptionImpl<C>* answer) {
915 answer->AddCodecs(negotiated_codecs);
916 answer->SortCodecs();
917 answer->set_protocol(offer->protocol());
922 answer->set_rtp_header_extensions(negotiated_rtp_extensions);
924 answer->set_rtcp_mux(options.rtcp_mux_enabled && offer->rtcp_mux());
932 answer->AddCrypto(crypto);
936 if (answer->cryptos().empty() &&
942 answer->type(), options.streams, current_streams,
943 answer, add_legacy_stream))
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 101 double answer = Math.tan(Math.atan(1.0)); local
102 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0
103 && answer >= 9.9999999999999983E-1);
108 double answer = Math.atan(Math.tan(1.0)); local
109 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0
110 && answer >= 9.9999999999999983E-1);
155 assertEquals("Incorrect answer", 1.0, Math.cos(0), 0D);
156 assertEquals("Incorrect answer", 0.5403023058681398, Math.cos(1), 0D)
276 double answer = Math.log(Math.exp(d)); local
    [all...]
  /bionic/libc/private/
resolv_cache.h 95 /* or the answer buffer is too small */
97 RESOLV_CACHE_FOUND /* the cache found the answer */
105 void* answer,
109 /* add a (query,answer) to the cache, only call if _resolv_cache_lookup
117 const void* 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);
402 CrossCallReturn* answer = reinterpret_cast<CrossCallReturn*>(channel) local
444 CrossCallReturn answer; local
543 CrossCallReturn answer; local
615 CrossCallReturn answer; local
    [all...]
  /external/mockito/src/org/mockito/internal/creation/
MockSettingsImpl.java 18 import org.mockito.stubbing.Answer;
75 public MockSettings defaultAnswer(Answer defaultAnswer) {
83 public Answer<Object> getDefaultAnswer() {
  /external/smack/src/org/xbill/DNS/
SetResponse.java 112 /** Is the answer to the query unknown? */
118 /** Is the answer to the query that the name does not exist? */
124 /** Is the answer to the query that the name exists, but the type does not? */
  /external/valgrind/unittest/
test_utils.h 67 const char *answer = ThreadSanitizerQuery(query); local
68 if (answer == NULL) {
72 return string(answer) == expected_answer;
  /hardware/libhardware_legacy/
qemu.h 77 /* sends a question to the hw-control channel, then receive an answer in
78 * a user-allocated buffer. returns the length of the answer, or -1
84 char* answer, int answersize );
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath 51 # Create the answer to what should be produced by this Makefile
52 $answer = "cc -c $workdir${pathsep}main.c\ncc -c kbd.c\ncc -c commands.c\n"
57 if (&compare_output($answer,&get_logfile(1)))

Completed in 962 milliseconds

1 2 3 4 5 6 7 891011>>