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 47 static final boolean ASSERTIONS = false;
191 if (ASSERTIONS) _checkFind(c, lo);
377 if (ASSERTIONS) _checkInvariants();
393 if (ASSERTIONS) _checkInvariants();
472 if (ASSERTIONS) _checkInvariants();
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java 46 static final boolean ASSERTIONS = false;
190 if (ASSERTIONS) _checkFind(c, lo);
376 if (ASSERTIONS) _checkInvariants();
392 if (ASSERTIONS) _checkInvariants();
471 if (ASSERTIONS) _checkInvariants();
    [all...]

Completed in 1392 milliseconds