Home
last modified time | relevance | path

Searched refs:sizeCopied (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/database/
DCharArrayBuffer.java32 public int sizeCopied; // Out parameter field in CharArrayBuffer
DAbstractCursor.java176 buffer.sizeCopied = result.length(); in copyStringToBuffer()
178 buffer.sizeCopied = 0; in copyStringToBuffer()
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp43 jfieldID sizeCopied; member
284 env->SetIntField(bufferObj, gCharArrayBufferClassInfo.sizeCopied, size); in fillCharArrayBufferUTF()
291 env->SetIntField(bufferObj, gCharArrayBufferClassInfo.sizeCopied, 0); in clearCharArrayBuffer()
540 GET_FIELD_ID(gCharArrayBufferClassInfo.sizeCopied, clazz, in register_android_database_CursorWindow()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseGeneralTest.java344 assertEquals(1, buf.sizeCopied); in testCopyString()
345 assertEquals(compareTo, new String(buf.data, 0, buf.sizeCopied)); in testCopyString()
348 assertEquals("ZoomZoomZoomZoom", new String(buf.data, 0, buf.sizeCopied)); in testCopyString()
354 assertEquals(compareTo, new String(buf.data, 0, buf.sizeCopied)); in testCopyString()
356 assertEquals(0, buf.sizeCopied); in testCopyString()
361 new String(buf.data, 0, buf.sizeCopied)).doubleValue()); in testCopyString()
367 assertEquals(chinese, new String(buf.data, 0, buf.sizeCopied)); in testCopyString()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp604 size_t sizeCopied = 0; in fillAudioBuffer() local
606 while (sizeCopied < size && !mAudioQueue.empty()) { in fillAudioBuffer()
625 size_t sizeRemaining = size - sizeCopied; in fillAudioBuffer()
630 memcpy((char *)buffer + sizeCopied, in fillAudioBuffer()
640 sizeCopied += copy; in fillAudioBuffer()
656 return sizeCopied; in fillAudioBuffer()
/frameworks/base/api/
Dsystem-current.txt9701 field public int sizeCopied;
Dcurrent.txt9395 field public int sizeCopied;