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

  /frameworks/base/tools/aapt2/
ResourceUtils.cpp 738 Reference::Type ref_type = Reference::Type::kResource; local
741 ref_type = Reference::Type::kAttribute;
750 return util::make_unique<Reference>(data, ref_type);
  /art/runtime/verifier/
reg_type_test.cc 404 const RegType& ref_type = cache.FromDescriptor(nullptr, "Ljava/lang/DoesNotExist;", true); local
405 EXPECT_TRUE(ref_type_0.Equals(ref_type));
407 const RegType& unresolved_unintialised = cache.Uninitialized(ref_type, 1101ull);
412 const RegType& ref_type_unresolved_unintialised_1 = cache.Uninitialized(ref_type, 1102ull);
416 const RegType& unresolved_unintialised_2 = cache.Uninitialized(ref_type, 1101ull);
454 const RegType& ref_type = cache.JavaLangString(); local
458 EXPECT_TRUE(ref_type.Equals(ref_type_2));
460 EXPECT_TRUE(ref_type.IsPreciseReference());
463 const RegType& ref_type_unintialized = cache.Uninitialized(ref_type, 0110ull);
476 const RegType& ref_type = cache.JavaLangObject(true) local
    [all...]
  /hardware/intel/img/psb_video/src/
tng_hostcode.h 216 IMG_INT8 ref_type; member in struct:_H264_PICMGMT_UP_PARAMS

Completed in 163 milliseconds