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

  /sdk/ide_common/src/com/android/ide/common/resources/
ValueResourceParser.java 175 String typeValue;
179 typeValue = attributes.getValue(ATTR_TYPE);
182 typeValue = qName;
185 ResourceType type = ResourceType.getEnum(typeValue);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
EventLogParser.java 206 int typeValue = Integer.parseInt(typeString);
207 EventValueType eventValueType = EventValueType.getEventValueType(typeValue);
218 typeValue = Integer.parseInt(typeString);
219 ValueType valueType = ValueType.getValueType(typeValue);
  /external/icu4c/i18n/
dtptngen.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 80 final int typeValue = cursor.getInt(typeColumnIndex);
84 if (type.rawValue == typeValue) {
  /external/clang/lib/CodeGen/
CGException.cpp     [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
VCardEntry.java     [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityModifier.java     [all...]

Completed in 808 milliseconds