/third_party/libsnd/ |
D | README.md | 65 ### Requirements 77 ### Building from command line 115 ### Configuring CMake 187 ### Linking from CMake projects 224 ### Notes for Windows users
|
/third_party/skia/third_party/externals/tint/src/ |
D | debug.h | 84 #define TINT_ICE(system, diagnostics) \ argument 94 #define TINT_UNREACHABLE(system, diagnostics) \ argument 103 #define TINT_UNIMPLEMENTED(system, diagnostics) \ argument 114 #define TINT_ASSERT(system, condition) \ argument
|
/third_party/boost/boost/numeric/odeint/stepper/base/ |
D | explicit_error_stepper_base.hpp | 123 void do_step( System system , StateInOut &x , time_type t , time_type dt ) in do_step() 132 void do_step( System system , const StateInOut &x , time_type t , time_type dt ) in do_step() 148 do_step( System system , StateInOut &x , const DerivIn &dxdt , time_type t , time_type dt ) in do_step() 162 void do_step_dxdt_impl( System system, StateInOut &x, const DerivIn &dxdt, in do_step_dxdt_impl() 179 do_step( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step() 196 …do_step( System system , const StateIn &in , const DerivIn &dxdt , time_type t , StateOut &out , t… in do_step() 209 void do_step_dxdt_impl( System system, const StateIn &in, in do_step_dxdt_impl() 222 void do_step( System system , StateInOut &x , time_type t , time_type dt , Err &xerr ) in do_step() 231 void do_step( System system , const StateInOut &x , time_type t , time_type dt , Err &xerr ) in do_step() 246 …do_step( System system , StateInOut &x , const DerivIn &dxdt , time_type t , time_type dt , Err &x… in do_step() [all …]
|
D | explicit_error_stepper_fsal_base.hpp | 122 void do_step( System system , StateInOut &x , time_type t , time_type dt ) in do_step() 131 void do_step( System system , const StateInOut &x , time_type t , time_type dt ) in do_step() 146 do_step( System system , StateInOut &x , DerivInOut &dxdt , time_type t , time_type dt ) in do_step() 161 …void do_step_dxdt_impl( System system , StateInOut &x , DerivInOut &dxdt , time_type t , time_type… in do_step_dxdt_impl() 178 do_step( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step() 195 void do_step( System system, const StateIn &in, const DerivIn &dxdt_in, in do_step() 213 void do_step( System system , StateInOut &x , time_type t , time_type dt , Err &xerr ) in do_step() 222 void do_step( System system , const StateInOut &x , time_type t , time_type dt , Err &xerr ) in do_step() 237 …do_step( System system , StateInOut &x , DerivInOut &dxdt , time_type t , time_type dt , Err &xerr… in do_step() 252 …void do_step( System system , const StateIn &in , time_type t , StateOut &out , time_type dt , Err… in do_step() [all …]
|
D | explicit_stepper_base.hpp | 112 void do_step( System system , StateInOut &x , time_type t , time_type dt ) in do_step() 121 void do_step( System system , const StateInOut &x , time_type t , time_type dt ) in do_step() 135 do_step( System system , StateInOut &x , const DerivIn &dxdt , time_type t , time_type dt ) in do_step() 149 void do_step_dxdt_impl( System system, StateInOut &x, const DerivIn &dxdt, in do_step_dxdt_impl() 162 void do_step( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step() 177 …void do_step( System system , const StateIn &in , const DerivIn &dxdt , time_type t , StateOut &ou… in do_step() 191 void do_step_dxdt_impl( System system, const StateIn &in, in do_step_dxdt_impl() 225 void do_step_v1( System system , StateInOut &x , time_type t , time_type dt ) in do_step_v1()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstsmptetimecode.c | 45 gst_smpte_time_code_from_frame_number (GstSMPTETimeCodeSystem system, in gst_smpte_time_code_from_frame_number() 125 gst_smpte_time_code_is_valid (GstSMPTETimeCodeSystem system, in gst_smpte_time_code_is_valid() 172 gst_smpte_time_code_get_frame_number (GstSMPTETimeCodeSystem system, in gst_smpte_time_code_get_frame_number() 222 gst_smpte_time_code_get_timestamp (GstSMPTETimeCodeSystem system, in gst_smpte_time_code_get_timestamp()
|
/third_party/skia/third_party/externals/tint/src/diagnostic/ |
D | diagnostic.h | 64 System system; variable 124 void add_note(System system, in add_note() 139 void add_warning(System system, in add_warning() 153 void add_error(System system, std::string err_msg) { in add_error() 165 void add_error(System system, std::string err_msg, const Source& source) { in add_error() 180 void add_error(System system, in add_error() 197 void add_ice(System system, in add_ice()
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | adams_bashforth_moulton.hpp | 100 void do_step( System system , StateInOut &x , time_type t , time_type dt ) in do_step() 109 void do_step( System system , const StateInOut &x , time_type t , time_type dt ) in do_step() 115 …void do_step( System system , const StateIn &in , time_type t , const StateOut &out , time_type dt… in do_step() 124 void do_step( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step() 140 …void initialize( ExplicitStepper explicit_stepper , System system , StateIn &x , time_type &t , ti… in initialize() 147 void initialize( System system , StateIn &x , time_type &t , time_type dt ) in initialize() 163 void do_step_impl1( System system , StateInOut &x , time_type t , time_type dt ) in do_step_impl1() 178 …void do_step_impl2( System system , StateIn const &in , time_type t , StateInOut & out , time_type… in do_step_impl2()
|
D | adaptive_adams_bashforth_moulton.hpp | 87 void do_step(System system, state_type &inOut, time_type t, time_type dt ) in do_step() 96 void do_step(System system, const state_type &in, time_type t, state_type &out, time_type dt ) in do_step() 102 void do_step(System system, state_type &inOut, time_type t, time_type dt, state_type &xerr) in do_step() 111 …void do_step(System system, const state_type &in, time_type t, state_type &out, time_type dt , sta… in do_step() 126 …void initialize(ExplicitStepper stepper, System system, state_type &inOut, time_type &t, time_type… in initialize() 154 void initialize(System system, state_type &inOut, time_type &t, time_type dt) in initialize() 167 …void do_step_impl(System system, const state_type & in, time_type t, state_type & out, time_type &… in do_step_impl()
|
D | adams_bashforth.hpp | 138 void do_step( System system , StateInOut &x , time_type t , time_type dt ) in do_step() 147 void do_step( System system , const StateInOut &x , time_type t , time_type dt ) in do_step() 161 void do_step( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step() 170 …void do_step( System system , const StateIn &in , time_type t , const StateOut &out , time_type dt… in do_step() 193 …void initialize( ExplicitStepper explicit_stepper , System system , StateIn &x , time_type &t , ti… in initialize() 212 void initialize( System system , StateIn &x , time_type &t , time_type dt ) in initialize() 234 …void do_step_impl( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step_impl()
|
D | controlled_runge_kutta.hpp | 281 controlled_step_result try_step( System system , StateInOut &x , time_type &t , time_type &dt ) in try_step() 306 …controlled_step_result try_step( System system , const StateInOut &x , time_type &t , time_type &d… in try_step() 338 …controlled_step_result try_step( System system , StateInOut &x , const DerivIn &dxdt , time_type &… in try_step() 378 try_step( System system , const StateIn &in , time_type &t , StateOut &out , time_type &dt ) in try_step() 412 …controlled_step_result try_step( System system , const StateIn &in , const DerivIn &dxdt , time_ty… in try_step() 478 … controlled_step_result try_step_v1( System system , StateInOut &x , time_type &t , time_type &dt ) in try_step_v1() 617 controlled_step_result try_step( System system , StateInOut &x , time_type &t , time_type &dt ) in try_step() 643 …controlled_step_result try_step( System system , const StateInOut &x , time_type &t , time_type &d… in try_step() 679 try_step( System system , const StateIn &in , time_type &t , StateOut &out , time_type &dt ) in try_step() 714 …controlled_step_result try_step( System system , StateInOut &x , DerivInOut &dxdt , time_type &t ,… in try_step() [all …]
|
/third_party/boost/boost/numeric/odeint/integrate/ |
D | integrate_times.hpp | 41 Stepper stepper , System system , State &start_state , in integrate_times() 66 Stepper stepper , System system , const State &start_state , in integrate_times() 92 Stepper stepper , System system , State &start_state , in integrate_times() 106 Stepper stepper , System system , const State &start_state , in integrate_times() 123 Stepper stepper , System system , State &start_state , in integrate_times() 140 Stepper stepper , System system , const State &start_state , in integrate_times() 156 Stepper stepper , System system , State &start_state , in integrate_times() 170 Stepper stepper , System system , const State &start_state , in integrate_times()
|
D | integrate_n_steps.hpp | 40 Stepper stepper , System system , State &start_state , in integrate_n_steps() 63 Stepper stepper , System system , const State &start_state , in integrate_n_steps() 86 Stepper stepper , System system , State &start_state , in integrate_n_steps() 102 Stepper stepper , System system , const State &start_state , in integrate_n_steps() 118 Stepper stepper , System system , State &start_state , in integrate_n_steps() 130 Stepper stepper , System system , const State &start_state , in integrate_n_steps()
|
D | integrate_const.hpp | 40 Stepper stepper, System system, State &start_state, in integrate_const() 73 Stepper stepper, System system, const State &start_state, in integrate_const() 105 Stepper stepper, System system, State &start_state, in integrate_const() 119 Stepper stepper, System system, const State &start_state, in integrate_const() 133 Stepper stepper, System system, State &start_state, in integrate_const() 145 Stepper stepper, System system, const State &start_state, in integrate_const()
|
D | integrate.hpp | 45 integrate( System system , State &start_state , Time start_time , Time end_time , Time dt , Observe… in integrate() 53 integrate( System system , State &start_state , Time start_time , Time end_time , Time dt , Observe… in integrate() 66 size_t integrate( System system , State &start_state , Time start_time , Time end_time , Time dt ) in integrate() 72 size_t integrate( System system , State &start_state , Time start_time , Time end_time , Time dt ) in integrate()
|
D | integrate_adaptive.hpp | 37 Stepper stepper , System system , State &start_state , in integrate_adaptive() 61 Stepper stepper , System system , const State &start_state , in integrate_adaptive() 80 Stepper stepper , System system , State &start_state , in integrate_adaptive() 92 Stepper stepper , System system , const State &start_state , in integrate_adaptive()
|
/third_party/boost/boost/numeric/odeint/iterator/integrate/ |
D | integrate_n_steps.hpp | 39 Stepper stepper , System system , State &start_state , in integrate_n_steps() 55 Stepper stepper , System system , const State &start_state , in integrate_n_steps() 72 Stepper stepper , System system , State &start_state , in integrate_n_steps() 83 Stepper stepper , System system , const State &start_state , in integrate_n_steps()
|
D | integrate_adaptive.hpp | 37 Stepper stepper , System system , State &start_state , in integrate_adaptive() 61 Stepper stepper , System system , const State &start_state , in integrate_adaptive() 80 Stepper stepper , System system , State &start_state , in integrate_adaptive() 92 Stepper stepper , System system , const State &start_state , in integrate_adaptive()
|
D | integrate_const.hpp | 42 Stepper stepper , System system , State &start_state , in integrate_const() 70 Stepper stepper , System system , const State &start_state , in integrate_const() 101 Stepper stepper , System system , State &start_state , in integrate_const() 114 Stepper stepper , System system , const State &start_state , in integrate_const()
|
D | integrate_times.hpp | 39 Stepper stepper , System system , State &start_state , in integrate_times() 55 Stepper stepper , System system , const State &start_state , in integrate_times() 71 Stepper stepper , System system , State &start_state , in integrate_times() 85 Stepper stepper , System system , const State &start_state , in integrate_times()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/ |
D | meson.build | 58 system = host_machine.system() variable 63 elif system == 'freebsd' variable 74 elif system == 'windows' variable
|
/third_party/boost/libs/numeric/odeint/test/ |
D | adaptive_iterator.cpp | 176 empty_system system; in BOOST_AUTO_TEST_CASE() local 191 empty_system system; in BOOST_AUTO_TEST_CASE() local 205 empty_system system; in BOOST_AUTO_TEST_CASE() local 218 empty_system system; in BOOST_AUTO_TEST_CASE() local 229 empty_system system; in BOOST_AUTO_TEST_CASE() local 244 empty_system system; in BOOST_AUTO_TEST_CASE() local 256 empty_system system; in BOOST_AUTO_TEST_CASE() local 269 empty_system system; in BOOST_AUTO_TEST_CASE() local
|
D | adaptive_time_iterator.cpp | 144 empty_system system; in BOOST_AUTO_TEST_CASE() local 159 empty_system system; in BOOST_AUTO_TEST_CASE() local 172 empty_system system; in BOOST_AUTO_TEST_CASE() local 185 empty_system system; in BOOST_AUTO_TEST_CASE() local 196 empty_system system; in BOOST_AUTO_TEST_CASE() local 211 empty_system system; in BOOST_AUTO_TEST_CASE() local 225 empty_system system; in BOOST_AUTO_TEST_CASE() local 238 empty_system system; in BOOST_AUTO_TEST_CASE() local
|
/third_party/boost/boost/thread/futures/ |
D | future_error_code.hpp | 29 namespace system namespace 43 namespace system namespace
|
/third_party/boost/boost/chrono/detail/inlined/mac/ |
D | thread_clock.hpp | 43 duration system = duration( in now() local 85 duration system = duration( in now() local
|