Searched refs:testing (Results 1 - 25 of 25) sorted by relevance

/art/runtime/
H A Dtype_lookup_table_test.cc56 testing::Values(DescriptorClassDefIdxPair("LAB;", 1U)));
59 testing::Values(DescriptorClassDefIdxPair("LDA;", kDexNoIndex)));
62 testing::Values(DescriptorClassDefIdxPair("LC;", 2U)));
65 testing::Values(DescriptorClassDefIdxPair("LAB;", 1U)));
H A Dcommon_runtime_test.h183 using CommonRuntimeTest = CommonRuntimeTestBase<testing::Test>;
186 using CommonRuntimeTestWithParam = CommonRuntimeTestBase<testing::TestWithParam<Param>>;
H A Dparsed_options_test.cc27 class ParsedOptionsTest : public ::testing::Test {
H A Dcommon_runtime_test.cc62 testing::InitGoogleTest(&argc, argv);
/art/runtime/arch/
H A Dmemcmp16.cc34 namespace testing { namespace in namespace:art
H A Dmemcmp16.h55 namespace testing { namespace in namespace:art
58 // some reasonable testing. Without this, as __memcmp16 is hidden, the test cannot access the
H A Dmemcmp16_test.cc32 class MemCmp16Test : public testing::Test {
142 int32_t computed = art::testing::MemCmp16Testing(s1_pot_unaligned, s2_pot_unaligned, mod_min);
/art/test/115-native-bridge/
H A Drun31 exec ${RUN} --runtime-option -Xforce-nb-testing --runtime-option -XX:NativeBridge=libnativebridgetest.so ${MODARGS} NativeBridgeMain
/art/cmdline/
H A Dcmdline_parser_test.cc48 using FloatingPoint = ::testing::internal::FloatingPoint<double>;
89 ::testing::AssertionResult IsExpectedKeyValue(const T& expected,
95 return ::testing::AssertionFailure()
99 return ::testing::AssertionSuccess();
102 return ::testing::AssertionFailure() << "key was not in the map";
106 ::testing::AssertionResult IsExpectedDefaultKeyValue(const T& expected,
111 return ::testing::AssertionFailure()
115 return ::testing::AssertionSuccess();
118 class CmdlineParserTest : public ::testing::Test {
135 static ::testing
[all...]
/art/tools/checker/file_format/c1visualizer/
H A Dtest.py17 from common.testing import ToUnicode
/art/runtime/lambda/
H A Dshorty_field_type_test.cc31 class ShortyFieldTypeTest : public ::testing::Test {
43 static ::testing::AssertionResult IsResultSuccessful(bool result) {
45 return ::testing::AssertionSuccess();
47 return ::testing::AssertionFailure();
66 static ::testing::AssertionResult AreListsEqual(const T& expected, const T& actual) {
87 return ::testing::AssertionSuccess();
93 return ::testing::AssertionFailure() << stream.str();
H A Dclosure_test.cc64 class ClosureTest : public ::testing::Test {
81 static ::testing::AssertionResult IsResultSuccessful(bool result) {
83 return ::testing::AssertionSuccess();
85 return ::testing::AssertionFailure();
/art/runtime/base/
H A Darena_allocator_test.cc23 class ArenaAllocatorTest : public testing::Test {
H A Dhash_set_test.cc40 class HashSetTest : public testing::Test {
/art/runtime/gc/space/
H A Dspace_create_test.cc357 testing::Values(kMallocSpaceRosAlloc));
360 testing::Values(kMallocSpaceDlMalloc));
/art/runtime/base/unix_file/
H A Drandom_access_file_test.h28 class RandomAccessFileTest : public testing::Test {
/art/tools/checker/match/
H A Dtest.py16 from common.testing import ToUnicode
/art/compiler/optimizing/
H A Dparallel_move_test.cc168 class ParallelMoveTest : public ::testing::Test {
176 typedef ::testing::Types<TestParallelMoveResolverWithSwap, TestParallelMoveResolverNoSwap>
H A Dbounds_check_elimination_test.cc34 class BoundsCheckEliminationTest : public testing::Test {
/art/compiler/linker/
H A Drelative_patcher_test.h41 class RelativePatcherTest : public testing::Test {
H A Dmulti_oat_relative_patcher_test.cc31 class MultiOatRelativePatcherTest : public testing::Test {
/art/tools/checker/file_format/checker/
H A Dtest.py18 from common.testing import ToUnicode
/art/compiler/utils/
H A Dassembler_test.h46 class AssemblerTest : public testing::Test {
H A Dassembler_thumb_test.cc198 class Thumb2AssemblerTest : public ::testing::Test {
/art/test/
H A DAndroid.run-test.mk361 # TODO: Turn off all the other combinations, this is more about testing actual ART code. A gtest is

Completed in 470 milliseconds