Home
last modified time | relevance | path

Searched defs:BUILD (Results 1 – 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DException.pm9 sub BUILD { subroutine
DBitSet.pm43 sub BUILD { subroutine
DCommonToken.pm71 sub BUILD { method in ANTLR::Runtime::CommonToken
/external/libjpeg-turbo/win/
Djconfigint.h.in2 #define BUILD "@BUILD@" macro
/external/libjpeg-turbo/
Djconfigint.h3 #define BUILD "" macro
Dconfigure.ac558 AC_SUBST(BUILD) subst
559 AC_DEFINE_UNQUOTED([BUILD], "$BUILD", [libjpeg-turbo build number]) definition
DCMakeLists.txt42 set(BUILD "${BUILD}d") variable
/external/libcap/progs/
DMakefile12 BUILD=$(PROGS) macro
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
DAnnotationVisibility.java26 BUILD("build"), enumConstant
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DAnnotationVisibility.java37 public static final int BUILD = 0; field in AnnotationVisibility
/external/avahi/avahi-autoipd/
DMakefile.am73 BUILD = dhclient-exit-hook dhclient-enter-hook macro
/external/zlib/src/nintendods/
DMakefile19 BUILD := build macro
/external/v8/test/cctest/wasm/
Dwasm-run-utils.h53 #define BUILD(r, ...) \ macro
Dtest-run-wasm-js.cc22 #define BUILD(r, ...) \ macro
/external/vboot_reference/
DMakefile41 BUILD = ${SRCDIR}/build macro
/external/v8/src/wasm/
Dast-decoder.cc93 #define BUILD(func, ...) (build() ? builder_->func(__VA_ARGS__) : nullptr) macro