HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_LONG (Results 1 - 25 of 36) sorted by null

1 2

  /external/elfutils/backends/
ppc_corenote.c 102 # define TYPE_LONG ELF_T_SWORD
107 # define TYPE_LONG ELF_T_SXWORD
126 .name = "orig_gpr3", .type = TYPE_LONG, .format = 'd', \
sparc_corenote.c 85 # define TYPE_LONG ELF_T_SWORD
96 # define TYPE_LONG ELF_T_SXWORD
alpha_corenote.c 56 #define TYPE_LONG ELF_T_SXWORD
  /external/qemu/
thunk.h 32 TYPE_LONG,
97 case TYPE_LONG:
134 case TYPE_LONG:
thunk.c 46 case TYPE_LONG:
147 case TYPE_LONG:
153 case TYPE_LONG:
157 if (type == TYPE_LONG) {
168 case TYPE_LONG:
174 case TYPE_LONG:
180 if (type == TYPE_LONG) {
  /external/proguard/src/proguard/evaluation/value/
Value.java 35 public static final int TYPE_LONG = 2;
146 * <code>TYPE_LONG</code>,
LongValue.java 547 return TYPE_LONG;
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 63 public static final short TYPE_LONG = 9;
84 TYPE_TO_SIZE_MAP[TYPE_LONG] = 4;
123 type == TYPE_LONG || type == TYPE_RATIONAL;
141 * @see #TYPE_LONG
181 * @see #TYPE_LONG
230 * {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_LONG}.</li>
240 if (mDataType != TYPE_UNSIGNED_SHORT && mDataType != TYPE_LONG &&
261 * type {@link #TYPE_UNSIGNED_SHORT}, or {@link #TYPE_LONG}. This method
265 * {@link #TYPE_UNSIGNED_LONG}, or {@link #TYPE_LONG}.</li>
779 * Gets the value for type {@link #TYPE_ASCII}, {@link #TYPE_LONG},
    [all...]
ExifModifier.java 165 case ExifTag.TYPE_LONG:
ExifOutputStream.java 493 case ExifTag.TYPE_LONG:
ExifParser.java 714 case ExifTag.TYPE_LONG: {
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/exif/
ExifTagTest.java 146 || type == ExifTag.TYPE_LONG));
174 ^ (tag.getDataType() == ExifTag.TYPE_LONG));
Util.java 163 case ExifTag.TYPE_LONG:
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 36 public static final int TYPE_LONG = 4;
123 case TYPE_LONG:
172 case TYPE_LONG:
210 case TYPE_LONG:
493 type = TYPE_LONG;
  /libcore/luni/src/main/java/java/lang/reflect/
Field.java 88 private static final char TYPE_LONG = 'J';
468 return getJField(object, declaringClass, type, slot, flag, TYPE_LONG);
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 97 static final int TYPE_LONG = 'I' | 8 << 8;
122 return TYPE_LONG;
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 132 private static final String TYPE_LONG = "l";
324 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) {
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 411 case Value.TYPE_LONG: return VerificationTypeFactory.createLongType();
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 385 case Value.TYPE_LONG:
    [all...]
EvaluationShrinker.java     [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/proguard/lib/
proguard.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 522 milliseconds

1 2