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

12 3 4 5

  /dalvik/dx/src/com/android/dx/rop/code/
FillArrayDataInsn.java 21 import com.android.dx.rop.type.TypeList;
68 public TypeList getCatches() {
PlainCstInsn.java 22 import com.android.dx.rop.type.TypeList;
51 public TypeList getCatches() {
SwitchInsn.java 21 import com.android.dx.rop.type.TypeList;
64 public TypeList getCatches() {
BasicBlock.java 19 import com.android.dx.rop.type.TypeList;
249 public TypeList getExceptionHandlerTypes() {
PlainInsn.java 21 import com.android.dx.rop.type.TypeList;
73 public TypeList getCatches() {
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
FillArrayDataInsn.java 21 import com.android.dx.rop.type.TypeList;
68 public TypeList getCatches() {
PlainCstInsn.java 22 import com.android.dx.rop.type.TypeList;
51 public TypeList getCatches() {
SwitchInsn.java 21 import com.android.dx.rop.type.TypeList;
64 public TypeList getCatches() {
BasicBlock.java 19 import com.android.dx.rop.type.TypeList;
249 public TypeList getExceptionHandlerTypes() {
PlainInsn.java 21 import com.android.dx.rop.type.TypeList;
73 public TypeList getCatches() {
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.h 39 typedef std::vector<Type*> TypeList;
46 TypeList Types;
120 const TypeList &getTypes() const { return Types; }
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java 23 import com.android.dexgen.rop.type.TypeList;
72 public TypeList getCatches() {
BasicBlock.java 19 import com.android.dexgen.rop.type.TypeList;
249 public TypeList getExceptionHandlerTypes() {
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
StdTypeList.java 22 * 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...]
  /dalvik/dx/src/com/android/dx/rop/type/
StdTypeList.java 22 * 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/dx/java/com/android/dx/rop/type/
StdTypeList.java 22 * 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...]
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.h 43 typedef std::vector<llvm::Type*> TypeList;
50 TypeList Types;
124 const TypeList &getTypes() const { return Types; }
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.h 43 typedef std::vector<llvm::Type*> TypeList;
50 TypeList Types;
124 const TypeList &getTypes() const { return Types; }
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 36 import com.android.dx.rop.type.TypeList;
123 private TypeList interfaces;
282 public TypeList getInterfaces() {
318 * Constructs and returns an instance of {@link TypeList} whose
330 public TypeList makeTypeList(int offset, int size) {
554 * Implementation of {@link TypeList} whose data comes directly
562 private static class DcfTypeList implements TypeList {
632 public TypeList withAddedType(Type type) {
  /external/chromium/testing/gtest/include/gtest/
gtest-typed-test.h 166 typedef ::testing::internal::TypeList< Types >::type \
254 ::testing::internal::TypeList< Types >::type>::Register(\
  /external/dexmaker/src/main/java/com/google/dexmaker/
MethodId.java 35 final TypeList parameters;
41 MethodId(TypeId<D> declaringType, TypeId<R> returnType, String name, TypeList parameters) {
  /external/gtest/include/gtest/
gtest-typed-test.h 166 typedef ::testing::internal::TypeList< Types >::type \
254 ::testing::internal::TypeList< Types >::type>::Register(\
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-typed-test.h 166 typedef ::testing::internal::TypeList< Types >::type \
254 ::testing::internal::TypeList< Types >::type>::Register(\
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
StdCatchBuilder.java 24 import com.android.dexgen.rop.type.TypeList;
86 TypeList catches = block.getLastInsn().getCatches();
103 TypeList catches = block.getLastInsn().getCatches();
221 TypeList catches = block.getLastInsn().getCatches();
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationUtils.java 31 import com.android.dexgen.rop.type.TypeList;
153 public static Annotation makeMemberClasses(TypeList types) {
229 public static Annotation makeThrows(TypeList types) {
238 * Converts a {@link TypeList} to a {@link CstArray}.
243 private static CstArray makeCstArray(TypeList types) {

Completed in 470 milliseconds

12 3 4 5