/external/flac/libFLAC/ |
D | metadata_iterators.c | 91 …er_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last, FLAC__MetadataTy… 356 FLAC__bool is_last; member 534 if(iterator->is_last) in FLAC__metadata_simple_iterator_next() 587 return iterator->is_last; in FLAC__metadata_simple_iterator_is_last() 652 block->is_last = iterator->is_last; in FLAC__metadata_simple_iterator_get_block() 694 block->is_last = iterator->is_last; in FLAC__metadata_simple_iterator_set_block() 700 …or, block, iterator->length - FLAC__STREAM_METADATA_HEADER_LENGTH - block->length, block->is_last); in FLAC__metadata_simple_iterator_set_block() 717 if(iterator->is_last) { in FLAC__metadata_simple_iterator_set_block() 733 block->is_last = iterator->is_last; in FLAC__metadata_simple_iterator_set_block() 739 padding_is_last = iterator->is_last; in FLAC__metadata_simple_iterator_set_block() [all …]
|
D | stream_decoder.c | 88 static FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsig… 89 static FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsign… 1411 FLAC__bool is_last; in read_metadata_() local 1418 is_last = x? true : false; in read_metadata_() 1427 if(!read_metadata_streaminfo_(decoder, is_last, length)) in read_metadata_() 1437 if(!read_metadata_seektable_(decoder, is_last, length)) in read_metadata_() 1450 block.is_last = is_last; in read_metadata_() 1574 if(is_last) { in read_metadata_() 1584 FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned len… in read_metadata_streaminfo_() argument 1592 decoder->private_->stream_info.is_last = is_last; in read_metadata_streaminfo_() [all …]
|
D | metadata_object.c | 442 object->is_last = false; in FLAC__metadata_object_new() 531 to->is_last = object->is_last; in FLAC__metadata_object_clone() 877 if(block1->is_last != block2->is_last) { in FLAC__metadata_object_is_equal()
|
D | stream_encoder_framing.c | 51 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->is_last, FLAC__STREAM_METADATA_IS_LAST_LEN)) in FLAC__add_metadata_block()
|
D | stream_encoder.c | 1180 …encoder->private_->streaminfo.is_last = false; /* we will have at a minimum a VORBIS_COMMENT after… in init_stream_internal_() 1223 vorbis_comment.is_last = (encoder->protected_->num_metadata_blocks == 0); in init_stream_internal_() 1243 encoder->protected_->metadata[i]->is_last = (i == encoder->protected_->num_metadata_blocks - 1); in init_stream_internal_()
|
/external/marisa-trie/v0_1_5/tests/ |
D | unit-test.cc | 231 while (!progress.is_last()) { in TestProgress() 234 ASSERT(progress.is_last()); in TestProgress() 257 ASSERT(!progress.is_last()); in TestProgress() 269 ASSERT(!progress.is_last()); in TestProgress()
|
/external/marisa-trie/tests/ |
D | unit-test.cc | 228 while (!progress.is_last()) { in TestProgress() 231 ASSERT(progress.is_last()); in TestProgress() 253 ASSERT(!progress.is_last()); in TestProgress() 265 ASSERT(!progress.is_last()); in TestProgress()
|
/external/marisa-trie/lib/marisa/ |
D | progress.h | 13 bool is_last() const { in is_last() function
|
D | trie-build.cc | 211 if ((progress.tail() != MARISA_WITHOUT_TAIL) || !progress.is_last()) { in build_cur() 262 if (progress.is_last()) { in build_next() 285 if (progress.is_last()) { in build_next()
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | progress.h | 13 bool is_last() const { in is_last() function
|
D | trie-build.cc | 221 !progress.is_last()) { in build_cur() 276 if (progress.is_last()) { in build_next() 299 if (progress.is_last()) { in build_next()
|
/external/fio/ |
D | stat.c | 129 int is_last; in calc_clat_percentiles() local 152 is_last = 0; in calc_clat_percentiles() 153 for (i = 0; i < FIO_IO_U_PLAT_NR && !is_last; i++) { in calc_clat_percentiles() 169 is_last = (j == len - 1); in calc_clat_percentiles() 170 if (is_last) in calc_clat_percentiles() 189 int is_last, per_line, scale_down; in show_clat_percentiles() local 219 is_last = (j == len - 1); in show_clat_percentiles() 229 log_info(" %sth=[%5u]%c", fbuf, ovals[j], is_last ? '\n' : ','); in show_clat_percentiles() 231 if (is_last) in show_clat_percentiles()
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/ |
D | indentation.py | 254 is_last = self._IsLastCodeInLine(token) 255 if is_last:
|
/external/libavc/test/encoder/ |
D | main.c | 1452 WORD32 i, is_last = 0, buff_size = 0, num_bytes = 0; in synchronous_encode() local 1673 is_last = 1; in synchronous_encode() 1719 is_last = 1; in synchronous_encode() 1725 if ( is_last == 1 || ((ps_app_ctxt->u4_max_num_frms) <= u4_timestamp_low) ) in synchronous_encode() 1727 is_last = 1; in synchronous_encode() 1733 ps_video_encode_ip->u4_is_last = is_last; in synchronous_encode()
|
/external/flac/include/FLAC/ |
D | format.h | 840 FLAC__bool is_last; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 741 int is_last, in get_tile_buffer() argument 748 if (!is_last) { in get_tile_buffer() 783 const int is_last = (r == tile_rows - 1) && (c == tile_cols - 1); in get_tile_buffers() local 786 get_tile_buffer(data_end, is_last, &pbi->common.error, &data, in get_tile_buffers()
|
/external/mksh/src/ |
D | histrap.c | 1224 runtrap(Trap *p, bool is_last) in runtrap() argument 1276 if (is_last && trap_exstat != -1) { in runtrap()
|
/external/v8/src/ |
D | jsregexp.cc | 4118 bool is_last = i == choice_count - 1; in EmitChoices() local 4119 bool fall_through_on_failure = !is_last; in EmitChoices() 4134 if (!is_last) { in EmitChoices()
|