Home
last modified time | relevance | path

Searched defs:max_time (Results 1 – 25 of 97) sorted by relevance

1234

/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_ims_utils.py309 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
Dtel_phone_setup_utils.py1551 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
Dtel_test_utils.py1904 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 Drnn_test.py398 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/
Dbidirectional_sequence_lstm.mod.py27 max_time, argument
460 max_time = 3 variable
508 max_time = 3 variable
Dunidirectional_sequence_rnn.mod.py42 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 Dctc_decoder_ops.cc77 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 Dctc_loss_op.cc113 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/
Dunidirectional_sequence_rnn.mod.py39 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 Dunidirectional_sequence_rnn.cc85 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 Dbidirectional_sequence_rnn.cc151 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/
DVtsTrebleVintfTestBase.cpp159 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 Dbenchmark_meta_gemm.cc160 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 Dperformance_data.rs25 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/
Djobset.py428 quiet_success, max_time): argument
580 max_time=-1): argument
/aosp_15_r20/external/grpc-grpc/tools/run_tests/python_utils/
H A Djobset.py489 max_time, argument
666 max_time=-1, argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/android_lib/tel/
Dtel_utils.py639 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 Dcondition_variable_win.cc35 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait()
H A Dcondition_variable_posix.cc113 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait()
/aosp_15_r20/frameworks/base/core/proto/android/os/
H A Dkernelwake.proto46 optional int64 max_time = 8; field
/aosp_15_r20/external/musl/src/select/
H A Dselect.c15 const time_t max_time = (1ULL<<8*sizeof(time_t)-1)-1; in select() local
/aosp_15_r20/external/flac/microbench/
H A Dutil.h38 double min_time, mean_time, median_time, max_time ; member
/aosp_15_r20/external/ltp/testcases/realtime/func/gtod_latency/
H A Dgtod_infinite.c107 nsec_t max_time = START_MAX; in main() local
/aosp_15_r20/external/libchrome/base/synchronization/
H A Dcondition_variable_posix.cc78 void ConditionVariable::TimedWait(const TimeDelta& max_time) { in TimedWait()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/power_limit/
H A Dpower_limit.c82 unsigned int tdp, min_power, max_power, max_time, tdp_pl2, tdp_pl1; in set_power_limits() local

1234