/frameworks/base/docs/html/google/play/billing/ |
billing_testing.jd | 199 IN_APP_NOTIFY messages</a> and <a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=1153485">In-app Billing 294 href="http://market.android.com/support/bin/answer.py?answer=190860">Updating Google 336 <a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=113469">Uploading 357 href="http://market.android.com/support/bin/answer.py?answer=190860">Updating Google
|
/frameworks/base/docs/html/ |
support.jd | 53 <a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=1085703&topic=15868&ctx=topic">Report a Google Play policy violation</a>
|
/libcore/support/src/test/java/tests/support/ |
Support_StringWriter.java | 72 * Answer the contents of this StringWriter as a StringBuffer. Any changes 85 * Answer the contents of this StringWriter as a String. Any changes made to
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
word | 32 $answer = "6\n" 44 &compare_output($answer, &get_logfile(1));
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
general3 | 43 $answer = "FOO = foo\n"; 44 &compare_output($answer,&get_logfile(1));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libresolv-2.7.so | |
libresolv.so | |
libresolv.so.2 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libresolv-2.7.so | |
libresolv.so | |
libresolv.so.2 | |
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
feedback.html | 103 I can't promise a swift answer, or any answer at all, for that matter, but I
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
SupportLibraryHelper.java | 112 int answer = dialog.open(); local 113 if (answer == 0) {
|
/system/core/adb/ |
OVERVIEW.TXT | 99 The server should answer a request with one of the following: 116 the "OKAY" answer, all further requests made by the client will go
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
FloatTest.java | 833 String answer; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 96 answer = 0L 104 answer = answer << bits 106 answer = answer | ((1 << bits) - 1) 110 answer = -answer 111 return answer 117 answer = 0L 119 answer = (answer << SHIFT) | random.randint(0, MASK [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 96 answer = 0L 104 answer = answer << bits 106 answer = answer | ((1 << bits) - 1) 110 answer = -answer 111 return answer 117 answer = 0L 119 answer = (answer << SHIFT) | random.randint(0, MASK [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_pool.cc | 74 bool answer = false; local 80 answer = transport_params_->getUID(uid); 87 answer = http_proxy_params_->getUID(uid); 94 answer = socks_params_->getUID(uid); 99 return answer;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
jsdifflib.js | 284 var answer = []; 285 this.opcodes = answer; 302 if (tag) answer.push([tag, i, ai, j, bj]); 306 if (size) answer.push(['equal', ai, i, bj, j]); 310 return answer;
|
/external/mdnsresponder/mDNSCore/ |
mDNS.c | 463 // Indicate that we've given at least one positive answer for this record, so we should be prepared to send a goodbye for it 651 // CacheRecord *ka is the CacheRecord from the known answer list in the query. 653 // AuthRecord *rr is the answer we are proposing to give, if not suppressed. 655 // We've already determined that we plan to give this answer on this interface 660 // If RR signature is different, or data is different, then don't suppress our answer 664 // we need to give our answer before the requester's copy expires. 666 // then we can suppress our answer this time. [all...] |
/external/chromium_org/remoting/webapp/ |
main.html | 89 <a href="https://www.google.com/support/chrome/bin/answer.py?answer=1649523" 310 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523" 496 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523" 516 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523" 577 <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523 [all...] |
/external/zlib/src/win32/ |
DLL_FAQ.txt | 100 - The official answer is "no"; the real answer depends again on 317 explained in the answer to Question 14. 325 article KB326922 (see the previous answer), the C runtime that 342 as explained in the answer to Question 14. 367 file name, as suggested in the previous answer. 380 different file name, as suggested in the previous answer.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
ObjectStreamFieldTest.java | 118 assertTrue("getType on an Object field did not answer Object", 126 assertEquals("getTypeCode on an Object field did not answer 'L'", 'L', 128 assertEquals("getTypeCode on a long field did not answer 'J'", 'J',
|
/external/chromium/third_party/libjingle/source/talk/session/tunnel/ |
tunnelsessionclient.cc | 168 SessionDescription* answer = CreateAnswer(session->remote_description()); local 169 if (answer == NULL) 172 session->Accept(answer);
|
/external/chromium_org/third_party/skia/src/core/ |
SkMath.cpp | 254 if (bits < 0) { // answer will underflow 257 if (bits > 31) { // answer will overflow 275 // make room for the rest of the answer bits
|