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

/external/opencore/nodes/pvdummyoutputnode/src/
H A Dpvmf_dummy_fileoutput_inport.cpp537 uint32 skipped; local
538 PVMFStatus retval = iDataQueue.DequeueMediaData(mediamsgptr, &dropped, &skipped);
H A Dpvmf_dummy_fileoutput_node.cpp919 uint32 skipped; local
920 status = ((PVMFDummyFileOutputInPort*)aPort)->iDataQueue.QueueMediaData(msg, &dropped, &skipped);
/external/opencore/nodes/pvfileoutputnode/src/
H A Dpvmf_fileoutput_inport.cpp553 uint32 skipped; local
554 PVMFStatus retval = iDataQueue.DequeueMediaData(mediamsgptr, &dropped, &skipped);
H A Dpvmf_fileoutput_node.cpp1250 uint32 skipped; local
1251 status = ((PVMFFileOutputInPort*)aPort)->iDataQueue.QueueMediaData(msg, &dropped, &skipped);
/external/freetype/src/autofit/
H A Dafcjk.c1027 FT_Int skipped = 0; local
1043 skipped++;
1211 if ( !skipped )
1227 skipped--;
1231 if ( !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/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;
488 int32_t skipped; local
493 skipped = u_scanf_skip_leading_ws(input, info->fPadChar);
513 skipped += u_scanf_skip_leading_positive_sign(input, format, &status);
536 return parsePos + skipped;
553 int32_t skipped; local
641 int32_t skipped; local
714 int32_t skipped; local
775 int32_t skipped = 0; local
869 int32_t skipped = 0; local
939 int32_t skipped; local
995 int32_t skipped; local
1051 int32_t skipped; local
1098 int32_t skipped; local
[all...]
/external/v8/src/
H A Dserialize.cc1275 int skipped = up_to_offset - bytes_processed_so_far_; local
1278 ASSERT(skipped >= 0);
1279 if (skipped != 0) {
1282 if (skipped == length) { \
1289 sink_->PutInt(skipped, "length");
1291 for (int i = 0; i < skipped; i++) {
1295 bytes_processed_so_far_ += skipped;
/external/icu4c/test/cintltst/
H A Dcloctst.c876 int32_t count = 0, skipped = 0; local
903 skipped += (key != NULL);
913 skipped++;
935 expect -= skipped; /* Ignore the skipped resources from structLocale */
943 skipped = 0;
951 skipped += (key != NULL);
961 skipped++;
983 /* On EBCDIC machines, the numbers are sorted last. Account for those in the skipped value too. */
987 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 81 milliseconds