/external/guava/src/com/google/common/collect/ |
ImmutableSortedAsList.java | 22 * List returned by {@code ImmutableSortedSet.asList()} when the set isn't
|
/external/proguard/src/proguard/classfile/editor/ |
InterfaceSorter.java | 55 // Isn't this a duplicate of the previous interface?
|
/external/skia/src/animator/ |
SkDrawBitmap.h | 76 SkString fLast; // cache of src so that stream isn't unnecessarily decoded
|
/external/strace/ |
TODO | 8 * synchronize linux/**/syscallent.h, number of arguments for a syscal isn't
|
/external/webkit/JavaScriptCore/API/ |
JSCallbackFunction.h | 41 // refactor the code so this override isn't necessary
|
/external/webkit/WebCore/css/ |
CSSBorderImageValue.cpp | 43 // Now the rect, but it isn't really a rect, so we dump manually
|
/external/webkit/WebCore/platform/gtk/ |
TemporaryLinkStubs.cpp | 48 float userIdleTime() { notImplemented(); return FLT_MAX; } // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed
|
/external/webkit/WebCore/platform/win/ |
SystemTimeWin.cpp | 46 return FLT_MAX; // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed.
|
/external/webkit/WebCore/rendering/ |
RenderSVGGradientStop.cpp | 50 // but I can imagine a few cases we might not be catching, so let's not crash if our parent isn't a gradient.
|
/frameworks/base/core/tests/coretests/src/android/widget/scroll/ |
RequestRectangleVisibleWithInternalScrollTest.java | 30 * This is suppressed because {@link TextView#scrollBy} isn't working.
|
/packages/apps/IM/src/com/android/im/ |
IChatSession.aidl | 74 * Leaves this ChatSession if there isn't any message sent or received in it.
|
IChatSessionManager.aidl | 40 * there isn't any active ChatSession with the contact or group.
|
/system/core/include/ctest/ |
ctest.h | 34 * Asserts that a condition is true. The test fails if it isn't.
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/modes/ |
GOFBBlockCipher.java | 62 * If an IV isn't passed as part of the parameter, the IV will be all zeros. 141 * @exception DataLengthException if there isn't enough data in in, or 143 * @exception IllegalStateException if the cipher isn't initialised.
|
OFBBlockCipher.java | 52 * If an IV isn't passed as part of the parameter, the IV will be all zeros. 127 * @exception DataLengthException if there isn't enough data in in, or 129 * @exception IllegalStateException if the cipher isn't initialised.
|
/external/v8/test/cctest/ |
test-parsing.cc | 98 // Zero isn't ignored at first. 106 // Zero isn't ignored at end. 114 // Case isn't ignored.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
BasicBlocker.java | 43 * opcodes; contrawise, a bit that isn't on is either in the 116 * BytecodeArray.Visitor; since the class isn't publicly 286 * there isn't any, then "next" is the sole target. 369 * isn't yet known to be possibly-live. 391 * the indicated one is possibly-live (because this one isn't an 406 * If the next instruction isn't flowed to by this one, 424 * the indicated one is possibly-live (because this one isn't an
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
CurrencyTest.java | 67 "Currency.getInstance(new Locale(\"en\",\"CA\")) isn't equal to Currency.getInstance(\"CAD\")", 71 "Currency.getInstance(new Locale(\"fr\",\"CA\")) isn't equal to Currency.getInstance(\"CAD\")", 75 "Currency.getInstance(new Locale(\"\",\"CA\")) isn't equal to Currency.getInstance(\"CAD\")", 81 "Currency.getInstance(new Locale(\"ja\",\"JP\")) isn't equal to Currency.getInstance(\"JPY\")", 85 "Currency.getInstance(new Locale(\"\",\"JP\")) isn't equal to Currency.getInstance(\"JPY\")", 89 "Currency.getInstance(new Locale(\"bogus\",\"JP\")) isn't equal to Currency.getInstance(\"JPY\")", 97 + "isn't equal to " + "Currency.getInstance(Locale_"
|
/dalvik/libcore/math/src/test/java/org/apache/harmony/math/tests/java/math/ |
BigDecimalConvertTest.java | 890 fail("java.lang.ArithmeticException isn't thrown after calling intValueExact"); [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
ExcludedProxyTest.java | 65 @BrokenTest("the host address isn't working anymore") 146 @BrokenTest("the host address isn't working anymore") 193 @BrokenTest("the host address isn't working anymore")
|
/bionic/libc/bionic/ |
hash.h | 49 int32_t as defined by <bind/bitypes.h> isn't 32 bits, and we don't
|
/bootable/recovery/applypatch/ |
applypatch.h | 36 // When there isn't enough room on the target filesystem to hold the
|
/bootable/recovery/ |
test_roots.c | 41 /* Make sure that /system isn't mounted yet.
|
/build/core/ |
proguard.flags | 20 # that isn't explicitly part of the API
|
/cts/tests/tests/permission/src/android/permission/cts/ |
CameraPermissionTest.java | 88 // The JNI layer isn't translating the EPERM error status into
|