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

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libstagefright/matroska/
mkvparser.cpp 11 assert(pReader);
12 assert(pos >= 0);
17 assert(hr >= 0);
18 assert(pos < available);
19 assert((available - pos) >= 1); //assume here max u-int len is 8
27 assert(hr == 0L);
66 assert(b & 0x01); //0000 0001
71 assert((available - pos) >= len);
82 assert(hr == 0L);
99 assert(pReader)
    [all...]
  /device/samsung/crespo/alsa-lib/src/rawmidi/
rawmidi.c 152 assert(rawmidi);
153 assert(params);
264 assert(err >= 0);
270 assert(err >= 0);
305 assert((inputp || outputp) && name);
327 assert((inputp || outputp) && name && lconf);
342 assert(rawmidi);
361 assert(rawmidi);
374 assert(rawmidi);
387 assert(rawmidi)
    [all...]
  /sdk/emulator/qtools/
bitvector.h 7 #include <assert.h>
23 assert(bitnum < num_bits_);
27 assert(bitnum < num_bits_);
31 assert(bitnum < num_bits_);
  /system/extras/tests/bionic/libstdc++/
test_cassert.cpp 41 #ifndef assert
42 #error "assert must be a macro"
  /system/media/opensles/tests/sandbox/
urimime.c 19 #include <assert.h>
42 assert(SL_RESULT_SUCCESS == result);
45 assert(SL_RESULT_SUCCESS == result);
47 assert(SL_RESULT_SUCCESS == result);
52 assert(SL_RESULT_SUCCESS == result);
54 assert(SL_RESULT_SUCCESS == result);
85 assert(SL_RESULT_FEATURE_UNSUPPORTED == result);
86 assert(NULL == playerObject);
91 assert(SL_RESULT_FEATURE_UNSUPPORTED == result);
92 assert(NULL == playerObject)
    [all...]
engine.c 19 #include <assert.h>
30 assert(SL_RESULT_SUCCESS == result);
32 assert(SL_RESULT_PARAMETER_INVALID == result);
36 assert(engine_ids != NULL);
38 assert(engine_req != NULL);
47 assert(SL_RESULT_SUCCESS == result);
53 assert(SL_RESULT_PARAMETER_INVALID == result);
56 assert(SL_RESULT_PARAMETER_INVALID == result);
64 assert(SL_RESULT_PARAMETER_INVALID == result);
65 assert(NULL == engineObject)
    [all...]
  /external/srec/portable/include/
passert.h 33 * Checks if platform supports ASSERT.
40 #include <assert.h>
43 * Portable assert().
45 #define passert(exp) assert(exp)
54 * Portable assert().
  /external/elfutils/libelf/
