HomeSort by relevance Sort by last modified time
    Searched defs:RegistryTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/win/
registry_unittest.cc 20 class RegistryTest : public testing::Test {
30 RegistryTest() {}
61 DISALLOW_COPY_AND_ASSIGN(RegistryTest);
65 const REGSAM RegistryTest::kNativeViewMask;
66 const REGSAM RegistryTest::kRedirectedViewMask;
68 TEST_F(RegistryTest, ValueTest) {
129 TEST_F(RegistryTest, BigValueIteratorTest) {
154 TEST_F(RegistryTest, TruncatedCharTest) {
185 TEST_F(RegistryTest, RecursiveDelete) {
244 TEST_F(RegistryTest, DISABLED_Wow64RedirectedFromNative)
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
RegistryTest.cpp 1 //===- unittest/ASTMatchers/Dynamic/RegistryTest.cpp - Registry unit tests -===//
22 class RegistryTest : public ::testing::Test {
128 TEST_F(RegistryTest, CanConstructNoArgs) {
145 TEST_F(RegistryTest, ConstructWithSimpleArgs) {
158 TEST_F(RegistryTest, ConstructWithMatcherArgs) {
187 TEST_F(RegistryTest, OverloadedMatchers) {
230 TEST_F(RegistryTest, PolymorphicMatchers) {
271 TEST_F(RegistryTest, TemplateArgument) {
285 TEST_F(RegistryTest, TypeTraversal) {
301 TEST_F(RegistryTest, CXXCtorInitializer)
    [all...]

Completed in 132 milliseconds