/external/webkit/Source/WebKit/chromium/src/ |
WebEntities.cpp | 67 const UChar* curPos = startPos; 72 if (m_entitiesMap.contains(*curPos)) { 74 if (curPos > startPos) 75 result.append(String(startPos, curPos - startPos)); 77 result.append(m_entitiesMap.get(*curPos)); 79 startPos = ++curPos; 81 curPos++; 84 if (curPos > startPos) 85 result.append(String(startPos, curPos - startPos));
|
/external/qemu-pc-bios/vgabios/tests/ |
testbios.c | 23 Bit16u curpos[8];
member in struct:__anon10336 266 biosarea->curpos[0]=peek(0x40,0x50);
267 biosarea->curpos[1]=peek(0x40,0x52);
268 biosarea->curpos[2]=peek(0x40,0x54);
269 biosarea->curpos[3]=peek(0x40,0x56);
270 biosarea->curpos[4]=peek(0x40,0x58);
271 biosarea->curpos[5]=peek(0x40,0x5a);
272 biosarea->curpos[6]=peek(0x40,0x5c);
273 biosarea->curpos[7]=peek(0x40,0x5e);
297 printf("curpos : %04x %04x %04x %04x %04x %04x %04x %04x\n", [all...] |
/external/srec/portable/src/ |
pstream.c | 305 PortFile->curPos = PortFile->curFrame->buffer; 306 PortFile->endPos = PortFile->curPos + end; 401 if (PortFile->endPos == PortFile->curPos) /* end of file */ 404 if (PortFile->curPos == curFrame->buffer + curFrame->size) /* end of this frame */ 408 PortFile->curPos = curFrame->buffer; 412 cbAvail = PortFile->endPos - PortFile->curPos; 414 cbAvail = curFrame->size - (PortFile->curPos - curFrame->buffer); 421 *bufferPtr++ = *PortFile->curPos++; 424 if (PortFile->curPos == PortFile->endPos) 464 if (PortFile->curPos == curFrame->buffer + curFrame->size) /* end of this frame * [all...] |
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/ |
AddressListParserTokenManager.java | 118 private final int jjMoveNfa_0(int startState, int curPos) 202 jjmatchedPos = curPos; 205 ++curPos; 207 return curPos; 209 catch(java.io.IOException e) { return curPos; } 247 private final int jjMoveNfa_2(int startState, int curPos) 326 jjmatchedPos = curPos; 329 ++curPos; 331 return curPos; 333 catch(java.io.IOException e) { return curPos; } [all...] |
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/ |
ContentTypeParserTokenManager.java | 112 private final int jjMoveNfa_0(int startState, int curPos) 216 jjmatchedPos = curPos; 219 ++curPos; 221 return curPos; 223 catch(java.io.IOException e) { return curPos; } 258 private final int jjMoveNfa_1(int startState, int curPos) 337 jjmatchedPos = curPos; 340 ++curPos; 342 return curPos; 344 catch(java.io.IOException e) { return curPos; } [all...] |
/external/svox/pico/lib/ |
picokfst.c | 147 picoos_uint32 curpos; local 163 curpos = kfst->hdrLen; 164 BytesToNum(kfst->fstStream,& curpos,& kfst->transductionMode); 165 BytesToNum(kfst->fstStream,& curpos,& kfst->nrClasses); 166 BytesToNum(kfst->fstStream,& curpos,& kfst->nrStates); 167 BytesToNum(kfst->fstStream,& curpos,& kfst->termClass); 168 BytesToNum(kfst->fstStream,& curpos,& kfst->alphaHashTabSize); 169 BytesToNum(kfst->fstStream,& curpos,& offs); 171 BytesToNum(kfst->fstStream,& curpos,& kfst->transTabEntrySize); 172 BytesToNum(kfst->fstStream,& curpos,& offs) [all...] |
picorsrc.c | 478 picoos_uint32 curpos = 0, offset, size; local 486 numKbs = data[curpos++]; 493 status = (picoos_get_str((picoos_char *)data,&curpos,str,PICOOS_MAX_FIELD_STRING_LEN)) ? PICO_OK : PICO_EXC_FILE_CORRUPT; 497 curpos++; 500 kbid = data[curpos++]; 501 PICODBG_DEBUG(("got kb id %i, curpos now %i",kbid, curpos)); 502 status = picoos_read_mem_pi_uint32(data,&curpos,&offset); 503 PICODBG_DEBUG(("got kb offset %i, curpos now %i",offset, curpos)); [all...] |
picoklex.c | 151 picoos_uint32 curpos = 0; local 164 if (PICO_OK == picoos_read_mem_pi_uint16(this->base, &curpos, 167 PICODBG_DEBUG(("nr blocks: %i, curpos: %i", klex->nrblocks,curpos)); 168 klex->searchind = this->base + curpos;
|
picoacph.c | 379 picoos_uint8 curpos; /* POS(es) of current word */ local 388 curpos = PICOKDT_EPSILON; /* needs to be in 2^8 */ 441 PICODBG_TRACE(("iter: %d, curpos: %d", i, acph->headx[i].head.info1)); 444 curpos = acph->headx[i].head.info1; 456 if (curpos != valbuf[2]) { 460 valbuf[2] = curpos; 798 picoos_uint8 curpos; /* POS(es) of current word */ local 806 curpos = PICOKDT_EPSILON; /* needs to be < 2^8 */ 859 PICODBG_TRACE(("iter: %d, curpos: %d", i, acph->headx[i].head.info1)); 862 curpos = acph->headx[i].head.info1 [all...] |
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/ |
DateTimeParserTokenManager.java | 296 private final int jjMoveNfa_0(int startState, int curPos) 380 jjmatchedPos = curPos; 383 ++curPos; 385 return curPos; 387 catch(java.io.IOException e) { return curPos; } 425 private final int jjMoveNfa_1(int startState, int curPos) 504 jjmatchedPos = curPos; 507 ++curPos; 509 return curPos; 511 catch(java.io.IOException e) { return curPos; } [all...] |
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontWinCE.cpp | 219 int curPos = 0; 223 int curEnd = curPos + len; 224 if (curPos < to && from < curEnd && !comp.isSpace()) { 230 drawSimpleText(context, comp.m_textRun, pt, from - curPos, std::min(to, curEnd) - curPos); 232 curPos += len; 233 if (from < curPos) 234 from = curPos;
|
/external/webkit/Source/WebCore/plugins/win/ |
PluginDatabaseWin.cpp | 60 LPWSTR curPos = moduleFileNameStr; 62 if (*curPos == L'/' || *curPos == L'\\') 63 lastPos = curPos; 64 } while (*++curPos); 66 if (lastPos == curPos - 1)
|
/frameworks/base/core/java/android/widget/ |
AlphabetIndexer.java | 219 // int curPos = alphaMap.get(startingLetterKey, Integer.MIN_VALUE); 220 // if (curPos == Integer.MIN_VALUE || Math.abs(curPos) > pos) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios.c | 205 int i, curpos; local 226 curpos=0; 238 curpos++; 242 for(i=XBIOS_nummodes-1; i>curpos; i--) { 246 XBIOS_modelist[curpos].number = modecode; 247 XBIOS_modelist[curpos].width = width; 248 XBIOS_modelist[curpos].height = height; 249 XBIOS_modelist[curpos].depth = depth; 250 XBIOS_modelist[curpos].doubleline = flags;
|
/frameworks/base/core/jni/ |
android_util_Process.cpp | 560 jint curPos = 0; 574 if (curPos >= curCount) { 592 curData[curPos] = pid; 593 curPos++; 598 if (curData != NULL && curPos > 0) { 599 qsort(curData, curPos, sizeof(jint), pid_compare); 602 while (curPos < curCount) { 603 curData[curPos] = -1; 604 curPos++;
|
/packages/apps/Music/src/com/android/music/ |
TrackBrowserActivity.java | 796 int curpos = mTrackList.getSelectedItemPosition(); local 797 if (curcount == 0 || curpos < 0) { 807 if (curpos != MusicUtils.sService.getQueuePosition()) { 815 ((NowPlayingCursor)mTrackCursor).removeItem(curpos); [all...] |
/external/nist-sip/java/gov/nist/core/ |
StringTokenizer.java | 124 int curPos = ptr; 126 ptr = curPos;
|
/external/srec/portable/include/ |
pstream.h | 42 const unsigned char *curPos;
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
FontQt.cpp | 325 int curPos = 0; 327 float charWidth = fm.width(string[curPos]); 336 } while (++curPos < string.size()); 338 return curPos;
|
/external/llvm/lib/CodeGen/ |
RenderMachineFunction.cpp | 102 std::string::const_iterator curPos = s.begin(); 103 std::string::const_iterator nextComa = std::find(curPos, s.end(), ','); 106 std::copy(curPos, nextComa, std::back_inserter(elem)); 109 curPos = llvm::next(nextComa); 110 nextComa = std::find(curPos, s.end(), ','); 113 if (curPos != s.end()) { 115 std::copy(curPos, s.end(), std::back_inserter(elem)); [all...] |
/external/javassist/src/main/javassist/bytecode/ |
Descriptor.java | 797 private int index, curPos; 807 index = curPos = 0; 826 public char currentChar() { return desc.charAt(curPos); } 866 curPos = index; 868 return curPos;
|
/external/webkit/Source/WebCore/inspector/ |
InspectorStyleSheet.cpp | 278 unsigned curPos = propertyStart - 1; // The last position of style declaration, since propertyStart points past one. 279 while (curPos && isHTMLSpace(characters[curPos])) 280 --curPos; 281 if (curPos && characters[curPos] != ';') { [all...] |
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
mozilla | 141 curpos
|
/external/v8/src/ |
interpreter-irregexp.cc | 95 "pc = %02x, sp = %d, curpos = %d, curchar = %08x (%c), bc = %s" : 96 "pc = %02x, sp = %d, curpos = %d, curchar = %08x .%c., bc = %s";
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
EditStyledText.java | 1064 int curpos = mEST.getSelectionStart(); local [all...] |