Searched refs:Spp (Results 1 – 7 of 7) sorted by relevance
51 BUILD_TOOLS_JDK := $(BUILD_TOOLS_JDK_DIR)/build/tools/spp/Spp.class52 TOOL_SPP = java -cp $(BUILD_TOOLS_JDK_DIR) build.tools.spp.Spp53 SPP_SRC := $(ANDROID_BUILD_TOP)/libcore/ojluni/src/tools/build/tools/spp/Spp.java
28 javac -d . ../../../../tools/build/tools/spp/Spp.java33 java build.tools.spp.Spp -K$1 -Dtype=$1 -DType=$2 -DFulltype=$3 -iOrder-X.java.template -o$out
28 javac -d . ../../../../tools/build/tools/spp/Spp.java33 java build.tools.spp.Spp -K$1 -Dtype=$1 -DType=$2 -DFulltype=$3 -iBasic-X.java.template -o$out
28 javac -d . ../../../../tools/build/tools/spp/Spp.java33 …java build.tools.spp.Spp -K$1 -Dtype=$1 -DType=$2 -DFulltype=$3 -iCopyDirect-X-Memory.java.templa…
5 javac -d . $ANDROID_BUILD_TOP/libcore/ojluni/src/tools/build/tools/spp/Spp.java7 SPP=build.tools.spp.Spp
2 Main-Class: build.tools.spp.Spp
69 public class Spp { class99 new Spp().spp(new Scanner(new FileInputStream(inputFile)), in main()