Home
last modified time | relevance | path

Searched refs:bufend (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/text/
H A DStaticLayout.java463 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 Dusb_linux.cpp144 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 Dglob.c192 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 DParcel.h198 binder_uintptr_t bufend; // buffer + length member
/aosp12/system/libhwbinder/
H A DParcel.cpp787 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...