Lines Matching refs:DX
51 # If dx was not set by the environment variable, assume it is in the path.
52 if [ -z "$DX" ]; then
53 export DX="dx"
281 elif [ "x$1" = "x--build-with-javac-dx" ]; then
506 echo " --build-with-javac-dx Build test files with javac and dx (on by default)."
590 # Build Checker DEX files without dx's optimizations so the input to dex2oat
593 build_args="${build_args} --dx-option --no-optimize"
595 # Jack does not necessarily generate the same DEX output than dx. Because these tests depend
596 # on a particular DEX output, keep building them with dx for now (b/19467889).
606 # To cause tests to fail fast, limit the file sizes created by dx, dex2oat and ART output to 2MB.
617 # Set ulimit if we build with dx only, Jack can generate big temp files.