Searched refs:skip_ (Results 1 – 23 of 23) sorted by relevance
9 skip_ 'The kernel is not a Linux kernel'12 *) skip_ 'The kernel is not Linux 2.6.* or newer' ;;
10 skip_() { warn_ "$ME_: skipped test: $*"; exit 77; } function
18 skip_ 'strace -k is not available'
29 skip_ 'sleep does not use nanosleep'
63 skip_: function() { method in UserManagerTutorial93 buttonSkip.addEventListener('click', this.skip_.bind(this));
324 VP8PutBit(bw, mb->skip_, enc->proba_.skip_proba_); in VP8CodeIntraModes()
244 if (it->mb_->type_ == 1 && it->mb_->skip_) return; in VP8StoreFilterStats()
233 unsigned int skip_:1; member
353 it->mb_->skip_ = skip; in VP8SetSkip()
359 mb->skip_ = 0; // not skipped in DefaultMBInfo()
494 enc->block_count_[2] += (mb->skip_ != 0); in StoreSideInfo()
298 if (dec->use_skip_proba_) block->skip_ = VP8GetBit(br, dec->skip_p_); in ParseIntraMode()
198 uint8_t skip_; member
554 int skip = dec->use_skip_proba_ ? block->skip_ : 0; in VP8DecodeMB()