/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/ |
D | error_listener.cc | 36 namespace converter { namespace
|
D | field_mask_utility.cc | 39 namespace converter { namespace 70 ConverterCallback converter) { in ConvertFieldMaskPath()
|
D | object_writer.cc | 38 namespace converter { namespace
|
D | default_value_objectwriter_test.cc | 41 namespace converter { namespace
|
D | type_info_test_helper.cc | 53 namespace converter { namespace
|
D | json_objectwriter.cc | 46 namespace converter { namespace
|
D | type_info.cc | 47 namespace converter { namespace
|
/frameworks/base/core/java/android/animation/ |
D | PropertyValuesHolder.java | 219 PointFToIntArray converter = new PointFToIntArray(); in ofMultiInt() local 241 TypeConverter<V, int[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiInt() 263 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiInt() 338 PointFToFloatArray converter = new PointFToFloatArray(); in ofMultiFloat() local 359 TypeConverter<V, float[]> converter, TypeEvaluator<V> evaluator, V... values) { in ofMultiFloat() 381 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, Keyframe... values) { in ofMultiFloat() 428 TypeConverter<PointF, ?> converter, Path path) { in ofObject() 488 TypeConverter<T, V> converter, TypeEvaluator<T> evaluator, T... values) { in ofObject() 513 TypeConverter<PointF, V> converter, Path path) { in ofObject() 676 public void setConverter(TypeConverter converter) { in setConverter() [all …]
|
D | BidirectionalTypeConverter.java | 58 public InvertedConverter(BidirectionalTypeConverter<To, From> converter) { in InvertedConverter()
|
D | ObjectAnimator.java | 380 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiInt() 581 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) { in ofMultiFloat() 638 @Nullable TypeConverter<PointF, ?> converter, Path path) { in ofObject() 702 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) { in ofObject() 729 @Nullable TypeConverter<PointF, V> converter, Path path) { in ofObject()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorUtil.cs | 54 (IList<TInput> input, IndexedConverter<TInput, TOutput> converter) in ConvertAndMakeReadOnly()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 511 GraphicView2MediaImageConverter converter(view, colorFormat, false /* copy */); in Allocate() local 628 GraphicView2MediaImageConverter converter(*view, colorFormat, false /* copy */); in Allocate() local 720 GraphicView2MediaImageConverter converter( in canCopy() local 742 GraphicView2MediaImageConverter converter( in copy() local
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
D | BassBoostTest.java | 210 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 216 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
|
D | VirtualizerTest.java | 207 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 213 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
|
D | PresetReverbTest.java | 236 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 242 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
|
D | EqualizerTest.java | 342 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 348 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
|
/frameworks/base/media/java/android/media/audiofx/ |
D | AudioEffect.java | 1378 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 1389 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local 1407 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local 1418 ByteBuffer converter = ByteBuffer.allocate(2); in shortToByteArray() local 1437 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToFloat() local 1447 ByteBuffer converter = ByteBuffer.allocate(4); in floatToByteArray() local
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | ObjectCounter.java | 114 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<K, T> converter) { in toProto()
|
D | IntCounter.java | 130 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<T> converter) { in toProto()
|
D | IntHistogram.java | 236 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<T> converter) { in toProto()
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
D | MediaAudioEffectTest.java | 1499 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local 1506 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local 1517 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local 1524 ByteBuffer converter = ByteBuffer.allocate(2); in shortToByteArray() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | ExtensionControllerImpl.java | 105 String action, PluginConverter<T, P> converter) { in withPlugin() 208 public <P> void addPlugin(String action, Class<P> cls, PluginConverter<T, P> converter) { in addPlugin() 228 public PluginItem(String action, Class<P> cls, PluginConverter<T, P> converter) { in PluginItem()
|
D | ExtensionController.java | 55 PluginConverter<T, P> converter); in withPlugin()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageParserTest.java | 338 Function<Package, Package> converter) throws Exception { in parsePackage() argument 419 Function<Package, Package> converter) throws Exception { in checkPackageWithComponents() argument
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
D | FakeExtensionController.java | 64 … <P> ExtensionBuilder<T> withPlugin(Class<P> cls, String action, PluginConverter<T, P> converter) { in withPlugin()
|