Searched refs:remaining (Results 1 – 13 of 13) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | ContactsProvider2_AccountRemovalTest.java | 183 ArrayList<ContactIdPair> remaining = new ArrayList<ContactIdPair>(idList.size()); in assertContactsInDeleteLogEventually() local 184 remaining.addAll(idList); in assertContactsInDeleteLogEventually() 185 while (!remaining.isEmpty()) { in assertContactsInDeleteLogEventually() 188 assertWithinTimeoutLimit(start, "Contacts " + Arrays.toString(remaining.toArray()) + in assertContactsInDeleteLogEventually() 193 for (ContactIdPair ids : remaining) { in assertContactsInDeleteLogEventually() 202 remaining.removeAll(toBeRemoved); in assertContactsInDeleteLogEventually() 214 ArrayList<ContactIdPair> remaining = new ArrayList<ContactIdPair>(idList.size()); in assertContactsDeletedEventually() local 215 remaining.addAll(idList); in assertContactsDeletedEventually() 216 while (!remaining.isEmpty()) { in assertContactsDeletedEventually() 223 for (ContactIdPair ids : remaining) { in assertContactsDeletedEventually() [all …]
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
D | SmsMessageTest.java | 142 private void assertRemaining(int messageLength, int remaining, int maxChars) { in assertRemaining() argument 144 assertTrue(checkRemaining(SEPTETS_SKT, messageLength, remaining) in assertRemaining() 145 || checkRemaining(maxChars, messageLength, remaining)); in assertRemaining() 147 assertTrue(checkRemaining(SEPTETS_KT, messageLength, remaining) in assertRemaining() 148 || checkRemaining(maxChars, messageLength, remaining)); in assertRemaining() 150 assertTrue(checkRemaining(maxChars, messageLength, remaining)); in assertRemaining() 154 private boolean checkRemaining(int total, int messageLength, int remaining) { in checkRemaining() argument 155 return total - messageLength == remaining; in checkRemaining()
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AESCipherNistCavpKatTest.java | 307 int remaining = buf.length; in readFully() local 308 while (remaining > 0) { in readFully() 309 int chunkSize = in.read(buf, offset, remaining); in readFully() 311 throw new EOFException("Premature EOF. Remaining: " + remaining); in readFully() 314 remaining -= chunkSize; in readFully()
|
D | HexEncoding.java | 57 return encode(buf.array(), buf.arrayOffset() + buf.position(), buf.remaining()); in encode()
|
D | BlockCipherTestBase.java | 706 assertEquals(0, inputBuffer.remaining()); in assertKatOneShotTransformUsingDoFinal() 1462 int inputLen = input.remaining(); in update()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
D | ItsUtils.java | 225 if (buffer.remaining() < readSize) { in getDataFromImage() 226 readSize = buffer.remaining(); in getDataFromImage()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | CodecState.java | 331 ByteBuffer audioBuffer = ByteBuffer.allocate(buffer.remaining()); in drainOutputBuffer()
|
D | VideoDecoderPerfTest.java | 214 int sampleSize = sample.remaining(); in doDecode()
|
D | DecodeEditEncodeTest.java | 839 byte[] data = new byte[buf.remaining()]; in addChunk()
|
D | VideoEncoderTest.java | 110 + codec.getInputBuffer(ix).remaining() in play()
|
/cts/tests/tests/graphics/src/android/opengl/cts/ |
D | CompressedTextureSurfaceView.java | 357 mCompressedTexture.getData().remaining(), in onSurfaceCreated()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
D | CameraTestUtils.java | 824 data = new byte[buffer.remaining()]; in getDataFromImage()
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 26443 public final int remaining()
|