Searched refs:bufend (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/java/android/text/ |
H A D | StaticLayout.java | 463 public StaticLayout(CharSequence source, int bufstart, int bufend, in StaticLayout() argument 468 this(source, bufstart, bufend, paint, outerwidth, align, in StaticLayout() 476 public StaticLayout(CharSequence source, int bufstart, int bufend, in StaticLayout() argument 482 this(source, bufstart, bufend, paint, outerwidth, align, in StaticLayout() 493 public StaticLayout(CharSequence source, int bufstart, int bufend, in StaticLayout() argument 506 Builder b = Builder.obtain(source, bufstart, bufend, paint, outerwidth) in StaticLayout()
|
/aosp12/packages/modules/adb/client/ |
H A D | usb_linux.cpp | 144 unsigned char* bufend; in find_usb_device() local 166 bufend = bufptr + desclength; in find_usb_device() 197 while (bufptr < bufend) { in find_usb_device()
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/gen/ |
H A D | glob.c | 192 Char *bufnext, *bufend, patbuf[MAXPATHLEN], prot; in glob() local 215 bufend = bufnext + MAXPATHLEN - 1; in glob() 219 while (bufnext <= bufend) { in glob() 233 while (bufnext <= bufend) { in glob()
|
/aosp12/system/libhwbinder/include/hwbinder/ |
H A D | Parcel.h | 198 binder_uintptr_t bufend; // buffer + length member
|
/aosp12/system/libhwbinder/ |
H A D | Parcel.cpp | 787 ifo.bufend = obj->buffer + obj->length; in updateCache() 805 if(entry->buffer <= ptrVal && ptrVal < entry->bufend) { in findBuffer() 807 if(ptrVal + length <= entry->bufend) { in findBuffer()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |