HomeSort by relevance Sort by last modified time
    Searched full:oend (Results 1 - 25 of 54) sorted by null

1 2 3

  /frameworks/base/core/java/android/text/
SpanWatcher.java 37 * has been relocated from the range <code>ostart&hellip;oend</code>
40 public void onSpanChanged(Spannable text, Object what, int ostart, int oend,
SpannableStringInternal.java 184 int oend = data[i * COLUMNS + END]; local
190 sendSpanChanged(what, ostart, oend, nstart, nend);
225 int oend = data[i * COLUMNS + END]; local
235 sendSpanRemoved(what, ostart, oend);
Selection.java 73 int oend = getSelectionEnd(text); local
75 if (ostart != start || oend != stop) {
SpannableStringBuilder.java 249 int oend = mSpanEnds[i]; local
253 if (oend > mGapStart)
254 oend -= mGapLength;
259 sendSpanRemoved(what, ostart, oend);
729 int oend = mSpanEnds[i]; local
733 if (oend > mGapStart)
734 oend -= mGapLength;
742 sendSpanChanged(what, ostart, oend, nstart, nend);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bitmaps.c 165 ext2_ino_t end, ext2_ino_t *oend)
173 if (oend)
174 *oend = tmp_oend;
179 blk_t end, blk_t *oend)
184 end, oend));
188 blk64_t end, blk64_t *oend)
192 end, oend));
ext2fsP.h 128 __u64 end, __u64 *oend);
gen_bitmap64.c 363 __u64 end, __u64 *oend)
374 if (oend)
375 *oend = tmp_oend;
384 if (oend)
385 *oend = bitmap->end;
gen_bitmap.c 290 ext2_ino_t end, ext2_ino_t *oend)
296 if (oend)
297 *oend = bitmap->end;
ext2fs.h 763 ext2_ino_t end, ext2_ino_t *oend);
765 blk_t end, blk_t *oend);
767 blk64_t end, blk64_t *oend);
    [all...]
  /external/skia/src/pathops/
SkOpCoincidence.cpp 87 const SkOpSpanBase* oEnd = coin->fOppPtTEnd->span();
88 if (oEnd->deleted()) {
93 while (test != end || oTest != oEnd) {
134 if (oTest != oEnd) {
387 SkOpSpanBase* oEnd = (flipped ? coin->fOppPtTStart : coin->fOppPtTEnd)->span();
388 SkASSERT(oStart == oStart->starter(oEnd));
393 if (oEnd->deleted()) {
398 if (oNext == oEnd) {
649 SkOpSpanBase* oEnd = coin->fOppPtTEnd->span();
650 if (oEnd->deleted())
    [all...]
SkPathOpsDebug.cpp     [all...]
  /external/lz4/programs/
frametest.c 229 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; local
246 size_t oSize = oend-op;
287 BYTE* const oend = (BYTE*)decodedBuffer + COMPRESSIBLE_NOISE_LENGTH; local
300 size_t oSize = oend-op;
449 BYTE* const oend = op + LZ4F_compressFrameBound(srcDataLength, NULL); local
451 result = LZ4F_compressBegin(cCtx, op, oend-op, prefsPtr);
470 result = LZ4F_flush(cCtx, op, oend-op, &cOptions);
475 result = LZ4F_compressEnd(cCtx, op, oend-op, &cOptions);
485 BYTE* const oend = op + srcDataLength; local
497 if (oSize > (size_t)(oend-op)) oSize = oend-op
    [all...]
  /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 75 #define OEND (1LU<<OPSHIFT) /* endmarker - */
139 sopno firststate; /* the initial OEND (normally 0) */
140 sopno laststate; /* the final OEND */
regcomp.c 229 EMIT(OEND, 0);
237 EMIT(OEND, 0);
    [all...]
  /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...]
  /external/lz4/lib/
lz4hc.c 293 BYTE* oend)
305 if ((limitedOutputBuffer) && ((*op + (length>>8) + length + (2 + 1 + LASTLITERALS)) > oend)) return 1; /* Check output limit */
318 if ((limitedOutputBuffer) && (*op + (length>>8) + (1 + LASTLITERALS) > oend)) return 1; /* Check output limit */
348 BYTE* const oend = op + maxOutputSize; local
387 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
441 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
443 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml2, ref2, limit, oend)) return 0;
465 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
506 if (LZ4HC_encodeSequence(&ip, &op, &anchor, ml, ref, limit, oend)) return 0;
lz4.c 962 BYTE* const oend = op + outputSize; local
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 124 #define OEND OPC(1) /* endmarker - */
188 sopno firststate; /* the initial OEND (normally 0) */
189 sopno laststate; /* the final OEND */
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
opnames.go 165 OEND: "END",
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
opnames.go 162 OEND: "END",
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
opnames.go 165 OEND: "END",
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
opnames.go 162 OEND: "END",
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 441 public void onSpanChanged(Spannable text, Object span, int ostart, int oend, int nstart,
443 if (text == mSpannable) mChanged.add(new Changed(span, ostart, oend, nstart, nend));

Completed in 2298 milliseconds

1 2 3