HomeSort by relevance Sort by last modified time
    Searched refs:constructor_count (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/memory/
ref_counted_unittest.cc 60 static int constructor_count() { return constructor_count_; } function in class:__anon22742::ScopedRefPtrCountBase
86 static int constructor_count() { return constructor_count_; } function in class:__anon22742::ScopedRefPtrCountDerived
236 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
243 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
250 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
255 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
265 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
270 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
274 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
281 EXPECT_EQ(1, ScopedRefPtrCountBase::constructor_count());
    [all...]
  /system/chre/util/tests/
array_queue_test.cc 9 int constructor_count; member in namespace:__anon114135
14 constructor_count++;
18 constructor_count++;
181 constructor_count = 0;
185 EXPECT_EQ(1, constructor_count);
189 EXPECT_EQ(2, constructor_count);
193 EXPECT_EQ(2, constructor_count);
  /frameworks/native/libs/vr/libpdx/
variant_tests.cpp 84 static std::size_t constructor_count() { return constructor_count_; } function in class:__anon41368::InstrumentType
429 ASSERT_EQ(0u, InstrumentType<int>::constructor_count());
441 EXPECT_EQ(0u, InstrumentType<int>::constructor_count());
452 EXPECT_EQ(0u, InstrumentType<int>::constructor_count());
464 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
475 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
489 EXPECT_EQ(3u, InstrumentType<int>::constructor_count());
503 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
515 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
520 EXPECT_EQ(2u, InstrumentType<int>::constructor_count());
    [all...]
  /art/runtime/native/
java_lang_Class.cc 416 size_t constructor_count = 0; local
419 constructor_count += MethodMatchesConstructor(&m, publicOnly != JNI_FALSE) ? 1u : 0u;
422 soa.Self(), mirror::Constructor::ArrayClass(), constructor_count));
427 constructor_count = 0;
438 h_constructors->SetWithoutChecks<false>(constructor_count++, constructor);
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
pe.go 1094 // contain more than one constructor entry, the size will need to be 8 * constructor_count.
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
pe.go 1094 // contain more than one constructor entry, the size will need to be 8 * constructor_count.

Completed in 487 milliseconds