HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_INT (Results 1 - 12 of 12) sorted by null

  /external/qemu/
thunk.h 31 TYPE_INT,
92 case TYPE_INT:
129 case TYPE_INT:
thunk.c 43 case TYPE_INT:
139 case TYPE_INT:
  /external/v8/src/
flags.cc 55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS };
76 ASSERT(type_ == TYPE_INT);
109 ASSERT(type_ == TYPE_INT);
133 case TYPE_INT:
157 case TYPE_INT:
186 case Flag::TYPE_INT: return "int";
203 case Flag::TYPE_INT:
395 case Flag::TYPE_INT:
  /external/bluetooth/glib/glib/gnulib/
printf-args.h 44 TYPE_INT,
printf-args.c 52 case TYPE_INT:
vasnprintf.c 401 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
423 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
710 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
716 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
803 case TYPE_INT:
857 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
879 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
  /external/e2fsprogs/intl/
printf-args.h 47 TYPE_INT,
printf-args.c 50 case TYPE_INT:
vasnprintf.c 287 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
309 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
569 if (!(a.arg[dp->width_arg_index].type == TYPE_INT))
575 if (!(a.arg[dp->precision_arg_index].type == TYPE_INT))
662 case TYPE_INT:
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
EntrySchema.java 32 public static final int TYPE_INT = 3;
104 case TYPE_INT:
145 case TYPE_INT:
385 type = TYPE_INT;
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 96 static final int TYPE_INT = 'I' | 4 << 8;
120 return TYPE_INT;
  /prebuilt/common/osgi/
osgi.jar 

Completed in 186 milliseconds