HomeSort by relevance Sort by last modified time
    Searched defs:FieldId (Results 1 - 5 of 5) sorted by null

  /dalvik/dx/src/com/android/dx/io/
FieldId.java 21 public final class FieldId implements Comparable<FieldId> {
27 public FieldId(DexBuffer buffer, int declaringClassIndex, int typeIndex, int nameIndex) {
46 public int compareTo(FieldId other) {
  /dalvik/dx/src/com/android/dx/gen/
FieldId.java 26 public final class FieldId<D, V> {
35 FieldId(Type<D> declaringType, Type<V> type, String name) {
59 return o instanceof FieldId
60 && ((FieldId<?, ?>) o).declaringType.equals(declaringType)
61 && ((FieldId<?, ?>) o).name.equals(name);
  /dalvik/vm/jdwp/
Jdwp.h 40 typedef u4 FieldId; /* static or instance field */
50 INLINE FieldId dvmReadFieldId(const u1** pBuf) { return read4BE(pBuf); }
55 INLINE void dvmSetFieldId(u1* buf, FieldId val) { return set4BE(buf, val); }
60 INLINE void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) {
  /external/srec/srec/cfront/
nisthdr.h 68 // 1. add a name in FieldId, make it uppercase version of header entry
78 enum FieldId
123 void reset(FieldId id);
193 Nist1AHeader::reset(FieldId id)
198 #define Nist1AHeaderSetDef(fname, argType, unionKey, fieldId)\
200 mpFields[fieldId].mbInUse = TRUE;\
201 mpFields[fieldId].mValue.##unionKey = x;}
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 195 milliseconds