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

1 23 4 5

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
descriptor.py 362 TYPE_DOUBLE = 1
399 TYPE_DOUBLE: CPPTYPE_DOUBLE,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_primitive_field.cc 109 case FieldDescriptor::TYPE_DOUBLE : return "Double" ;
140 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize;
java_helpers.cc 228 case FieldDescriptor::TYPE_DOUBLE:
  /external/bison/lib/
printf-parse.c 490 type = TYPE_DOUBLE;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
salsa_ui.cc 158 } else if (pref->GetType() == base::Value::TYPE_DOUBLE &&
  /external/chromium_org/chrome/common/policy/
policy_schema.cc 68 { json_schema_constants::kNumber, base::Value::TYPE_DOUBLE },
  /external/chromium_org/chrome/renderer/extensions/
activity_log_converter_strategy_unittest.cc 70 if (value->IsType(base::Value::TYPE_DOUBLE)
  /external/chromium_org/chromeos/dbus/
shill_ipconfig_client.cc 144 case base::Value::TYPE_DOUBLE:
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_primitive_field.cc 65 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize;
cpp_helpers.cc 242 case FieldDescriptor::TYPE_DOUBLE : return "Double";
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 226 case FieldDescriptor::TYPE_DOUBLE : return "Double";
cpp_primitive_field.cc 65 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize;
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 205 case FieldDescriptor::TYPE_DOUBLE:
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 219 case FieldDescriptor::TYPE_DOUBLE:
  /hardware/libhardware/modules/camera/
Metadata.cpp 115 if (!validate(tag, TYPE_DOUBLE, count)) return -EINVAL;
  /system/media/camera/src/
camera_metadata.c 143 [TYPE_DOUBLE] = sizeof(double),
152 [TYPE_DOUBLE] = "double",
900 [TYPE_DOUBLE] = 4,
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_service.cc 59 case Value::TYPE_DOUBLE: {
319 CreateLocaleDefaultValue(Value::TYPE_DOUBLE, locale_default_message_id));
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 134 private static final String TYPE_DOUBLE = "d";
326 } else if (TYPE_FLOAT.equalsIgnoreCase(type) || TYPE_DOUBLE.equalsIgnoreCase(type)) {
  /external/chromium/base/
values.h 54 TYPE_DOUBLE,
  /external/chromium_org/chrome/browser/policy/
policy_loader_mac_unittest.cc 51 case base::Value::TYPE_DOUBLE: {
306 // base::Value::TYPE_DOUBLE
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_win.cc 242 case base::Value::TYPE_DOUBLE: {
  /external/protobuf/python/google/protobuf/
descriptor.py 328 TYPE_DOUBLE = 1
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 272 case FieldDescriptor::TYPE_DOUBLE:
  /external/chromium_org/third_party/protobuf/src/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...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 142 inline bool WireFormatLite::ReadPrimitive<double, WireFormatLite::TYPE_DOUBLE>(
215 double, WireFormatLite::TYPE_DOUBLE>(
308 READ_REPEATED_FIXED_SIZE_PRIMITIVE(double, TYPE_DOUBLE);

Completed in 895 milliseconds

1 23 4 5