Searched refs:testing (Results 1 – 25 of 47) sorted by relevance
12
/art/test/969-iface-super/ |
D | expected.txt | 4 End testing for type A 9 End testing for type B 13 End testing for type C 18 End testing for type D 23 End testing for type E 30 End testing for type F 40 End testing for type G 47 End testing for type H
|
/art/test/960-default-smali/ |
D | expected.txt | 6 End testing for type A 14 End testing for type B 22 End testing for type C 32 End testing for type D 42 End testing for type E 54 End testing for type F 62 End testing for type G 66 End testing for type H 76 End testing for type I 84 End testing for type J [all …]
|
/art/runtime/ |
D | type_lookup_table_test.cc | 56 testing::Values(DescriptorClassDefIdxPair("LAB;", 1U))); 59 testing::Values(DescriptorClassDefIdxPair("LDA;", kDexNoIndex))); 62 testing::Values(DescriptorClassDefIdxPair("LC;", 2U))); 65 testing::Values(DescriptorClassDefIdxPair("LAB;", 1U)));
|
/art/tools/jfuzz/ |
D | README.md | 5 of fuzz testing the ART infrastructure. Each randomly generated program 11 JFuzz can be combined with DexFuzz to get multi-layered fuzz testing. 35 a fixed testing class named Test. So a typical test run looks as follows. 41 How to start JFuzz testing 67 How to start JFuzz nightly testing 79 How to start J/DexFuzz testing (multi-layered) 105 Over the years, fuzz testing has gained popularity as a testing technique for 109 based fuzz testing constructs random, but properly formatted input data. 110 Mutation-based fuzz testing applies small random changes to existing inputs 116 The randomness of fuzz testing implies that the size and scope of testing is no
|
/art/cmdline/ |
D | cmdline_parser_test.cc | 45 using FloatingPoint = ::testing::internal::FloatingPoint<double>; in UsuallyEquals() 86 ::testing::AssertionResult IsExpectedKeyValue(const T& expected, in IsExpectedKeyValue() 92 return ::testing::AssertionFailure() in IsExpectedKeyValue() 96 return ::testing::AssertionSuccess(); in IsExpectedKeyValue() 99 return ::testing::AssertionFailure() << "key was not in the map"; in IsExpectedKeyValue() 103 ::testing::AssertionResult IsExpectedDefaultKeyValue(const T& expected, in IsExpectedDefaultKeyValue() 108 return ::testing::AssertionFailure() in IsExpectedDefaultKeyValue() 112 return ::testing::AssertionSuccess(); in IsExpectedDefaultKeyValue() 115 class CmdlineParserTest : public ::testing::Test { 132 static ::testing::AssertionResult IsResultSuccessful(const CmdlineResult& result) { in IsResultSuccessful() [all …]
|
/art/test/937-hello-retransform-package/src/ |
D | Transform.java | 17 package testing; package
|
D | Main.java | 19 import testing.*;
|
/art/test/418-const-string/ |
D | info.txt | 1 Small test case for testing CONST_STRING.
|
/art/test/450-checker-types/ |
D | info.txt | 1 Checker test for testing checked cast elimination.
|
/art/test/530-checker-lse/ |
D | info.txt | 1 Checker test for testing load-store elimination.
|
/art/test/445-checker-licm/ |
D | info.txt | 1 Checker test for testing loop invariant code motion.
|
/art/test/449-checker-bce/ |
D | info.txt | 1 Checker test for testing array bounds check elimination.
|
/art/test/404-optimizing-allocator/ |
D | info.txt | 1 Initial tests for testing the optimizing compiler's register allocator.
|
/art/test/641-checker-arraycopy/ |
D | info.txt | 1 Checker test for testing the arraycopy optimization in
|
/art/test/530-checker-lse2/ |
D | info.txt | 1 Checker test for testing store/allocation elimination in presence of
|
/art/test/549-checker-types-merge/ |
D | info.txt | 1 Checker test for testing the type merge during reference type propagation.
|
/art/test/402-optimizing-control-flow/ |
D | info.txt | 1 A set of tests for testing control flow instructions on the optimizing compiler.
|
/art/test/534-checker-bce-deoptimization/ |
D | info.txt | 1 Checker test for testing the behavior of deoptimization generated by
|
/art/runtime/arch/ |
D | memcmp16.cc | 34 namespace testing { namespace
|
D | memcmp16.h | 55 namespace testing {
|
D | memcmp16_test.cc | 32 class MemCmp16Test : public testing::Test { 142 int32_t computed = art::testing::MemCmp16Testing(s1_pot_unaligned, s2_pot_unaligned, mod_min); in CheckSeparate()
|
/art/test/115-native-bridge/ |
D | run | 34 exec ${RUN} --runtime-option -Xforce-nb-testing --runtime-option -XX:NativeBridge=libnativebridgete…
|
/art/test/800-smali/smali/ |
D | b_29778499_2.smali | 5 # This is testing an edge case (not implementing any interface) for b/18116999.
|
D | b_21614284.smali | 16 # Empty if, testing p0.
|
/art/tools/checker/file_format/c1visualizer/ |
D | test.py | 17 from common.testing import ToUnicode
|
12