Searched defs:use_padding (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/test/http2_test/ |
D | test_data_frame_padding.py | 30 def __init__(self, use_padding=True): argument
|
/external/rust/crates/grpcio-sys/grpc/test/http2_test/ |
D | test_data_frame_padding.py | 32 def __init__(self, use_padding=True): argument
|
/external/flac/src/libFLAC++/ |
D | metadata.cpp | 1537 bool SimpleIterator::set_block(Prototype *block, bool use_padding) in set_block() 1544 bool SimpleIterator::insert_block_after(Prototype *block, bool use_padding) in insert_block_after() 1551 bool SimpleIterator::delete_block(bool use_padding) in delete_block() 1610 bool Chain::check_if_tempfile_needed(bool use_padding) in check_if_tempfile_needed() 1616 bool Chain::write(bool use_padding, bool preserve_file_stats) in write() 1622 bool Chain::write(bool use_padding, ::FLAC__IOHandle handle, ::FLAC__IOCallbacks callbacks) in write() 1628 …bool Chain::write(bool use_padding, ::FLAC__IOHandle handle, ::FLAC__IOCallbacks callbacks, ::FLAC… in write()
|
/external/flac/src/libFLAC/ |
D | metadata_iterators.c | 656 …block(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding) in FLAC__metadata_simple_iterator_set_block() 754 …after(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding) in FLAC__metadata_simple_iterator_insert_block_after() 835 …adata_simple_iterator_delete_block(FLAC__Metadata_SimpleIterator *iterator, FLAC__bool use_padding) in FLAC__metadata_simple_iterator_delete_block() 1109 static FLAC__off_t chain_prepare_for_write_(FLAC__Metadata_Chain *chain, FLAC__bool use_padding) in chain_prepare_for_write_() 1628 … FLAC__metadata_chain_check_if_tempfile_needed(FLAC__Metadata_Chain *chain, FLAC__bool use_padding) in FLAC__metadata_chain_check_if_tempfile_needed() 1705 FLAC_API FLAC__bool FLAC__metadata_chain_write(FLAC__Metadata_Chain *chain, FLAC__bool use_padding,… in FLAC__metadata_chain_write() 1756 …metadata_chain_write_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOH… in FLAC__metadata_chain_write_with_callbacks() 1793 …n_write_with_callbacks_and_tempfile(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOH… in FLAC__metadata_chain_write_with_callbacks_and_tempfile()
|
/external/flac/src/metaflac/ |
D | operations.c | 281 FLAC__bool ok = true, needs_write = false, use_padding = options->use_padding; in do_shorthand_operations_on_file() local
|
D | options.h | 188 FLAC__bool use_padding; member
|
/external/flac/src/test_libFLAC/ |
D | metadata_manip.c | 306 static FLAC__bool write_chain_(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__bool pres… in write_chain_()
|
/external/flac/src/test_libFLAC++/ |
D | metadata_manip.cpp | 320 static bool write_chain_(FLAC::Metadata::Chain &chain, bool use_padding, bool preserve_file_stats, … in write_chain_()
|