HomeSort by relevance Sort by last modified time
    Searched refs:assert (Results 1 - 25 of 989) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
assert_header_test.c 8 #include <assert.h>
  /ndk/sources/android/stlport/test/unit/
assert_header_test.c 8 #include <assert.h>
  /dalvik/libdex/
OpCodeNames.c 22 #include <assert.h>
331 assert(op >= 0 && op < kNumDalvikInstructions);
  /external/chromium/third_party/icu/source/common/
uassert.h 13 * By default, U_ASSERT just wraps the C library assert macro.
14 * By changing the definition here, the assert behavior for ICU can be changed
15 * without affecting other non-ICU uses of the C library assert().
27 #include <assert.h>
28 #define U_ASSERT(exp) assert(exp)
  /external/icu4c/common/
uassert.h 13 * By default, U_ASSERT just wraps the C library assert macro.
14 * By changing the definition here, the assert behavior for ICU can be changed
15 * without affecting other non-ICU uses of the C library assert().
27 #include <assert.h>
28 #define U_ASSERT(exp) assert(exp)
  /bionic/libc/include/
assert.h 1 /* $OpenBSD: assert.h,v 1.12 2006/01/31 10:53:51 hshoexer Exp $ */
2 /* $NetBSD: assert.h,v 1.6 1994/10/26 00:55:44 cgd Exp $ */
37 * @(#)assert.h 8.2 (Berkeley) 1/21/94
41 * Unlike other ANSI header files, <assert.h> may usefully be included
47 #undef assert macro
51 # define assert(e) ((void)0) macro
54 # define _assert(e) assert(e)
56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) macro
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) macro
  /development/ndk/platforms/android-3/include/
assert.h 1 /* $OpenBSD: assert.h,v 1.12 2006/01/31 10:53:51 hshoexer Exp $ */
2 /* $NetBSD: assert.h,v 1.6 1994/10/26 00:55:44 cgd Exp $ */
37 * @(#)assert.h 8.2 (Berkeley) 1/21/94
41 * Unlike other ANSI header files, <assert.h> may usefully be included
47 #undef assert macro
51 # define assert(e) ((void)0) macro
54 # define _assert(e) assert(e)
56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) macro
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
assert.h 1 /* $OpenBSD: assert.h,v 1.12 2006/01/31 10:53:51 hshoexer Exp $ */
2 /* $NetBSD: assert.h,v 1.6 1994/10/26 00:55:44 cgd Exp $ */
37 * @(#)assert.h 8.2 (Berkeley) 1/21/94
41 * Unlike other ANSI header files, <assert.h> may usefully be included
47 #undef assert macro
51 # define assert(e) ((void)0) macro
54 # define _assert(e) assert(e)
56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) macro
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
assert.h 1 /* $OpenBSD: assert.h,v 1.12 2006/01/31 10:53:51 hshoexer Exp $ */
2 /* $NetBSD: assert.h,v 1.6 1994/10/26 00:55:44 cgd Exp $ */
37 * @(#)assert.h 8.2 (Berkeley) 1/21/94
41 * Unlike other ANSI header files, <assert.h> may usefully be included
47 #undef assert macro
51 # define assert(e) ((void)0) macro
54 # define _assert(e) assert(e)
56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) macro
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
assert.h 1 /* $OpenBSD: assert.h,v 1.12 2006/01/31 10:53:51 hshoexer Exp $ */
2 /* $NetBSD: assert.h,v 1.6 1994/10/26 00:55:44 cgd Exp $ */
37 * @(#)assert.h 8.2 (Berkeley) 1/21/94
41 * Unlike other ANSI header files, <assert.h> may usefully be included
47 #undef assert macro
51 # define assert(e) ((void)0) macro
54 # define _assert(e) assert(e)
56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) macro
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
assert.h 1 /* $OpenBSD: assert.h,v 1.12 2006/01/31 10:53:51 hshoexer Exp $ */
2 /* $NetBSD: assert.h,v 1.6 1994/10/26 00:55:44 cgd Exp $ */
37 * @(#)assert.h 8.2 (Berkeley) 1/21/94
41 * Unlike other ANSI header files, <assert.h> may usefully be included
47 #undef assert macro
51 # define assert(e) ((void)0) macro
54 # define _assert(e) assert(e)
56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) macro
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
assert.h 1 /* $OpenBSD: assert.h,v 1.12 2006/01/31 10:53:51 hshoexer Exp $ */
2 /* $NetBSD: assert.h,v 1.6 1994/10/26 00:55:44 cgd Exp $ */
37 * @(#)assert.h 8.2 (Berkeley) 1/21/94
41 * Unlike other ANSI header files, <assert.h> may usefully be included
47 #undef assert macro
51 # define assert(e) ((void)0) macro
54 # define _assert(e) assert(e)
56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) macro
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
assert.h 1 /* $OpenBSD: assert.h,v 1.12 2006/01/31 10:53:51 hshoexer Exp $ */
2 /* $NetBSD: assert.h,v 1.6 1994/10/26 00:55:44 cgd Exp $ */
37 * @(#)assert.h 8.2 (Berkeley) 1/21/94
41 * Unlike other ANSI header files, <assert.h> may usefully be included
47 #undef assert macro
51 # define assert(e) ((void)0) macro
54 # define _assert(e) assert(e)
56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e)) macro
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e)) macro
  /dalvik/vm/alloc/TEST/HeapBitmapTest/
