HomeSort by relevance Sort by last modified time
    Searched refs:startPos (Results 51 - 75 of 157) sorted by null

1 23 4 5 6 7

  /external/icu4c/common/
brkeng.cpp 76 int32_t startPos,
84 while((int32_t)utext_getNativeIndex(text) > startPos && fHandled[breakType]->contains(c)) {
  /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;
RenderView.cpp 408 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode blockRepaintMode)
416 if (m_selectionStart == start && m_selectionStartPos == startPos &&
465 m_selectionStartPos = startPos;
581 void RenderView::selectionStartEnd(int& startPos, int& endPos) const
583 startPos = m_selectionStartPos;
  /frameworks/base/core/java/android/database/
BulkCursorNative.java 63 int startPos = data.readInt();
64 CursorWindow window = getWindow(startPos);
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java     [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 587 virtual void HandlePosition(const char *startPos, unsigned posLen) {}
589 virtual void HandleInvalidPosition(const char *startPos, unsigned posLen,
592 virtual void HandleZeroPosition(const char *startPos, unsigned posLen) {}
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java 699 int startPos = 0;
703 startPos = 2;
706 digitStr = digitStr.substring(startPos);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 572 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos,
576 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
579 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos,
582 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
  /packages/inputmethods/LatinIME/native/jni/src/
unigram_dictionary.h 111 const bool hasAutoCorrectionCandidate, const int startPos, const int startWordIndex,
unigram_dictionary.cpp     [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java     [all...]
  /frameworks/base/core/java/android/util/
TimeUtils.java 269 final int startPos = pos;
276 if ((always && zeropad >= 2) || amt > 9 || startPos != pos) {
  /external/aac/libSBRdec/src/
env_extr.cpp     [all...]
sbrdecoder.cpp 909 INT startPos;
918 startPos = FDKgetValidBits(hBs);
1071 valBits = bsPayLen - ((INT)startPos - (INT)FDKgetValidBits(hBs));
1081 INT payloadbits = (INT)startPos - (INT)FDKgetValidBits(hBs) - startPos;
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp     [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 299 private View makeRow(int startPos, int y, boolean flow) {
317 last = Math.min(startPos + mNumColumns, mItemCount);
319 last = startPos + 1;
320 startPos = Math.max(0, startPos - mNumColumns + 1);
322 if (last - startPos < mNumColumns) {
323 final int deltaLeft = (mNumColumns - (last - startPos)) * (columnWidth + horizontalSpacing);
335 for (int pos = startPos; pos < last; pos++) {
340 final int where = flow ? -1 : pos - startPos;
    [all...]
ListView.java     [all...]
  /external/aac/libMpegTPDec/src/
tpdec_lib.cpp 496 INT numFramesTraversed = 0, fTraverseMoreFrames, fConfigFound = 0, startPos, startPosFirstFrame = -1;
582 startPos = FDKgetValidBits(hBs);
617 syncLayerFrameBits = (hTp->parser.adts.bs.frame_length<<3) - (startPos - FDKgetValidBits(hBs)) - syncLength;
652 syncLayerFrameBits -= startPos - FDKgetValidBits(hBs) - (13);
675 headerBits += startPos - (INT)FDKgetValidBits(hBs);
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
TextUtilities.java 341 * @param startPos the start position in the HTML text where the tag starts
344 /*package*/ static int findTagEnd(String htmlText, String tag, int startPos) {
350 for (int i = startPos; i < length; i++) {
361 return htmlText.indexOf("/" + tag, startPos);
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 124 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, (EAS_I32) (pState->startPos + pState->loopLocation))) != EAS_SUCCESS)
129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMADecoderSample: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }
eas_pcm.c 301 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, pState->startPos)) != EAS_SUCCESS)
361 pState->startPos = filePos;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 124 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, (EAS_I32) (pState->startPos + pState->loopLocation))) != EAS_SUCCESS)
129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMADecoderSample: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }
eas_pcm.c 301 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, pState->startPos)) != EAS_SUCCESS)
361 pState->startPos = filePos;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 124 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, (EAS_I32) (pState->startPos + pState->loopLocation))) != EAS_SUCCESS)
129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMADecoderSample: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }
eas_pcm.c 301 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, pState->startPos)) != EAS_SUCCESS)
361 pState->startPos = filePos;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
    [all...]

Completed in 5200 milliseconds

1 23 4 5 6 7