/external/grub/stage2/ |
fsys_xfs.c | 492 int toread, startpos, endpos; local 500 startpos = filepos; 533 return filepos - startpos;
|
/external/smack/src/org/xbill/DNS/ |
Message.java | 438 int startpos = out.current(); local 457 out.jump(startpos); 474 out.jump(startpos);
|
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
c2_9pf_tab.cpp | 52 This file contains the declaration for startPos[] used by the functions 89 extern const Word16 startPos[]; 90 const Word16 startPos[2*4*2] = {0, 2, 0, 3,
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderView.h | 93 void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode = RepaintNewXOROld); 99 void selectionStartEnd(int& startPos, int& endPos) const;
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
javanano_enum_field.cc | 176 "int startPos = input.getPosition();\n" 181 "input.rewindToPosition(startPos);\n"
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pcmdata.h | 82 EAS_I32 startPos; /* start of PCM stream */ 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pcmdata.h | 82 EAS_I32 startPos; /* start of PCM stream */ 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcmdata.h | 82 EAS_I32 startPos; /* start of PCM stream */ 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */
|
/external/icu4c/common/ |
rbbi.cpp | 595 int32_t startPos = current(); 598 result = checkDictionary(startPos, result, FALSE); 609 int32_t startPos; 631 if (fText == NULL || (startPos = current()) == 0) { 640 result = checkDictionary(result, startPos, TRUE); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
HTTPParsers.cpp | 428 size_t startPos = pos; 434 reportURL = header.substring(startPos, pos - startPos); 435 failurePosition = startPos; // If later semantic check deems unacceptable.
|
/external/chromium_org/third_party/icu/source/common/ |
dictbe.cpp | 48 int32_t startPos, 63 while((current = (int32_t)utext_getNativeIndex(text)) > startPos && isDict) { 67 rangeStart = (current < startPos) ? startPos : current+(isDict ? 0 : 1);
|
/external/chromium_org/third_party/icu/source/i18n/ |
dtptngen_impl.h | 160 virtual TokenStatus setTokens(const UnicodeString& pattern, int32_t startPos, int32_t *len);
|
dtptngen.cpp | [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
PathDiagnostic.h | 617 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, 621 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos)); 624 PathDiagnosticControlFlowPiece(const PathDiagnosticLocation &startPos, 627 LPairs.push_back(PathDiagnosticLocationPair(startPos, endPos));
|
/external/icu4c/i18n/ |
dtptngen_impl.h | 161 virtual TokenStatus setTokens(const UnicodeString& pattern, int32_t startPos, int32_t *len);
|