Home
last modified time | relevance | path

Searched defs:use_padding (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/test/http2_test/
Dtest_data_frame_padding.py32 def __init__(self, use_padding=True): argument
/external/grpc-grpc/test/http2_test/
Dtest_data_frame_padding.py30 def __init__(self, use_padding=True): argument
/external/flac/src/libFLAC++/
Dmetadata.cpp1537 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/ComputeLibrary/arm_compute/core/
DKernelDescriptors.h222 bool use_padding; /**< Indication of using padding */ member
/external/flac/src/libFLAC/
Dmetadata_iterators.c676 …block(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding) in FLAC__metadata_simple_iterator_set_block()
777 …after(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__bool use_padding) in FLAC__metadata_simple_iterator_insert_block_after()
860 …adata_simple_iterator_delete_block(FLAC__Metadata_SimpleIterator *iterator, FLAC__bool use_padding) in FLAC__metadata_simple_iterator_delete_block()
1142 static FLAC__off_t chain_prepare_for_write_(FLAC__Metadata_Chain *chain, FLAC__bool use_padding) in chain_prepare_for_write_()
1681 … FLAC__metadata_chain_check_if_tempfile_needed(FLAC__Metadata_Chain *chain, FLAC__bool use_padding) in FLAC__metadata_chain_check_if_tempfile_needed()
1762 FLAC_API FLAC__bool FLAC__metadata_chain_write(FLAC__Metadata_Chain *chain, FLAC__bool use_padding,… in FLAC__metadata_chain_write()
1813 …metadata_chain_write_with_callbacks(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__IOH… in FLAC__metadata_chain_write_with_callbacks()
1850 …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/oss-fuzz/
Dmetadata.cc173 static void run_tests_with_level_2_interface(char filename[], bool ogg, bool use_padding, const uin… in run_tests_with_level_2_interface()
/external/flac/src/metaflac/
Doperations.c281 FLAC__bool ok = true, needs_write = false, use_padding = options->use_padding; in do_shorthand_operations_on_file() local
Doptions.h189 FLAC__bool use_padding; member
/external/flac/src/test_libFLAC++/
Dmetadata_manip.cpp320 static bool write_chain_(FLAC::Metadata::Chain &chain, bool use_padding, bool preserve_file_stats, … in write_chain_()
/external/flac/src/test_libFLAC/
Dmetadata_manip.c306 static FLAC__bool write_chain_(FLAC__Metadata_Chain *chain, FLAC__bool use_padding, FLAC__bool pres… in write_chain_()
/external/ComputeLibrary/tests/validation/NEON/
DScale.cpp196 constexpr bool use_padding = true; in TEST_CASE() local