/dalvik/libcore/luni/src/test/java/junit/runner/ |
StandardTestSuiteLoader.java | 4 * The standard test suite loader. It can only load the same class once. 8 * Uses the system class loader to load the test class 10 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:StandardTestSuiteLoader 14 * Uses the system class loader to load the test class
|
/dalvik/vm/mterp/x86/ |
OP_ADD_DOUBLE.S | 2 %include "x86/binflop.S" {"instr":"faddl","load":"fldl","store":"fstpl"}
|
OP_ADD_DOUBLE_2ADDR.S | 2 %include "x86/binflop2addr.S" {"instr":"faddl","load":"fldl","store":"fstpl"}
|
OP_ADD_FLOAT.S | 2 %include "x86/binflop.S" {"instr":"fadds","load":"flds","store":"fstps"}
|
OP_ADD_FLOAT_2ADDR.S | 2 %include "x86/binflop2addr.S" {"instr":"fadds","load":"flds","store":"fstps"}
|
OP_DIV_DOUBLE.S | 2 %include "x86/binflop.S" {"instr":"fdivl","load":"fldl","store":"fstpl"}
|
OP_DIV_DOUBLE_2ADDR.S | 2 %include "x86/binflop2addr.S" {"instr":"fdivl","load":"fldl","store":"fstpl"}
|
OP_DIV_FLOAT.S | 2 %include "x86/binflop.S" {"instr":"fdivs","load":"flds","store":"fstps"}
|
OP_DIV_FLOAT_2ADDR.S | 2 %include "x86/binflop2addr.S" {"instr":"fdivs","load":"flds","store":"fstps"}
|
OP_MUL_DOUBLE.S | 2 %include "x86/binflop.S" {"instr":"fmull","load":"fldl","store":"fstpl"}
|
OP_MUL_DOUBLE_2ADDR.S | 2 %include "x86/binflop2addr.S" {"instr":"fmull","load":"fldl","store":"fstpl"}
|
OP_MUL_FLOAT.S | 2 %include "x86/binflop.S" {"instr":"fmuls","load":"flds","store":"fstps"}
|
OP_MUL_FLOAT_2ADDR.S | 2 %include "x86/binflop2addr.S" {"instr":"fmuls","load":"flds","store":"fstps"}
|
OP_NEG_DOUBLE.S | 2 %include "x86/fpcvt.S" {"instr":"fchs","load":"fldl","store":"fstpl"}
|
OP_NEG_FLOAT.S | 2 %include "x86/fpcvt.S" {"instr":"fchs","load":"flds","store":"fstps"}
|
OP_SUB_DOUBLE.S | 2 %include "x86/binflop.S" {"instr":"fsubl","load":"fldl","store":"fstpl"}
|
OP_SUB_DOUBLE_2ADDR.S | 2 %include "x86/binflop2addr.S" {"instr":"fsubl","load":"fldl","store":"fstpl"}
|
OP_SUB_FLOAT.S | 2 %include "x86/binflop.S" {"instr":"fsubs","load":"flds","store":"fstps"}
|
OP_SUB_FLOAT_2ADDR.S | 2 %include "x86/binflop2addr.S" {"instr":"fsubs","load":"flds","store":"fstps"}
|
OP_IGET_BYTE.S | 3 %include "x86/OP_IGET.S" { "load":"movsbl", "sqnum":"2" }
|
OP_IGET_CHAR.S | 3 %include "x86/OP_IGET.S" { "load":"movzwl", "sqnum":"3" }
|
OP_IGET_SHORT.S | 3 %include "x86/OP_IGET.S" { "load":"movswl", "sqnum":"4" }
|
/external/junit/src/junit/runner/ |
StandardTestSuiteLoader.java | 4 * The standard test suite loader. It can only load the same class once. 8 * Uses the system class loader to load the test class 10 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:StandardTestSuiteLoader 14 * Uses the system class loader to load the test class
|
/frameworks/base/test-runner/src/junit/runner/ |
StandardTestSuiteLoader.java | 4 * The standard test suite loader. It can only load the same class once. 9 * Uses the system class loader to load the test class 11 public Class load(String suiteClassName) throws ClassNotFoundException { method in class:StandardTestSuiteLoader 15 * Uses the system class loader to load the test class
|
/dalvik/dx/src/junit/runner/ |
TestSuiteLoader.java | 7 abstract public Class load(String suiteClassName) throws ClassNotFoundException; method in interface:TestSuiteLoader
|