/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/ |
D | BaseDexReaderSleb128Test.java | 41 performTest(0x0, new byte[]{0x0, 0x11}, 1); in testSleb128() 42 performTest(0x1, new byte[]{0x1, 0x11}, 1); in testSleb128() 43 performTest(0x3f, new byte[]{0x3f, 0x11}, 1); in testSleb128() 44 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1); in testSleb128() 45 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1); in testSleb128() 46 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1); in testSleb128() 48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2); in testSleb128() 49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2); in testSleb128() 50 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2); in testSleb128() 51 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2); in testSleb128() [all …]
|
D | BaseDexReaderLeb128Test.java | 41 performTest(0x0, new byte[]{0x0, 0x11}, 1); in testUleb128() 42 performTest(0x1, new byte[]{0x1, 0x11}, 1); in testUleb128() 43 performTest(0x3f, new byte[]{0x3f, 0x11}, 1); in testUleb128() 44 performTest(0x40, new byte[]{0x40, 0x11}, 1); in testUleb128() 45 performTest(0x70, new byte[]{0x70, 0x11}, 1); in testUleb128() 46 performTest(0x7f, new byte[]{0x7f, 0x11}, 1); in testUleb128() 48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2); in testUleb128() 49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2); in testUleb128() 50 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2); in testUleb128() 51 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2); in testUleb128() [all …]
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
D | DexWriterUleb128Test.java | 54 performTest(0x0, new byte[]{0x0, 0x11}, 1); in testUleb128() 55 performTest(0x1, new byte[]{0x1, 0x11}, 1); in testUleb128() 56 performTest(0x3f, new byte[]{0x3f, 0x11}, 1); in testUleb128() 57 performTest(0x40, new byte[]{0x40, 0x11}, 1); in testUleb128() 58 performTest(0x70, new byte[]{0x70, 0x11}, 1); in testUleb128() 59 performTest(0x7f, new byte[]{0x7f, 0x11}, 1); in testUleb128() 61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2); in testUleb128() 62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2); in testUleb128() 63 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2); in testUleb128() 64 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2); in testUleb128() [all …]
|
D | DexWriterSleb128Test.java | 54 performTest(0x0, new byte[]{0x0, 0x11}, 1); in testSleb128() 55 performTest(0x1, new byte[]{0x1, 0x11}, 1); in testSleb128() 56 performTest(0x3f, new byte[]{0x3f, 0x11}, 1); in testSleb128() 57 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1); in testSleb128() 58 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1); in testSleb128() 59 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1); in testSleb128() 61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2); in testSleb128() 62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2); in testSleb128() 63 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2); in testSleb128() 64 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2); in testSleb128() [all …]
|
/external/skia/bench/ |
D | Matrix44Bench.cpp | 24 virtual void performTest() = 0; 35 this->performTest(); in onDraw() 52 void performTest() override { in performTest() function in EqualsMatrix44Bench 77 void performTest() override { in performTest() function in SetIdentityMatrix44Bench 95 void performTest() override { in performTest() function in PreScaleMatrix44Bench 130 void performTest() override { in performTest() function in InvertMatrix44Bench 160 void performTest() override { in performTest() function in InvertAffineMatrix44Bench 185 void performTest() override { in performTest() function in InvertScaleTranslateMatrix44Bench 205 void performTest() override { in performTest() function in InvertTranslateMatrix44Bench 223 void performTest() override { in performTest() function in PostScaleMatrix44Bench [all …]
|
D | MatrixBench.cpp | 24 virtual void performTest() = 0; 35 this->performTest(); in onDraw() 48 void performTest() override { in performTest() function in EqualsMatrixBench 74 void performTest() override { in performTest() function in ScaleMatrixBench 114 void performTest() override { in performTest() function in GetTypeMatrixBench 159 void performTest() override { in performTest() function in DecomposeMatrixBench 203 void performTest() override { in performTest() function in InvertMapRectMatrixBench 290 void performTest() override { in performTest() function in MapPointsMatrixBench 319 void performTest() override { in performTest() function in MapRectMatrixBench
|
D | ScalarBench.cpp | 24 virtual void performTest() = 0; 35 this->performTest(); in onDraw() 60 virtual void performTest() { in performTest() function in FloatComparisonBench 79 virtual void performTest() { in performTest() function in ForcedIntComparisonBench 104 void performTest() override { in performTest() function in IsFiniteScalarBench
|
D | InterpBench.cpp | 37 virtual void performTest(int16_t dst[], float x, float dx, int count) = 0; 49 this->performTest(fDst, fFx, fDx, kBuffer); in onDraw() 62 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() function in Fixed16D16Interp 81 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() function in Fixed32D32Interp 112 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() function in Fixed16D48Interp 132 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() function in FloatInterp 150 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() function in DoubleInterp
|
D | MathBench.cpp | 47 virtual void performTest(float* SK_RESTRICT dst, 61 this->performTest(fDst, fSrc, kBuffer); in onDraw() 78 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() function in MathBenchU32 93 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() function in NoOpMathBench 106 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() function in SkRSqrtMathBench 120 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() function in SlowISqrtMathBench 133 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() function in FastISqrtMathBench
|
/external/skqp/bench/ |
D | Matrix44Bench.cpp | 24 virtual void performTest() = 0; 35 this->performTest(); in onDraw() 52 void performTest() override { in performTest() function in EqualsMatrix44Bench 77 void performTest() override { in performTest() function in SetIdentityMatrix44Bench 95 void performTest() override { in performTest() function in PreScaleMatrix44Bench 130 void performTest() override { in performTest() function in InvertMatrix44Bench 160 void performTest() override { in performTest() function in InvertAffineMatrix44Bench 185 void performTest() override { in performTest() function in InvertScaleTranslateMatrix44Bench 205 void performTest() override { in performTest() function in InvertTranslateMatrix44Bench 223 void performTest() override { in performTest() function in PostScaleMatrix44Bench [all …]
|
D | MatrixBench.cpp | 24 virtual void performTest() = 0; 35 this->performTest(); in onDraw() 48 void performTest() override { in performTest() function in EqualsMatrixBench 74 void performTest() override { in performTest() function in ScaleMatrixBench 114 void performTest() override { in performTest() function in GetTypeMatrixBench 159 void performTest() override { in performTest() function in DecomposeMatrixBench 203 void performTest() override { in performTest() function in InvertMapRectMatrixBench 290 void performTest() override { in performTest() function in MapPointsMatrixBench 319 void performTest() override { in performTest() function in MapRectMatrixBench
|
D | ScalarBench.cpp | 24 virtual void performTest() = 0; 35 this->performTest(); in onDraw() 60 virtual void performTest() { in performTest() function in FloatComparisonBench 79 virtual void performTest() { in performTest() function in ForcedIntComparisonBench 104 void performTest() override { in performTest() function in IsFiniteScalarBench
|
D | InterpBench.cpp | 37 virtual void performTest(int16_t dst[], float x, float dx, int count) = 0; 49 this->performTest(fDst, fFx, fDx, kBuffer); in onDraw() 62 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() function in Fixed16D16Interp 81 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() function in Fixed32D32Interp 112 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() function in Fixed16D48Interp 132 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() function in FloatInterp 150 void performTest(int16_t dst[], float fx, float dx, int count) override { in performTest() function in DoubleInterp
|
D | MathBench.cpp | 47 virtual void performTest(float* SK_RESTRICT dst, 61 this->performTest(fDst, fSrc, kBuffer); in onDraw() 78 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() function in MathBenchU32 93 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() function in NoOpMathBench 106 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() function in SkRSqrtMathBench 120 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() function in SlowISqrtMathBench 133 void performTest(float* SK_RESTRICT dst, const float* SK_RESTRICT src, int count) override { in performTest() function in FastISqrtMathBench
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/DebuggerOnDemand/ |
D | OnthrowDebuggerLaunchTest.java | 64 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught); in testDebuggerLaunch001() 84 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught); in testDebuggerLaunch002() 104 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught); in testDebuggerLaunch003() 123 performTest(DEBUGGER_NAME, isSuspend, isOnuncaught); in testDebuggerLaunch004() 144 void performTest(String debuggerName, String isSuspendDebuggee, String isOnuncaught) { in performTest() method in OnthrowDebuggerLaunchTest
|
/external/mockito/src/test/java/org/concurrentmockito/ |
D | ThreadsShareAMockTest.java | 21 performTest(); in shouldAllowVerifyingInThreads() 25 private void performTest() throws InterruptedException { in performTest() method in ThreadsShareAMockTest
|
D | ThreadVerifiesContinuoslyInteractingMockTest.java | 24 performTest(); in shouldAllowVerifyingInThreads() 28 private void performTest() throws InterruptedException { in performTest() method in ThreadVerifiesContinuoslyInteractingMockTest
|
D | ThreadsShareGenerouslyStubbedMockTest.java | 24 performTest(); in shouldAllowVerifyingInThreads() 28 private void performTest() throws InterruptedException { in performTest() method in ThreadsShareGenerouslyStubbedMockTest
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | GraggBulirschStoerIntegrator.java | 119 private boolean performTest; field in GraggBulirschStoerIntegrator 220 this.performTest = performStabilityCheck; in setStabilityCheck() 495 if (performTest && (j <= maxChecks) && (k < maxIter)) { in tryStep()
|
/external/google-breakpad/src/common/mac/testing/ |
D | GTMSenTestCase.m | 246 - (void)performTest { method
|
D | GTMSenTestCase.h | 1063 - (void)performTest;
|