/external/aac/libSBRdec/src/ |
sbrdecoder.cpp | 915 INT startPos; 924 startPos = FDKgetValidBits(hBs); 1077 valBits = bsPayLen - ((INT)startPos - (INT)FDKgetValidBits(hBs)); [all...] |
/frameworks/base/core/java/android/util/ |
TimeUtils.java | 269 final int startPos = pos; 276 if ((always && zeropad >= 2) || amt > 9 || startPos != pos) {
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
OMX_VideoEnc_DSP.h | 292 endPos > startPos && endPos%mbsInOneRow > startPos%mbsInOneRow*/
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
HeapSnapshotGridNodes.js | 540 var startPos = fullName.indexOf("/"); 542 if (startPos !== -1 && endPos !== -1) { 543 var fullURL = fullName.substring(startPos + 1, endPos).trimLeft(); 547 return fullName.substr(0, startPos + 2) + url + fullName.substr(endPos); [all...] |
/external/icu4c/common/ |
dictbe.cpp | 44 int32_t startPos, 59 while((current = (int32_t)utext_getNativeIndex(text)) > startPos && isDict) { 63 rangeStart = (current < startPos) ? startPos : current+(isDict ? 0 : 1); [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteSession.java | [all...] |
/packages/apps/UnifiedEmail/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/icu4c/samples/ugrep/ |
ugrep.cpp | 374 void nextLine(int startPos) { 375 if (startPos == 0) { 380 lineStart = lineEnd = startPos;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 513 startpos = i 517 endpos = str.find('\n', startpos) + 1 549 i = startpos
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyParse.py | 513 startpos = i 517 endpos = str.find('\n', startpos) + 1 549 i = startpos
|
/external/aac/libMpegTPDec/src/ |
tpdec_lib.cpp | 527 int startPos; 529 startPos = FDKgetValidBits(hBs); 572 syncLayerFrameBits = (hTp->parser.adts.bs.frame_length<<3) - (startPos - FDKgetValidBits(hBs)) - syncLength; 609 syncLayerFrameBits -= startPos - FDKgetValidBits(hBs) - (13); 637 *pHeaderBits += startPos - (INT)FDKgetValidBits(hBs); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderView.cpp | 768 void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode blockRepaintMode) 781 if (m_selectionStart == start && m_selectionStartPos == startPos && [all...] |
/frameworks/base/core/java/android/widget/ |
ListView.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
FrameSelection.cpp | [all...] |
/frameworks/base/core/java/android/os/ |
Parcel.java | 614 int startPos; 616 if (DEBUG_ARRAY_MAP) startPos = dataPosition(); 620 + (dataPosition()-startPos) + " bytes: key=0x" [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
7zIn.c | 181 UInt32 startPos = 0; 189 p->FolderStartPackStreamIndex[i] = startPos; 190 startPos += p->db.Folders[i].NumPackStreams; [all...] |
/external/lzma/C/ |
7zIn.c | 181 UInt32 startPos = 0;
189 p->FolderStartPackStreamIndex[i] = startPos;
190 startPos += p->db.Folders[i].NumPackStreams;
[all...] |
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.cpp | 578 UInt64 StartPos;
617 StartPos,
954 threadDecoder.StartPos = db->GetFolderStreamPos(folderIndex, 0);
|
7zHandler.cpp | 248 case kpidPosition: { UInt64 v; if (_db.StartPos.GetItem(index2, v)) prop = v; break; }
|
/external/llvm/utils/FileCheck/ |
FileCheck.cpp | [all...] |
/frameworks/base/core/java/android/database/ |
DatabaseUtils.java | 462 int startPos = cursor.getPosition(); 468 cursor.moveToPosition(startPos); 483 int startPos = cursor.getPosition(); 489 cursor.moveToPosition(startPos); [all...] |
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_primitive_field.cc | 423 "int startPos = input.getPosition();\n" 428 "input.rewindToPosition(startPos);\n"
|
/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); */ }
|
/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); */ }
|
/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); */ }
|