/packages/apps/Email/tests/src/com/android/exchange/adapter/ |
ProvisionParserTests.java | 32 // A good sample of an Exchange 2003 (WAP) provisioning document for end-to-end testing
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
HandleHello.java | 58 * Sends HELLO-type commands to the VM after a good handshake.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
BuildPreferencePage.java | 150 // we're good!
|
/sdk/sdklauncher/ |
sdklauncher.c | 134 4K is good enough to display in a message box.
|
/system/core/libcutils/ |
atomic.c | 262 /* Note that a spinlock is *not* a good idea in general
|
/development/pdk/docs/source/ |
code-style.jd | 113 <li>Last resort: if you are confident that actually ignoring the exception is appropriate then you may ignore it, but you must also comment why with a good reason: 146 : we don't use finalizers. In most cases, you can do what you need from a finalizer with good exception handling. If you absolutely need it, define a close() method (or the like) and document exactly when that method needs to be called. See InputStream for an example. In this case it is appropriate but not required to print a short log message from the finalizer, as long as it is not expected to flood the logs. 295 <table><tbody><tr><td>Good 314 <table><tbody><tr><td>Good 342 <p>Use TODO comments for code that is temporary, a short-term solution, or good-enough but not perfect. 362 This level of logging should be used when something fatal has happened, i.e. something that will have user-visible consequences and won't be recoverable without explicitly deleting some data, uninstalling applications, wiping the data partitions or reflashing the entire phone (or worse). This level is always logged. Issues that justify some logging at the ERROR level are typically good candidates to be reported to a statistics-gathering server. 384 When a condition that would normally justify some logging is likely to occur many times, it can be a good idea to implement some rate-limiting mechanism to prevent overflowing the logs with many duplicate copies of the same (or very similar) information.
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/ |
test_expectations.py | 192 SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS 193 DEBUG : LayoutTests/fast/js/no-good.js = TIMEOUT PASS 194 DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS 195 LINUX DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS 196 DEFER LINUX WIN : LayoutTests/fast/js/no-good.js = TIMEOUT PASS [all...] |
/bionic/libm/bsdsrc/ |
b_tgamma.c | 182 * Good to < 1 ulp. (provably .90 ulp; .87 ulp on 1,000,000 runs.) 217 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
|
/build/tools/droiddoc/src/ |
LinkReference.java | 52 public boolean good; field in class:LinkReference 415 result.good = true;
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
NetworkInterfaceTest.java | 251 // validate that we can get the network interface for the good 592 // at least one good NetworkInterface
|
/dalvik/libcore/xml/src/main/java/org/apache/xml/utils/ |
QName.java | 183 * Construct a QName from a string, without namespace resolution. Good 195 * Construct a QName from a string, without namespace resolution. Good
|
/dalvik/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlSerializer.java | 21 * <li><em>IllegalStateException</em> - to signal that call has good arguments but 283 // ALEK: This is really optional as prefix in end tag MUST correspond to start tag but good for error checking
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List4.java | 228 "My body shall make good upon this earth," + 231 "Too good to be so and too bad to live," +
|
List6.java | 242 "My body shall make good upon this earth," + 245 "Too good to be so and too bad to live," +
|
/external/apache-http/src/org/apache/http/conn/ssl/ |
SSLSocketFactory.java | 322 // verifyHostName() didn't blowup - good! 382 // verifyHostName() didn't blowup - good!
|
/external/dropbear/ |
options.h | 111 * if the random number source isn't good. In general this isn't required */ 152 * DROPBEAR_RANDOM_DEV is recommended on hosts with a good /dev/(u)random,
|
/external/grub/netboot/ |
ni5010.c | 104 #define RS_PKT_OK 0x80 /* received good packet */ 121 #define RM_PKT_OK 0x80 /* =1 to enable rcvd good packet ints */
|
smc9000.c | 355 /* error or good, tell the card to get rid of this packet */ 361 /* error or good, tell the card to get rid of this packet */
|
/external/icu4c/i18n/ |
regexcst.txt | 298 # "[-x" is good, - and x are literals. 305 # "[&x" is good, & and x are literals.
|
/external/jpeg/ |
rdjpgcom.c | 418 return 0; /* arg longer than keyword, no good */ 422 return 0; /* no good */
|
wrjpgcom.c | 394 return 0; /* arg longer than keyword, no good */ 398 return 0; /* no good */
|
/external/kernel-headers/original/linux/ |
jiffies.h | 103 * good compiler would generate better code (and a really good compiler
|
/external/libpng/ |
README | 62 privately to Guy, Andreas, or Glenn. They will forward any good 264 Good luck, and happy coding.
|
/external/openssl/crypto/lhash/ |
lhash.c | 440 * well, not as good as MD5, but still good.
|
/external/openssl/crypto/ocsp/ |
ocsp.h | 228 * good [0] IMPLICIT NULL, 239 ASN1_NULL *good; member in union:ocsp_cert_status_st::__anon3966
|