Home
last modified time | relevance | path

Searched refs:has_flag (Results 1 – 25 of 673) sorted by path

12345678910>>...27

/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/audiographer/general/
H A Dchunker.h70 if (context.has_flag (ProcessContext<T>::EndOfInput) && position > 0) { in process()
H A Dcmdpipe_writer.h66 if (c.has_flag(ProcessContext<T>::EndOfInput)) { in process()
H A Dsilence_trimmer.h154 processing_finished = c.has_flag (ProcessContext<T>::EndOfInput);
293 assert (!c.has_flag (ProcessContext<T>::EndOfInput));
/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/audiographer/
H A Dprocess_context.h104 inline bool has_flag (Flag flag) const { return _flags.has (flag); } in has_flag() function
/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/audiographer/sndfile/
H A Dsndfile_writer.h68 if (c.has_flag(ProcessContext<T>::EndOfInput)) { in process()
H A Dtmp_file_rt.h79 if (c.has_flag(ProcessContext<T>::EndOfInput)) { in process()
H A Dtmp_file_sync.h52 if (c.has_flag(ProcessContext<T>::EndOfInput)) { in process()
/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/src/general/
H A Dlimiter.cc133 if (ctx.has_flag(ProcessContext<float>::EndOfInput)) { in process()
H A Dsr_converter.cc202 if (!src_data.end_of_input && c.has_flag(ProcessContext<float>::EndOfInput)) { in process()
/dports/audio/ardour6/Ardour-6.8.0/libs/audiographer/tests/general/
H A Dchunker_test.cc162 CPPUNIT_ASSERT(!it->has_flag(ProcessContext<>::EndOfInput)); in testEndOfInputFlagHandling()
167 CPPUNIT_ASSERT(it->has_flag(ProcessContext<>::EndOfInput)); in testEndOfInputFlagHandling()
H A Dsr_converter_test.cc112 CPPUNIT_ASSERT (it->has_flag (ProcessContext<float>::EndOfInput)); in testRespectsEndOfInput()
114 CPPUNIT_ASSERT (!it->has_flag (ProcessContext<float>::EndOfInput)); in testRespectsEndOfInput()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel_derives-1.4.1/src/
H A Das_expression.rs11 let is_sized = !flags.has_flag("not_sized"); in derive()
H A Dfield.rs68 pub fn has_flag(&self, flag: &str) -> bool { in has_flag() method
69 self.flags.has_flag(flag) in has_flag()
H A Dinsertable.rs93 if field.has_flag("embed") { in field_ty()
114 if field.has_flag("embed") { in field_expr()
H A Dmeta.rs143 pub fn has_flag(&self, flag: &str) -> bool { in has_flag() method
H A Dqueryable_by_name.rs27 if field.has_flag("embed") { in derive()
62 if field.has_flag("embed") { in field_expr()
H A Dutil.rs49 if flags.has_flag("foreign_derive") { in ty_for_foreign_derive()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/pybind11/
H A Dsetup_helpers.py232 def has_flag(compiler, flag): function
274 if has_flag(compiler, STD_TMPL.format(level)):
H A Dsetup_helpers.pyi30 def has_flag(compiler: distutils.ccompiler.CCompiler, flag: str) -> bool: ...
/dports/databases/p5-HTML-FormHandler-Model-DBIC/HTML-FormHandler-Model-DBIC-0.29/t/lib/BookDB/Form/Widget/Wrapper/
H A DPara.pm12 if ( $self->has_flag('is_compound' ) ) {
16 elsif ( !$self->has_flag('no_render_label') && $self->label ) {
21 if ( $self->has_flag( 'is_compound' ) ) {
/dports/databases/redis-devel/redis-0e5b813/tests/cluster/
H A Dcluster.tcl36 proc has_flag {node flag} { procedure
44 if {[has_flag $n myself]} {return $n}
/dports/databases/redis-devel/redis-0e5b813/tests/cluster/tests/
H A D13-no-failover-option.tcl37 [has_flag [get_node_by_id $id $slave5_id] nofailover]
/dports/databases/redis5/redis-5.0.14/tests/cluster/
H A Dcluster.tcl32 proc has_flag {node flag} { procedure
40 if {[has_flag $n myself]} {return $n}
/dports/databases/redis5/redis-5.0.14/tests/cluster/tests/
H A D13-no-failover-option.tcl37 [has_flag [get_node_by_id $id $slave5_id] nofailover]
/dports/databases/redis6/redis-6.0.16/tests/cluster/
H A Dcluster.tcl32 proc has_flag {node flag} { procedure
40 if {[has_flag $n myself]} {return $n}

12345678910>>...27