HomeSort by relevance Sort by last modified time
    Searched refs:bufEnd (Results 1 - 18 of 18) sorted by null

  /frameworks/base/core/java/android/text/
StaticLayout.java 63 public StaticLayout(CharSequence source, int bufstart, int bufend,
68 this(source, bufstart, bufend, paint, outerwidth, align,
75 public StaticLayout(CharSequence source, int bufstart, int bufend,
80 this(source, bufstart, bufend, paint, outerwidth, align, textDir,
84 public StaticLayout(CharSequence source, int bufstart, int bufend,
90 this(source, bufstart, bufend, paint, outerwidth, align,
98 public StaticLayout(CharSequence source, int bufstart, int bufend,
140 generate(source, bufstart, bufend, paint, outerwidth, textDir, spacingmult,
158 /* package */ void generate(CharSequence source, int bufStart, int bufEnd,
181 for (int paraStart = bufStart; paraStart <= bufEnd; paraStart = paraEnd)
    [all...]
  /dalvik/vm/compiler/codegen/mips/
ArchUtility.cpp 38 char *bufEnd = &buf[size-1];
149 if (buf+strlen(tbuf) <= bufEnd) {
159 if (buf == bufEnd)
  /external/chromium_org/third_party/mesa/src/src/glx/
packrender.h 77 if (pc + (size) > gc->bufEnd) { \
89 if (pc + (size) > gc->bufEnd) { \
107 if (pc + (size) > gc->bufEnd) { \
indirect_vertex_array.c 512 if ((pc + single_vertex_size) >= gc->bufEnd) {
519 if ((pc + 4) >= gc->bufEnd) {
630 if ((gc->pc + command_size) >= gc->bufEnd) {
687 assert(pc <= gc->bufEnd);
738 if ((gc->pc + single_vertex_size) >= gc->bufEnd) {
752 if ((pc + single_vertex_size) >= gc->bufEnd) {
770 if ((pc + 4) >= gc->bufEnd) {
860 assert(pc <= gc->bufEnd);
976 if ((gc->pc + single_vertex_size) >= gc->bufEnd) {
    [all...]
glxclient.h 255 GLubyte *bufEnd;
indirect_glx.c 408 gc->bufEnd = gc->buf + bufSize;
  /external/mesa3d/src/glx/
packrender.h 77 if (pc + (size) > gc->bufEnd) { \
89 if (pc + (size) > gc->bufEnd) { \
107 if (pc + (size) > gc->bufEnd) { \
indirect_vertex_array.c 512 if ((pc + single_vertex_size) >= gc->bufEnd) {
519 if ((pc + 4) >= gc->bufEnd) {
630 if ((gc->pc + command_size) >= gc->bufEnd) {
687 assert(pc <= gc->bufEnd);
738 if ((gc->pc + single_vertex_size) >= gc->bufEnd) {
752 if ((pc + single_vertex_size) >= gc->bufEnd) {
770 if ((pc + 4) >= gc->bufEnd) {
860 assert(pc <= gc->bufEnd);
976 if ((gc->pc + single_vertex_size) >= gc->bufEnd) {
    [all...]
glxclient.h 255 GLubyte *bufEnd;
indirect_glx.c 408 gc->bufEnd = gc->buf + bufSize;
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 80 char *bufEnd = &buf[size-1];
225 if (buf+strlen(tbuf) <= bufEnd) {
235 if (buf == bufEnd)
  /frameworks/av/services/audioflinger/
Tracks.cpp     [all...]
  /external/expat/lib/
xmlparse.c 187 char *bufEnd; /* end of the buffer */
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.c 343 if ( (gc->pc + cmdlen) > gc->bufEnd ) {
445 if ( (gc->pc + cmdlen) > gc->bufEnd ) {
    [all...]
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1538 milliseconds