HomeSort by relevance Sort by last modified time
    Searched full:endpos (Results 51 - 75 of 125) sorted by null

1 23 4 5

  /frameworks/base/core/java/android/text/
StaticLayout.java 383 int endPos;
388 endPos = ok;
395 endPos = fit;
402 endPos = here + 1;
410 v = out(source, here, endPos,
417 here = endPos;
    [all...]
  /external/libvorbis/lib/
psy.c 296 int endpos=rint(fromOC((i+1)*.125-2.)*2*n/rate); local
298 if(j<endpos){
299 float delta=(ATH[i+1]-base)/(endpos-j);
300 for(;j<endpos && j<n;j++){
490 long endpos; local
492 endpos=posstack[i+1];
494 endpos=posstack[i]+linesper+1; /* +1 is important, else bin 0 is
497 if(endpos>n)endpos=n;
498 for(;pos<endpos;pos++
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 37 protected int endPos;
52 endPos = getCodeLength();
170 public boolean hasNext() { return currentPos < endPos; }
632 endPos = getCodeLength();
699 endPos = getCodeLength();
854 int endPos, byte[] newcode, boolean exclusive)
860 for (; i < endPos; i = nextPos) {
    [all...]
CodeAttribute.java 352 private static LdcEntry copyCode(byte[] code, int beginPos, int endPos,
360 for (int i = beginPos; i < endPos; i = i2) {
  /external/dropbear/
packet.c 570 unsigned int endpos = src->pos + len; local
577 ses.keys->trans_zstream->avail_in = endpos - src->pos;
587 buf_setpos(src, endpos - ses.keys->trans_zstream->avail_in);
  /external/webkit/Source/WebCore/rendering/
RenderView.h 76 void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode = RepaintNewXOROld);
81 void selectionStartEnd(int& startPos, int& endPos) const;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
ResizableIntArrayTests.java 259 final int endPos = startPos + length;
280 if (i >= startPos && i < endPos) {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 585 const PathDiagnosticLocation &endPos,
588 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
592 const PathDiagnosticLocation &endPos)
594 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
  /external/icu4c/common/unicode/
rbbi.h 735 * breaking. Covering at least the range from startPos to endPos,
739 * the range startPos to endPos.
740 * If going forward, endPos is the normal Unicode break result, and
743 * @param endPos The end position of a range of text
747 int32_t checkDictionary(int32_t startPos, int32_t endPos, UBool reverse);
  /external/quake/quake/src/QW/server/
world.c 650 VectorCopy (mid, trace->endpos);
660 VectorCopy (mid, trace->endpos);
685 VectorCopy (end, trace.endpos);
698 VectorAdd (trace.endpos, offset, trace.endpos);
sv_phys.c 276 VectorCopy (trace.endpos, ent->v.origin);
412 VectorCopy (trace.endpos, ent->v.origin);
  /external/icu4c/common/
rbbi.cpp     [all...]
dictbe.cpp 45 int32_t endPos,
67 while((current = (int32_t)utext_getNativeIndex(text)) < endPos && fSet.contains(c)) {
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_DSP.h 292 endPos > startPos && endPos%mbsInOneRow > startPos%mbsInOneRow*/
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.cpp 178 VisiblePosition endPos;
191 endPos = visiblePos2;
194 endPos = visiblePos1;
197 return VisiblePositionRange(startPos, endPos);
    [all...]
AccessibilityRenderObject.cpp     [all...]
  /external/regex-re2/re2/
re2.cc 527 int endpos,
537 if (startpos < 0 || startpos > endpos || endpos > text.size()) {
539 LOG(ERROR) << "RE2: invalid startpos, endpos pair.";
545 subtext.remove_suffix(text.size() - endpos);
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp     [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 733 int32_t endPos = 28;
736 (startPos = test1.indexOf(test2, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 4) : 0)
    [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.mm     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 335 unsigned endpos = ARFile.tellp(); local
340 assert(endpos - startpos == symTabSize && "Invalid symTabSize computation");
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /external/quake/quake/src/WinQuake/
pr_cmds.cpp 628 VectorCopy (trace.endpos, pr_global_struct->trace_endpos);
657 VectorCopy (trace.endpos, pr_global_struct->trace_endpos);
1206 VectorCopy (trace.endpos, ent->u.v.origin);
    [all...]

Completed in 1576 milliseconds

1 23 4 5