Home
last modified time | relevance | path

Searched defs:converter (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Derror_listener.cc36 namespace converter { namespace
Dfield_mask_utility.cc39 namespace converter { namespace
70 ConverterCallback converter) { in ConvertFieldMaskPath()
Dobject_writer.cc38 namespace converter { namespace
Ddefault_value_objectwriter_test.cc41 namespace converter { namespace
Dtype_info_test_helper.cc53 namespace converter { namespace
Djson_objectwriter.cc46 namespace converter { namespace
Dtype_info.cc47 namespace converter { namespace
/frameworks/base/core/java/android/animation/
DPropertyValuesHolder.java219 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 …]
DBidirectionalTypeConverter.java58 public InvertedConverter(BidirectionalTypeConverter<To, From> converter) { in InvertedConverter()
DObjectAnimator.java380 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/
DDescriptorUtil.cs54 (IList<TInput> input, IndexedConverter<TInput, TOutput> converter) in ConvertAndMakeReadOnly()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp511 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/
DBassBoostTest.java210 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
216 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
DVirtualizerTest.java207 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
213 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
DPresetReverbTest.java236 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
242 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
DEqualizerTest.java342 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
348 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
/frameworks/base/media/java/android/media/audiofx/
DAudioEffect.java1378 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/
DObjectCounter.java114 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<K, T> converter) { in toProto()
DIntCounter.java130 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<T> converter) { in toProto()
DIntHistogram.java236 public <T> T[] toProto(Class<T> protoClass, ProtobufConverter<T> converter) { in toProto()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioEffectTest.java1499 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/
DExtensionControllerImpl.java105 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()
DExtensionController.java55 PluginConverter<T, P> converter); in withPlugin()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DPackageParserTest.java338 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/
DFakeExtensionController.java64 … <P> ExtensionBuilder<T> withPlugin(Class<P> cls, String action, PluginConverter<T, P> converter) { in withPlugin()

123