/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
D | ByteBufferHelper.java | 33 ByteBuffer oldBuffer = nuSamples.remove(lastIndex); in mergeAdjacentBuffers() local 34 …ByteBuffer nu = ByteBuffer.wrap(buffer.array(), oldBuffer.arrayOffset(), oldBuffer.limit() + buffe… in mergeAdjacentBuffers() 41 ByteBuffer oldBuffer = nuSamples.get(lastIndex); in mergeAdjacentBuffers() local 42 oldBuffer.limit(buffer.limit() + oldBuffer.limit()); in mergeAdjacentBuffers()
|
D | DefaultMp4Builder.java | 561 ByteBuffer oldBuffer = nuSamples.remove(lastIndex); in unifyAdjacentBuffers() local 562 …ByteBuffer nu = ByteBuffer.wrap(buffer.array(), oldBuffer.arrayOffset(), oldBuffer.limit() + buffe… in unifyAdjacentBuffers() 569 ByteBuffer oldBuffer = nuSamples.get(lastIndex); in unifyAdjacentBuffers() local 570 oldBuffer.limit(buffer.limit() + oldBuffer.limit()); in unifyAdjacentBuffers()
|
/external/mesa3d/src/mesa/main/ |
D | imports.c | 193 _mesa_align_realloc(void *oldBuffer, size_t oldSize, size_t newSize, in _mesa_align_realloc() argument 198 return _aligned_realloc(oldBuffer, newSize, alignment); in _mesa_align_realloc() 202 if (newBuf && oldBuffer && copySize > 0) { in _mesa_align_realloc() 203 memcpy(newBuf, oldBuffer, copySize); in _mesa_align_realloc() 205 if (oldBuffer) in _mesa_align_realloc() 206 _mesa_align_free(oldBuffer); in _mesa_align_realloc() 215 _mesa_realloc(void *oldBuffer, size_t oldSize, size_t newSize) in _mesa_realloc() argument 219 if (newBuffer && oldBuffer && copySize > 0) in _mesa_realloc() 220 memcpy(newBuffer, oldBuffer, copySize); in _mesa_realloc() 221 if (oldBuffer) in _mesa_realloc() [all …]
|
D | imports.h | 549 _mesa_align_realloc(void *oldBuffer, size_t oldSize, size_t newSize, 559 _mesa_realloc( void *oldBuffer, size_t oldSize, size_t newSize );
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 86 oldBuffer.setLength(0); in clear() 91 boolean isEmpty() { return oldBuffer.length() == 0; } in isEmpty() 93 boolean hasNext() { return pos < oldBuffer.length(); } in hasNext() 97 int c = oldBuffer.codePointAt(pos); in next() 112 int length = oldBuffer.length(); in backwardNumCodePoints() 121 pos = oldBuffer.offsetByCodePoints(length, beyond - n); in backwardNumCodePoints() 126 pos = oldBuffer.offsetByCodePoints(pos, -n); in backwardNumCodePoints() 146 int oldLength = oldBuffer.length(); in replaceMatch() 148 oldBuffer.delete(0, pos).insert(0, newBuffer, 0, skipLengthAtMatch); in replaceMatch() 157 private final StringBuilder oldBuffer = new StringBuilder(); field in CollationIterator.SkippedState
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationIterator.java | 88 oldBuffer.setLength(0); in clear() 93 boolean isEmpty() { return oldBuffer.length() == 0; } in isEmpty() 95 boolean hasNext() { return pos < oldBuffer.length(); } in hasNext() 99 int c = oldBuffer.codePointAt(pos); in next() 114 int length = oldBuffer.length(); in backwardNumCodePoints() 123 pos = oldBuffer.offsetByCodePoints(length, beyond - n); in backwardNumCodePoints() 128 pos = oldBuffer.offsetByCodePoints(pos, -n); in backwardNumCodePoints() 148 int oldLength = oldBuffer.length(); in replaceMatch() 150 oldBuffer.delete(0, pos).insert(0, newBuffer, 0, skipLengthAtMatch); in replaceMatch() 159 private final StringBuilder oldBuffer = new StringBuilder(); field in CollationIterator.SkippedState
|
/external/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 61 oldBuffer.remove(); in clear() 66 UBool isEmpty() const { return oldBuffer.isEmpty(); } in isEmpty() 68 UBool hasNext() const { return pos < oldBuffer.length(); } in hasNext() 72 UChar32 c = oldBuffer.char32At(pos); in next() 87 int32_t length = oldBuffer.length(); in backwardNumCodePoints() 96 pos = oldBuffer.moveIndex32(length, beyond - n); in backwardNumCodePoints() 101 pos = oldBuffer.moveIndex32(pos, -n); in backwardNumCodePoints() 120 oldBuffer.replace(0, pos, newBuffer, 0, skipLengthAtMatch); in replaceMatch() 130 UnicodeString oldBuffer; member in SkippedState
|
/external/webrtc/webrtc/examples/androidapp/third_party/autobanh/ |
D | autobanh.jar | META-INF/MANIFEST.MF
de/tavendo/autobahn/ByteBufferInputStream.class
ByteBufferInputStream.java
... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |