Searched refs:TypeList (Results 1 - 25 of 43) sorted by relevance

12

/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DTypeList.java22 public interface TypeList { interface
25 * {@code TypeList} interface itself doesn't provide any
68 public TypeList withAddedType(Type type);
H A DStdTypeList.java22 * Standard implementation of {@link TypeList}.
25 extends FixedSizeList implements TypeList {
227 * is a static method so as to work on arbitrary {@link TypeList}
233 public static String toHuman(TypeList list) {
254 * is a static method so as to work on arbitrary {@link TypeList}
260 public static int hashContents(TypeList list) {
273 * is a static method so as to work on arbitrary {@link TypeList}
280 public static boolean equalContents(TypeList list1, TypeList list2) {
298 * is a static method so as to work on arbitrary {@link TypeList}
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DComparison.java21 import com.android.dx.rop.type.TypeList;
30 @Override Rop rop(TypeList types) {
37 @Override Rop rop(TypeList types) {
44 @Override Rop rop(TypeList types) {
51 @Override Rop rop(TypeList types) {
58 @Override Rop rop(TypeList types) {
65 @Override Rop rop(TypeList types) {
70 abstract Rop rop(TypeList types);
H A DBinaryOp.java21 import com.android.dx.rop.type.TypeList;
42 @Override Rop rop(TypeList types) {
49 @Override Rop rop(TypeList types) {
56 @Override Rop rop(TypeList types) {
63 @Override Rop rop(TypeList types) {
70 @Override Rop rop(TypeList types) {
77 @Override Rop rop(TypeList types) {
84 @Override Rop rop(TypeList types) {
91 @Override Rop rop(TypeList types) {
98 @Override Rop rop(TypeList type
[all...]
H A DTypeList.java27 final class TypeList { class
31 TypeList(TypeId<?>[] types) { method in class:TypeList
47 return o instanceof TypeList && Arrays.equals(((TypeList) o).types, types);
H A DMethodId.java35 final TypeList parameters;
41 MethodId(TypeId<D> declaringType, TypeId<R> returnType, String name, TypeList parameters) {
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DThrowingInsn.java20 import com.android.dx.rop.type.TypeList;
31 private final TypeList catches;
40 public static String toCatchString(TypeList catches) {
64 TypeList catches) {
86 public TypeList getCatches() {
H A DThrowingCstInsn.java22 import com.android.dx.rop.type.TypeList;
31 private final TypeList catches;
44 TypeList catches, Constant cst) {
71 public TypeList getCatches() {
H A DRop.java21 import com.android.dx.rop.type.TypeList;
62 private final TypeList sources;
65 private final TypeList exceptions;
94 public Rop(int opcode, Type result, TypeList sources,
95 TypeList exceptions, int branchingness, boolean isCallLike,
141 public Rop(int opcode, Type result, TypeList sources,
142 TypeList exceptions, int branchingness, String nickname) {
159 public Rop(int opcode, Type result, TypeList sources, int branchingness,
176 public Rop(int opcode, Type result, TypeList sources, String nickname) {
194 public Rop(int opcode, Type result, TypeList source
[all...]
H A DFillArrayDataInsn.java21 import com.android.dx.rop.type.TypeList;
68 public TypeList getCatches() {
H A DPlainCstInsn.java22 import com.android.dx.rop.type.TypeList;
51 public TypeList getCatches() {
H A DSwitchInsn.java21 import com.android.dx.rop.type.TypeList;
64 public TypeList getCatches() {
H A DBasicBlock.java19 import com.android.dx.rop.type.TypeList;
249 public TypeList getExceptionHandlerTypes() {
H A DPlainInsn.java21 import com.android.dx.rop.type.TypeList;
73 public TypeList getCatches() {
H A DInsn.java21 import com.android.dx.rop.type.TypeList;
205 public abstract TypeList getCatches();
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DTypeListItem.java22 import com.android.dx.rop.type.TypeList;
40 private final TypeList list;
47 public TypeListItem(TypeList list) {
86 public TypeList getList() {
117 TypeList thisList = this.list;
118 TypeList otherList = ((TypeListItem) other).list;
H A DAnnotationUtils.java30 import com.android.dx.rop.type.TypeList;
151 public static Annotation makeMemberClasses(TypeList types) {
227 public static Annotation makeThrows(TypeList types) {
236 * Converts a {@link TypeList} to a {@link CstArray}.
241 private static CstArray makeCstArray(TypeList types) {
H A DClassDefsSection.java22 import com.android.dx.rop.type.TypeList;
177 TypeList interfaces = c.getInterfaces();
H A DEncodedMethod.java23 import com.android.dx.rop.type.TypeList;
55 DalvCode code, TypeList throwsList) {
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h39 typedef std::vector<Type*> TypeList; typedef in class:llvm::ValueEnumerator
46 TypeList Types;
120 const TypeList &getTypes() const { return Types; }
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp31 template < typename T > struct TypeList struct
86 TypeList < int >::type >::Register ("Int", "TypedTestP1", 0);
90 TypeList < Types < int > >::type >::Register ("Int", "TypedTestP2", 0);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DStdCatchBuilder.java24 import com.android.dx.rop.type.TypeList;
86 TypeList catches = block.getLastInsn().getCatches();
103 TypeList catches = block.getLastInsn().getCatches();
221 TypeList catches = block.getLastInsn().getCatches();
/external/chromium/testing/gtest/include/gtest/
H A Dgtest-typed-test.h166 typedef ::testing::internal::TypeList< Types >::type \
254 ::testing::internal::TypeList< Types >::type>::Register(\
/external/gtest/include/gtest/
H A Dgtest-typed-test.h166 typedef ::testing::internal::TypeList< Types >::type \
254 ::testing::internal::TypeList< Types >::type>::Register(\
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-typed-test.h166 typedef ::testing::internal::TypeList< Types >::type \
254 ::testing::internal::TypeList< Types >::type>::Register(\

Completed in 253 milliseconds

12