HomeSort by relevance Sort by last modified time
    Searched refs:TypeList (Results 101 - 111 of 111) sorted by null

1 2 3 45

  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 55 import com.android.dx.rop.type.TypeList;
399 TypeList list = cf.makeTypeList(offset, count);
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 200 const ValueEnumerator::TypeList &TypeList = VE.getTypes();
257 TypeVals.push_back(TypeList.size());
262 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
263 Type *T = TypeList[i];
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 194 const llvm_2_9_func::ValueEnumerator::TypeList &TypeList = VE.getTypes();
251 TypeVals.push_back(TypeList.size());
256 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
257 Type *T = TypeList[i];
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 472 std::vector<Record*> TypeList = R->getValueAsListOfDefs("RegTypes");
473 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
474 Record *Type = TypeList[i];
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 82 typedef std::vector<Type*> TypeList;
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-type-util.h     [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-type-util.h     [all...]
  /frameworks/compile/mclinker/utils/gtest/include/
gtest.h     [all...]

Completed in 476 milliseconds

1 2 3 45