HomeSort by relevance Sort by last modified time
    Searched refs:GetTypeId (Results 1 - 25 of 61) sorted by null

1 2 3

  /art/runtime/
dex_file-inl.h 85 const DexFile::TypeId& return_type_id = dex_file_->GetTypeId(proto_id_->return_type_idx_);
87 rhs.dex_file_->GetTypeId(rhs.proto_id_->return_type_idx_);
102 const DexFile::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);
104 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);
dex_file_test.cc 324 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_);
339 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_);
341 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_);
dex_file.h 509 const TypeId& GetTypeId(uint32_t idx) const {
524 const TypeId& type_id = GetTypeId(idx);
529 const TypeId& type_id = GetTypeId(idx);
566 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_);
572 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
606 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);
    [all...]
  /external/chromium_org/content/public/test/
browser_test.h 46 ::testing::internal::GetTypeId<test_fixture>())
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_browsertest.cc 172 testing::internal::GetTypeId<SupervisedUserTransactionCleanupTest>()) {
  /art/compiler/sea_ir/types/
type_inference.cc 43 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_));
53 const char* descriptor = dex_file_->GetTypeDescriptor(dex_file_->GetTypeId(method_id.class_idx_));
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
gtest-internal.h 445 // GetTypeId<T>() returns the ID of type T. Different values will be
449 TypeId GetTypeId() {
458 // of GetTypeId< ::testing::Test>() to get the type ID of
618 GetTypeId<FixtureClass>(),
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
gtest-internal.h 488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() {
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
gtest-internal.h 413 // GetTypeId<T>() returns the ID of type T. Different values will be
417 TypeId GetTypeId() {
426 // of GetTypeId< ::testing::Test>() to get the type ID of
586 GetTypeId<FixtureClass>(),
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
gtest-internal.h 517 // GetTypeId<T>() returns the ID of type T. Different values will be
521 TypeId GetTypeId() {
530 // of GetTypeId< ::testing::Test>() to get the type ID of
689 GetTypeId<FixtureClass>(),
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
gtest-internal.h 488 // GetTypeId<T>() returns the ID of type T. Different values will be
492 TypeId GetTypeId() {
501 // of GetTypeId< ::testing::Test>() to get the type ID of
660 GetTypeId<FixtureClass>(),
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 504 // GetTypeId<T>() returns the ID of type T. Different values will be
508 TypeId GetTypeId() {
517 // of GetTypeId< ::testing::Test>() to get the type ID of
682 GetTypeId<FixtureClass>(),
    [all...]
gtest-param-util.h 477 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
596 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 459 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
577 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
gtest-internal.h 402 // GetTypeId<T>() returns the ID of type T. Different values will be
406 TypeId GetTypeId() {
415 // of GetTypeId< ::testing::Test>() to get the type ID of
575 GetTypeId<FixtureClass>(),
    [all...]
  /art/compiler/driver/
compiler_driver_test.cc 120 << " " << dex->GetTypeDescriptor(dex->GetTypeId(i));
  /art/runtime/mirror/
art_method-inl.h 516 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(return_type_idx));
522 return dex_file->GetTypeDescriptor(dex_file->GetTypeId(type_idx));
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 258 using testing::internal::GetTypeId;
360 // Tests GetTypeId.
363 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
364 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
371 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
372 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>())
    [all...]
  /external/gtest/test/
gtest_unittest.cc 259 using testing::internal::GetTypeId;
357 // Tests GetTypeId.
360 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
361 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
368 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
369 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>())
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 163 using testing::internal::GetTypeId;
241 // Tests GetTypeId.
244 EXPECT_EQ(GetTypeId<int>(), GetTypeId<int>());
245 EXPECT_EQ(GetTypeId<Test>(), GetTypeId<Test>());
252 EXPECT_NE(GetTypeId<int>(), GetTypeId<const int>());
253 EXPECT_NE(GetTypeId<int>(), GetTypeId<char>())
    [all...]

Completed in 649 milliseconds

1 2 3