/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 | 53 performTest(0x0, new byte[]{0x0, 0x11}, 1); in testUleb128() 54 performTest(0x1, new byte[]{0x1, 0x11}, 1); in testUleb128() 55 performTest(0x3f, new byte[]{0x3f, 0x11}, 1); in testUleb128() 56 performTest(0x40, new byte[]{0x40, 0x11}, 1); in testUleb128() 57 performTest(0x70, new byte[]{0x70, 0x11}, 1); in testUleb128() 58 performTest(0x7f, new byte[]{0x7f, 0x11}, 1); in testUleb128() 60 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2); in testUleb128() 61 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2); in testUleb128() 62 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2); in testUleb128() 63 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2); in testUleb128() [all …]
|
D | DexWriterSleb128Test.java | 53 performTest(0x0, new byte[]{0x0, 0x11}, 1); in testSleb128() 54 performTest(0x1, new byte[]{0x1, 0x11}, 1); in testSleb128() 55 performTest(0x3f, new byte[]{0x3f, 0x11}, 1); in testSleb128() 56 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1); in testSleb128() 57 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1); in testSleb128() 58 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1); in testSleb128() 60 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2); in testSleb128() 61 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2); in testSleb128() 62 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2); in testSleb128() 63 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2); in testSleb128() [all …]
|
/external/skia/bench/ |
D | Matrix44Bench.cpp | 33 virtual void performTest() = 0; 46 this->performTest(); in onDraw() 58 void performTest() override { in performTest() function in M4NEQ 72 void performTest() override { in performTest() function in M4EQ 87 void performTest() override { in performTest() function in M4Concat 100 void performTest() override { in performTest() function in M4SetConcat 118 void performTest() override { in performTest() function in M4_map4 134 void performTest() override { in performTest() function in M4_map2 198 virtual void performTest() = 0; 210 this->performTest(); in onDraw() [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 void performTest() override { in performTest() function in FloatComparisonBench 79 void performTest() override { 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/llvm-project/clang/unittests/StaticAnalyzer/ |
D | StoreTest.cpp | 24 performTest(D); in HandleTopLevelDecl() 29 virtual void performTest(const Decl *D) = 0; 43 void performTest(const Decl *D) override { in performTest() function in clang::ento::__anon0bbe89700111::VariableBindConsumer 111 void performTest(const Decl *D) override { in performTest() function in clang::ento::__anon0bbe89700111::LiteralCompoundConsumer
|
D | SymbolReaperTest.cpp | 19 void performTest(const Decl *D) { in performTest() function in clang::ento::__anon04fae7d80111::SuperRegionLivenessConsumer 48 performTest(D); in HandleTopLevelDecl()
|
D | CallDescriptionTest.cpp | 53 void performTest(const Decl *D) { in performTest() function in clang::ento::__anon1ac7ac430111::CallDescriptionConsumer 81 performTest(D); in HandleTopLevelDecl()
|
D | ParamRegionTest.cpp | 28 void performTest(const Decl *D) { in performTest() function in clang::ento::__anonb9082c780111::ParamRegionTestConsumer 66 performTest(D); in HandleTopLevelDecl()
|
/external/kotlinx.atomicfu/atomicfu/src/jvmTest/kotlin/kotlinx/atomicfu/test/ |
D | LockFreeQueueLFTest.kt | 31 performTest(nSeconds) in <lambda>()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/ |
D | ChannelLFStressTest.kt | 51 env.performTest(nSeconds) { in performLockFreedomTest()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/ |
D | SelectDeadlockLFStressTest.kt | 44 env.performTest(nSeconds) { in <lambda>()
|