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

1 2 3 4 5 6 7 8 9

  /external/elfutils/backends/
tilegx_corenote.c 53 #define TYPE_LONG ELF_T_SXWORD
alpha_corenote.c 59 #define TYPE_LONG ELF_T_SXWORD
ppc_corenote.c 105 # define TYPE_LONG ELF_T_SWORD
110 # define TYPE_LONG ELF_T_SXWORD
129 .name = "orig_gpr3", .type = TYPE_LONG, .format = 'd', \
sparc_corenote.c 89 # define TYPE_LONG ELF_T_SWORD
100 # define TYPE_LONG ELF_T_SXWORD
s390_corenote.c 107 # define TYPE_LONG ELF_T_SWORD
118 # define TYPE_LONG ELF_T_SXWORD
134 .name = "orig_r2", .type = TYPE_LONG, .format = 'd', \
  /external/proguard/src/proguard/evaluation/value/
Value.java 35 public static final int TYPE_LONG = 2;
146 * <code>TYPE_LONG</code>,
162 * <code>ClassConstants.TYPE_LONG</code>,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 45 TYPE_LONG,
121 paramtype = TYPE_LONG;
133 paramtype = TYPE_LONG;
160 case TYPE_LONG:
  /external/proguard/src/proguard/classfile/
JavaConstants.java 86 public static final String TYPE_LONG = "long";
ClassConstants.java 326 public static final char TYPE_LONG = 'J';
  /external/python/cpython2/Modules/_sqlite/
statement.c 46 TYPE_LONG,
124 paramtype = TYPE_LONG;
136 paramtype = TYPE_LONG;
164 case TYPE_LONG: {
  /external/python/cpython3/Modules/_sqlite/
statement.c 44 TYPE_LONG,
127 paramtype = TYPE_LONG;
133 paramtype = TYPE_LONG;
145 case TYPE_LONG: {
  /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/packages/WallpaperCropper/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...]
  /packages/apps/Camera2/src/com/android/camera/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...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
ExifTag.java 56 static final short TYPE_LONG = 9;
77 TYPE_TO_SIZE_MAP[TYPE_LONG] = 4;
115 || type == TYPE_LONG
133 * @see #TYPE_LONG
171 * @see #TYPE_LONG
217 * #TYPE_UNSIGNED_LONG}, or {@link #TYPE_LONG}.
227 && dataType != TYPE_LONG
424 * Gets the value for type {@link #TYPE_ASCII}, {@link #TYPE_LONG}, {@link #TYPE_UNDEFINED},
492 case 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...]
  /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;
  /packages/apps/Messaging/src/com/android/messaging/util/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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 46 #define TYPE_LONG 'l'
159 w_byte(TYPE_LONG, p);
697 case TYPE_LONG:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 45 #define TYPE_LONG 'l'
180 w_byte(TYPE_LONG, p);
702 case TYPE_LONG:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 46 #define TYPE_LONG 'l'
159 w_byte(TYPE_LONG, p);
697 case TYPE_LONG:
    [all...]
  /external/python/cpython2/Python/
marshal.c 39 #define TYPE_LONG 'l'
174 w_byte(TYPE_LONG, p);
696 case TYPE_LONG:
    [all...]
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 157 private static final String TYPE_LONG = "l";
413 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) {
  /external/python/cpython3/Python/
marshal.c 39 #define TYPE_LONG 'l'
216 W_TYPE(TYPE_LONG, p);
979 case TYPE_LONG:
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 

Completed in 525 milliseconds

1 2 3 4 5 6 7 8 9