Home
last modified time | relevance | path

Searched defs:make_change (Results 1 – 19 of 19) sorted by relevance

/dports/print/lyx/lyx-2.3.4.2/src/support/
H A DRefChanger.h73 RefChanger<X> make_change(X & ref, X const val) in make_change() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rls/rls-vfs/src/
H A Dtest.rs33 fn make_change(with_len: bool) -> Change { in make_change() function
H A Dlib.rs655 fn make_change(&mut self, changes: &[&Change]) -> Result<(), Error> { in make_change() method
709 fn make_change(&mut self, changes: &[&Change]) -> Result<(), Error> { in make_change() method
/dports/lang/rust/rustc-1.58.1-src/vendor/rls-vfs/src/
H A Dtest.rs33 fn make_change(with_len: bool) -> Change { in make_change() function
H A Dlib.rs646 fn make_change(&mut self, changes: &[&Change]) -> Result<(), Error> { in make_change() method
700 fn make_change(&mut self, changes: &[&Change]) -> Result<(), Error> { in make_change() method
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dmatrixview.c175 static void make_change(double dCurrentTime) in make_change() function
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dmatrixview.c175 static void make_change(double dCurrentTime) in make_change() function
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DSpinBP.h105 int make_change; member
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dmatrixview.c466 void make_change (double dCurrentTime) in make_change() function
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/test_framework/
H A Dutil.py442 def make_change(from_node, amount_in, amount_out, fee): function
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/test_framework/
H A Dutil.py442 def make_change(from_node, amount_in, amount_out, fee): function
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/test_framework/
H A Dutil.py442 def make_change(from_node, amount_in, amount_out, fee): function
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/qa/rpc-tests/test_framework/
H A Dutil.py416 def make_change(from_node, amount_in, amount_out, fee): function
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/test_framework/
H A Dutil.py474 def make_change(from_node, amount_in, amount_out, fee): function
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/qa/rpc-tests/test_framework/
H A Dutil.py416 def make_change(from_node, amount_in, amount_out, fee): function
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/qa/rpc-tests/test_framework/
H A Dutil.py416 def make_change(from_node, amount_in, amount_out, fee): function
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DSpinBP.h91 int make_change; member
/dports/multimedia/motion/motion-release-4.3.2/src/
H A Dvideo_v4l2.c397 int indx, device_value, make_change; in v4l2_autobright() local
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libpijul-1.0.0-alpha.49/src/
H A Dchange.rs1244 pub fn make_change<T: ChannelTxnT + DepsTxnT<DepsError = <T as GraphTxnT>::GraphError>>( in make_change() method