Home
last modified time | relevance | path

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

12345678910

/packages/apps/UnifiedEmail/src/com/android/mail/providers/
DFolderList.java24 private FolderList(Collection<Folder> in) { in FolderList()
32 public FolderList(Parcel in) { in FolderList()
61 public static byte[] listToBlob(List<Folder> in) { in listToBlob()
82 public static FolderList copyOf(Collection<Folder> in) { in copyOf()
/packages/services/Car/libvehiclenetwork/native/
DVehicleNetworkProtoUtil.cpp26 static status_t copyString(const std::string& in, uint8_t** out, int32_t* len) { in copyString()
38 status_t VehicleNetworkProtoUtil::toVehiclePropValue(const vehicle_prop_value_t& in, in toVehiclePropValue()
103 status_t VehicleNetworkProtoUtil::fromVehiclePropValue(const VehiclePropValue& in, in fromVehiclePropValue()
253 status_t VehicleNetworkProtoUtil::toVehiclePropValues(const List<vehicle_prop_value_t*>& in, in toVehiclePropValues()
267 status_t VehicleNetworkProtoUtil::fromVehiclePropValues(const VehiclePropValues& in, in fromVehiclePropValues()
290 status_t VehicleNetworkProtoUtil::toVehiclePropConfig(const vehicle_prop_config_t& in, in toVehiclePropConfig()
391 status_t VehicleNetworkProtoUtil::fromVehiclePropConfig(const VehiclePropConfig& in, in fromVehiclePropConfig()
540 status_t VehicleNetworkProtoUtil::toVehiclePropConfigs(List<vehicle_prop_config_t const*> &in, in toVehiclePropConfigs()
554 status_t VehicleNetworkProtoUtil::fromVehiclePropConfigs(const VehiclePropConfigs& in, in fromVehiclePropConfigs()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java117 Intent in = new Intent(context, BluetoothOppIncomingFileConfirmActivity.class); in onReceive() local
165 Intent in = new Intent(context, BluetoothOppTransferActivity.class); in onReceive() local
175 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local
182 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local
189 Intent in = new Intent(context, BluetoothOppTransferHistory.class); in onReceive() local
/packages/apps/Email/src/com/beetstra/jutf7/
DUTF7StyleCharsetDecoder.java64 protected CoderResult decodeLoop(ByteBuffer in, CharBuffer out) { in decodeLoop()
103 private CoderResult overflow(ByteBuffer in) { in overflow()
120 private CoderResult handleBase64(ByteBuffer in, CharBuffer out, byte lastRead) { in handleBase64()
172 private CoderResult malformed(ByteBuffer in) { in malformed()
/packages/apps/TV/usbtuner/src/com/android/usbtuner/exoplayer/cache/
DDvrStorageManager.java90 private void readFormatInt(DataInputStream in, MediaFormat format, String key) in readFormatInt()
98 private void readFormatLong(DataInputStream in, MediaFormat format, String key) in readFormatLong()
106 private void readFormatFloat(DataInputStream in, MediaFormat format, String key) in readFormatFloat()
114 private String readString(DataInputStream in) throws IOException { in readString()
124 private void readFormatString(DataInputStream in, MediaFormat format, String key) in readFormatString()
132 private ByteBuffer readByteBuffer(DataInputStream in) throws IOException { in readByteBuffer()
146 private void readFormatByteBuffer(DataInputStream in, MediaFormat format, String key) in readFormatByteBuffer()
157 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readTrackInfoFile()
179 try (DataInputStream in = new DataInputStream(new FileInputStream(file))) { in readIndexFile()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DCopyUtils.java156 ByteArrayInputStream in = new ByteArrayInputStream(input); in copy() local
176 ByteArrayInputStream in = new ByteArrayInputStream(input); in copy() local
248 InputStreamReader in = new InputStreamReader(input); in copy() local
267 InputStreamReader in = new InputStreamReader(input, encoding); in copy() local
310 StringReader in = new StringReader(input); in copy() local
/packages/services/Car/car-support-lib/src/android/support/car/os/
DExtendableParcelable.java60 protected ExtendableParcelable(Parcel in, int version) { in ExtendableParcelable()
85 protected int readHeader(Parcel in) { in readHeader()
97 protected void completeReading(Parcel in, int lastPosition) { in completeReading()
/packages/inputmethods/LatinIME/java-overridable/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/pbapclient/
DBluetoothPbapVcardListing.java35 public BluetoothPbapVcardListing(InputStream in) throws IOException { in BluetoothPbapVcardListing()
39 private void parse(InputStream in) throws IOException { in parse()
DBluetoothPbapVcardList.java55 public 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/UnifiedEmail/src/com/android/emailcommon/internet/
DBinaryTempFileBody.java72 InputStream in = getInputStream(); in writeTo() local
81 public BinaryTempFileBodyInputStream(InputStream in) { in BinaryTempFileBodyInputStream()
DMimeUtility.java228 InputStream in = part.getBody().getInputStream(); in getTextFromPart() local
322 public static InputStream getInputStreamForContentTransferEncoding(InputStream in, in getInputStreamForContentTransferEncoding()
340 public static Body decodeBody(InputStream in, String contentTransferEncoding) in decodeBody()
/packages/services/Telephony/src/com/android/phone/common/mail/internet/
DBinaryTempFileBody.java71 InputStream in = getInputStream(); in writeTo() local
81 public BinaryTempFileBodyInputStream(InputStream in) { in BinaryTempFileBodyInputStream()
DMimeUtility.java227 InputStream in = part.getBody().getInputStream(); in getTextFromPart() local
321 public static InputStream getInputStreamForContentTransferEncoding(InputStream in, in getInputStreamForContentTransferEncoding()
339 public static Body decodeBody(InputStream in, String contentTransferEncoding) in decodeBody()
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
DWaveHeader.java181 public int read(InputStream in) throws IOException { in read()
210 private static void readId(InputStream in, String id) throws IOException { in readId()
216 private static int readInt(InputStream in) throws IOException { in readInt()
220 private static short readShort(InputStream in) throws IOException { in readShort()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterRS.java45 float scaleFactor, int quality, Allocation in) {} in createFilter()
46 protected void bindScriptValues(Allocation in) {} in bindScriptValues()
70 public void apply(Allocation in, Allocation out) { in apply()
86 getEnvironment().getQuality(), in); in apply() local
108 protected void run(Allocation in, Allocation out) {} in run()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DLoggingInputStream.java37 public LoggingInputStream(InputStream in) { in LoggingInputStream()
41 public LoggingInputStream(InputStream in, String tag, boolean dumpEmptyLines) { in LoggingInputStream()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DFolderOperation.java63 public static Collection<FolderOperation> listOf(FolderOperation in) { in listOf()
86 FolderOperation(Parcel in) { in FolderOperation()
/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/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DImageUtils.cpp28 void ImageUtils::rgba2yvu(ImageType out, ImageType in, int width, int height) in rgba2yvu()
73 void ImageUtils::rgb2yvu(ImageType out, ImageType in, int width, int height) in rgb2yvu()
116 ImageType ImageUtils::rgb2gray(ImageType in, int width, int height) in rgb2gray()
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) in rgb2gray()
176 ImageType *ImageUtils::imageTypeToRowPointers(ImageType in, int width, int height) in imageTypeToRowPointers()
190 void ImageUtils::yvu2rgb(ImageType out, ImageType in, int width, int height) in yvu2rgb()
235 void ImageUtils::yvu2bgr(ImageType out, ImageType in, int width, int height) in yvu2bgr()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailMessageCursor.java72 final InputStream in = cr.openInputStream(htmlUri); in EmailMessageCursor() local
88 final InputStream in = cr.openInputStream(textUri); in EmailMessageCursor() local
/packages/apps/UnifiedEmail/src/com/android/mail/providers/protos/mock/
DMockAttachment.java26 public MockAttachment(Parcel in) { in MockAttachment()
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
DCloseShieldInputStream.java39 public CloseShieldInputStream(InputStream in) { in CloseShieldInputStream()
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
DImapResponseParser.java72 public ImapResponseParser(InputStream in) { in ImapResponseParser()
79 /* package for test */ ImapResponseParser(InputStream in, int literalKeepInMemoryThreshold) { in ImapResponseParser()
427 FixedLengthInputStream in = new FixedLengthInputStream(mIn, size); in parseLiteral() local
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/
DImapResponseParser.java83 public ImapResponseParser(InputStream in, DiscourseLogger discourseLogger) { in ImapResponseParser()
90 /* package for test */ ImapResponseParser(InputStream in, DiscourseLogger discourseLogger, in ImapResponseParser()
446 FixedLengthInputStream in = new FixedLengthInputStream(mIn, size); in parseLiteral() local

12345678910