Home
last modified time | relevance | path

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

123

/frameworks/base/core/tests/coretests/src/android/content/pm/
DLimitedLengthInputStreamTest.java42 InputStream is = new LimitedLengthInputStream(mTestStream1, -1, TEST_STRING1.length); in testConstructor_NegativeOffset_Failure() local
52 InputStream is = new LimitedLengthInputStream(mTestStream1, 0, -1); in testConstructor_NegativeLength_Failure() local
62 InputStream is = new LimitedLengthInputStream(null, 0, 1); in testConstructor_NullInputStream_Failure() local
72 InputStream is = new LimitedLengthInputStream(mTestStream1, Long.MAX_VALUE - 1, in testConstructor_OffsetLengthOverflow_Fail() local
88 InputStream is = new LimitedLengthInputStream(mTestStream1, offset, length); in checkReadBytesWithOffsetAndLength_WithString1() local
123 InputStream is = new LimitedLengthInputStream(mTestStream1, 0, TEST_STRING1.length + 10); in testReadBytesWithOffsetAndLength_ZeroOffset_PastEnd_Success() local
138 InputStream is = new LimitedLengthInputStream(mTestStream1, offset, length); in checkReadBytes_WithString1() local
168 InputStream is = new LimitedLengthInputStream(mTestStream1, offset, length); in checkSingleByteRead_WithString1() local
DMacAuthenticatedInputStreamTest.java73 MacAuthenticatedInputStream is = new MacAuthenticatedInputStream(mTestStream1, mac); in testString1Authenticate_Success() local
84 MacAuthenticatedInputStream is = new MacAuthenticatedInputStream(mTestStream1, mac); in testString1Authenticate_WrongTag_Failure() local
95 MacAuthenticatedInputStream is = new MacAuthenticatedInputStream(mTestStream1, mac); in testString1Authenticate_NullTag_Failure() local
106 MacAuthenticatedInputStream is = new MacAuthenticatedInputStream(mTestStream1, mac); in testString1Authenticate_ReadSingleByte_Success() local
DManifestDigestTest.java38 InputStream is = new InputStream() { in testManifestDigest_FromInputStream_ThrowsIoException() local
50 InputStream is = new ByteArrayInputStream(MESSAGE_1); in testManifestDigest_Equals() local
63 InputStream is = new ByteArrayInputStream(MESSAGE_1); in testManifestDigest_Parcel() local
/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/opt/vcard/java/com/android/vcard/
DVCardParser.java43 public abstract void parse(InputStream is) throws IOException, VCardException; in parse()
74 public abstract void parseOne(InputStream is) throws IOException, VCardException; in parseOne()
81 public void parse(InputStream is, VCardInterpreter interpreter) in parse()
DVCardParser_V30.java86 public void parse(InputStream is) throws IOException, VCardException { in parse()
91 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne()
DVCardParser_V40.java74 public void parse(InputStream is) throws IOException, VCardException { in parse()
79 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne()
DVCardParser_V21.java107 public void parse(InputStream is) throws IOException, VCardException { in parse()
112 public void parseOne(InputStream is) throws IOException, VCardException { in parseOne()
/frameworks/av/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()
52 InputStream is; in decodeFile() local
71 private static Movie decodeTempStream(InputStream is) { in decodeTempStream()
DBitmapFactory.java337 InputStream is, Rect pad, Options opts) { in decodeResourceStream()
373 InputStream is = null; in decodeResource() local
468 public static Bitmap decodeStream(InputStream is, Rect outPadding, Options opts) { in decodeStream()
602 public static Bitmap decodeStream(InputStream is) { in decodeStream()
651 private static native Bitmap nativeDecodeStream(InputStream is, byte[] storage, in nativeDecodeStream()
653 private static native Bitmap nativeDecodeStream(InputStream is, byte[] storage, in nativeDecodeStream()
DBitmapRegionDecoder.java109 public static BitmapRegionDecoder newInstance(InputStream is, in newInstance()
271 InputStream is, byte[] storage, boolean isShareable); in nativeNewInstance()
/frameworks/base/core/tests/coretests/src/android/os/
DMemoryFileTest.java88 InputStream is = file.getInputStream(); in testRun() local
128 InputStream is = file.getInputStream(); in readIndexOutOfBoundsException() local
173 InputStream is = file.getInputStream(); in testReadEOF() local
/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/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifier.java56 public void verify(InputStream is, int vcardType) throws IOException, VCardException { in verify()
61 public void verify(InputStream is, int vcardType, final VCardParser parser) in verify()
DVCardVerifier.java238 private void verifyWithInputStream(InputStream is) throws IOException { in verifyWithInputStream()
269 InputStream is = null; in verifyOneVCardForExport() local
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DBitmapFactory_Delegate.java88 /*package*/ static Bitmap nativeDecodeStream(InputStream is, byte[] storage, in nativeDecodeStream()
94 /*package*/ static Bitmap nativeDecodeStream(InputStream is, byte[] storage, in nativeDecodeStream()
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
DLargeAssetTest.java70 InputStream is = am.open("million-ints", AssetManager.ACCESS_STREAMING); in doInBackground() local
/frameworks/base/core/java/android/bluetooth/
DBluetoothSocket.java479 private String waitSocketSignal(InputStream is) throws IOException { in waitSocketSignal()
499 private int readAll(InputStream is, byte[] b) throws IOException { in readAll()
513 private int readInt(InputStream is) throws IOException { in readInt()
/frameworks/base/graphics/java/android/renderscript/
DScriptC.java75 InputStream is = resources.openRawResource(resourceID); in internalCreate() local
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScriptC.java77 InputStream is = resources.openRawResource(resourceID); in internalCreate() local
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
DAdbUtils.java88 public static boolean sendAdbCmd(InputStream is, OutputStream os, in sendAdbCmd()
DForwarder.java92 InputStream is = in.getInputStream(); in run() local
/frameworks/base/core/java/com/android/internal/util/
DMemInfoReader.java69 FileInputStream is = new FileInputStream("/proc/meminfo"); in readMemInfo() local

123