/external/chromium/chrome/browser/ui/webui/options/ |
sync_setup_handler.cc | 26 "http://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444"; 28 "http://www.google.com/support/accounts/bin/answer.py?answer=48598"; 31 "http://www.google.com/support/chromeos/bin/answer.py?answer=1181035"; 34 "http://www.google.com/support/chrome/bin/answer.py?answer=1181035";
|
/external/clang/test/Rewriter/ |
rewrite-modern-ivars-2.mm | 36 // answer is. 48 // answer is.
|
/system/core/adb/ |
test_track_devices.c | 75 /* read the OKAY answer */ 79 printf( "server answer: %.*s\n", 4, buffer );
|
test_track_jdwp.c | 75 /* read the OKAY answer */ 79 printf( "server answer: %.*s\n", 4, buffer );
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
EncodingInfo.java | 40 * will answer if a character is in the encoding, and do so for a given 192 // that we explictly manage, so we delegate the answer. 205 // that we explictly manage, so we delegate the answer. 220 // If we already know the answer, just return it. 224 // We don't know the answer, so find out, 225 // which may be expensive, then cache the answer 239 // that we explictly manage, so we delegate the answer. 252 // that we explictly manage, so we delegate the answer. 267 // If we already know the answer, just return it. 271 // We don't know the answer, so find out [all...] |
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_source.cc | 25 "https://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444"; 27 "https://www.google.com/support/accounts/bin/answer.py?answer=48598";
|
/external/chromium/chrome/browser/remoting/ |
remoting_resources_source.cc | 26 "https://www.google.com/support/accounts/bin/answer.py?ctx=ch&answer=27444"; 28 "https://www.google.com/support/accounts/bin/answer.py?answer=48598";
|
/external/e2fsprogs/e2fsck/ |
problemP.h | 40 #define PR_PREEN_NO 0x020000 /* Use No as an answer if preening */
|
/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/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 | 61 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) );
|
/frameworks/compile/linkloader/tests/images/ |
simple-test.c | 39 /* Out of range, ignore this answer. */
|
/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 | 59 public IClasspathEntry[] answer() throws Throwable { 81 public String answer() throws Throwable { 88 public String answer() throws Throwable { 95 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
|
/cts/tests/tests/security/src/android/security/cts/ |
ReadElf.java | 396 final int answer; local 398 answer = mBuffer[1] << 8 | mBuffer[0]; 400 answer = mBuffer[0] << 8 | mBuffer[1]; 403 return answer; 410 int answer = 0; local 413 answer = (answer << 8) | (mBuffer[i] & 0xFF); 418 answer = (answer << 8) | mBuffer[i]; 422 return 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 | 50 * among the answer records in order to reduce DNS traffic. It is not supposed 57 * answer packet data as output 62 * the smallest TTL value among the answer records are used as the time 63 * to keep an answer in the cache. 65 * this is bad, but we absolutely want to avoid parsing the answer packets 68 * - the implementation is just a (query-data) => (answer-data) hash table 82 * if the function returns RESOLV_CACHE_FOUND, a copy of the answer data 83 * has been copied into the client-provided answer buffer. 87 * answer to the cache. 92 * note that RESOLV_CACHE_UNSUPPORTED is also returned if the answer buffe 1016 const uint8_t* answer; member in struct:Entry [all...] |
/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/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);
|