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

<<11121314151617181920>>

  /external/chromium_org/third_party/skia/src/animator/
SkScriptCallBack.h 63 virtual bool getResult(size_t ref, SkOperand2* answer) { return false; }
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.h 10 * #define INTERMEDIATE_VALUE_KAT to generate the Intermediate Value Known Answer Test.
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.h 35 Int32 *answer);
  /external/qemu/proxy/
proxy_http_connector.c 29 STATE_RECEIVE_ANSWER_LINE2 /* connected, reading server's answer */
127 PROXY_LOG("%s: header sent, receiving first answer line", root->name);
140 PROXY_LOG( "%s: invalid answer from proxy: '%s'",
153 PROXY_LOG("%s: receiving second answer line", root->name);
  /external/skia/src/animator/
SkScriptCallBack.h 63 virtual bool getResult(size_t ref, SkOperand2* answer) { return false; }
  /external/valgrind/main/memcheck/tests/
varinfo4.c 56 printf("answer is %d\n", blah(3,7) );
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidStrictMathTest.java 80 double answer = StrictMath.tan(StrictMath.atan(1.0)); local
81 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0
82 && answer >= 9.9999999999999983E-1);
87 double answer = StrictMath.atan(StrictMath.tan(1.0)); local
88 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0
89 && answer >= 9.9999999999999983E-1);
180 assertTrue("Incorrect answer returned for simple power", StrictMath
183 assertTrue("Incorrect answer returned for larger power", StrictMat
275 double answer = StrictMath.log(StrictMath.exp(d)); local
    [all...]
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributeListImplTest.java 35 multi.addAttribute("answer", "int", "42");
150 assertEquals("answer", multi.getName(2));
183 assertEquals("int", multi.getType("answer"));
196 assertEquals("42", multi.getValue("answer"));
AttributesImplTest.java 36 multi.addAttribute("http://some.other.uri", "answer", "ns2:answer",
97 assertEquals("answer", multi.getLocalName(2));
110 assertEquals("ns2:answer", multi.getQName(2));
149 assertEquals(2, multi.getIndex("http://some.other.uri", "answer"));
163 assertEquals(2, multi.getIndex("ns2:answer"));
177 assertEquals("int", multi.getType("http://some.other.uri", "answer"));
191 assertEquals("int", multi.getType("ns2:answer"));
205 assertEquals("42", multi.getValue("http://some.other.uri", "answer"));
219 assertEquals("42", multi.getValue("ns2:answer"));
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
Mocks.java 62 public IClasspathEntry[] answer() throws Throwable {
84 public String answer() throws Throwable {
91 public String answer() throws Throwable {
98 public String answer() throws Throwable {
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.h 41 /* Send a message to the console asynchronously. Any answer will be
  /external/mockito/src/org/mockito/
MockSettings.java 9 import org.mockito.stubbing.Answer;
23 * //Creates mock with different default answer & name
29 * //Creates mock with different default answer, descriptive name and extra interfaces
107 * <code>doReturn</code>|<code>Throw</code>|<code>Answer</code>|<code>CallRealMethod</code> stubbing style. Example:
130 * It is the default answer so it will be used <b>only when you don't</b> stub the method call.
140 * @param defaultAnswer default answer to be used by mock when not stubbed
144 MockSettings defaultAnswer(Answer defaultAnswer);
  /cts/tests/src/android/os/cts/
ReadElf.java 416 final int answer; local
418 answer = mBuffer[1] << 8 | mBuffer[0];
420 answer = mBuffer[0] << 8 | mBuffer[1];
423 return answer;
430 int answer = 0; local
433 answer = (answer << 8) | (mBuffer[i] & 0xFF);
438 answer = (answer << 8) | mBuffer[i];
442 return answer;
    [all...]
  /external/chromium_org/net/dns/
mdns_cache_unittest.cc 22 // Answer 1
35 // Answer 2
36 // Pointer to answer 1
46 // Answer 1
59 // Answer 2
60 // Pointer to answer 1
70 // Answer 1
83 // Answer 2
101 // Answer 1
114 // Answer
    [all...]
mdns_client_unittest.cc 40 // Answer 1
53 // Answer 2
80 // Answer 1
93 // Answer 2
106 // Answer 1
119 // Answer 2
132 // Answer 1
144 // Answer 2 -- Same key
166 // Answer 1
179 // Answer
    [all...]
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizerTest.java 195 final String PARA_ANSWER = "answer";
197 uq.parseUrl("http://www.google.com/question?answer=13&answer=42");
201 uq.parseQuery("http://www.google.com/question?answer=13&answer=42");
  /bionic/libc/netbsd/resolv/
res_cache.c 51 * among the answer records in order to reduce DNS traffic. It is not supposed
58 * answer packet data as output
63 * the smallest TTL value among the answer records are used as the time
64 * to keep an answer in the cache.
66 * this is bad, but we absolutely want to avoid parsing the answer packets
69 * - the implementation is just a (query-data) => (answer-data) hash table
83 * if the function returns RESOLV_CACHE_FOUND, a copy of the answer data
84 * has been copied into the client-provided answer buffer.
88 * answer to the cache.
93 * note that RESOLV_CACHE_UNSUPPORTED is also returned if the answer buffe
1012 const uint8_t* answer; member in struct:Entry
    [all...]
  /frameworks/base/docs/html/distribute/googleplay/publish/
preparing.jd 151 <li><strong><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=188189">Rating your application content for Google Play</a></strong> &mdash; Help Center document describing content ratings levels and how to choose the appropriate one for your app.</li>
188 <li><strong><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=138294&topic=2365624&ctx=topic">Supported locations for distributing applications</a></strong> on Google Play.
345 <li><strong><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=1169947&topic=15867&ctx=topic">Selling Apps in Multiple Currencies
348 <li><strong><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=138412&topic=15867&ctx=topic">Prices and supported currencies
351 <li><strong><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=112622&topic=15867&ctx=topic">Transaction Fee
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsessiondescriptionfactory.cc 336 // an answer should also contain new ice ufrag and password if an offer has
352 // If the answer is different from the offer in any way (different IP
353 // addresses, ports, etc.), the origin line MUST be different in the answer.
354 // In that case, the version number in the "o=" line of the answer is
359 JsepSessionDescription* answer(new JsepSessionDescription(
361 if (!answer->Initialize(desc, session_id_,
363 delete answer;
372 CopyCandidatesFromSessionDescription(session_->local_description(), answer);
375 PostCreateSessionDescriptionSucceeded(request.observer, answer);
  /external/ganymed-ssh2/examples/
SwingShell.java 97 String answer; field in class:SwingShell.EnterSomethingDialog
152 answer = new String(passwordField.getPassword());
154 answer = answerField.getText();
488 if (esd.answer == null)
491 result[i] = esd.answer;
570 boolean res = conn.authenticateWithPublicKey(username, key, esd.answer);
590 boolean res = conn.authenticateWithPublicKey(username, key, esd.answer);
639 if (esd.answer == null)
642 boolean res = conn.authenticateWithPassword(username, esd.answer);
  /external/chromium_org/v8/src/
heap-inl.h 154 String* answer = String::cast(result); local
155 answer->set_length(str.length());
156 answer->set_hash_field(hash_field);
158 ASSERT_EQ(size, answer->Size());
161 OS::MemCopy(answer->address() + SeqOneByteString::kHeaderSize,
164 return answer;
186 String* answer = String::cast(result); local
187 answer->set_length(str.length());
188 answer->set_hash_field(hash_field);
190 ASSERT_EQ(size, answer->Size())
799 double answer = Calculate(input); local
    [all...]
serialize.h 177 int32_t answer;
178 ASSERT(position_ + sizeof(answer) <= length_ + 0u);
179 answer = *reinterpret_cast<const int32_t*>(data_ + position_);
181 int32_t answer = data_[position_];
182 answer |= data_[position_ + 1] << 8;
183 answer |= data_[position_ + 2] << 16;
184 answer |= data_[position_ + 3] << 24;
186 return answer;
302 uint32_t answer = GetUnalignedInt();
303 int bytes = answer & 3
    [all...]
  /external/v8/src/
heap-inl.h 127 String* answer = String::cast(result); local
128 answer->set_length(str.length());
129 answer->set_hash_field(hash_field);
131 ASSERT_EQ(size, answer->Size());
134 memcpy(answer->address() + SeqAsciiString::kHeaderSize,
137 return answer;
160 String* answer = String::cast(result); local
161 answer->set_length(str.length());
162 answer->set_hash_field(hash_field);
164 ASSERT_EQ(size, answer->Size())
688 double answer = Calculate(input); local
    [all...]
d8.h 83 i::HashMap::Entry* answer = hash_map_.Lookup( local
87 if (!answer) return NULL;
88 return reinterpret_cast<Counter*>(answer->value);
91 i::HashMap::Entry* answer = hash_map_.Lookup( local
95 ASSERT(answer != NULL);
96 answer->value = value;
  /external/jmdns/src/javax/jmdns/impl/
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);

Completed in 983 milliseconds

<<11121314151617181920>>