Searched defs:ASSERT (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_util.h78 #define ASSERT(expr) assert(expr) macro
80 #define ASSERT(expr) macro
/frameworks/base/core/java/android/util/
H A DLog.java83 public static final int ASSERT = 7; field in class:Log
201 * Where level is either VERBOSE, DEBUG, INFO, WARN, ERROR, ASSERT, or SUPPRESS. SUPPRESS will
247 * The error will always be logged at level ASSERT with the call stack.
277 int bytes = println_native(LOG_ID_MAIN, ASSERT, tag, msg + '\n' + getStackTraceString(tr));
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h227 ASSERT "$s"="":LOR:"$s"="L" variable
283 ASSERT :LNOT:_InFunc
315 ASSERT :LNOT:_InFunc
324 ASSERT :LNOT:_InFunc
336 ASSERT :LNOT:_InFunc
348 ASSERT :LNOT:_InFunc
363 ASSERT :LNOT:_InFunc
377 ASSERT :LNOT:_InFunc
394 ASSERT _InFunc
468 ASSERT (_Offse
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h230 ASSERT "$s"="":LOR:"$s"="L" variable
286 ASSERT :LNOT:_InFunc
318 ASSERT :LNOT:_InFunc
327 ASSERT :LNOT:_InFunc
339 ASSERT :LNOT:_InFunc
351 ASSERT :LNOT:_InFunc
366 ASSERT :LNOT:_InFunc
380 ASSERT :LNOT:_InFunc
397 ASSERT _InFunc
471 ASSERT (_Offse
[all...]
/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp66 #define ASSERT(e) \ macro
212 default: ASSERT(0); break;
220 ASSERT(0);
270 ASSERT(mReleaser != NULL);
385 ASSERT(sm != 0);
387 ASSERT(binder != 0);
389 ASSERT(holder != 0);
413 ASSERT(sm != 0);
415 ASSERT(binder != 0);
417 ASSERT(c
[all...]

Completed in 107 milliseconds