HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_DOUBLE (Results 51 - 75 of 320) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libchrome/base/
values.cc 169 : Value(TYPE_DOUBLE), double_value_(in_value) {
193 if (out_value && IsType(TYPE_DOUBLE))
197 return (IsType(TYPE_DOUBLE) || IsType(TYPE_INTEGER));
208 case TYPE_DOUBLE:
230 case TYPE_DOUBLE: {
  /external/libchrome/base/trace_event/
trace_event_argument.cc 264 case base::Value::TYPE_DOUBLE: {
318 case base::Value::TYPE_DOUBLE: {
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 362 TYPE_DOUBLE = 1
399 TYPE_DOUBLE: CPPTYPE_DOUBLE,
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 51 public static final int TYPE_DOUBLE = 1;
351 case TYPE_DOUBLE:
CodedInputByteBufferNano.java 661 case InternalNano.TYPE_DOUBLE:
  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_helpers.cc 87 case FieldDescriptor::TYPE_DOUBLE:
394 case FieldDescriptor::TYPE_DOUBLE : return internal::WireFormatLite::kDoubleSize;
  /external/protobuf/src/google/protobuf/util/
type_resolver_util_test.cc 187 Field::TYPE_DOUBLE, "optional_double", 12));
243 Field::TYPE_DOUBLE, "repeated_double", 42));
  /frameworks/base/tools/streaming_proto/
main.cpp 142 case FieldDescriptorProto::TYPE_DOUBLE:
192 case FieldDescriptorProto::TYPE_DOUBLE:
  /external/bison/lib/
printf-parse.c 490 type = TYPE_DOUBLE;
  /external/proguard/src/proguard/classfile/
ClassConstants.java 328 public static final char TYPE_DOUBLE = 'D';
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 332 case ClassConstants.TYPE_DOUBLE:
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 65 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize;
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 219 case FieldDescriptor::TYPE_DOUBLE:
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 148 inline bool WireFormatLite::ReadPrimitive<double, WireFormatLite::TYPE_DOUBLE>(
221 double, WireFormatLite::TYPE_DOUBLE>(
315 READ_REPEATED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE)
420 READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE)
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 148 inline bool WireFormatLite::ReadPrimitive<double, WireFormatLite::TYPE_DOUBLE>(
221 double, WireFormatLite::TYPE_DOUBLE>(
315 READ_REPEATED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE)
420 READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE)
    [all...]
  /system/media/camera/include/system/
camera_metadata.h 61 TYPE_DOUBLE = 4,
  /system/media/camera/src/
camera_metadata.c 196 [TYPE_DOUBLE] = sizeof(double),
205 [TYPE_DOUBLE] = "double",
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp     [all...]
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 629 if (field_proto.type == descriptor.FieldDescriptor.TYPE_DOUBLE or
647 if (field_proto.type == descriptor.FieldDescriptor.TYPE_DOUBLE or
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 110 case FieldDescriptor::TYPE_DOUBLE : return "Double" ;
141 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize;
    [all...]
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 157 private static final String TYPE_DOUBLE = "d";
392 } else if (TYPE_FLOAT.equalsIgnoreCase(type) || TYPE_DOUBLE.equalsIgnoreCase(type)) {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 141 inline bool WireFormatLite::ReadPrimitive<double, WireFormatLite::TYPE_DOUBLE>(
214 double, WireFormatLite::TYPE_DOUBLE>(
307 READ_REPEATED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE)
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 141 inline bool WireFormatLite::ReadPrimitive<double, WireFormatLite::TYPE_DOUBLE>(
214 double, WireFormatLite::TYPE_DOUBLE>(
307 READ_REPEATED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE)
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 141 inline bool WireFormatLite::ReadPrimitive<double, WireFormatLite::TYPE_DOUBLE>(
214 double, WireFormatLite::TYPE_DOUBLE>(
307 READ_REPEATED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE)
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 141 inline bool WireFormatLite::ReadPrimitive<double, WireFormatLite::TYPE_DOUBLE>(
214 double, WireFormatLite::TYPE_DOUBLE>(
307 READ_REPEATED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE)
    [all...]

Completed in 562 milliseconds

1 23 4 5 6 7 8 91011>>