HomeSort by relevance Sort by last modified time
    Searched defs:NDEBUG (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_ecb.c 53 # ifndef NDEBUG
54 # define NDEBUG
  /external/openssl/crypto/aes/
aes_ecb.c 53 # ifndef NDEBUG
54 # define NDEBUG
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
ofb128.c 56 # ifndef NDEBUG
57 # define NDEBUG
cbc128.c 56 # ifndef NDEBUG
57 # define NDEBUG
cfb128.c 56 # ifndef NDEBUG
57 # define NDEBUG
ctr128.c 56 # ifndef NDEBUG
57 # define NDEBUG
xts128.c 55 # ifndef NDEBUG
56 # define NDEBUG
  /external/openssl/crypto/modes/
ofb128.c 56 # ifndef NDEBUG
57 # define NDEBUG
cbc128.c 56 # ifndef NDEBUG
57 # define NDEBUG
cfb128.c 56 # ifndef NDEBUG
57 # define NDEBUG
ctr128.c 56 # ifndef NDEBUG
57 # define NDEBUG
  /external/stlport/test/eh/
mwerks_nosgi_prefix.h 5 #define NDEBUG 1
mwerks_prefix.h 4 #define NDEBUG 1
  /external/llvm/lib/Support/
regutils.h 47 #ifndef NDEBUG
48 #define NDEBUG /* no assertions please */
  /bionic/libc/upstream-netbsd/lib/libc/regex/
utils.h 82 #ifndef NDEBUG
83 #define NDEBUG /* no assertions please */
  /external/lldb/source/Symbol/
ClangExternalASTSourceCallbacks.cpp 16 // Clang headers like to use NDEBUG inside of them to enable/disable debug
17 // releated features using "#ifndef NDEBUG" preprocessor blocks to do one thing
21 // files when NDEBUG is not defined, and this can cause link errors with the
23 // file. So we have to define NDEBUG when including clang headers to avoid any
26 #if !defined(NDEBUG) && !defined(LLVM_NDEBUG_OFF)
28 #define NDEBUG
37 #undef NDEBUG
  /ndk/sources/host-tools/ndk-stack/regex/
utils.h 46 #ifndef NDEBUG
47 #define NDEBUG /* no assertions please */
  /external/compiler-rt/test/tsan/
sigsuspend.cc 4 #ifdef NDEBUG
5 #undef NDEBUG
  /external/deqp/framework/delibs/debase/
deDefs.c 46 #if (DE_OS == DE_OS_UNIX) && defined(NDEBUG)
48 # undef NDEBUG
  /system/extras/tests/bionic/libc/glibc/assert/
test-assert.c 23 #undef NDEBUG
38 #define NDEBUG
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 38 #undef NDEBUG
  /external/chromium_org/third_party/webrtc/test/channel_transport/
channel_transport.cc 24 #undef NDEBUG
  /external/chromium_org/tools/relocation_packer/src/
debug.h 20 #ifdef NDEBUG
21 #undef NDEBUG
23 #define NDEBUG
  /external/chromium_org/v8/src/
v8.h 14 #if defined(DEBUG) && defined(NDEBUG)
16 // version of V8. We do not use NDEBUG and simply undef it here for
18 #undef NDEBUG
23 // may use NDEBUG - make sure they are consistent.
24 #if defined(DEBUG) && defined(NDEBUG)
25 #error both DEBUG and NDEBUG are set
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_driver.h 38 #undef NDEBUG

Completed in 507 milliseconds

1 2 3 4