/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/ |
D | OMANode.java | 76 public static OMAConstructed unmarshal(InputStream in) throws IOException { in unmarshal() method in OMANode 81 unmarshal(in, (OMAConstructed) node); in unmarshal() 85 private static void unmarshal(InputStream in, OMAConstructed parent) throws IOException { in unmarshal() method in OMANode 92 unmarshal(in, (OMAConstructed) node); in unmarshal()
|
D | MOTree.java | 199 public static MOTree unmarshal(InputStream in) throws IOException { in unmarshal() method in MOTree 220 OMAConstructed root = OMANode.unmarshal(in); in unmarshal()
|
D | SOAPParser.java | 148 MOTree back = MOTree.unmarshal(new ByteArrayInputStream(out.toByteArray())); in main()
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
D | MarshalQueryableRange.java | 82 public Range<T> unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRange.MarshalerRange 83 T lower = mNestedTypeMarshaler.unmarshal(buffer); in unmarshal() 84 T upper = mNestedTypeMarshaler.unmarshal(buffer); in unmarshal()
|
D | MarshalQueryablePair.java | 103 public Pair<T1, T2> unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryablePair.MarshalerPair 104 T1 first = mNestedTypeMarshalerFirst.unmarshal(buffer); in unmarshal() 105 T2 second = mNestedTypeMarshalerSecond.unmarshal(buffer); in unmarshal()
|
D | MarshalQueryableArray.java | 69 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableArray.MarshalerArray 93 Object elem = mComponentMarshaler.unmarshal(buffer); in unmarshal() 102 Object elem = mComponentMarshaler.unmarshal(buffer); in unmarshal()
|
D | MarshalQueryableBoolean.java | 44 public Boolean unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableBoolean.MarshalerBoolean
|
D | MarshalQueryableNativeByteToInteger.java | 46 public Integer unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableNativeByteToInteger.MarshalerNativeByteToInteger
|
D | MarshalQueryableSize.java | 46 public Size unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableSize.MarshalerSize
|
D | MarshalQueryableSizeF.java | 48 public SizeF unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableSizeF.MarshalerSizeF
|
D | MarshalQueryableStreamConfiguration.java | 53 public StreamConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableStreamConfiguration.MarshalerStreamConfiguration
|
D | MarshalQueryableStreamConfigurationDuration.java | 62 public StreamConfigurationDuration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableStreamConfigurationDuration.MarshalerStreamConfigurationDuration
|
D | MarshalQueryableBlackLevelPattern.java | 50 public BlackLevelPattern unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableBlackLevelPattern.MarshalerBlackLevelPattern
|
D | MarshalQueryableColorSpaceTransform.java | 55 public ColorSpaceTransform unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableColorSpaceTransform.MarshalerColorSpaceTransform
|
D | MarshalQueryableRggbChannelVector.java | 48 public RggbChannelVector unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRggbChannelVector.MarshalerRggbChannelVector
|
D | MarshalQueryableHighSpeedVideoConfiguration.java | 56 public HighSpeedVideoConfiguration unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableHighSpeedVideoConfiguration.MarshalerHighSpeedVideoConfiguration
|
D | MarshalQueryableRect.java | 49 public Rect unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableRect.MarshalerRect
|
D | MarshalQueryableString.java | 61 public String unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableString.MarshalerString
|
D | MarshalQueryableMeteringRectangle.java | 57 public MeteringRectangle unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableMeteringRectangle.MarshalerMeteringRectangle
|
D | MarshalQueryableReprocessFormatsMap.java | 72 public ReprocessFormatsMap unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableReprocessFormatsMap.MarshalerReprocessFormatsMap
|
D | MarshalQueryableParcelable.java | 102 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableParcelable.MarshalerParcelable
|
D | MarshalQueryableEnum.java | 76 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryableEnum.MarshalerEnum
|
D | MarshalQueryablePrimitive.java | 64 public T unmarshal(ByteBuffer buffer) { in unmarshal() method in MarshalQueryablePrimitive.MarshalerPrimitive
|
/frameworks/base/core/java/android/hardware/camera2/marshal/ |
D | Marshaler.java | 111 public abstract T unmarshal(ByteBuffer buffer); in unmarshal() method in Marshaler
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/ |
D | ProcessExpressions.java | 178 = (ResourceBundle.LayoutFileBundle) mUnmarshaller.unmarshal(is); in appendTo()
|