HomeSort by relevance Sort by last modified time
    Searched refs:APP_DEBUG (Results 1 - 16 of 16) sorted by null

  /ndk/build/core/
add-application.mk 34 # We set APP_DEBUG to <undefined>, 'true' or 'false'.
36 APP_DEBUG := $(strip $(NDK_DEBUG))
37 ifeq ($(APP_DEBUG),0)
38 APP_DEBUG:= false
40 ifeq ($(APP_DEBUG),1)
41 APP_DEBUG := true
43 ifdef APP_DEBUG
44 ifneq (,$(filter-out true false,$(APP_DEBUG)))
218 # - If APP_DEBUG is set to 'true', then it always should.
219 # - If APP_DEBUG is set to 'false', then it never shoul
    [all...]
definitions.mk     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 40 /*#define APP_DEBUG **/
41 /*#undef APP_DEBUG **/
45 /*#define APP_DEBUG*/
79 #ifdef APP_DEBUG
102 #ifdef APP_DEBUG
220 #ifdef APP_DEBUG
429 #ifdef APP_DEBUG
704 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 82 #undef APP_DEBUG
210 #ifdef APP_DEBUG
285 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 80 #undef APP_DEBUG
85 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 75 #undef APP_DEBUG
80 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 83 #undef APP_DEBUG
88 #ifdef APP_DEBUG
328 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 82 #undef APP_DEBUG
93 #ifdef APP_DEBUG
314 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 73 * @def APP_DEBUG Configure Debug traces
76 #undef APP_DEBUG
81 * @def APP_DEBUG Configure Debug traces
171 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 103 #undef APP_DEBUG
112 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 121 #undef APP_DEBUG
128 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 120 #undef APP_DEBUG
125 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 58 #undef APP_DEBUG
82 #ifdef APP_DEBUG
349 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 145 #undef APP_DEBUG
160 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 136 #undef APP_DEBUG
150 #ifdef APP_DEBUG
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 62 /*#define APP_DEBUG*/
64 #ifdef APP_DEBUG
    [all...]

Completed in 394 milliseconds