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

1 2

  /cts/suite/audio_quality/test_description/processing/
consts.py 21 TYPE_DOUBLE = 1
  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.h 104 TYPE_DOUBLE,
  /external/proguard/src/proguard/evaluation/value/
Value.java 37 public static final int TYPE_DOUBLE = 4;
148 * <code>TYPE_DOUBLE</code>,
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
Constants.java 40 public static final Type TYPE_DOUBLE = TypeUtils.parseType("Double");
  /system/media/camera/include/system/
camera_metadata.h 62 TYPE_DOUBLE = 4,
  /external/bison/lib/
printf-args.h 64 TYPE_DOUBLE,
  /external/chromium_org/base/
values.h 56 TYPE_DOUBLE,
136 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
282 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
419 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 362 TYPE_DOUBLE = 1
399 TYPE_DOUBLE: CPPTYPE_DOUBLE,
  /external/e2fsprogs/intl/
printf-args.h 55 TYPE_DOUBLE,
  /external/protobuf/python/google/protobuf/
descriptor.py 328 TYPE_DOUBLE = 1
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 99 static final int TYPE_DOUBLE = 'F' | 8 << 8;
126 return TYPE_DOUBLE;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 37 public static final int TYPE_DOUBLE = 6;
82 return mBaseType >= TYPE_BIT && mBaseType <= TYPE_DOUBLE;
321 case TYPE_DOUBLE:
351 case TYPE_DOUBLE: return "double";
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite.h 98 TYPE_DOUBLE = 1,
descriptor.h 328 TYPE_DOUBLE = 1, // double, exactly eight bytes on the wire.
364 CPPTYPE_DOUBLE = 5, // TYPE_DOUBLE
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 773 static const Type TYPE_DOUBLE = FieldDescriptorProto_Type_TYPE_DOUBLE;
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
Extension.java 58 public static final int TYPE_DOUBLE = 1;
342 case TYPE_DOUBLE:
407 case TYPE_DOUBLE:
525 case TYPE_DOUBLE:
594 case TYPE_DOUBLE:
667 case TYPE_DOUBLE:
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 99 TYPE_DOUBLE = 1,
descriptor.h 298 TYPE_DOUBLE = 1, // double, exactly eight bytes on the wire.
334 CPPTYPE_DOUBLE = 5, // TYPE_DOUBLE
    [all...]
descriptor.pb.cc     [all...]
descriptor.pb.h 746 static const Type TYPE_DOUBLE = FieldDescriptorProto_Type_TYPE_DOUBLE;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 38 public static final int TYPE_DOUBLE = 6;
129 case TYPE_DOUBLE:
178 case TYPE_DOUBLE:
216 case TYPE_DOUBLE:
497 type = TYPE_DOUBLE;
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 149 private static final String TYPE_DOUBLE = "d";
362 } else if (TYPE_FLOAT.equalsIgnoreCase(type) || TYPE_DOUBLE.equalsIgnoreCase(type)) {
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 423 public static final int TYPE_DOUBLE = 4;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.8.0/
lint-api-22.8.0.jar 

Completed in 1253 milliseconds

1 2