/external/e2fsprogs/lib/ext2fs/ |
bitmaps.c | 91 ext2_ino_t end, ext2_ino_t *oend) 97 end, oend)); 101 blk_t end, blk_t *oend) 106 end, oend));
|
gen_bitmap.c | 211 ext2_ino_t end, ext2_ino_t *oend) 217 if (oend) 218 *oend = bitmap->end;
|
ext2fs.h | 666 ext2_ino_t end, ext2_ino_t *oend); 668 blk_t end, blk_t *oend); 929 ext2_ino_t *oend); [all...] |
/frameworks/base/core/java/android/text/ |
SpanWatcher.java | 37 * has been relocated from the range <code>ostart…oend</code> 40 public void onSpanChanged(Spannable text, Object what, int ostart, int oend,
|
SpannableStringInternal.java | 106 int oend = data[i * COLUMNS + END]; local 112 sendSpanChanged(what, ostart, oend, nstart, nend); 147 int oend = data[i * COLUMNS + END]; local 157 sendSpanRemoved(what, ostart, oend);
|
Selection.java | 73 int oend = getSelectionEnd(text); local 75 if (ostart != start || oend != stop) {
|
SpannableStringBuilder.java | 230 int oend = mSpanEnds[i]; local 234 if (oend > mGapStart) 235 oend -= mGapLength; 240 sendSpanRemoved(what, ostart, oend); 647 int oend = mSpanEnds[i]; local 651 if (oend > mGapStart) 652 oend -= mGapLength; 658 if (send) sendSpanChanged(what, ostart, oend, nstart, nend); [all...] |
/external/qemu/audio/ |
rate_template.h | 35 struct st_sample *ostart, *oend; local 49 oend = obuf + *osamp; 62 while (obuf < oend) {
|
/external/eigen/unsupported/Eigen/src/BVH/ |
BVAlgorithms.h | 26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); 31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); 38 for(; oBegin != oEnd; ++oBegin) //go through child objects 158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); 164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); 167 for(; oBegin != oEnd; ++oBegin) //go through child objects
|
/external/llvm/lib/Support/ |
regex2.h | 72 #define OEND (1LU<<OPSHIFT) /* endmarker - */ 136 sopno firststate; /* the initial OEND (normally 0) */ 137 sopno laststate; /* the final OEND */
|
regcomp.c | 221 EMIT(OEND, 0); 229 EMIT(OEND, 0); [all...] |
regengine.inc | 140 const sopno gf = g->firststate+1; /* +1 for OEND */ 330 case OEND: 866 case OEND:
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regex2.h | 72 #define OEND (1LU<<OPSHIFT) /* endmarker - */ 136 sopno firststate; /* the initial OEND (normally 0) */ 137 sopno laststate; /* the final OEND */
|
regcomp.c | 213 EMIT(OEND, 0); 221 EMIT(OEND, 0); [all...] |
engine.c | 136 const sopno gf = g->firststate+1; /* +1 for OEND */ 325 case OEND: 855 case OEND:
|
/bionic/libc/upstream-netbsd/libc/regex/ |
regex2.h | 124 #define OEND OPC(1) /* endmarker - */ 188 sopno firststate; /* the initial OEND (normally 0) */ 189 sopno laststate; /* the final OEND */
|
regcomp.c | 304 EMIT(OEND, 0); 312 EMIT(OEND, 0); [all...] |
engine.c | 188 const sopno gf = g->firststate+1; /* +1 for OEND */ 399 case OEND: 987 case OEND:
|
/cts/tests/tests/text/src/android/text/cts/ |
SpannableStringBuilderSpanTest.java | 436 public void onSpanChanged(Spannable text, Object span, int ostart, int oend, int nstart, 438 if (text == mSpannable) mChanged.add(new Changed(span, ostart, oend, nstart, nend));
|
/external/e2fsprogs/doc/ |
libext2fs.texinfo | [all...] |