/aosp_15_r20/packages/modules/StatsD/lib/libstatssocket/tests/ |
D | stats_event_test.cpp | 157 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local 195 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local 220 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local 245 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local 271 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local 311 uint8_t* bufferEnd = buffer + bufferSize; in TEST_GUARDED() local 365 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local 412 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local 456 uint8_t* bufferEnd = buffer + bufferSize; in TEST_GUARDED() local 491 uint8_t* bufferEnd = buffer + bufferSize; in TEST() local [all …]
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/ |
H A D | StrMatcher.java | 251 public abstract int isMatch(char[] buffer, int pos, int bufferStart, int bufferEnd); in isMatch() 306 …ublic int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd) { in isMatch() 337 …ublic int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd) { in isMatch() 368 … public int isMatch(final char[] buffer, int pos, final int bufferStart, final int bufferEnd) { in isMatch() 409 …ublic int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd) { in isMatch() 435 …ublic int isMatch(final char[] buffer, final int pos, final int bufferStart, final int bufferEnd) { in isMatch()
|
/aosp_15_r20/art/libartservice/service/java/com/android/server/art/ |
H A D | IndentingPrintWriter.java | 95 final int bufferEnd = offset + count; in write() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/voicemail/impl/utils/ |
D | IndentingPrintWriter.java | 103 final int bufferEnd = offset + count; in write() local
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
H A D | Buffer.h | 166 Buffer(const T* data, const void* bufferEnd) : mData(data), mBufferEnd(bufferEnd) {} in Buffer()
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | CodedInputStream.java | 1207 final int bufferEnd = limit - startPos; in recomputeBufferSizeAfterLimit() local 1995 final int bufferEnd = (int) (limit - startPos); in recomputeBufferSizeAfterLimit() local 2726 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local 3809 final int bufferEnd = totalBufferSize - startOffset; in recomputeBufferSizeAfterLimit() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | CodedInputStream.java | 1207 final int bufferEnd = limit - startPos; in recomputeBufferSizeAfterLimit() local 1995 final int bufferEnd = (int) (limit - startPos); in recomputeBufferSizeAfterLimit() local 2726 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local 3809 final int bufferEnd = totalBufferSize - startOffset; in recomputeBufferSizeAfterLimit() local
|
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | IndentingPrintWriter.java | 162 final int bufferEnd = offset + count; in write() local
|
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | IndentingPrintWriter.java | 197 final int bufferEnd = offset + count; in write() local
|
/aosp_15_r20/frameworks/base/core/java/android/util/ |
H A D | IndentingPrintWriter.java | 202 final int bufferEnd = offset + count; in write() local
|
/aosp_15_r20/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
H A D | CodedInputByteBufferNano.java | 496 final int bufferEnd = bufferSize; in recomputeBufferSizeAfterLimit() local
|
/aosp_15_r20/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/ |
H A D | CodedInputStreamMicro.java | 553 final int bufferEnd = totalBytesRetired + bufferSize; in recomputeBufferSizeAfterLimit() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/ |
H A D | ObjectIdentifier.java | 239 int bufferEnd; in ObjectIdentifier() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/service/service-permission-shared/android_common_apex30/javac/ |
D | service-permission-shared.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/util/
android/ ... |
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
H A D | BufferedChannel.kt | 68 private val bufferEnd = atomic(initialBufferEnd(capacity)) in <lambda>() constant
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_string.cpp | 69 const T *bufferEnd, in CheckSpaceLeftInBuffer()
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstdmt_compress.c | 1583 BYTE const* const bufferEnd = bufferStart + buffer.capacity; in ZSTDMT_isOverlapped() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderStateQueryTests.cpp | 1182 char *bufferEnd = (buffer + 1); in test() local
|
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libprotobuf-java-micro/android_common_apex33/javac/ |
D | libprotobuf-java-micro.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libprotobuf-java-nano/android_common/javac/ |
D | libprotobuf-java-nano.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/external/protobuf/libprotobuf-java-nano/android_common_apex30/javac/ |
D | libprotobuf-java-nano.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/ecc/conversion_toolset_v1/proto/ecc-protos-lite/android_common/combined/ |
D | ecc-protos-lite.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/enums/stats/devicepolicy/devicepolicyprotosnano/android_common/combined/ |
D | devicepolicyprotosnano.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/stats/
android/ ... |
/aosp_15_r20/out/soong/.intermediates/packages/services/Telephony/ecc/conversion_toolset_v1/proto/ecc-protos-lite/android_common/jarjar/ |
D | ecc-protos-lite.jar | com/android/phone/ecc/nano/android/ParcelableMessageNanoCreator.class
ParcelableMessageNanoCreator.java
package ... |
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/aconfig_protos/libaconfig_java_proto_nano/android_common/combined/ |
D | libaconfig_java_proto_nano.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/aconfig/
android/ ... |