HomeSort by relevance Sort by last modified time
    Searched defs:TypeList (Results 26 - 32 of 32) sorted by null

12

  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 317 const ValueEnumerator::TypeList &TypeList = VE.getTypes();
374 TypeVals.push_back(TypeList.size());
379 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
380 Type *T = TypeList[i];
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 673 std::vector<Record*> TypeList = R->getValueAsListOfDefs("RegTypes");
674 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
675 Record *Type = TypeList[i];
    [all...]
  /art/runtime/
dex_file.h 186 uint32_t interfaces_off_; // file offset to TypeList
205 class TypeList {
219 DISALLOW_COPY_AND_ASSIGN(TypeList);
605 const TypeList* GetInterfacesList(const ClassDef& class_def) const {
610 return reinterpret_cast<const TypeList*>(addr);
672 const TypeList* GetProtoParameters(const ProtoId& proto_id) const {
677 return reinterpret_cast<const TypeList*>(addr);
935 const DexFile::TypeList* type_list_;
    [all...]
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h     [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 596 milliseconds

12