main.c 4 #include <assert.h>
31 assert(ok);
33 assert(hb.bits != NULL);
34 assert(hb.bitsLen >= HB_OFFSET_TO_INDEX(HEAP_SIZE));
35 assert(hb.base == (uintptr_t)HEAP_BASE);
36 assert(hb.max < hb.base);
41 assert(*hb.bits = 0x55);
53 assert(hb.bits == NULL);
54 assert(hb.bitsLen == 0);
55 assert(hb.base == 0)
    [all...]
  /system/media/opensles/tests/sandbox/
dim.c 19 #include <assert.h>
41 assert(SL_RESULT_SUCCESS == result);
44 assert(SL_RESULT_SUCCESS == result);
46 assert(SL_RESULT_SUCCESS == result);
51 assert(SL_RESULT_SUCCESS == result);
57 assert(SL_RESULT_PRECONDITIONS_VIOLATED == result);
58 assert(NULL == outputMixDIM);
62 assert(SL_RESULT_SUCCESS == result);
67 assert(SL_RESULT_SUCCESS == result);
68 assert(NULL != outputMixDIM)
    [all...]
srcsink.c 19 #include <assert.h>
31 assert(SL_RESULT_SUCCESS == result);
34 assert(SL_RESULT_SUCCESS == result);
36 assert(SL_RESULT_SUCCESS == result);
68 assert(SL_RESULT_PARAMETER_INVALID == result);
69 assert(NULL == playerObject);
75 assert(SL_RESULT_PARAMETER_INVALID == result);
76 assert(NULL == playerObject);
81 assert(SL_RESULT_SUCCESS == result);
87 assert(SL_RESULT_PRECONDITIONS_VIOLATED == result)
    [all...]
object.c 17 #include <assert.h>
32 assert(SL_RESULT_SUCCESS == result);
34 assert(SL_RESULT_SUCCESS == result);
37 assert(SL_RESULT_SUCCESS == result);
54 assert(SL_RESULT_PARAMETER_INVALID == result);
63 assert(SL_RESULT_FEATURE_UNSUPPORTED == result);
64 assert(NULL == interfaceID);
67 assert(SL_RESULT_SUCCESS == result);
71 assert(SL_RESULT_PARAMETER_INVALID == result);
75 assert(SL_RESULT_SUCCESS == result)
    [all...]
outputmix.c 21 #include <assert.h>
32 assert(SL_RESULT_SUCCESS == result);
36 assert(SL_RESULT_SUCCESS == result);
40 assert(SL_RESULT_SUCCESS == result);
45 assert(SL_RESULT_SUCCESS == result);
52 assert(SL_RESULT_SUCCESS == result);
58 assert(SL_RESULT_PARAMETER_INVALID == result);
62 assert(SL_RESULT_SUCCESS == result);
67 assert(SL_RESULT_SUCCESS == result);
68 assert(outputMixObject2 == outputMixObject)
    [all...]
  /system/media/opensles/tools/hashgen/
part1.c 21 #include <assert.h>
  /hardware/ril/mock-ril/src/cpp/
node_object_wrap.h 31 #include <assert.h>
41 assert(handle_.IsNearDeath());
51 assert(!handle.IsEmpty());
52 assert(handle->InternalFieldCount() > 0);
62 assert(handle_.IsEmpty());
63 assert(handle->InternalFieldCount() > 0);
79 assert(!handle_.IsEmpty());
94 assert(!handle_.IsEmpty());
95 assert(!handle_.IsWeak());
96 assert(refs_ > 0)
    [all...]
  /external/stlport/stlport/
assert.h 23 /* evc3 doesn't have assert.h; macro assert() is defined in stl_evc.h */
25 # if !defined (assert)
28 # include_next <assert.h>
30 # include _STLP_NATIVE_C_HEADER(assert.h)
35 # error assert has been defined before inclusion of assert.h header.
  /ndk/sources/android/stlport/stlport/
assert.h 23 /* evc3 doesn't have assert.h; macro assert() is defined in stl_evc.h */
25 # if !defined (assert)
28 # include_next <assert.h>
30 # include _STLP_NATIVE_C_HEADER(assert.h)
35 # error assert has been defined before inclusion of assert.h header.
  /external/libvpx/vp8/common/
common.h 15 #include <assert.h>
26 assert( sizeof( Dest) == sizeof( Src)); \
33 assert( sizeof( *Dest) == sizeof( *Src)); \
  /external/openssl/crypto/aes/
aes_ecb.c 57 #include <assert.h>
65 assert(in && out && key);
66 assert((AES_ENCRYPT == enc)||(AES_DECRYPT == enc));
  /external/qemu/elff/
elf_mapped_section.h 58 assert(is_mapped());
64 assert(is_mapped());
70 assert(is_mapped());

Completed in 465 milliseconds

1 2 3 4 5 6 7 8 91011>>