HomeSort by relevance Sort by last modified time
    Searched refs:__LINE__ (Results 126 - 150 of 1925) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
assert.h 56 # define assert(e) ((e) ? (void)0 : __assert2(__FILE__, __LINE__, __func__, #e))
58 # define assert(e) ((e) ? (void)0 : __assert(__FILE__, __LINE__, #e))
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 178 #define newmalloc(x) mynewmalloc(__LINE__,__FILE__,x)
179 #define newfree(z) mynewfree(z,__LINE__,__FILE__)
257 APP_IPRINT("%d :: Malloc Failed\n",__LINE__); \
262 APP_MEMPRINT("%d :: ALLOCATING MEMORY = %p\n",__LINE__,_pStruct_);
378 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__);
388 APP_DPRINT("%d :: App: Error returned from GetState\n", __LINE__);
392 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__, eEvent);
395 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__, state);
397 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__, state);
436 APP_DPRINT( "%d :: App: Component OMX_EventMax = %d\n", __LINE__, eEvent)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 196 #define newmalloc(x) mynewmalloc(__LINE__,__FILE__,x)
197 #define newfree(z) mynewfree(z,__LINE__,__FILE__)
271 APP_IPRINT("%d :: Malloc Failed\n",__LINE__); \
276 APP_MEMPRINT("%d :: ALLOCATING MEMORY = %p\n",__LINE__,_pStruct_);
401 APP_DPRINT( "%d :: App: Entering EventHandler \n", __LINE__);
410 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__);
413 APP_DPRINT( "%d :: App: Component eEvent = %d\n", __LINE__,eEvent);
415 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
417 APP_DPRINT( "%d :: App: Component State Changed To %d\n", __LINE__,state);
453 APP_DPRINT( "%d :: App: Component OMX_EventMax = %d\n", __LINE__,eEvent)
    [all...]
  /external/chromium_org/third_party/cld/base/
dynamic_annotations.h 74 AnnotateCondVarWait(__FILE__, __LINE__, cv, lock)
79 AnnotateCondVarWait(__FILE__, __LINE__, cv, NULL)
84 AnnotateCondVarSignal(__FILE__, __LINE__, cv)
88 AnnotateCondVarSignalAll(__FILE__, __LINE__, cv)
99 AnnotatePublishMemoryRange(__FILE__, __LINE__, pointer, size)
106 AnnotateMutexIsUsedAsCondVar(__FILE__, __LINE__, mu)
117 AnnotateNewMemory(__FILE__, __LINE__, address, size)
128 AnnotatePCQCreate(__FILE__, __LINE__, pcq)
132 AnnotatePCQDestroy(__FILE__, __LINE__, pcq)
137 AnnotatePCQPut(__FILE__, __LINE__, pcq
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
tracetst.c 52 log_err("FAILED Assertion \"" #expr "\" at %s:%d.\n", __FILE__, __LINE__); \
66 * line __LINE__, so we can report where failure happened.
297 test_format("hello, world", 50, 0, "hello, world", __LINE__);
298 test_format("hello, world", 50, 4, " hello, world", __LINE__);
299 test_format("hello, world", 3, 0, "hello, world", __LINE__);
301 test_format("a character %c", 50, 0, "a character x", __LINE__, 'x');
302 test_format("a string %s ", 50, 0, "a string hello ", __LINE__, "hello");
303 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1);
304 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2);
306 test_format("a byte %b--", 50, 0, "a byte dd--", __LINE__, 0xdd)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
tracetst.c 52 log_err("FAILED Assertion \"" #expr "\" at %s:%d.\n", __FILE__, __LINE__); \
66 * line __LINE__, so we can report where failure happened.
298 test_format("hello, world", 50, 0, "hello, world", __LINE__);
299 test_format("hello, world", 50, 4, " hello, world", __LINE__);
300 test_format("hello, world", 3, 0, "hello, world", __LINE__);
302 test_format("a character %c", 50, 0, "a character x", __LINE__, 'x');
303 test_format("a string %s ", 50, 0, "a string hello ", __LINE__, "hello");
304 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 0043 0000 ", __LINE__, s1, -1);
305 test_format("uchars %S ", 50, 0, "uchars 41fe 0042 ", __LINE__, s1, 2);
307 test_format("a byte %b--", 50, 0, "a byte dd--", __LINE__, 0xdd)
    [all...]
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 132 #define bbs_ERROR0( formatA ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
133 #define bbs_ERROR1( formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
134 #define bbs_ERROR2( formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
135 #define bbs_ERROR3( formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
136 #define bbs_ERROR4( formatA, arg1A, arg2A, arg3A, arg4A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
137 #define bbs_ERROR5( formatA, arg1A, arg2A, arg3A, arg4A, arg5A ) bbs_Context_pushError( cpA, bbs_Error_create( bbs_ERR_ERROR, __LINE__, __FILE__, NULL ) )
139 #define bbs_ERR0( errorA, formatA ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
140 #define bbs_ERR1( errorA, formatA, arg1A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
141 #define bbs_ERR2( errorA, formatA, arg1A, arg2A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL ) )
142 #define bbs_ERR3( errorA, formatA, arg1A, arg2A, arg3A ) bbs_Context_pushError( cpA, bbs_Error_create( errorA, __LINE__, __FILE__, NULL )
    [all...]

Completed in 674 milliseconds

1 2 3 4 56 7 8 91011>>