Searched defs:skipped (Results 1 - 17 of 17) 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/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.cc1607 int skipped = up_to_offset - bytes_processed_so_far_; local
1610 ASSERT(skipped >= 0);
1611 if (skipped != 0) {
1614 if (skipped == length) { \
1621 sink_->PutInt(skipped, "length");
1623 for (int i = 0; i < skipped; i++) {
1627 bytes_processed_so_far_ += skipped;
/external/icu4c/test/cintltst/
H A Dcloctst.c1029 int32_t count = 0, skipped = 0; local
1056 skipped += (key != NULL);
1066 skipped++;
1088 expect -= skipped; /* Ignore the skipped resources from structLocale */
1096 skipped = 0;
1104 skipped += (key != NULL);
1114 skipped++;
1136 /* On EBCDIC machines, the numbers are sorted last. Account for those in the skipped value too. */
1140 skipped
[all...]
/external/libxml2/
H A Dparser.c2043 * Returns the number of space chars skipped
5150 int skipped; local
5157 skipped = SKIP_BLANKS;
5158 if (skipped == 0) {
5165 skipped = SKIP_BLANKS;
5166 if (skipped == 0) {
5184 skipped = SKIP_BLANKS;
5185 if (skipped == 0) {
5842 * The leading '(' and spaces have been skipped in xmlParseElementContentDecl
5950 * The leading '(' and spaces have been skipped i
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jar ... java.io.IOException long n int available int skipped public int available () throws java.io.IOException public ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 4807 milliseconds