Searched refs:TYPE_DOUBLE (Results 1 – 5 of 5) sorted by relevance
45 return createFormat(FrameFormat.TYPE_DOUBLE, count, target); in createDoubleFormat()65 return createFormat(FrameFormat.TYPE_DOUBLE, target); in createDoubleFormat()
37 public static final int TYPE_DOUBLE = 6; field in FrameFormat82 return mBaseType >= TYPE_BIT && mBaseType <= TYPE_DOUBLE; in isBinaryDataType()321 case TYPE_DOUBLE: in bytesPerSampleOf()351 case TYPE_DOUBLE: return "double"; in baseTypeToString()
66 case FrameFormat.TYPE_DOUBLE: in initWithFormat()
99 static final int TYPE_DOUBLE = 'F' | 8 << 8; field in TypedProperties126 return TYPE_DOUBLE; in interpretType()
120 private static final String TYPE_DOUBLE = "d"; field in Content.Parser266 } else if (TYPE_FLOAT.equalsIgnoreCase(type) || TYPE_DOUBLE.equalsIgnoreCase(type)) { in parseBindValue()