/external/chromium/net/base/ |
cert_verifier.cc | 410 std::map<RequestParams, CachedCertVerifyResult>::iterator i, cur; local 412 cur = i++; 413 if (cur->second.HasExpired(current_time)) 414 cache_.erase(cur);
|
/external/e2fsprogs/resize/ |
main.c | 49 unsigned long cur, unsigned long max) 58 if (cur == 0) { 90 ext2fs_progress_update(progress, cur); 91 if (cur >= max) {
|
/external/freetype/src/pshinter/ |
pshglob.h | 67 FT_Pos cur; member in struct:PSH_WidthRec_
|
pshglob.c | 54 width->cur = FT_MulFix( width->org, scale ); 55 width->fit = FT_PIX_ROUND( width->cur ); 66 dist = w - stand->cur; 72 w = stand->cur; 74 width->cur = w; 100 w = dimension->stdw.widths[n].cur;
|
/frameworks/base/libs/binder/ |
CursorWindow.cpp | 153 uint32_t cur = mHeader->numColumns; local 154 if ((cur > 0 || mHeader->numRows > 0) && cur != numColumns) { 155 LOGE("Trying to go from %d columns to %d", cur, numColumns);
|
/external/v8/src/mips/ |
simulator-mips.cc | 472 int32_t* cur = NULL; local 477 cur = reinterpret_cast<int32_t*>(sim_->get_register(Simulator::sp)); 484 cur = reinterpret_cast<int32_t*>(value); 496 end = cur + words; 498 while (cur < end) { 500 reinterpret_cast<intptr_t>(cur), *cur, *cur); 501 cur++; 510 byte_* cur = NULL local 573 byte_* cur = NULL; local [all...] |
/external/qemu/ |
qemu-timer.h | 296 uint32_t cur, ofs; local 299 cur = cc; 301 return cur - ofs;
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCHeadsUpDisplay.cpp | 198 IntPoint cur(graphLeft + x, 1 + top + p*h); 200 ctx->drawLine(prev, cur); 201 prev = cur;
|
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avclib_common.h | 321 \param "cur" "Pointer to the origin of the output area." 322 \param "width" "Pitch of cur." 325 void itrans(int16 *block, uint8 *pred, uint8 *cur, int width); 331 \param "cur" "Pointer to the origin of the output area." 332 \param "width" "Pitch of cur." 335 void ictrans(int16 *block, uint8 *pred, uint8 *cur, int width); 347 This function copies a block from pred to cur. 349 \param "cur" "Pointer to the current YUV block." 350 \param "width" "Pitch of cur memory." 354 void copy_block(uint8 *pred, uint8 *cur, int width, int pred_pitch) [all...] |
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityRenderObject.cpp | 174 RenderObject* cur = renderer; local 176 if (!cur->isRenderInline() && !cur->isRenderBlock()) 179 while (cur) { 180 prev = cur; 182 if (RenderObject* lc = cur->lastChild()) 185 if (cur->isRenderInline()) { 186 cur = toRenderInline(cur)->inlineElementContinuation(); 187 ASSERT(cur || !toRenderInline(prev)->continuation()) 236 RenderObject* cur = renderer; local 257 RenderObject* cur = 0; local [all...] |
/external/opencv/cv/src/ |
_cvlist.h | 174 void* cur = l->m_first_buffer;\ 176 while(cur)\ 178 next = *(void**)cur;\ 179 cvFree(&cur);\ 180 cur = next;\
|
/external/stlport/test/unit/ |
sstream_test.cpp | 393 s.seekg( -3, ios::cur ); 400 is.seekg( -3, ios::cur ); 451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) ); 459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) ); 467 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(9) );
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
PathQt.cpp | 362 const QPainterPath::Element& cur = m_path.elementAt(i); local 364 switch (cur.type) { 367 pelement.points[0] = QPointF(cur); 372 pelement.points[0] = QPointF(cur); 384 pelement.points[0] = QPointF(cur);
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldMessageFormatTest.java | 413 char[] cur = result.toCharArray(); local 414 cur[cur.length / 2] = 'Z'; 415 String partialCorrect = new String(cur); 420 pp.getErrorIndex() == cur.length / 2);
|
/ndk/tests/device/test-gnustl-full/unit/ |
sstream_test.cpp | 393 s.seekg( -3, ios::cur ); 400 is.seekg( -3, ios::cur ); 451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) ); 459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) ); 467 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(9) );
|
/ndk/tests/device/test-stlport/unit/ |
sstream_test.cpp | 393 s.seekg( -3, ios::cur ); 400 is.seekg( -3, ios::cur ); 451 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) ); 459 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(6) ); 467 CPPUNIT_CHECK( o.rdbuf()->pubseekoff( 0, ios_base::cur, ios_base::out ) == stringstream::pos_type(9) );
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetwork.java | 620 String cur = tok.nextToken(); local 621 if (!insideQuote && cur.startsWith("\"")) { 623 quotedWord.append(replaceQuotedChars(cur)); 627 if (cur.endsWith("\"")) { 629 quotedWord.append(" ").append(replaceQuotedChars(cur)); 635 quotedWord.append(" ").append(replaceQuotedChars(cur)); 638 result.add(replaceQuotedChars(cur));
|
/external/libxml2/include/libxml/ |
parser.h | 61 const xmlChar *cur; /* Current char being parsed */ member in struct:_xmlParserInput 831 xmlParseDoc (const xmlChar *cur); 854 xmlRecoverDoc (xmlChar *cur); 881 const xmlChar *cur, 980 xmlCreateDocParserCtxt (const xmlChar *cur); [all...] |
/external/strace/ |
process.c | 1250 unsigned long len, size, start, cur, end, abbrev_end; local 1279 for (cur = start; cur < end; cur += sizeof(gid)) { 1280 if (cur > start) 1282 if (cur >= abbrev_end) { 1286 if (umoven(tcp, cur, sizeof(gid), (char *) &gid) < 0) { 1310 unsigned long size, start, cur, end, abbrev_end; local 1343 for (cur = start; cur < end; cur += sizeof(gid)) 1370 unsigned long len, size, start, cur, end, abbrev_end; local 1430 unsigned long size, start, cur, end, abbrev_end; local [all...] |
/external/v8/src/arm/ |
disasm-arm.cc | 162 char cur = *str++; local 163 while (cur != '\0' && (out_buffer_pos_ < (out_buffer_.length() - 1))) { 164 PrintChar(cur); 165 cur = *str++; 649 char cur = *format++; local 650 while ((cur != 0) && (out_buffer_pos_ < (out_buffer_.length() - 1))) { 651 if (cur == '\'') { // Single quote is used as the formatting escape. 654 out_buffer_[out_buffer_pos_++] = cur; 656 cur = *format++; [all...] |
/frameworks/base/libs/utils/ |
Asset.cpp | 63 Asset* cur = gHead; local 64 while (cur != NULL) { 65 if (cur->isAllocated()) { 67 res.append(cur->getAssetSource()); 68 off64_t size = (cur->getLength()+512)/1024; 73 cur = cur->mNext;
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
findhalfpel.cpp | 54 int AVCFindHalfPelMB(AVCEncObject *encvid, uint8 *cur, AVCMV *mot, uint8 *ncand, 80 cur = encvid->currYMB; // pre-load current original MB 85 dmin = SATD_MB(cand, cur, 65535); // get Hadamaard transform SAD 94 d = SATD_MB(hpel_cand[h], cur, dmin); 118 d = SATD_MB(encvid->qpel_cand[q], cur, dmin); 608 int SATD_MB(uint8 *cand, uint8 *cur, int dmin) 614 cost = AVCSAD_Macroblock_C(cand, cur, dmin, NULL);
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/ |
X509CertFactoryImpl.java | 808 int cur = pos % BUFF_SIZE; local [all...] |
/frameworks/base/core/java/android/database/ |
DatabaseUtils.java | 904 Cursor cur = null; local [all...] |
/external/chromium/base/ |
process_util_linux.cc | 377 int cur; local 378 base::StringToInt(tokenizer.token(), &cur); 379 private_kb += cur; 382 int cur; local 383 base::StringToInt(tokenizer.token(), &cur); 384 pss_kb += cur;
|