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

  /external/swiftshader/third_party/LLVM/
build-for-llvm-top.sh 34 if test "$ASSERTIONS" -eq 1 ; then
35 config_options="$config_options --enable-assertions"
37 config_options="$config_options --disable-assertions"
  /external/python/cpython2/PC/os2emx/
Makefile 30 ASSERTIONS=no
31 #ASSERTIONS=yes
98 ifeq ($(ASSERTIONS),no)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMap.java 51 static final boolean ASSERTIONS = false;
195 if (ASSERTIONS) _checkFind(c, lo);
381 if (ASSERTIONS) _checkInvariants();
397 if (ASSERTIONS) _checkInvariants();
476 if (ASSERTIONS) _checkInvariants();
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java 48 static final boolean ASSERTIONS = false;
192 if (ASSERTIONS) _checkFind(c, lo);
378 if (ASSERTIONS) _checkInvariants();
394 if (ASSERTIONS) _checkInvariants();
473 if (ASSERTIONS) _checkInvariants();
    [all...]

Completed in 893 milliseconds