Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DCharArrayBuffer.java33 public int sizeCopied; // Out parameter field in CharArrayBuffer
DRedactingCursor.java146 buffer.sizeCopied = buffer.data.length; in copyStringToBuffer()
DAbstractCursor.java219 buffer.sizeCopied = result.length(); in copyStringToBuffer()
221 buffer.sizeCopied = 0; in copyStringToBuffer()
/frameworks/base/core/tests/coretests/src/android/database/
DDatabaseGeneralTest.java374 assertEquals(1, buf.sizeCopied); in testCopyString()
375 assertEquals(compareTo, new String(buf.data, 0, buf.sizeCopied)); in testCopyString()
378 assertEquals("ZoomZoomZoomZoom", new String(buf.data, 0, buf.sizeCopied)); in testCopyString()
384 assertEquals(compareTo, new String(buf.data, 0, buf.sizeCopied)); in testCopyString()
386 assertEquals(0, buf.sizeCopied); in testCopyString()
391 new String(buf.data, 0, buf.sizeCopied)).doubleValue()); in testCopyString()
397 assertEquals(chinese, new String(buf.data, 0, buf.sizeCopied)); in testCopyString()
/frameworks/base/core/jni/
Dandroid_database_CursorWindow.cpp51 jfieldID sizeCopied; member
329 env->SetIntField(bufferObj, gCharArrayBufferClassInfo.sizeCopied, size); in fillCharArrayBufferUTF()
336 env->SetIntField(bufferObj, gCharArrayBufferClassInfo.sizeCopied, 0); in clearCharArrayBuffer()
579 gCharArrayBufferClassInfo.sizeCopied = GetFieldIDOrDie(env, clazz, "sizeCopied", "I"); in register_android_database_CursorWindow()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerRenderer.cpp958 size_t sizeCopied = 0; in fillAudioBuffer() local
961 while (sizeCopied < size && !mAudioQueue.empty()) { in fillAudioBuffer()
984 size_t sizeRemaining = size - sizeCopied; in fillAudioBuffer()
989 memcpy((char *)buffer + sizeCopied, in fillAudioBuffer()
999 sizeCopied += copy; in fillAudioBuffer()
1016 mNumFramesWritten += sizeCopied / mAudioSink->frameSize(); in fillAudioBuffer()
1034 return sizeCopied; in fillAudioBuffer()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt9393 field public int sizeCopied;
/frameworks/base/core/api/
Dcurrent.txt14323 field public int sizeCopied;