gelf_getvernaux.c 22 #include <assert.h>
49 assert (sizeof (GElf_Vernaux) == sizeof (Elf32_Verneed));
50 assert (sizeof (GElf_Vernaux) == sizeof (Elf64_Verneed));
51 assert (sizeof (GElf_Vernaux) == sizeof (Elf32_Vernaux));
52 assert (sizeof (GElf_Vernaux) == sizeof (Elf64_Vernaux));
gelf_getverneed.c 22 #include <assert.h>
49 assert (sizeof (GElf_Verneed) == sizeof (Elf32_Verneed));
50 assert (sizeof (GElf_Verneed) == sizeof (Elf64_Verneed));
51 assert (sizeof (GElf_Verneed) == sizeof (Elf32_Vernaux));
52 assert (sizeof (GElf_Verneed) == sizeof (Elf64_Vernaux));
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 1 /* Test assert().
24 #include <assert.h>
28 assert (1 == 2);
34 assert (1 == 1);
39 #include <assert.h>
43 assert (2 == 3);
  /system/media/opensles/libopensles/
locks.c 41 assert(0 == ok);
56 assert(false);
67 assert(0 == ok);
77 assert(pthread_equal(pthread_self(), this->mOwner));
78 assert(NULL != this->mFile);
79 assert(0 != this->mLine);
85 assert(0 == ok);
92 assert(0 == ok);
110 assert(pthread_equal(pthread_self(), this->mOwner));
111 assert(NULL != this->mFile)
    [all...]
ThreadPool.c 26 assert(NULL != tp);
37 assert(NULL != handler);
57 assert(NULL != tp);
139 assert(NULL != tp);
142 assert(INITIALIZED_ALL == initialized);
144 assert(0 == ok);
147 assert(0 == ok);
149 assert(0 == ok);
151 assert(0 == ok);
155 assert(ok == 0)
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c 21 #include <assert.h>
34 assert(TIME_MICROSECONDS(t1) == 999999); /* MICROSECONDS */
35 assert(TIME_SECONDS(t1) == 1); /* SECONDS */
37 assert(TIME_DELTA(t2, t1) == 123457); /* DELTA */
40 assert(TIME_MICROSECONDS(t2) == 999999);
41 assert(TIME_SECONDS(t2) == 1);
44 assert(TIME_SECONDS(t1) == 4296);
45 assert(TIME_MICROSECONDS(t1) == 967294);
49 assert(TIME_MICROSECONDS(t1) == 0); /* MICROSECONDS */
50 assert(TIME_SECONDS(t1) == 1); /* SECONDS *
    [all...]
  /device/samsung/crespo/alsa-lib/src/timer/
timer.c 210 assert(timer && name);
231 assert(timer && name && lconf);
246 assert(timer);
269 assert(timer);
282 assert(timer);
342 assert(timer);
355 assert(timer);
386 assert(timer && pfds && revents);
403 assert(timer);
425 assert(timer)
    [all...]
  /frameworks/base/libs/surfaceflinger_client/tests/SharedBufferStack/
SharedBufferStackTest.cpp 19 #include <assert.h>
95 assert(b[i]==list[i]);
101 assert(err==0);
107 assert(err==0);
114 assert(r[i]==list[i]);
116 assert(err == 0);
121 assert(err == 0);
125 assert(err == 0);
129 assert(r[num-1]==list[num-1]);
131 assert(err == 0)
    [all...]
  /device/samsung/crespo/alsa-lib/src/seq/
seq.c 802 assert(seq);
817 assert(seq);
    [all...]
  /libcore/include/
UniquePtr.h 141 static void assert(bool b) { function
156 assert(*p == 123);
170 assert(cCount == 1);
172 assert(cCount == 0);
177 assert(cCount == 1);
180 assert(cCount == 1);
185 assert(cCount == 1);
187 assert(cCount == 1);
189 assert(cCount == 0);
198 assert(cCount == 4)
    [all...]
  /device/samsung/crespo/alsa-lib/src/hwdep/
hwdep.c 171 assert(hwdep && name);
192 assert(hwdep && name && lconf);
207 assert(hwdep);
226 assert(hwdep);
239 assert(hwdep);
250 assert(hwdep);
263 assert(hwdep);
294 assert(hwdep && pfds && revents);
311 assert(hwdep);
340 assert(info)
    [all...]
  /development/simulator/app/
LogPool.cpp 8 #include <assert.h>
18 assert(pLogMessage->GetPrev() == NULL);
19 assert(pLogMessage->GetNext() == NULL);
22 assert(mpTail == NULL);
25 assert(mpHead->GetPrev() == NULL);
48 assert(false);
75 assert(maxSize >= 0);
  /external/qemu/distrib/sdl-1.2.12/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...]
  /device/samsung/crespo/alsa-lib/src/control/
control.c 63 assert(ctl);
76 assert(ctl);
112 assert(ctl);
147 assert(ctl);
163 assert(ctl);
180 assert(ctl && pfds);
203 assert(ctl && pfds && revents);
221 assert(ctl);
234 assert(ctl && info);
246 assert(ctl && list)
    [all...]
  /dalvik/vm/alloc/
CardTable.c 56 assert(gcHeap != NULL);
57 assert(heapBase != NULL);
70 assert(GC_CARD_CLEAN == 0);
78 assert(((uintptr_t)biasedBase & 0xff) == GC_CARD_DIRTY);
95 assert(gDvm.gcHeap->cardTableBase != NULL);
117 assert(dvmIsValidCard(cardAddr));
126 assert(dvmIsValidCard(cardAddr));
145 assert(obj != NULL);
146 assert(dvmIsValidObject(obj));
167 assert(addr != NULL)
    [all...]
  /dalvik/vm/mterp/c/
OP_MOVE_EXCEPTION.c 4 assert(self->exception != NULL);
  /external/elfutils/libdw/
dwarf_abbrevhaschildren.c 19 #include <assert.h>
dwarf_getabbrevcode.c 19 #include <assert.h>

Completed in 406 milliseconds

12 3 4 5 6 7 8 91011>>