/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | tel_ims_utils.py | 309 max_time=MAX_WAIT_TIME_FOR_STATE_CHANGE): argument 576 def wait_for_ims_registered(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): argument 638 log, ad, max_time=MAX_WAIT_TIME_VOLTE_ENABLED,sub_id=None): argument 728 def wait_for_video_enabled(log, ad, max_time=MAX_WAIT_TIME_VOLTE_ENABLED): argument 765 def wait_for_wfc_enabled(log, ad, max_time=MAX_WAIT_TIME_WFC_ENABLED): argument 781 def wait_for_wfc_disabled(log, ad, max_time=MAX_WAIT_TIME_WFC_DISABLED): argument
|
D | tel_phone_setup_utils.py | 1551 def ensure_phones_idle(log, ads, max_time=MAX_WAIT_TIME_CALL_DROP): argument 1561 def ensure_phone_idle(log, ad, max_time=MAX_WAIT_TIME_CALL_DROP, retry=2): argument 1731 def wait_for_droid_not_in_call(log, ad, max_time=MAX_WAIT_TIME_CALL_DROP): argument 1746 def wait_for_voice_attach(log, ad, max_time=MAX_WAIT_TIME_NW_SELECTION): argument 1763 log, ad, sub_id, max_time=MAX_WAIT_TIME_NW_SELECTION): argument
|
D | tel_test_utils.py | 1904 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument 1917 log, ad, sub_id, max_time, state_check_func, *args, **kwargs): argument 1928 def _wait_for_droids_in_state(log, ads, max_time, state_check_func, *args, argument 1962 def wait_for_data_attach(log, ad, max_time): argument 1978 def wait_for_data_attach_for_subscription(log, ad, sub_id, max_time): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/ |
H A D | rnn_test.py | 398 def graph_creation_static_vs_dynamic_rnn_benchmark(max_time): argument 450 def static_vs_dynamic_rnn_benchmark(batch_size, max_time, num_units, use_gpu): argument 512 def half_seq_len_vs_unroll_half_rnn_benchmark(batch_size, max_time, num_units, argument 580 def concat_state_vs_tuple_state_rnn_benchmark(batch_size, max_time, num_units, argument 646 def dynamic_rnn_swap_memory_benchmark(batch_size, max_time, num_units): argument
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | bidirectional_sequence_lstm.mod.py | 27 max_time, argument 460 max_time = 3 variable 508 max_time = 3 variable
|
D | unidirectional_sequence_rnn.mod.py | 42 def convert_to_time_major(tensor, num_batches, max_time, input_size): argument 48 max_time = 16 variable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | ctc_decoder_ops.cc | 77 const int64_t max_time = inputs_shape.dim_size(0); in ValidateInputsGenerateOutputs() local 207 const int64_t max_time = inputs_shape.dim_size(0); in Compute() local 315 const int64_t max_time = inputs_shape.dim_size(0); in Compute() local
|
H A D | ctc_loss_op.cc | 113 const int64_t max_time = inputs_shape.dim_size(0); in Compute() local 296 const int max_time = static_cast<const int>(max_time_raw); in Compute() local
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | unidirectional_sequence_rnn.mod.py | 39 def convert_to_time_major(tensor, num_batches, max_time, input_size): argument 45 max_time = 16 variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | unidirectional_sequence_rnn.cc | 85 const int max_time = in Prepare() local 219 const int max_time = in EvalFloat() local 279 const int max_time = in EvalHybrid() local
|
H A D | bidirectional_sequence_rnn.cc | 151 const int max_time = in Prepare() local 390 const int max_time = in EvalFloat() local 536 const int max_time = in EvalHybrid() local
|
/aosp_15_r20/test/vts-testcase/hal/treble/vintf/ |
D | VtsTrebleVintfTestBase.cpp | 159 auto max_time = timeout_multiplier * std::chrono::seconds(1); in GetHidlService() local 182 auto max_time = timeout_multiplier * std::chrono::seconds(1); in GetAidlService() local
|
/aosp_15_r20/external/gemmlowp/test/ |
H A D | benchmark_meta_gemm.cc | 160 double max_time) { in time_all() 179 void time_one(Shape* shape, double max_time) { in time_one()
|
/aosp_15_r20/external/crosvm/audio_streams_conformance_test/src/ |
H A D | performance_data.rs | 25 max_time: Duration, field 198 let max_time = steps.iter().max().unwrap().to_owned(); in gen_report() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | jobset.py | 428 quiet_success, max_time): argument 580 max_time=-1): argument
|
/aosp_15_r20/external/grpc-grpc/tools/run_tests/python_utils/ |
H A D | jobset.py | 489 max_time, argument 666 max_time=-1, argument
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/ |
D | tel_utils.py | 639 def wait_for_droid_in_call(log, ad, max_time): argument 654 def _wait_for_droid_in_state(log, ad, max_time, state_check_func, *args, argument
|
/aosp_15_r20/external/cronet/base/synchronization/ |
H A D | condition_variable_win.cc | 35 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait()
|
H A D | condition_variable_posix.cc | 113 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait()
|
/aosp_15_r20/frameworks/base/core/proto/android/os/ |
H A D | kernelwake.proto | 46 optional int64 max_time = 8; field
|
/aosp_15_r20/external/musl/src/select/ |
H A D | select.c | 15 const time_t max_time = (1ULL<<8*sizeof(time_t)-1)-1; in select() local
|
/aosp_15_r20/external/flac/microbench/ |
H A D | util.h | 38 double min_time, mean_time, median_time, max_time ; member
|
/aosp_15_r20/external/ltp/testcases/realtime/func/gtod_latency/ |
H A D | gtod_infinite.c | 107 nsec_t max_time = START_MAX; in main() local
|
/aosp_15_r20/external/libchrome/base/synchronization/ |
H A D | condition_variable_posix.cc | 78 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait()
|
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/power_limit/ |
H A D | power_limit.c | 82 unsigned int tdp, min_power, max_power, max_time, tdp_pl2, tdp_pl1; in set_power_limits() local
|