Searched defs:performTest (Results 1 - 11 of 11) sorted by relevance

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
H A DBaseDexReaderLeb128Test.java41 performTest(0x0, new byte[]{0x0, 0x11}, 1);
42 performTest(0x1, new byte[]{0x1, 0x11}, 1);
43 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
44 performTest(0x40, new byte[]{0x40, 0x11}, 1);
45 performTest(0x70, new byte[]{0x70, 0x11}, 1);
46 performTest(0x7f, new byte[]{0x7f, 0x11}, 1);
48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
50 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
51 performTest(
244 private void performTest(int expectedValue, byte[] buf) { method in class:BaseDexReaderLeb128Test
248 private void performTest(int expectedValue, byte[] buf, int expectedLength) { method in class:BaseDexReaderLeb128Test
[all...]
H A DBaseDexReaderSleb128Test.java41 performTest(0x0, new byte[]{0x0, 0x11}, 1);
42 performTest(0x1, new byte[]{0x1, 0x11}, 1);
43 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
44 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1);
45 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1);
46 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1);
48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
50 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
51 performTest(
251 private void performTest(int expectedValue, byte[] buf) { method in class:BaseDexReaderSleb128Test
255 private void performTest(int expectedValue, byte[] buf, int expectedLength) { method in class:BaseDexReaderSleb128Test
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DDexWriterSleb128Test.java54 performTest(0x0, new byte[]{0x0, 0x11}, 1);
55 performTest(0x1, new byte[]{0x1, 0x11}, 1);
56 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
57 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1);
58 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1);
59 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1);
61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
63 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
64 performTest(
228 private void performTest(int integerValue, byte[] encodedValue) throws IOException { method in class:DexWriterSleb128Test
232 private void performTest(int integerValue, byte[] encodedValue, int encodedLength) throws IOException { method in class:DexWriterSleb128Test
[all...]
H A DDexWriterUleb128Test.java54 performTest(0x0, new byte[]{0x0, 0x11}, 1);
55 performTest(0x1, new byte[]{0x1, 0x11}, 1);
56 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
57 performTest(0x40, new byte[]{0x40, 0x11}, 1);
58 performTest(0x70, new byte[]{0x70, 0x11}, 1);
59 performTest(0x7f, new byte[]{0x7f, 0x11}, 1);
61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
63 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
64 performTest(
225 private void performTest(int integerValue, byte[] encodedValue) throws IOException { method in class:DexWriterUleb128Test
229 private void performTest(int integerValue, byte[] encodedValue, int encodedLength) throws IOException { method in class:DexWriterUleb128Test
[all...]
/external/skia/bench/
H A DScalarBench.cpp25 virtual void performTest() = 0;
36 this->performTest();
61 virtual void performTest() { function in class:FloatComparisonBench
80 virtual void performTest() { function in class:ForcedIntComparisonBench
105 void performTest() override {
H A DMatrix44Bench.cpp24 virtual void performTest() = 0;
35 this->performTest();
55 virtual void performTest() { function in class:EqualsMatrix44Bench
81 virtual void performTest() { function in class:SetIdentityMatrix44Bench
100 virtual void performTest() { function in class:PreScaleMatrix44Bench
137 virtual void performTest() { function in class:InvertMatrix44Bench
169 virtual void performTest() { function in class:InvertAffineMatrix44Bench
196 virtual void performTest() { function in class:InvertScaleTranslateMatrix44Bench
218 virtual void performTest() { function in class:InvertTranslateMatrix44Bench
237 virtual void performTest() { function in class:PostScaleMatrix44Bench
262 virtual void performTest() { function in class:SetConcatMatrix44Bench
284 virtual void performTest() { function in class:GetTypeMatrix44Bench
[all...]
H A DMatrixBench.cpp25 virtual void performTest() = 0;
36 this->performTest();
49 virtual void performTest() { function in class:EqualsMatrixBench
75 virtual void performTest() { function in class:ScaleMatrixBench
112 // Putting random generation of the matrix inside performTest()
115 virtual void performTest() { function in class:GetTypeMatrixBench
160 virtual void performTest() { function in class:DecomposeMatrixBench
204 virtual void performTest() { function in class:InvertMapRectMatrixBench
291 void performTest() override {
H A DMathBench.cpp38 virtual void performTest(float* SK_RESTRICT dst,
52 this->performTest(fDst, fSrc, kBuffer);
69 virtual void performTest(float* SK_RESTRICT dst,
86 virtual void performTest(float* SK_RESTRICT dst, function in class:NoOpMathBench
101 virtual void performTest(float* SK_RESTRICT dst, function in class:SkRSqrtMathBench
117 virtual void performTest(float* SK_RESTRICT dst, function in class:SlowISqrtMathBench
142 virtual void performTest(float* SK_RESTRICT dst, function in class:FastISqrtMathBench
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/
H A DOnthrowDebuggerLaunchTest.java63 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught);
83 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught);
103 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught);
122 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught);
143 void performTest(String debuggerName, String isSuspendDebuggee, String isOnuncaught) { method in class:OnthrowDebuggerLaunchTest
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DGraggBulirschStoerIntegrator.java119 private boolean performTest; field in class:GraggBulirschStoerIntegrator
220 this.performTest = performStabilityCheck;
495 if (performTest && (j <= maxChecks) && (k < maxIter)) {
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 337 milliseconds