Searched defs:skipped (Results 1 - 12 of 12) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl_lite.cc191 int skipped = 0; local
192 while (skipped < count) {
193 int bytes = Read(junk, min(count - skipped,
197 return skipped;
199 skipped += bytes;
201 return skipped;
285 int skipped = copying_stream_->Skip(count); local
286 position_ += skipped;
287 return skipped == count;
/external/valgrind/main/callgrind/
H A Devents.c448 Int i, pos, skipped = 0; local
456 skipped++;
459 while(skipped>0) {
462 skipped--;
539 Int i, pos, skipped = 0; local
548 skipped++;
551 while(skipped>0) {
554 skipped--;
H A Dglobal.h403 FullCost skipped; /* cost for skipped functions called from member in struct:_BBCC
478 * <nonskipped> is 0 if the function called is not skipped (usual case).
479 * Otherwise, it is the last non-skipped BBCC. This one gets all
480 * the calls to non-skipped functions and all costs in skipped
/external/chromium/base/
H A Dprocess_util_linux.cc177 int skipped = 0; local
179 while (skipped < kSkipLimit) {
195 skipped++;
236 if (skipped >= kSkipLimit) {
/external/chromium/net/tools/flip_server/
H A Depoll_server.cc533 const bool skipped = local
537 << " and should be skipped = " << skipped;
/external/bluetooth/glib/tests/
H A Dtestglib.c882 const gchar *skipped = g_path_skip_root (skip_root_checks[i].filename); local
883 if ((skipped && !skip_root_checks[i].without_root) ||
884 (!skipped && skip_root_checks[i].without_root) ||
885 ((skipped && skip_root_checks[i].without_root) &&
886 strcmp (skipped, skip_root_checks[i].without_root)))
892 (skipped ? skipped : "<NULL>"));
/external/freetype/src/autofit/
H A Dafcjk.c1679 FT_Int skipped = 0; local
1749 skipped++;
1765 skipped++;
1950 if ( !skipped )
1966 skipped--;
1970 if ( !skipped )
/external/harfbuzz/src/
H A Dharfbuzz-indic.cpp1306 int skipped = 0; local
1328 if (skipped == 2 && (script == HB_Script_Kannada || script == HB_Script_Telugu)) {
1332 ++skipped;
1335 IDEBUG(" base consonant at %d skipped=%d, lastConsonant=%d", base, skipped, lastConsonant);
/external/icu4c/io/
H A Duscanf_p.c88 UBool fSkipArg; /* TRUE if arg should be skipped */
425 int32_t skipped; local
430 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
450 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
473 return parsePos + skipped;
490 int32_t skipped; local
498 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
549 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
572 return parsePos + skipped;
589 int32_t skipped; local
677 int32_t skipped; local
750 int32_t skipped; local
811 int32_t skipped = 0; local
905 int32_t skipped = 0; local
975 int32_t skipped; local
1031 int32_t skipped; local
1087 int32_t skipped; local
1134 int32_t skipped; local
[all...]
/external/v8/src/
H A Dserialize.cc1482 int skipped = up_to_offset - bytes_processed_so_far_; local
1485 ASSERT(skipped >= 0);
1486 if (skipped != 0) {
1489 if (skipped == length) { \
1496 sink_->PutInt(skipped, "length");
1498 for (int i = 0; i < skipped; i++) {
1502 bytes_processed_so_far_ += skipped;
/external/icu4c/test/cintltst/
H A Dcloctst.c887 int32_t count = 0, skipped = 0; local
914 skipped += (key != NULL);
924 skipped++;
946 expect -= skipped; /* Ignore the skipped resources from structLocale */
954 skipped = 0;
962 skipped += (key != NULL);
972 skipped++;
994 /* On EBCDIC machines, the numbers are sorted last. Account for those in the skipped value too. */
998 skipped
[all...]
/external/libxml2/
H A Dparser.c1895 * Returns the number of space chars skipped
4980 int skipped; local
4987 skipped = SKIP_BLANKS;
4988 if (skipped == 0) {
4995 skipped = SKIP_BLANKS;
4996 if (skipped == 0) {
5014 skipped = SKIP_BLANKS;
5015 if (skipped == 0) {
5666 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
5772 * The leading '(' and spaces have been skipped i
[all...]

Completed in 499 milliseconds