/external/rust/android-crates-io/crates/chrono/src/ |
D | round.rs | 316 let dt = pst in test_round_subsecs() localVariable 339 let dt = Utc in test_round_subsecs() localVariable 359 let dt = Utc in test_round_leap_nanos() localVariable 380 let dt = pst in test_trunc_subsecs() localVariable 403 let dt = pst in test_trunc_subsecs() localVariable 423 let dt = Utc in test_trunc_leap_nanos() localVariable 443 let dt = Utc in test_duration_round() localVariable 464 let dt = Utc in test_duration_round() localVariable 477 let dt = Utc in test_duration_round() localVariable 508 let dt = in test_duration_round() localVariable [all …]
|
/external/armnn/python/pyarmnn/test/ |
D | test_const_tensor.py | 9 def _get_const_tensor_info(dt): argument 25 def test_const_tensor_too_many_elements(dt, data): argument 45 def test_const_tensor_too_little_elements(dt, data): argument 65 def test_const_tensor_multi_dimensional_input(dt, data): argument 127 def test_const_tensor_unsupported_datatype(dt, data): argument 144 def test_const_tensor_incorrect_input_datatype(dt, data): argument 165 def test_copy_const_tensor(self, dt, data): argument 177 def test_const_tensor__str__(self, dt, data): argument 188 def test_const_tensor_with_info(self, dt, data): argument 201 def test_immutable_memory(self, dt, data): argument [all …]
|
D | test_tensor.py | 10 def __get_tensor_info(dt): argument 19 def test_create_tensor_with_info(dt): argument 44 def test_tensor_memory_output(dt): argument 56 def test_tensor__str__(dt): argument 80 def test_create_tensor_from_tensor(dt): argument 96 def test_copy_tensor(dt): argument 111 def test_copied_tensor_has_memory_area_access_after_deletion_of_original_tensor(dt): argument 137 def test_tensor_memory_output_fp16(dt): argument
|
/external/threetenbp/src/test/java/org/threeten/bp/format/ |
D | TestDateTimeTextPrinting.java | 110 LocalDateTime dt = LocalDateTime.of(2010, 1, 1, 0, 0); in test_appendText2arg_print() local 120 LocalDateTime dt = LocalDateTime.of(2010, 1, 1, 0, 0); in test_appendText1arg_print() local 131 LocalDateTime dt = LocalDateTime.of(2010, 1, 1, 0, 0); in test_print_appendText2arg_french_long() local 139 LocalDateTime dt = LocalDateTime.of(2010, 1, 1, 0, 0); in test_print_appendText2arg_french_short() local 162 LocalDateTime dt = LocalDateTime.of(2010, 1, 1, 0, 0); in test_appendTextMap() local 176 LocalDateTime dt = LocalDateTime.of(2010, 1, 1, 0, 0); in test_appendTextMap_DOM() local 188 LocalDateTime dt = LocalDateTime.of(2010, 2, 1, 0, 0); in test_appendTextMapIncomplete() local 196 LocalDateTime dt = LocalDateTime.of(2010, 2, 1, 0, 0); in test_chineseNarrowDayOfWeek() local 211 LocalDateTime dt = LocalDateTime.of(2010, 2, 1, 0, 0); in test_arabicNarrowDayOfWeek() local 227 LocalDateTime dt = LocalDateTime.of(2010, 1, 1, 0, 0); in test_chineseNarrowMonth() local [all …]
|
/external/sdv/vsomeip/third_party/boost/preprocessor/include/boost/preprocessor/repetition/ |
D | repeat_from_to.hpp | 39 # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST… argument 40 # define BOOST_PP_REPEAT_FROM_TO_2(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2(BOOST_PP_AUTO_REC(BOOST… argument 41 # define BOOST_PP_REPEAT_FROM_TO_3(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3(BOOST_PP_AUTO_REC(BOOST… argument 49 # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_DEC(BOOST_PP_A… argument 50 # define BOOST_PP_REPEAT_FROM_TO_2(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2(BOOST_PP_DEC(BOOST_PP_A… argument 51 # define BOOST_PP_REPEAT_FROM_TO_3(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3(BOOST_PP_DEC(BOOST_PP_A… argument 53 # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_DEC(BOOST_PP_A… argument 54 # define BOOST_PP_REPEAT_FROM_TO_2(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2(BOOST_PP_DEC(BOOST_PP_A… argument 55 # define BOOST_PP_REPEAT_FROM_TO_3(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3(BOOST_PP_DEC(BOOST_PP_A… argument 57 # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_DEC(BOOST_PP_A… argument [all …]
|
/external/python/dateutil/dateutil/tz/ |
D | _common.py | 37 def enfold(dt, fold=1): argument 102 def enfold(dt, fold=1): argument 138 def fromutc(self, dt): argument 154 def is_ambiguous(self, dt): argument 204 def _fold(self, dt): argument 207 def _fromutc(self, dt): argument 245 def fromutc(self, dt): argument 292 def utcoffset(self, dt): argument 302 def dst(self, dt): argument 313 def tzname(self, dt): argument [all …]
|
D | tz.py | 74 def utcoffset(self, dt): argument 77 def dst(self, dt): argument 81 def tzname(self, dt): argument 84 def is_ambiguous(self, dt): argument 101 def fromutc(self, dt): argument 148 def utcoffset(self, dt): argument 151 def dst(self, dt): argument 155 def tzname(self, dt): argument 159 def fromutc(self, dt): argument 162 def is_ambiguous(self, dt): argument [all …]
|
/external/rust/android-crates-io/crates/chrono/src/naive/datetime/ |
D | tests.rs | 98 let mut dt = NaiveDate::from_ymd_opt(2023, 8, 29).unwrap().and_hms_opt(11, 34, 12).unwrap(); in test_core_duration_ops() localVariable 234 let dt = NaiveDate::from_ymd_opt(2013, 8, 9).unwrap().and_hms_opt(23, 54, 35).unwrap(); in test_datetime_parse_from_str_with_spaces() localVariable 303 let dt = ymdhmsm(2023, 5, 5, 20, 10, 0, 0).unwrap(); in test_checked_add_offset() localVariable 306 let dt = ymdhmsm(2023, 6, 30, 23, 59, 59, 1_000).unwrap(); in test_checked_add_offset() localVariable 313 let dt = ymdhmsm(2023, 5, 5, 20, 10, 0, 0).unwrap(); in test_checked_add_offset() localVariable 316 let dt = ymdhmsm(2023, 6, 30, 23, 59, 59, 1_000).unwrap(); in test_checked_add_offset() localVariable 330 let dt = ymdhmsm(2023, 5, 5, 20, 10, 0, 0).unwrap(); in test_checked_sub_offset() localVariable 333 let dt = ymdhmsm(2023, 6, 30, 23, 59, 59, 1_000).unwrap(); in test_checked_sub_offset() localVariable 340 let dt = ymdhmsm(2023, 5, 5, 20, 10, 0, 0).unwrap(); in test_checked_sub_offset() localVariable 343 let dt = ymdhmsm(2023, 6, 30, 23, 59, 59, 1_000).unwrap(); in test_checked_sub_offset() localVariable [all …]
|
/external/python/cpython3/Doc/includes/ |
D | tzinfo_examples.py | 23 def fromutc(self, dt): argument 33 def utcoffset(self, dt): argument 39 def dst(self, dt): argument 45 def tzname(self, dt): argument 48 def _isdst(self, dt): argument 61 def first_sunday_on_or_after(dt): argument 121 def tzname(self, dt): argument 127 def utcoffset(self, dt): argument 130 def dst(self, dt): argument 154 def fromutc(self, dt): argument
|
/external/liblc3/test/ |
D | mdct.py | 39 def __init__(self, dt, sr): argument 50 def __init__(self, dt, sr): argument 75 def __init__(self, dt, sr): argument 103 def check_forward_unit(rng, dt, sr): argument 127 def check_forward_appendix_c(dt): argument 146 def check_inverse_unit(rng, dt, sr): argument 170 def check_inverse_appendix_c(dt): argument
|
D | ltpf.py | 27 def __init__(self, dt, sr, history = 0): argument 129 def __init__(self, dt, sr): argument 139 def __init__(self, dt, sr): argument 298 def __init__(self, dt, sr): argument 453 def check_resampler(rng, dt, sr): argument 478 def check_resampler_appendix_c(dt): argument 507 def check_analysis(rng, dt, sr): argument 540 def check_synthesis(rng, dt, sr): argument 578 def check_analysis_appendix_c(dt): argument 609 def check_synthesis_appendix_c(dt): argument
|
D | spec.py | 31 def __init__(self, dt, sr): argument 63 def __init__(self, dt, sr): argument 447 def __init__(self, dt, sr): argument 619 def check_estimate_gain(rng, dt, sr): argument 649 def check_quantization(rng, dt, sr): argument 669 def check_compute_nbits(rng, dt, sr): argument 702 def check_adjust_gain(rng, dt, sr): argument 721 def check_unit(rng, dt, sr): argument 761 def check_noise(rng, dt, bw, hrmode = False): argument 782 def check_appendix_c(dt): argument
|
/external/vixl/src/aarch32/ |
D | disasm-aarch32.cc | 837 DecodeNeon Index_1_Decode(uint32_t value, DataType dt) { in Index_1_Decode() 863 DecodeNeonAndAlign Align_index_align_1_Decode(uint32_t value, DataType dt) { in Align_index_align_1_Decode() 908 DecodeNeonAndAlign Align_index_align_2_Decode(uint32_t value, DataType dt) { in Align_index_align_2_Decode() 955 DecodeNeonAndAlign Align_index_align_3_Decode(uint32_t value, DataType dt) { in Align_index_align_3_Decode() 1004 Alignment Align_a_1_Decode(uint32_t value, DataType dt) { in Align_a_1_Decode() 1018 Alignment Align_a_2_Decode(uint32_t value, DataType dt) { in Align_a_2_Decode() 1033 Alignment Align_a_3_Decode(uint32_t value, DataType dt, uint32_t size) { in Align_a_3_Decode() 3725 Condition cond, DataType dt, DRegister rd, DRegister rn, DRegister rm) { in vaba() 3732 Condition cond, DataType dt, QRegister rd, QRegister rn, QRegister rm) { in vaba() 3739 Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister rm) { in vabal() [all …]
|
D | macro-assembler-aarch32.h | 707 void Vldr(Condition cond, DataType dt, DRegister rd, RawLiteral* literal) { in Vldr() 726 void Vldr(DataType dt, DRegister rd, RawLiteral* literal) { in Vldr() 736 void Vldr(Condition cond, DataType dt, SRegister rd, RawLiteral* literal) { in Vldr() 755 void Vldr(DataType dt, SRegister rd, RawLiteral* literal) { in Vldr() 5309 Condition cond, DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vaba() 5319 void Vaba(DataType dt, DRegister rd, DRegister rn, DRegister rm) { in Vaba() 5324 Condition cond, DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Vaba() 5334 void Vaba(DataType dt, QRegister rd, QRegister rn, QRegister rm) { in Vaba() 5339 Condition cond, DataType dt, QRegister rd, DRegister rn, DRegister rm) { in Vabal() 5349 void Vabal(DataType dt, QRegister rd, DRegister rn, DRegister rm) { in Vabal() [all …]
|
D | assembler-aarch32.cc | 108 Dt_L_imm6_1::Dt_L_imm6_1(DataType dt) { in Dt_L_imm6_1() 157 Dt_L_imm6_2::Dt_L_imm6_2(DataType dt) { in Dt_L_imm6_2() 187 Dt_L_imm6_3::Dt_L_imm6_3(DataType dt) { in Dt_L_imm6_3() 211 Dt_L_imm6_4::Dt_L_imm6_4(DataType dt) { in Dt_L_imm6_4() 238 Dt_imm6_1::Dt_imm6_1(DataType dt) { in Dt_imm6_1() 279 Dt_imm6_2::Dt_imm6_2(DataType dt) { in Dt_imm6_2() 305 Dt_imm6_3::Dt_imm6_3(DataType dt) { in Dt_imm6_3() 329 Dt_imm6_4::Dt_imm6_4(DataType dt) { in Dt_imm6_4() 367 Dt_op_U_size_1::Dt_op_U_size_1(DataType dt) { in Dt_op_U_size_1() 403 Dt_op_size_1::Dt_op_size_1(DataType dt) { in Dt_op_size_1() [all …]
|
/external/rust/android-crates-io/crates/chrono/src/offset/ |
D | mod.rs | 630 let dt = Utc.timestamp_millis_opt(-1000).unwrap(); in test_negative_millis() localVariable 632 let dt = Utc.timestamp_millis_opt(-7000).unwrap(); in test_negative_millis() localVariable 634 let dt = Utc.timestamp_millis_opt(-7001).unwrap(); in test_negative_millis() localVariable 636 let dt = Utc.timestamp_millis_opt(-7003).unwrap(); in test_negative_millis() localVariable 638 let dt = Utc.timestamp_millis_opt(-999).unwrap(); in test_negative_millis() localVariable 640 let dt = Utc.timestamp_millis_opt(-1).unwrap(); in test_negative_millis() localVariable 642 let dt = Utc.timestamp_millis_opt(-60000).unwrap(); in test_negative_millis() localVariable 644 let dt = Utc.timestamp_millis_opt(-3600000).unwrap(); in test_negative_millis() localVariable 663 let dt = Utc.timestamp_nanos(-1_000_000_000); in test_negative_nanos() localVariable 665 let dt = Utc.timestamp_nanos(-999_999_999); in test_negative_nanos() localVariable [all …]
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/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() 163 time_type t, time_type dt ) 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 …tem system , const StateIn &in , const DerivIn &dxdt , time_type t , StateOut &out , time_type dt ) in do_step() 211 time_type dt ) 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 … do_step_dxdt_impl( System system , StateInOut &x , DerivInOut &dxdt , time_type t , time_type dt ) in do_step_dxdt_impl() 178 do_step( System system , const StateIn &in , time_type t , StateOut &out , time_type dt ) in do_step() 196 time_type t, StateOut &out, DerivOut &dxdt_out, time_type dt ) 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() 150 time_type t, time_type dt ) 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 …tem system , const StateIn &in , const DerivIn &dxdt , time_type t , StateOut &out , time_type dt ) in do_step() 193 time_type dt ) in do_step_dxdt_impl() 225 void do_step_v1( System system , StateInOut &x , time_type t , time_type dt ) in do_step_v1()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_context.h | 281 struct blitter_context *blitter dt; member 285 struct slab_child_pool transfer_pool dt; member 288 struct fd_autotune autotune dt; member 295 struct slab_mempool sample_pool dt; member 296 struct slab_mempool sample_period_pool dt; member 303 struct list_head hw_active_queries dt; member 310 struct list_head acc_active_queries dt; member 315 uint8_t patch_vertices dt; member 320 bool active_queries dt; member 322 uint32_t occlusion_queries_active dt; member [all …]
|
/external/liblc3/src/ |
D | tables.h | 46 static inline int lc3_ns(enum lc3_dt dt, enum lc3_srate sr) { in lc3_ns() 50 static inline int lc3_ne(enum lc3_dt dt, enum lc3_srate sr) { in lc3_ne() 54 static inline int lc3_nd(enum lc3_dt dt, enum lc3_srate sr) { in lc3_nd() 59 static inline int lc3_nh(enum lc3_dt dt, enum lc3_srate sr) { in lc3_nh() 81 static inline int lc3_min_frame_bytes(enum lc3_dt dt, enum lc3_srate sr) { in lc3_min_frame_bytes() 86 static inline int lc3_max_frame_bytes(enum lc3_dt dt, enum lc3_srate sr) { in lc3_max_frame_bytes()
|
/external/ComputeLibrary/arm_compute/core/ |
D | Utils.h | 185 inline size_t element_size_from_data_type(DataType dt) in element_size_from_data_type() 528 inline DataType get_promoted_data_type(DataType dt) in get_promoted_data_type() 564 inline std::tuple<PixelValue, PixelValue> get_min_max(DataType dt) in get_min_max() 1010 inline bool is_data_type_float(DataType dt) in is_data_type_float() 1030 inline bool is_data_type_quantized(DataType dt) in is_data_type_quantized() 1052 inline bool is_data_type_quantized_asymmetric(DataType dt) in is_data_type_quantized_asymmetric() 1071 inline bool is_data_type_quantized_asymmetric_signed(DataType dt) in is_data_type_quantized_asymmetric_signed() 1088 inline bool is_data_type_quantized_symmetric(DataType dt) in is_data_type_quantized_symmetric() 1107 inline bool is_data_type_quantized_per_channel(DataType dt) in is_data_type_quantized_per_channel()
|
/external/threetenbp/src/test/java/org/threeten/bp/ |
D | TestOffsetDateTime_instants.java | 252 …OffsetDateTime dt = OffsetDateTime.of(LocalDate.of(1970, 1, 1), LocalTime.of(0, 0, 0, 0), ZoneOffs… in test_toInstant_19700101() local 259 …OffsetDateTime dt = OffsetDateTime.of(LocalDate.of(1970, 1, 1), LocalTime.of(0, 0, 0, 1), ZoneOffs… in test_toInstant_19700101_oneNano() local 266 …OffsetDateTime dt = OffsetDateTime.of(LocalDate.of(1969, 12, 31), LocalTime.of(23, 59, 59, 9999999… in test_toInstant_19700101_minusOneNano() local 273 …OffsetDateTime dt = OffsetDateTime.of(LocalDate.of(1970, 1, 2), LocalTime.of(0, 0, 0, 0), ZoneOffs… in test_toInstant_19700102() local 280 …OffsetDateTime dt = OffsetDateTime.of(LocalDate.of(1969, 12, 31), LocalTime.of(0, 0, 0, 0), ZoneOf… in test_toInstant_19691231() local 288 …OffsetDateTime dt = OffsetDateTime.of(LocalDate.of(1970, 1, 1), LocalTime.of(0, 0, 0, 0), ZoneOffs… in test_toEpochSecond_19700101() local 293 …OffsetDateTime dt = OffsetDateTime.of(LocalDate.of(1970, 1, 1), LocalTime.of( 0, 0, 0, 1), ZoneOff… in test_toEpochSecond_19700101_oneNano() local 298 …OffsetDateTime dt = OffsetDateTime.of(LocalDate.of(1969, 12, 31), LocalTime.of(23, 59, 59, 9999999… in test_toEpochSecond_19700101_minusOneNano() local 303 …OffsetDateTime dt = OffsetDateTime.of(LocalDate.of(1970, 1, 2), LocalTime.of(0, 0, 0, 0), ZoneOffs… in test_toEpochSecond_19700102() local 308 …OffsetDateTime dt = OffsetDateTime.of(LocalDate.of(1969, 12, 31), LocalTime.of(0, 0, 0, 0), ZoneOf… in test_toEpochSecond_19691231() local
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/integrate/ |
D | integrate_times.hpp | 42 TimeIterator times_start , TimeIterator times_end , Time dt , in integrate_times() 67 TimeIterator times_start , TimeIterator times_end , Time dt , in integrate_times() 93 const TimeRange × , Time dt , in integrate_times() 107 const TimeRange × , Time dt , in integrate_times() 124 TimeIterator times_start , TimeIterator times_end , Time dt , in integrate_times() 141 TimeIterator times_start , TimeIterator times_end , Time dt , in integrate_times() 157 const TimeRange × , Time dt , in integrate_times() 171 const TimeRange × , Time dt , in integrate_times()
|
/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/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 …oid 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 …lize( ExplicitStepper explicit_stepper , System system , StateIn &x , time_type &t , time_type dt ) 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 … do_step_impl2( System system , StateIn const &in , time_type t , StateInOut & out , time_type dt ) in do_step_impl2()
|