/external/marisa-trie/lib/marisa/ |
progress.h | 13 bool is_last() const { function in class:marisa::Progress
|
trie-build.cc | 211 if ((progress.tail() != MARISA_WITHOUT_TAIL) || !progress.is_last()) { 262 if (progress.is_last()) { 285 if (progress.is_last()) {
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
progress.h | 13 bool is_last() const { function in class:marisa_alpha::Progress
|
trie-build.cc | 221 !progress.is_last()) { 276 if (progress.is_last()) { 299 if (progress.is_last()) {
|
/external/flac/libFLAC/ |
metadata_iterators.c | 91 static FLAC__bool read_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last, FLAC__MetadataType *type, unsigned *length); 356 FLAC__bool is_last; member in struct:FLAC__Metadata_SimpleIterator 534 if(iterator->is_last) 587 return iterator->is_last; 652 block->is_last = iterator->is_last; 694 block->is_last = iterator->is_last; 700 ret = write_metadata_block_stationary_with_padding_(iterator, block, iterator->length - FLAC__STREAM_METADATA_HEADER_LENGTH - block->length, block->is_last); 717 if(iterator->is_last) { 1208 FLAC__bool is_last; local [all...] |
stream_decoder.c | 111 static FLAC__bool read_metadata_streaminfo_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length); 112 static FLAC__bool read_metadata_seektable_(FLAC__StreamDecoder *decoder, FLAC__bool is_last, unsigned length); 1435 FLAC__bool is_last; local [all...] |
metadata_object.c | 442 object->is_last = false; 531 to->is_last = object->is_last; 877 if(block1->is_last != block2->is_last) { [all...] |
stream_encoder_framing.c | 55 if(!FLAC__bitwriter_write_raw_uint32(bw, metadata->is_last, FLAC__STREAM_METADATA_IS_LAST_LEN))
|
stream_encoder.c | [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
manifest_data_source.py | 74 The last item in a list has 'is_last' set to True. 98 features[-1]['is_last'] = True
|
/external/marisa-trie/tests/ |
unit-test.cc | 228 while (!progress.is_last()) { 231 ASSERT(progress.is_last()); 253 ASSERT(!progress.is_last()); 265 ASSERT(!progress.is_last());
|
/external/marisa-trie/v0_1_5/tests/ |
unit-test.cc | 231 while (!progress.is_last()) { 234 ASSERT(progress.is_last()); 257 ASSERT(!progress.is_last()); 269 ASSERT(!progress.is_last());
|
/external/flac/include/FLAC/ |
format.h | 837 FLAC__bool is_last; member in struct:__anon18306 [all...] |
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
indentation.py | 254 is_last = self._IsLastCodeInLine(token) 255 if is_last:
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
indentation.py | 254 is_last = self._IsLastCodeInLine(token) 255 if is_last:
|
/external/chromium_org/chrome/test/functional/ |
perf_endure.py | 171 def StartProfiler(self, proc_info, is_last, webapp_name, test_description): 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): 592 is_last: A boolean value which should be True if it's the last call of 603 proc_info, is_last, webapp_name, test_description) [all...] |
/external/mksh/src/ |
histrap.c | 1219 runtrap(Trap *p, bool is_last) 1271 if (is_last && trap_exstat != -1) { [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodframe.c | 857 // based on 'is_last'. 859 int is_last, 864 if (!is_last) { [all...] |