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

1 2 3

  /external/chromium_org/content/public/test/
browser_test.h 46 ::testing::internal::GetTypeId<test_fixture>())
  /art/runtime/
dex_file_test.cc 244 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_);
260 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_);
262 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_);
dex_file.h 453 const TypeId& GetTypeId(uint32_t idx) const {
468 const TypeId& type_id = GetTypeId(idx);
473 const TypeId& type_id = GetTypeId(idx);
510 const DexFile::TypeId& type_id = GetTypeId(field_id.class_idx_);
516 const DexFile::TypeId& type_id = GetTypeId(field_id.type_idx_);
550 const DexFile::TypeId& type_id = GetTypeId(method_id.class_idx_);
    [all...]
object_utils.h 109 const DexFile::TypeId& type_id = dex_file.GetTypeId(GetClassDef()->class_idx_);
496 return dex_file.GetTypeDescriptor(dex_file.GetTypeId(return_type_idx));
607 return dex_file.GetTypeDescriptor(dex_file.GetTypeId(type_idx));
  /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/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 475 // GetTypeId<T>() returns the ID of type T. Different values will be
479 inline TypeId GetTypeId() {
539 ::testing::internal::GetTypeId< parent_class >(), \
  /external/chromium/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 482 // GetTypeId<T>() returns the ID of type T. Different values will be
486 TypeId GetTypeId() {
495 // of GetTypeId< ::testing::Test>() to get the type ID of
654 GetTypeId<FixtureClass>(),
    [all...]
  /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 427 // GetTypeId<T>() returns the ID of type T. Different values will be
431 TypeId GetTypeId() {
440 // of GetTypeId< ::testing::Test>() to get the type ID of
599 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 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/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 516 // GetTypeId<T>() returns the ID of type T. Different values will be
520 TypeId GetTypeId() {
529 // of GetTypeId< ::testing::Test>() to get the type ID of
688 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/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 506 // GetTypeId<T>() returns the ID of type T. Different values will be
510 TypeId GetTypeId() {
519 // of GetTypeId< ::testing::Test>() to get the type ID of
689 GetTypeId<FixtureClass>(),
    [all...]
gtest-param-util.h 479 virtual TypeId GetTestCaseTypeId() const { return GetTypeId<TestCase>(); }
598 if ((*it)->GetTestCaseTypeId() != GetTypeId<TestCase>()) {
  /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 114 << " " << dex->GetTypeDescriptor(dex->GetTypeId(i));

Completed in 422 milliseconds

1 2 3