Home
last modified time | relevance | path

Searched defs:out (Results 1 – 25 of 205) sorted by relevance

123456789

/packages/apps/Launcher3/
Dprint_db.py70 def print_intent(out, id, i, cell): argument
77 def print_icon(out, id, i, cell): argument
85 def print_icon_type(out, id, i, cell): argument
97 def print_cell(out, id, i, cell): argument
107 def render_cell_info(out, cell, occupied): argument
145 def render_screen_info(out, screen): argument
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DRotationMode.java33 public final void mapRect(Rect rect, Rect out) { in mapRect()
37 public void mapRect(int left, int top, int right, int bottom, Rect out) { in mapRect()
41 public void mapInsets(Context context, Rect insets, Rect out) { in mapInsets()
/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/
DParcelableUtil.java42 final ParcelableType[] out = (ParcelableType[]) Array.newInstance(parcelClass, base.size()); in toParcelableArray() local
57 final ArrayList<BaseType> out = new ArrayList<>(parceled.length); in fromParcelableArray() local
/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DMoreKeysResources.java137 private void inflateTemplate(final LineNumberReader in, final PrintStream out) in inflateTemplate()
155 private void dumpNames(final PrintStream out) { in dumpNames()
164 private void dumpDefaultTexts(final PrintStream out) { in dumpDefaultTexts()
173 private void dumpTexts(final PrintStream out) { in dumpTexts()
187 private void dumpLocalesMap(final PrintStream out) { in dumpLocalesMap()
201 private int dumpTextsInternal(final PrintStream out, final StringResourceMap resMap) { in dumpTextsInternal()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/
DDvrStorageManager.java264 private void writeFormatInt(DataOutputStream out, MediaFormat mediaFormat, String key) in writeFormatInt()
273 private void writeFormatLong(DataOutputStream out, MediaFormat mediaFormat, String key) in writeFormatLong()
282 private void writeFormatFloat(DataOutputStream out, MediaFormat mediaFormat, String key) in writeFormatFloat()
291 private void writeString(DataOutputStream out, String str) throws IOException { in writeString()
299 private void writeFormatString(DataOutputStream out, MediaFormat mediaFormat, String key) in writeFormatString()
308 private void writeByteBuffer(DataOutputStream out, ByteBuffer buffer) throws IOException { in writeByteBuffer()
320 private void writeFormatByteBuffer(DataOutputStream out, MediaFormat mediaFormat, String key) in writeFormatByteBuffer()
338 try (DataOutputStream out = new DataOutputStream(new FileOutputStream(file))) { in writeTrackInfoFiles()
370 try (DataOutputStream out = new DataOutputStream(new FileOutputStream(file))) { in writeCaptionInfoFiles()
382 try (DataOutputStream out = new DataOutputStream(new FileOutputStream(indexFile))) { in writeIndexFile()
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/
DDvrStorageManager.java264 private void writeFormatInt(DataOutputStream out, MediaFormat format, String key) in writeFormatInt()
273 private void writeFormatLong(DataOutputStream out, MediaFormat format, String key) in writeFormatLong()
282 private void writeFormatFloat(DataOutputStream out, MediaFormat format, String key) in writeFormatFloat()
291 private void writeString(DataOutputStream out, String str) throws IOException { in writeString()
299 private void writeFormatString(DataOutputStream out, MediaFormat format, String key) in writeFormatString()
308 private void writeByteBuffer(DataOutputStream out, ByteBuffer buffer) throws IOException { in writeByteBuffer()
320 private void writeFormatByteBuffer(DataOutputStream out, MediaFormat format, String key) in writeFormatByteBuffer()
338 try (DataOutputStream out = new DataOutputStream(new FileOutputStream(file))) { in writeTrackInfoFiles()
370 try (DataOutputStream out = new DataOutputStream(new FileOutputStream(file))) { in writeCaptionInfoFiles()
382 try (DataOutputStream out = new DataOutputStream(new FileOutputStream(indexFile))) { in writeIndexFile()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
DBody.java25 public void writeTo(OutputStream out) throws IOException, MessagingException; in writeTo()
DBase64Body.java48 public void writeTo(OutputStream out) in writeTo()
/packages/apps/TV/src/com/android/tv/data/
DInternalDataUtils.java81 try (ObjectOutputStream out = new ObjectOutputStream(bos)) { in serializeInternalProviderData()
127 try (ObjectOutputStream out = new ObjectOutputStream(bos)) { in serializeInternalProviderData()
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DDurableUtils.java33 final ByteArrayOutputStream out = new ByteArrayOutputStream(); in writeToArray() local
85 public static void writeNullableString(DataOutputStream out, String value) throws IOException { in writeNullableString()
DDurable.java26 public void write(DataOutputStream out) throws IOException; in write()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
DJPEGOutputStream.java33 public JPEGOutputStream(OutputStream out) { in JPEGOutputStream()
37 public JPEGOutputStream(OutputStream out, int width, int height, int quality, in JPEGOutputStream()
135 native private int setup(OutputStream out, int width, int height, int format, int quality); in setup()
/packages/modules/DnsResolver/
DResolverStats.h64 inline void ResolverStats::encode(std::vector<int32_t>* out) const { in encode()
94 std::vector<int32_t>* out) { in encodeAll()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/utility/
DEOLConvertingOutputStream.java25 public EOLConvertingOutputStream(OutputStream out) { in EOLConvertingOutputStream()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DFileTransforms.java25 public static OutputStream getCryptedStream(OutputStream out) { in getCryptedStream()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/internet/
DTextBody.java35 public void writeTo(OutputStream out) throws IOException, MessagingException { in writeTo()
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
DTinyPlanetNative.java40 public static native void process(Bitmap in, int width, int height, Bitmap out, int outputSize, in process()
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DTestUtil.java41 final FileOutputStream out = new FileOutputStream(apkFilename); in installDummyApp() local
/packages/apps/ManagedProvisioning/tools/java/com/android/managedprovisioning/tools/anim/
DSwiperThemeGenerator.java38 try (OutputStreamWriter out = new OutputStreamWriter(new FileOutputStream(outFilePath))) { in main()
/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()
121 ImageType out = ImageUtils::allocateImage(width, height, 1); in rgb2gray() local
146 ImageType ImageUtils::rgb2gray(ImageType out, ImageType in, int width, int height) in rgb2gray()
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/Camera2/src/com/android/camera/exif/
DOrderedDataOutputStream.java28 public OrderedDataOutputStream(OutputStream out) { in OrderedDataOutputStream()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DOrderedDataOutputStream.java28 public OrderedDataOutputStream(OutputStream out) { in OrderedDataOutputStream()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DOrderedDataOutputStream.java28 public OrderedDataOutputStream(OutputStream out) { in OrderedDataOutputStream()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStoreUtils.java179 try (final FileOutputStream out = new FileOutputStream(outputFile)) { in copyUriIntoFile()
195 try (final ByteArrayOutputStream out = new ByteArrayOutputStream()) { in readString()
203 final OutputStream out) throws IOException { in copyStream()
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
DImapTempFileLiteral.java49 OutputStream out = new FileOutputStream(file); in ImapTempFileLiteral() local

123456789