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

  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildProvider.java 45 private static final Pattern RELEASE_BUILD = Pattern.compile("^[A-Z]{3}\\d{2}[A-Z]{0,1}$");
152 if (RELEASE_BUILD.matcher(buildAlias).matches()) {
  /external/libpng/contrib/libtests/
pngvalid.c 119 #ifndef RELEASE_BUILD
120 /* RELEASE_BUILD is true for releases and release candidates: */
121 # define RELEASE_BUILD (PNG_LIBPNG_BUILD_BASE_TYPE >= PNG_LIBPNG_BUILD_RC)
123 #if RELEASE_BUILD
125 #else /* !RELEASE_BUILD */
127 #endif /* !RELEASE_BUILD */
    [all...]

Completed in 624 milliseconds