Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DCharArrayBuffer.java32 public int sizeCopied; // Out parameter field in CharArrayBuffer
DAbstractCursor.java199 buffer.sizeCopied = result.length(); in copyStringToBuffer()
201 buffer.sizeCopied = 0; in copyStringToBuffer()
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp45 jfieldID sizeCopied; member
286 env->SetIntField(bufferObj, gCharArrayBufferClassInfo.sizeCopied, size); in fillCharArrayBufferUTF()
293 env->SetIntField(bufferObj, gCharArrayBufferClassInfo.sizeCopied, 0); in clearCharArrayBuffer()
532 gCharArrayBufferClassInfo.sizeCopied = GetFieldIDOrDie(env, clazz, "sizeCopied", "I"); 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.cpp771 size_t sizeCopied = 0; in fillAudioBuffer() local
774 while (sizeCopied < size && !mAudioQueue.empty()) { in fillAudioBuffer()
792 size_t sizeRemaining = size - sizeCopied; in fillAudioBuffer()
797 memcpy((char *)buffer + sizeCopied, in fillAudioBuffer()
807 sizeCopied += copy; in fillAudioBuffer()
824 mNumFramesWritten += sizeCopied / mAudioSink->frameSize(); in fillAudioBuffer()
842 return sizeCopied; in fillAudioBuffer()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9393 field public int sizeCopied;
/frameworks/base/api/
Dcurrent.txt10423 field public int sizeCopied;
Dtest-current.txt10436 field public int sizeCopied;
Dsystem-current.txt10862 field public int sizeCopied;