Home
last modified time | relevance | path

Searched refs:is_last (Results 1 – 18 of 18) sorted by relevance

/external/flac/libFLAC/
Dmetadata_iterators.c91 …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 …]
Dstream_decoder.c111 static FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsig…
112 static FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsign…
1435 FLAC__bool is_last; in read_metadata_() local
1442 is_last = x? true : false; in read_metadata_()
1451 if(!read_metadata_streaminfo_(decoder, is_last, length)) in read_metadata_()
1461 if(!read_metadata_seektable_(decoder, is_last, length)) in read_metadata_()
1473 block.is_last = is_last; in read_metadata_()
1593 if(is_last) { in read_metadata_()
1603 FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned len… in read_metadata_streaminfo_() argument
1611 decoder->private_->stream_info.is_last = is_last; in read_metadata_streaminfo_()
[all …]
Dmetadata_object.c442 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()
Dstream_encoder_framing.c55 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->is_last, FLAC__STREAM_METADATA_IS_LAST_LEN)) in FLAC__add_metadata_block()
Dstream_encoder.c1055 …encoder->private_->streaminfo.is_last = false; /* we will have at a minimum a VORBIS_COMMENT after… in init_stream_internal_()
1098 vorbis_comment.is_last = (encoder->protected_->num_metadata_blocks == 0); in init_stream_internal_()
1118 encoder->protected_->metadata[i]->is_last = (i == encoder->protected_->num_metadata_blocks - 1); in init_stream_internal_()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dprogress.h13 bool is_last() const { in is_last() function
Dtrie-build.cc221 !progress.is_last()) { in build_cur()
276 if (progress.is_last()) { in build_next()
299 if (progress.is_last()) { in build_next()
/external/marisa-trie/lib/marisa/
Dprogress.h13 bool is_last() const { in is_last() function
Dtrie-build.cc211 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/tests/
Dunit-test.cc231 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/
Dunit-test.cc228 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/chromium_org/chrome/test/functional/
Dperf_endure.py171 def StartProfiler(self, proc_info, is_last, webapp_name, test_description): argument
180 if is_last:
212 if is_last:
523 webapp_name, test_description, tab_title_substring, is_last=True)
581 tab_title_substring, is_last=False): argument
603 proc_info, is_last, webapp_name, test_description)
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dindentation.py254 is_last = self._IsLastCodeInLine(token)
255 if is_last:
/external/chromium_org/third_party/closure_linter/closure_linter/
Dindentation.py254 is_last = self._IsLastCodeInLine(token)
255 if is_last:
/external/flac/include/FLAC/
Dformat.h837 FLAC__bool is_last; member
/external/mksh/src/
Dhistrap.c1219 runtrap(Trap *p, bool is_last) in runtrap() argument
1271 if (is_last && trap_exstat != -1) { in runtrap()
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_view_mac.mm276 const BOOL is_last = (i+1) == classifications.end();
278 (is_last ? [s length] : static_cast<NSInteger>((i + 1)->offset));
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodframe.c859 int is_last, in get_tile() argument
864 if (!is_last) { in get_tile()