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

1 2 34 5 6 7 8 91011>>

  /external/libchrome/base/
values.h 56 TYPE_DOUBLE,
132 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
286 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
433 // Values of both type TYPE_INTEGER and TYPE_DOUBLE can be obtained as
  /external/nanopb-c/generator/google/protobuf/
descriptor_pool.py 416 if (field_proto.type == descriptor.FieldDescriptor.TYPE_DOUBLE or
text_format.py 271 descriptor.FieldDescriptor.TYPE_DOUBLE):
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 308 case ClassConstants.TYPE_DOUBLE:
  /external/proguard/src/proguard/preverify/
CodePreverifier.java 425 case Value.TYPE_DOUBLE: return VerificationTypeFactory.createDoubleType();
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 316 case FieldDescriptor::TYPE_DOUBLE:
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator.cc 103 case FieldDescriptor::TYPE_DOUBLE: return "double";
  /hardware/interfaces/camera/common/1.0/default/
CameraMetadata.cpp 249 if ( (res = checkType(tag, TYPE_DOUBLE)) != OK) {
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java     [all...]
  /external/protobuf/python/google/protobuf/
descriptor.py 422 TYPE_DOUBLE = 1
459 TYPE_DOUBLE: CPPTYPE_DOUBLE,
    [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 532 case FieldDescriptor::TYPE_DOUBLE:
577 case FieldDescriptor::TYPE_DOUBLE:
    [all...]
objectivec_message.cc 93 case FieldDescriptor::TYPE_DOUBLE:
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 148 METADATA_UPDATE(TYPE_DOUBLE, double);
785 case TYPE_DOUBLE:
  /system/media/camera/src/
camera_metadata_tag_info.c 274 { "gpsCoordinates", TYPE_DOUBLE },
486 { "noiseProfile", TYPE_DOUBLE },
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc     [all...]
wire_format_lite.h 97 TYPE_DOUBLE = 1,
  /external/libmojo/ipc/
ipc_message_utils.cc 93 case base::Value::TYPE_DOUBLE:
166 case base::Value::TYPE_DOUBLE: {
283 case base::Value::TYPE_DOUBLE: {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 370 if (glu::getDataTypeScalarType(DataType(basicType)) == glu::TYPE_DOUBLE)
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 324 case FieldDescriptor::TYPE_DOUBLE : return "Double";
  /frameworks/av/camera/
CameraMetadata.cpp 248 if ( (res = checkType(tag, TYPE_DOUBLE)) != OK) {
  /frameworks/base/tools/incident_report/
main.cpp 157 case FieldDescriptor::TYPE_DOUBLE:
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 328 TYPE_DOUBLE = 1, // double, exactly eight bytes on the wire.
364 CPPTYPE_DOUBLE = 5, // TYPE_DOUBLE
    [all...]
wire_format_lite.h 97 TYPE_DOUBLE = 1,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 328 TYPE_DOUBLE = 1, // double, exactly eight bytes on the wire.
364 CPPTYPE_DOUBLE = 5, // TYPE_DOUBLE
    [all...]

Completed in 1384 milliseconds

1 2 34 5 6 7 8 91011>>