/dalvik/tests/003-omnibus-opcodes/src/ |
Monitor.java | 16 assert(obj == null); method 30 assert(false); 42 assert(mVal == 2); method
|
InternedString.java | 36 assert(strRef.get() == null); 44 assert(CONST == CONST.intern()); method 46 assert(strRef.get() != null); 54 assert(strRef.get() == CONST);
|
MethodCall.java | 29 assert(val == 7); method 46 assert(a0 == 0); method 47 assert(a9 > 8.99 && a9 < 9.01); 48 assert(a16 == -16); method 49 assert(a25 == 25); method 50 assert(a29.equals("twenty nine")); 63 assert(false);
|
Array.java | 13 assert(bytes[0] == 0); method 14 assert(bytes[1] == -1); method 15 assert(bytes[2] == -2); method 16 assert(bytes[3] == -3); method 17 assert(bytes[4] == -4); method 20 assert(shorts[0] == 20); method 21 assert(shorts[1] == 10); method 22 assert(shorts[2] == 0); method 23 assert(shorts[3] == -10); method 24 assert(shorts[4] == -20) method 27 assert(chars[0] == 40000); method 28 assert(chars[1] == 40001); method 29 assert(chars[2] == 40002); method 30 assert(chars[3] == 40003); method 31 assert(chars[4] == 40004); method 34 assert(ints[0] == 70000); method 35 assert(ints[1] == 70001); method 36 assert(ints[2] == 70002); method 37 assert(ints[3] == 70003); method 38 assert(ints[4] == 70004); method 48 assert(floats[0] == -1.5); method 49 assert(floats[1] == -0.5); method 50 assert(floats[2] == 0.0); method 51 assert(floats[3] == 0.5); method 52 assert(floats[4] == 1.5); method 55 assert(longs[0] == 0x1122334455667788L); method 56 assert(longs[1] == 0x8877665544332211L); method 57 assert(longs[2] == 0L); method 58 assert(longs[3] == 1L); method 59 assert(longs[4] == -1L); method 62 assert(strings[0].equals("zero")); method 63 assert(strings[1].equals("one")); method 64 assert(strings[2].equals("two")); method 65 assert(strings[3].equals("three")); method 66 assert(strings[4].equals("four")); method 76 assert(ints.length == 5); method 131 assert(longs.length == 5); method [all...] |
InstField.java | 41 assert(false); 47 assert(false); 53 assert(false); 59 assert(false); 89 assert(mBoolean1); 90 assert(!mBoolean2); 91 assert(mByte1 == 127); method 92 assert(mByte2 == -128); method 93 assert(mChar1 == 32767); method 94 assert(mChar2 == 65535) method 95 assert(mShort1 == 32767); method 96 assert(mShort2 == -32768); method 97 assert(mInt1 == 65537); method 98 assert(mInt2 == -65537); method 105 assert(mVolatileLong1 == 1234605616436508551L); method 106 assert(mVolatileLong2 == -1234605616436508551L); method [all...] |
StaticField.java | 57 assert(mBoolean1); 58 assert(!mBoolean2); 59 assert(mByte1 == 127); method 60 assert(mByte2 == -128); method 61 assert(mChar1 == 32767); method 62 assert(mChar2 == 65535); method 63 assert(mShort1 == 32767); method 64 assert(mShort2 == -32768); method 65 assert(mInt1 == 65537); method 66 assert(mInt2 == -65537) method 73 assert(mVolatileLong1 == 1234605616436508551L); method 74 assert(mVolatileLong2 == -1234605616436508551L); method [all...] |
/external/chromium/chrome/browser/resources/ntp4/ |
new_tab.js | 113 assert(dots.length == 1, 187 function assert(condition, opt_message) { 206 assert(element, 'Missing required element: ' + id); 232 assert(!draggingAppContainer && !draggingAppOriginalPosition && 267 assert(appsPages.length == origPageCount + 1, 'expected new page'); 429 assert(!draggingAppContainer, 'got DRAG_START without DRAG_END'); 431 assert(draggingAppContainer.classList.contains('app-container')); 447 assert(appBeingDragged.classList.contains('app')); 489 assert(draggingAppContainer, 'expected stored container'); 504 assert(followingContainer.classList.contains('app-container') 704 var assert = ntp4.assert; variable [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
assert.h | 21 * ISO C99 Standard: 7.2 Diagnostics <assert.h> 27 # undef assert macro 34 #endif /* assert.h */ 45 /* void assert (int expression); 52 # define assert(expr) (__ASSERT_VOID_CAST (0)) macro 91 # define assert(expr) \ macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
assert.h | 21 * ISO C99 Standard: 7.2 Diagnostics <assert.h> 27 # undef assert macro 34 #endif /* assert.h */ 45 /* void assert (int expression); 52 # define assert(expr) (__ASSERT_VOID_CAST (0)) macro 91 # define assert(expr) \ macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
assert.h | 21 * ISO C99 Standard: 7.2 Diagnostics <assert.h> 27 # undef assert macro 34 #endif /* assert.h */ 45 /* void assert (int expression); 52 # define assert(expr) (__ASSERT_VOID_CAST (0)) macro 91 # define assert(expr) \ macro
|
/external/emma/core/java12/com/vladium/util/asserts/ |
$assert.java | 7 * $Id: \044assert.java,v 1.1.1.1 2004/05/09 16:57:57 vlad_r Exp $ 16 abstract class $assert 33 public static void ASSERT (final boolean condition, final String msg) 41 public static void ASSERT (final boolean condition) 57 private $assert () {} // prevent subclassing
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
KeyMapDream.java | 103 assert ((mKeyMap[keyCode] & 0x000000ff) == keyCode); method
|
/external/chromium_org/chrome/test/chromedriver/js/ |
test.js | 7 * @param {*} x The value to assert. 9 function assert(x) { function 16 * @param {*} x The value to assert.
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
unicodestring.cc | 61 assert(length >= 0 && length <= this->length()); 74 assert(pos < length()); 104 assert(index < length()); function
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
SDLOSXCAGuard.c | 82 #include <assert.h> 84 #define assert(X) macro 102 assert(theError == 0); 113 assert(pthread_self() == cag->mOwner); 118 assert(theError == 0); 144 assert(pthread_self() == cag->mOwner); 150 assert(theError == 0); 158 assert(theError == 0); 180 assert(theError == 0); 184 assert(theError == 0) [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
pretty2.cpp | 14 #define assert(expr) \ macro 27 return (assert (foo ()), 1); 33 return (assert (foo ()), 2); 36 int a = (assert (foo ()), 1); 37 int b = (assert (foo ()), 2); 44 int e = (assert (foo ()), 3); 53 int f = (assert (foo ()), 4);
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
pretty2.cpp | 14 #define assert(expr) \ macro 27 return (assert (foo ()), 1); 33 return (assert (foo ()), 2); 36 int a = (assert (foo ()), 1); 37 int b = (assert (foo ()), 2); 44 int e = (assert (foo ()), 3); 53 int f = (assert (foo ()), 4);
|
/system/extras/tests/bionic/libc/bionic/ |
test_mutex.c | 44 #define assert(cond) do { if ( !(cond) ) panic( "%s:%d: assertion failure: %s\n", __FILE__, __LINE__, #cond ); } while (0) macro 66 assert( attr_type == PTHREAD_MUTEX_NORMAL ); 70 assert( attr_type == PTHREAD_MUTEX_ERRORCHECK ); 74 assert( attr_type == PTHREAD_MUTEX_RECURSIVE );
|
/external/clang/test/Analysis/inlining/ |
inline-defensive-checks.cpp | 7 #define assert(expr) \ macro 48 assert( (result != 0) || (def == 0) );
|
/external/emma/core/java12/com/vladium/util/ |
ByteArrayIStream.java | 13 import com.vladium.util.asserts.$assert; 36 if ($assert.ENABLED) $assert.ASSERT ((length >= 0) && (length <= buf.length), 55 if ($assert.ENABLED) 56 $assert.ASSERT ((offset >= 0) && (offset <= buf.length) &&
|
ByteArrayOStream.java | 14 import com.vladium.util.asserts.$assert; 38 if ($assert.ENABLED) 39 $assert.ASSERT (initialCapacity >= 0, "negative initial capacity: " + initialCapacity); 267 if ($assert.ENABLED) 268 $assert.ASSERT ((offset >= 0) && (offset <= buf.length) &&
|
/ndk/build/core/ |
definitions-tests.mk | 32 # $(call test-assert,<expected-value>,<actual-value>) 60 # Define NDK_UNIT_TESTS to 2 to dump each test-expect/assert check. 77 test-assert = \ 78 $(call -ndk-test-log,assert '$2' == '$1')\ 80 $(info ASSERT <$(_test_name)>:$3)\
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
FunctionSummary.h | 67 assert(I != Map.end()); 97 assert(ID < TotalIDs); function
|
/libnativehelper/include/nativehelper/ |
UniquePtr.h | 147 static void assert(bool b) { function 162 assert(*p == 123); 176 assert(cCount == 1); 178 assert(cCount == 0); 183 assert(cCount == 1); 186 assert(cCount == 1); 191 assert(cCount == 1); 193 assert(cCount == 1); 195 assert(cCount == 0); 204 assert(cCount == 4) [all...] |
/system/core/include/utils/ |
UniquePtr.h | 149 static void assert(bool b) { function 164 assert(*p == 123); 178 assert(cCount == 1); 180 assert(cCount == 0); 185 assert(cCount == 1); 188 assert(cCount == 1); 193 assert(cCount == 1); 195 assert(cCount == 1); 197 assert(cCount == 0); 206 assert(cCount == 4) [all...] |