Home
last modified time | relevance | path

Searched defs:in (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DFileTransforms.java30 public static InputStream getDecryptedStream(InputStream in) { in getDecryptedStream()
35 public static InputStream getUncompressedStream(InputStream in) throws IOException { in getUncompressedStream()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java96 Intent in = new Intent(context, BluetoothOppIncomingFileConfirmActivity.class); in onReceive() local
146 Intent in = new Intent(context, BluetoothOppTransferActivity.class); in onReceive() local
157 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local
166 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local
175 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
DFolderListing.java35 FolderListing(InputStream in) { in FolderListing()
41 public void parse(InputStream in) { in parse()
DMessagesListing.java36 MessagesListing(InputStream in) { in MessagesListing()
42 public void parse(InputStream in) { in parse()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DDvrStorageManager.java88 private void readFormatInt(DataInputStream in, MediaFormat mediaFormat, String key) in readFormatInt()
96 private void readFormatLong(DataInputStream in, MediaFormat mediaFormat, String key) in readFormatLong()
104 private void readFormatFloat(DataInputStream in, MediaFormat mediaFormat, String key) in readFormatFloat()
112 private String readString(DataInputStream in) throws IOException { in readString()
122 private void readFormatString(DataInputStream in, MediaFormat mediaFormat, String key) in readFormatString()
130 private void readFormatStringOptional(DataInputStream in, MediaFormat mediaFormat, String key) { in readFormatStringOptional()
141 private ByteBuffer readByteBuffer(DataInputStream in) throws IOException { in readByteBuffer()
155 private void readFormatByteBuffer(DataInputStream in, MediaFormat mediaFormat, String key) in readFormatByteBuffer()
173 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readTrackInfoFiles()
213 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readCaptionInfoFiles()
[all …]
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DDvrStorageManager.java88 private void readFormatInt(DataInputStream in, MediaFormat format, String key) in readFormatInt()
96 private void readFormatLong(DataInputStream in, MediaFormat format, String key) in readFormatLong()
104 private void readFormatFloat(DataInputStream in, MediaFormat format, String key) in readFormatFloat()
112 private String readString(DataInputStream in) throws IOException { in readString()
122 private void readFormatString(DataInputStream in, MediaFormat format, String key) in readFormatString()
130 private void readFormatStringOptional(DataInputStream in, MediaFormat format, String key) { in readFormatStringOptional()
141 private ByteBuffer readByteBuffer(DataInputStream in) throws IOException { in readByteBuffer()
155 private void readFormatByteBuffer(DataInputStream in, MediaFormat format, String key) in readFormatByteBuffer()
173 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readTrackInfoFiles()
213 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readCaptionInfoFiles()
[all …]
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DXmpInterfaceTest.java60 try (InputStream in = context.getResources().openRawResource(R.raw.test_image)) { in testContainer_Empty()
72 try (InputStream in = context.getResources().openRawResource(R.raw.lg_g4_iso_800_jpg)) { in testContainer_ValidAttrs()
84 try (InputStream in = context.getResources().openRawResource(R.raw.lg_g4_iso_800_dng)) { in testContainer_ValidTags()
104 try (InputStream in = context.getResources().openRawResource(R.raw.lg_g4_iso_800_jpg)) { in testContainer_ExifRedactionRanges()
187 try (InputStream in = context.getResources().openRawResource(resId); in stageFile()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DBinaryTempFileBody.java68 InputStream in = getInputStream(); in writeTo() local
77 public BinaryTempFileBodyInputStream(InputStream in) { in BinaryTempFileBodyInputStream()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DPeekableInputStream.java28 private final InputStream in; field in PeekableInputStream
32 public PeekableInputStream(InputStream in) { in PeekableInputStream()
DFixedLengthInputStream.java27 private final InputStream in; field in FixedLengthInputStream
31 public FixedLengthInputStream(InputStream in, int length) { in FixedLengthInputStream()
/packages/services/Car/car-lib/src/android/car/storagemonitoring/
DWearEstimate.java83 public WearEstimate(Parcel in) { in WearEstimate()
91 public WearEstimate(JsonReader in) throws IOException { in WearEstimate()
111 public WearEstimate(JSONObject in) throws JSONException { in WearEstimate()
DLifetimeWriteInfo.java61 public LifetimeWriteInfo(Parcel in) { in LifetimeWriteInfo()
70 public LifetimeWriteInfo(JSONObject in) throws JSONException { in LifetimeWriteInfo()
DIoStatsEntry.java86 public IoStatsEntry(Parcel in) { in IoStatsEntry()
136 public IoStatsEntry(JSONObject in) throws JSONException { in IoStatsEntry()
287 public Metrics(Parcel in) { in Metrics()
298 public Metrics(JSONObject in) throws JSONException { in Metrics()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapVcardList.java55 BluetoothPbapVcardList(Account account, InputStream in, byte format) throws IOException { in BluetoothPbapVcardList()
60 private void parse(InputStream in, byte format) throws IOException { in parse()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapResponseParser.java36 private final PeekableInputStream in; field in ImapResponseParser
65 public ImapResponseParser(InputStream in) { in ImapResponseParser()
70 /* package for test */ ImapResponseParser(InputStream in, int literalKeepInMemoryThreshold) { in ImapResponseParser()
417 FixedLengthInputStream in = new FixedLengthInputStream(this.in, size); in parseLiteral() local
/packages/apps/TV/src/com/android/tv/data/
DInternalDataUtils.java59 try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes))) { in deserializeInternalProviderData()
109 try (ObjectInputStream in = new ObjectInputStream(new ByteArrayInputStream(bytes))) { in deserializeInternalProviderData()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurableUtils.java40 final ByteArrayInputStream in = new ByteArrayInputStream(data); in readFromArray() local
94 public static String readNullableString(DataInputStream in) throws IOException { in readNullableString()
DDurable.java25 public void read(DataInputStream in) throws IOException; in read()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DIOUtils.java44 try (InputStream in = new FileInputStream(file)) { in toByteArray()
49 public static byte[] toByteArray(InputStream in) throws IOException { in toByteArray()
/packages/services/Car/car-lib/src/android/car/vms/
DVmsLayer.java127 private VmsLayer(Parcel in) { in VmsLayer()
131 private void readFromParcel(Parcel in) { in readFromParcel()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGInputStream.java35 public JPEGInputStream(InputStream in) { in JPEGInputStream()
39 public JPEGInputStream(InputStream in, int format) { in JPEGInputStream()
182 native private int setup(Point dimens, InputStream in, int format); in setup()
/packages/modules/DnsResolver/
DResolverStats.h78 inline ssize_t ResolverStats::decode(const std::vector<int32_t>& in, ssize_t ofs) { in decode()
101 inline bool ResolverStats::decodeAll(const std::vector<int32_t>& in, in decodeAll()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMD5Calculator.java26 public static String checksum(final InputStream in) throws IOException { in checksum()
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DE2eCarTestBase.java87 try (InputStream in = mContext.getAssets().open(fileName)) { in getExpectedEvents()
108 InputStream in = mContext.getAssets().open(fileName); in makeShareable()
DVhalJsonReader.java52 public static List<CarPropertyValue> readFromJson(InputStream in) in readFromJson()
62 private static String readJsonString(InputStream in) throws IOException { in readJsonString()

12345678910>>...12