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

  /external/chromium/base/
values.h 52 TYPE_BOOLEAN,
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 92 static final int TYPE_BOOLEAN = 'Z';
114 return TYPE_BOOLEAN;
236 if (type == TYPE_BOOLEAN) {
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 115 private static final String TYPE_BOOLEAN = "b";
262 } else if (TYPE_BOOLEAN.equalsIgnoreCase(type)) {
  /libcore/luni/src/main/java/java/lang/reflect/
Field.java 76 private static final char TYPE_BOOLEAN = 'Z';
297 return getZField(object, declaringClass, type, slot, flag, TYPE_BOOLEAN);
621 setZField(object, declaringClass, type, slot, flag, TYPE_BOOLEAN, value);
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 33 public static final int TYPE_BOOLEAN = 1;
114 case TYPE_BOOLEAN:
163 case TYPE_BOOLEAN:
201 case TYPE_BOOLEAN:
487 type = TYPE_BOOLEAN;
  /frameworks/base/include/androidfw/
ResourceTypes.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 

Completed in 84 milliseconds