Home
last modified time | relevance | path

Searched defs:is (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/android/app/activity/
DIntentSenderTest.java33 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, in testRegisteredReceivePermissionGranted() local
54 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, intent, 0); in testRegisteredReceivePermissionDenied() local
62 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, in testLocalReceivePermissionGranted() local
81 PendingIntent is = PendingIntent.getBroadcast(getContext(), 0, intent, 0); in testLocalReceivePermissionDenied() local
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
Dpvmp3_huffman_decoding.cpp123 int32 *is, in pvmp3_huffman_quad_decoding()
190 int32 *is, in pvmp3_huffman_pair_decoding()
245 int32 *is, in pvmp3_huffman_pair_decoding_linbits()
/frameworks/base/core/tests/coretests/src/android/content/
DAssetTest.java35 public static void verifyTextAsset(InputStream is) throws IOException { in verifyTextAsset()
64 InputStream is = mAssets.open("text.txt"); in testReadToEnd() local
/frameworks/base/graphics/java/android/graphics/
DMovie.java45 public static native Movie decodeStream(InputStream is); in decodeStream()
50 InputStream is; in decodeFile() local
60 private static Movie decodeTempStream(InputStream is) { in decodeTempStream()
DBitmapFactory.java317 InputStream is, Rect pad, Options opts) { in decodeResourceStream()
353 InputStream is = null; in decodeResource() local
439 public static Bitmap decodeStream(InputStream is, Rect outPadding, Options opts) { in decodeStream()
524 public static Bitmap decodeStream(InputStream is) { in decodeStream()
547 InputStream is = file.getInputStream(); in decodeFileDescriptor() local
595 private static native Bitmap nativeDecodeStream(InputStream is, byte[] storage, in nativeDecodeStream()
DBitmapRegionDecoder.java106 public static BitmapRegionDecoder newInstance(InputStream is, in newInstance()
260 InputStream is, byte[] storage, boolean isShareable); in nativeNewInstance()
/frameworks/base/tests/CoreTests/android/core/
DTestWebServer.java435 private int readOneLine(InputStream is) { in readOneLine()
473 private int readData(InputStream is, int length) { in readData()
497 private int parseStatusLine(InputStream is) { in parseStatusLine()
567 private int parseHeader(InputStream is) { in parseHeader()
605 private int readHeaders(InputStream is) { in readHeaders()
626 private int readContent(InputStream is) { in readContent()
641 InputStream is = new BufferedInputStream(s.getInputStream()); in handleClient() local
/frameworks/base/core/tests/coretests/src/android/os/
DMemoryFileTest.java90 InputStream is = file.getInputStream(); in testRun() local
111 InputStream is = file.getInputStream(); in readIndexOutOfBoundsException() local
156 InputStream is = file.getInputStream(); in testReadEOF() local
/frameworks/base/core/tests/coretests/src/android/pim/vcard/test_utils/
DPropertyNodesVerifier.java55 public void verify(InputStream is, int vcardType) throws IOException, VCardException { in verify()
60 public void verify(InputStream is, int vcardType, final VCardParser parser) in verify()
DContentValuesVerifierElem.java55 public void verify(InputStream is, int vcardType) throws IOException, VCardException { in verify()
DVCardVerifier.java237 private void verifyWithInputStream(InputStream is) throws IOException { in verifyWithInputStream()
269 InputStream is = null; in verifyOneVCardForExport() local
/frameworks/base/core/java/android/pim/vcard/
DVCardParser.java43 public void parse(InputStream is, VCardInterpreter interepreter) in parse()
DVCardParser_V40.java69 public void parse(InputStream is, VCardInterpreter interepreter) in parse()
DVCardParser_V30.java79 public void parse(InputStream is, VCardInterpreter interepreter) in parse()
DVCardParser_V21.java101 public void parse(InputStream is, VCardInterpreter interepreter) in parse()
/frameworks/base/opengl/java/android/opengl/
DTexture.java48 private int readInt16(InputStream is) throws IOException { in readInt16()
52 public Texture(InputStream is) throws IOException { in Texture()
/frameworks/base/graphics/java/android/renderscript/
DScriptC.java60 InputStream is = resources.openRawResource(id); in setScript() local
72 public void setScript(InputStream is) throws IOException { in setScript()
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
DLargeAssetTest.java70 InputStream is = am.open("million-ints", AssetManager.ACCESS_STREAMING); in doInBackground() local
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
DAdbUtils.java88 public static boolean sendAdbCmd(InputStream is, OutputStream os, in sendAdbCmd()
DForwarder.java91 InputStream is = in.getInputStream(); in run() local
/frameworks/base/graphics/java/android/graphics/drawable/
DDrawable.java656 public static Drawable createFromStream(InputStream is, String srcName) { in createFromStream()
665 InputStream is, String srcName) { in createFromResourceStream()
674 InputStream is, String srcName, BitmapFactory.Options opts) { in createFromResourceStream()
DBitmapDrawable.java145 public BitmapDrawable(java.io.InputStream is) { in BitmapDrawable()
155 public BitmapDrawable(Resources res, java.io.InputStream is) { in BitmapDrawable()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmapFactory_Delegate.java93 /*package*/ static Bitmap nativeDecodeStream(InputStream is, byte[] storage, in nativeDecodeStream()
/frameworks/base/test-runner/src/junit/runner/
DTestCaseClassLoader.java198 InputStream is= getClass().getResourceAsStream(EXCLUDED_FILE); in readExcludedPackages() local
/frameworks/base/core/java/android/text/style/
DImageSpan.java136 InputStream is = mContext.getContentResolver().openInputStream( in getDrawable() local

12