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

1 2 3 4 5

  /cts/suite/audio_quality/test_description/processing/
consts.py 21 TYPE_DOUBLE = 1
recording_thd.py 48 if (inputTypes[3] != TYPE_DOUBLE):
73 outputTypes.append(TYPE_DOUBLE)
75 outputTypes.append(TYPE_DOUBLE)
playback_thd.py 39 if (inputTypes[2] != TYPE_DOUBLE):
59 outputTypes.append(TYPE_DOUBLE)
check_spectrum_playback.py 83 if (inputTypes[4] != TYPE_DOUBLE):
85 if (inputTypes[5] != TYPE_DOUBLE):
106 outputTypes.append(TYPE_DOUBLE)
108 outputTypes.append(TYPE_DOUBLE)
example.py 38 # TYPE_DOUBLE, TYPE_DOUBLE ]
39 # outputTypes will be [ TYPE_STEREO, TYPE_MONO, TYPE_I64, TYPE_DOUBLE ]
59 outputTypes.append(TYPE_DOUBLE)
check_spectrum.py 97 if (inputTypes[5] != TYPE_DOUBLE):
99 if (inputTypes[6] != TYPE_DOUBLE):
140 outputTypes.append(TYPE_DOUBLE)
142 outputTypes.append(TYPE_DOUBLE)
  /external/chromium/chrome/browser/extensions/
extension_tts_api_util.cc 30 } else if (value->IsType(Value::TYPE_DOUBLE)) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
PrimitiveFormat.java 45 return createFormat(FrameFormat.TYPE_DOUBLE, count, target);
65 return createFormat(FrameFormat.TYPE_DOUBLE, target);
  /external/proguard/src/proguard/evaluation/value/
Value.java 37 public static final int TYPE_DOUBLE = 4;
148 * <code>TYPE_DOUBLE</code>,
  /external/bison/lib/
printf-args.h 64 TYPE_DOUBLE,
  /external/e2fsprogs/intl/
printf-args.h 55 TYPE_DOUBLE,
printf-args.c 70 case TYPE_DOUBLE:
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
type_checkers.py 174 _FieldDescriptor.TYPE_DOUBLE: wire_format.DoubleByteSize,
197 _FieldDescriptor.TYPE_DOUBLE: encoder.DoubleEncoder,
220 _FieldDescriptor.TYPE_DOUBLE: encoder.DoubleSizer,
243 _FieldDescriptor.TYPE_DOUBLE: decoder.DoubleDecoder,
265 _FieldDescriptor.TYPE_DOUBLE: wire_format.WIRETYPE_FIXED64,
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 174 _FieldDescriptor.TYPE_DOUBLE: wire_format.DoubleByteSize,
197 _FieldDescriptor.TYPE_DOUBLE: encoder.DoubleEncoder,
220 _FieldDescriptor.TYPE_DOUBLE: encoder.DoubleSizer,
243 _FieldDescriptor.TYPE_DOUBLE: decoder.DoubleDecoder,
265 _FieldDescriptor.TYPE_DOUBLE: wire_format.WIRETYPE_FIXED64,
  /external/chromium_org/components/user_prefs/
pref_registry_syncable.cc 40 case Value::TYPE_DOUBLE: {
167 CreateLocaleDefaultValue(Value::TYPE_DOUBLE, locale_default_message_id),
  /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";
SimpleFrame.java 66 case FrameFormat.TYPE_DOUBLE:
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 130 case FieldDescriptor::TYPE_DOUBLE : return "Double" ;
161 case FieldDescriptor::TYPE_DOUBLE : return WireFormatLite::kDoubleSize;
193 case FieldDescriptor::TYPE_DOUBLE :
  /external/chromium_org/chrome/browser/ui/webui/
gesture_config_ui.cc 99 case base::Value::TYPE_DOUBLE:
  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.h 102 TYPE_DOUBLE,
  /external/chromium_org/ppapi/shared_impl/private/
ppb_x509_certificate_private_shared.cc 54 case base::Value::TYPE_DOUBLE: {
  /external/chromium_org/tools/json_schema_compiler/
util.cc 81 case Value::TYPE_DOUBLE:
  /hardware/libhardware/tests/camera2/
CameraMetadataTests.cpp 129 EXPECT_EQ(TYPE_DOUBLE, entry.type);
  /cts/suite/audio_quality/test_description/
processing_main.py 103 inputTypes.append(TYPE_DOUBLE)
129 elif (outputTypes[i] == TYPE_DOUBLE):
  /external/chromium/base/json/
json_reader_unittest.cc 79 ASSERT_TRUE(root->IsType(Value::TYPE_DOUBLE));
85 ASSERT_TRUE(root->IsType(Value::TYPE_DOUBLE));
93 ASSERT_TRUE(root->IsType(Value::TYPE_DOUBLE));
100 ASSERT_TRUE(root->IsType(Value::TYPE_DOUBLE));
107 ASSERT_TRUE(root->IsType(Value::TYPE_DOUBLE));
114 ASSERT_TRUE(root->IsType(Value::TYPE_DOUBLE));
121 ASSERT_TRUE(root->IsType(Value::TYPE_DOUBLE));
128 ASSERT_TRUE(root->IsType(Value::TYPE_DOUBLE));

Completed in 2562 milliseconds

1 2 3 4 5