Home
last modified time | relevance | path

Searched full:steps (Results 1 – 25 of 10114) sorted by relevance

12345678910>>...405

/aosp_15_r20/external/pytorch/.github/scripts/
HDrockset_mocks.json.gz
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/data/entries/
DMockedAllEntriesFragmentTest.kt39 import com.android.healthconnect.controller.permissions.data.FitnessPermissionType.STEPS in <lambda>()
101 launchFragment<AllEntriesFragment>(bundleOf(PERMISSION_TYPE_NAME_KEY to STEPS.name)) in <lambda>()
104 onView(withText("10 steps")).check(matches(isDisplayed())) in <lambda>()
105 onView(withText("20 steps")).check(matches(isDisplayed())) in <lambda>()
106 onView(withText("30 steps")).check(matches(isDisplayed())) in <lambda>()
107 onView(withText("15.2 steps/min")).check(matches(isDisplayed())) in <lambda>()
109 onView(withText("60 steps")).check(matches(isDisplayed())) in <lambda>()
112 assertCheckboxNotShown(recyclerViewId, "10 steps", 1) in <lambda>()
113 assertCheckboxNotShown(recyclerViewId, "20 steps", 2) in <lambda>()
114 assertCheckboxNotShown(recyclerViewId, "30 steps", 3) in <lambda>()
[all …]
DMockedAppEntriesFragmentTest.kt40 import com.android.healthconnect.controller.permissions.data.FitnessPermissionType.STEPS in <lambda>()
105 PERMISSION_TYPE_NAME_KEY to STEPS.name, in <lambda>()
113 onView(withText("10 steps")).check(matches(isDisplayed())) in <lambda>()
114 onView(withText("20 steps")).check(matches(isDisplayed())) in <lambda>()
115 onView(withText("30 steps")).check(matches(isDisplayed())) in <lambda>()
116 onView(withText("15.2 steps/min")).check(matches(isDisplayed())) in <lambda>()
118 onView(withText("60 steps")).check(matches(isDisplayed())) in <lambda>()
121 assertCheckboxNotShown(recyclerViewId, "10 steps", 1) in <lambda>()
122 assertCheckboxNotShown(recyclerViewId, "20 steps", 2) in <lambda>()
123 assertCheckboxNotShown(recyclerViewId, "30 steps", 3) in <lambda>()
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/filtering/
DFilteringTest.py83 Steps:
87 4. Start an LE advertising using the objects created in steps 1-3.
121 Steps:
125 4. Start an LE advertising using the objects created in steps 1-3.
159 Steps:
163 4. Start an LE advertising using the objects created in steps 1-3.
197 Steps:
201 4. Start an LE advertising using the objects created in steps 1-3.
235 Steps:
239 4. Start an LE advertising using the objects created in steps 1-3.
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardTransitionRepositoryTest.kt85 val steps = mutableListOf<TransitionStep>() in <lambda>() constant
86 val job = underTest.transition(AOD, LOCKSCREEN).onEach { steps.add(it) }.launchIn(this) in <lambda>()
94 assertSteps(steps, listWithStep(BigDecimal(.1)), AOD, LOCKSCREEN) in <lambda>()
101 val steps = mutableListOf<TransitionStep>() in <lambda>() constant
102 val job = underTest.transition(AOD, LOCKSCREEN).onEach { steps.add(it) }.launchIn(this) in <lambda>()
110 val job2 = underTest.transition(LOCKSCREEN, AOD).onEach { steps.add(it) }.launchIn(this) in <lambda>()
123 assertSteps(steps.subList(0, 4), firstTransitionSteps, AOD, LOCKSCREEN) in <lambda>()
127 assertSteps(steps.subList(4, steps.size), secondTransitionSteps, LOCKSCREEN, AOD) in <lambda>()
136 val steps = mutableListOf<TransitionStep>() in <lambda>() constant
137 val job = underTest.transition(AOD, LOCKSCREEN).onEach { steps.add(it) }.launchIn(this) in <lambda>()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/detail/
Dadams_bashforth_call_algebra.hpp36 …Algebra &algebra , const StateIn &in , StateOut &out , const StepStorage &steps , const Coefficien… in operator ()()
39 …algebra.for_each3( out , in , steps[0].m_v , typename Operations::template scale_sum2< value_type … in operator ()()
48 …Algebra &algebra , const StateIn &in , StateOut &out , const StepStorage &steps , const Coefficien… in operator ()()
51 algebra.for_each4( out , in , steps[0].m_v , steps[1].m_v , in operator ()()
61 …Algebra &algebra , const StateIn &in , StateOut &out , const StepStorage &steps , const Coefficien… in operator ()()
64 algebra.for_each5( out , in , steps[0].m_v , steps[1].m_v , steps[2].m_v , in operator ()()
74 …Algebra &algebra , const StateIn &in , StateOut &out , const StepStorage &steps , const Coefficien… in operator ()()
77 algebra.for_each6( out , in , steps[0].m_v , steps[1].m_v , steps[2].m_v , steps[3].m_v , in operator ()()
88 …Algebra &algebra , const StateIn &in , StateOut &out , const StepStorage &steps , const Coefficien… in operator ()()
91 …algebra.for_each7( out , in , steps[0].m_v , steps[1].m_v , steps[2].m_v , steps[3].m_v , steps[4]… in operator ()()
[all …]
Dadams_moulton_call_algebra.hpp35 …StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage& /* steps */ , const Coeffic… in operator ()()
47 …st StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage &steps , const Coefficien… in operator ()()
50 algebra.for_each4( out , in , dxdt , steps[0].m_v , in operator ()()
60 …st StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage &steps , const Coefficien… in operator ()()
63 algebra.for_each5( out , in , dxdt , steps[0].m_v , steps[1].m_v , in operator ()()
73 …st StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage &steps , const Coefficien… in operator ()()
76 algebra.for_each6( out , in , dxdt , steps[0].m_v , steps[1].m_v , steps[2].m_v , in operator ()()
87 …st StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage &steps , const Coefficien… in operator ()()
90 … algebra.for_each7( out , in , dxdt , steps[0].m_v , steps[1].m_v , steps[2].m_v , steps[3].m_v , in operator ()()
101 …st StateIn &in , StateOut &out , const DerivIn &dxdt , const StepStorage &steps , const Coefficien… in operator ()()
[all …]
/aosp_15_r20/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1/src/main/java/com/google/cloud/networkmanagement/v1/
H A DTrace.java26 * * Each trace contains multiple ordered steps.
146 * A trace of a test contains multiple steps from the initial state to the
148 * The steps are ordered by the processing sequence within the simulated
149 * network state machine. It is critical to preserve the order of the steps
153 * <code>repeated .google.cloud.networkmanagement.v1.Step steps = 2;</code>
163 * A trace of a test contains multiple steps from the initial state to the
165 * The steps are ordered by the processing sequence within the simulated
166 * network state machine. It is critical to preserve the order of the steps
170 * <code>repeated .google.cloud.networkmanagement.v1.Step steps = 2;</code>
181 * A trace of a test contains multiple steps from the initial state to the
[all …]
/aosp_15_r20/external/google-cloud-java/java-network-management/proto-google-cloud-network-management-v1beta1/src/main/java/com/google/cloud/networkmanagement/v1beta1/
H A DTrace.java26 * * Each trace contains multiple ordered steps.
147 * A trace of a test contains multiple steps from the initial state to the
149 * The steps are ordered by the processing sequence within the simulated
150 * network state machine. It is critical to preserve the order of the steps
154 * <code>repeated .google.cloud.networkmanagement.v1beta1.Step steps = 2;</code>
164 * A trace of a test contains multiple steps from the initial state to the
166 * The steps are ordered by the processing sequence within the simulated
167 * network state machine. It is critical to preserve the order of the steps
171 * <code>repeated .google.cloud.networkmanagement.v1beta1.Step steps = 2;</code>
182 * A trace of a test contains multiple steps from the initial state to the
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-channel/benches/
Dcrossbeam.rs40 let steps = TOTAL_STEPS / threads; in par_inout() localVariable
49 for i in 0..steps { in par_inout()
73 let steps = TOTAL_STEPS; in spsc() localVariable
81 for i in 0..steps { in spsc()
90 for _ in 0..steps { in spsc()
103 let steps = TOTAL_STEPS / threads; in spmc() localVariable
112 for _ in 0..steps { in spmc()
124 for i in 0..steps * threads { in spmc()
139 let steps = TOTAL_STEPS / threads; in mpsc() localVariable
148 for i in 0..steps { in mpsc()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Dtraining_distributed_v1.py138 steps_per_epoch: Total number of steps (batches of samples)
142 validation_steps: Number of steps to run validation for
206 count_mode='steps',
209 # Calculate the steps each time on the device.
266 steps=validation_steps,
291 steps=None, argument
299 steps: Total number of steps (batches of samples)
351 progbar = Progbar(target=steps)
363 steps_per_epoch=steps,
365 count_mode='steps',
[all …]
H A Dtraining_generator_v1.py56 steps_name='steps',
65 steps_per_epoch: Total number of steps (batches of samples) before
78 validation_steps: Total number of steps (batches of samples) before
107 steps_name: The string name of the steps argument, either `steps`,
110 **kwargs: Additional arguments for backwards compatibility. `steps` is
121 if 'steps' in kwargs:
122 steps_per_epoch = kwargs['steps']
124 # Determine the number of steps per epoch and whether we should reset the
166 count_mode = 'steps' if use_steps else 'samples'
181 True, steps=steps_per_epoch)
[all …]
/aosp_15_r20/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java188 * The number of steps specified in your input parameter can influence the
193 * @param steps usually 40 steps. You can increase or decrease the steps to change the speed.
198 public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException { in dragTo() argument
202 dstRect.centerX(), dstRect.centerY(), steps, true); in dragTo()
207 * The number of steps specified in your input parameter can influence the
213 * @param steps usually 40 steps. You can increase or decrease the steps to change the speed.
218 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { in dragTo() argument
221 steps, true); in dragTo()
234 * @param steps indicates the number of injected move steps into the system. Steps are
235 * injected about 5ms apart. So a 100 steps may take about 1/2 second to complete.
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DRangeFactories.cpp25 Tensor& linspace_out(const Tensor& start, const Tensor& end, int64_t steps, Tensor& result) { in linspace_out() argument
28 return at::linspace_out(result, start.item(), end.item(), steps); in linspace_out()
31 Tensor& linspace_out(const Tensor& start, const Scalar& end, int64_t steps, Tensor& result) { in linspace_out() argument
34 return at::linspace_out(result, start.item(), end, steps); in linspace_out()
37 Tensor& linspace_out(const Scalar& start, const Tensor& end, int64_t steps, Tensor& result) { in linspace_out() argument
40 return at::linspace_out(result, start, end.item(), steps); in linspace_out()
43 Tensor& linspace_out(const Scalar& start, const Scalar& end, int64_t steps, Tensor& result) { in linspace_out() argument
44 TORCH_CHECK(steps >= 0, "number of steps must be non-negative"); in linspace_out()
45 if (result.numel() != steps) { in linspace_out()
46 result.resize_({steps}); in linspace_out()
[all …]
/aosp_15_r20/external/ComputeLibrary/src/core/helpers/
H A DWindowHelpers.h28 #include "arm_compute/core/Steps.h"
98 * @param[in] steps (Optional) Number of elements processed for each step.
104 Window calculate_max_window(const ValidRegion &valid_region, const Steps &steps = Steps(), bool ski…
109 * @param[in] steps (Optional) Number of elements processed for each step.
115 Window calculate_max_window(const TensorShape &shape, const Steps &steps = Steps(), bool skip_borde…
120 * @param[in] steps (Optional) Number of elements processed for each step.
126 inline Window calculate_max_window(const ITensorInfo &info, const Steps &steps = Steps(), bool skip…
128 return calculate_max_window(info.tensor_shape(), steps, skip_border, border_size);
134 * @param[in] steps (Optional) Number of elements processed for each step.
140 Window calculate_max_window_horizontal(const ValidRegion &valid_region, const Steps &steps = Steps(…
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/gatt/
DGattServerSetupTest.py55 Steps:
76 Steps:
97 Steps:
118 Steps:
141 Steps:
162 Steps:
183 Steps:
204 Steps:
225 Steps:
246 Steps:
[all …]
/aosp_15_r20/frameworks/av/media/module/extractors/fuzzers/
H A DREADME.md41 This describes steps to build mp4_extractor_fuzzer binary.
45 #### Steps to build
51 #### Steps to run
70 This describes steps to build wav_extractor_fuzzer binary.
74 #### Steps to build
80 #### Steps to run
104 This describes steps to build amr_extractor_fuzzer binary.
108 #### Steps to build
114 #### Steps to run
138 This describes steps to build mkv_extractor_fuzzer binary.
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/coex/stress_tests/
DCoexHfpStressTest.py59 Steps:
103 Steps:
173 Steps:
178 5. Repeat steps 2 to 4 for N iterations
195 Steps:
200 5. Repeat steps 2 to 4 for N iterations
217 Steps:
222 5. Repeat steps 2 to 4 for N iterations
239 Steps:
244 5. Repeat steps 2 to 4 for N iterations
[all …]
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1alpha/src/main/java/com/google/analytics/data/v1alpha/
H A DFunnel.java26 * as they pass through a sequence of steps.
27 * Funnel exploration lets you visualize the steps your users take to complete a
104 * The sequential steps of this funnel.
107 * <code>repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;</code>
117 * The sequential steps of this funnel.
120 * <code>repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;</code>
131 * The sequential steps of this funnel.
134 * <code>repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;</code>
144 * The sequential steps of this funnel.
147 * <code>repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;</code>
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DRangeFactories.cu72 Tensor& linspace_cuda_out(const Scalar& start, const Scalar& end, int64_t steps, Tensor& result) { in linspace_cuda_out() argument
73 TORCH_CHECK(steps >= 0, "number of steps must be non-negative"); in linspace_cuda_out()
75 if (result.numel() != steps) { in linspace_cuda_out()
76 result.resize_({steps}); in linspace_cuda_out()
81 if (steps == 0) { in linspace_cuda_out()
83 } else if (steps == 1) { in linspace_cuda_out()
90 … float step = (static_cast<float>(scalar_end) - static_cast<float>(scalar_start)) / (steps - 1); in linspace_cuda_out()
91 const int64_t halfway = steps / 2; in linspace_cuda_out()
92 …gpu_kernel_with_index(r, [scalar_start, scalar_end, steps, step, halfway]GPU_LAMBDA(int64_t ind) -… in linspace_cuda_out()
97 return scalar_end - step * (steps - ind - 1); in linspace_cuda_out()
[all …]
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DGestureDescriptionTest.java147 List<GestureStep> steps = MotionEventGenerator in testPathsWithOverlappingTiming_produceCorrectSteps() local
151 assertThat(steps.get(0), allOf(numStartsOfStroke(1), numEndsOfStroke(0), isAtTime(start), in testPathsWithOverlappingTiming_produceCorrectSteps()
153 assertThat(steps.get(1), allOf(numTouchPointsIs(1), noStartsOrEnds(), in testPathsWithOverlappingTiming_produceCorrectSteps()
155 assertThat(steps.get(2), allOf(numTouchPointsIs(1), isAtTime(start + deltaT * 2))); in testPathsWithOverlappingTiming_produceCorrectSteps()
156 assertThat(steps.get(3), allOf(numTouchPointsIs(1), isAtTime(start + deltaT * 3))); in testPathsWithOverlappingTiming_produceCorrectSteps()
157 assertThat(steps.get(4), allOf(numTouchPointsIs(1), isAtTime(start + deltaT * 4))); in testPathsWithOverlappingTiming_produceCorrectSteps()
159 assertThat(steps.get(5), allOf(numTouchPointsIs(3), numStartsOfStroke(2), in testPathsWithOverlappingTiming_produceCorrectSteps()
164 assertThat(steps.get(6), allOf(numTouchPointsIs(3), isAtTime(start + deltaT * 1))); in testPathsWithOverlappingTiming_produceCorrectSteps()
165 assertThat(steps.get(7), allOf(noStartsOrEnds(), isAtTime(start + deltaT * 2))); in testPathsWithOverlappingTiming_produceCorrectSteps()
166 assertThat(steps.get(8), allOf(numTouchPointsIs(3), isAtTime(start + deltaT * 3))); in testPathsWithOverlappingTiming_produceCorrectSteps()
[all …]
/aosp_15_r20/external/zstd/.github/workflows/
H A Ddev-long-tests.yml17 steps:
28 steps:
36 steps:
47 steps:
57 steps:
64 steps:
71 steps:
79 steps:
87 steps:
98 steps:
[all …]
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/
H A DContinuousOutputModel.java38 * stores a copy of all steps information in a sorted collection for
64 * output model handles the steps of all integration phases, the user
78 * is large, if the integration interval is long or if the steps are
107 /** Steps table. */
108 private List<StepInterpolator> steps; field in ContinuousOutputModel
114 steps = new ArrayList<StepInterpolator>(); in ContinuousOutputModel()
129 if (model.steps.size() == 0) { in append()
133 if (steps.size() == 0) { in append()
149 final StepInterpolator lastInterpolator = steps.get(index); in append()
161 for (StepInterpolator interpolator : model.steps) { in append()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/
Dadams_bashforth.hpp72 size_t Steps ,
80 class InitializingStepper = extrapolation_stepper< order_helper<Steps>::value,
88 BOOST_STATIC_ASSERT(( Steps > 0 ));
89 BOOST_STATIC_ASSERT(( Steps < 9 ));
109 …typedef adams_bashforth< Steps , State , Value , Deriv , Time , Algebra , Operations , Resizer , I…
111 static const size_t steps = Steps; member in boost::numeric::odeint::adams_bashforth
116 static const order_type order_value = steps;
118 typedef detail::rotating_buffer< wrapped_deriv_type , steps > step_storage_type;
200 for( size_t i=0 ; i+1<steps ; ++i ) in initialize()
208 m_steps_initialized = steps; in initialize()
[all …]
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveConnectivityMonitorTest.py36 Steps:
54 Steps:
72 Steps:
90 Steps:
108 Steps:
126 Steps:
144 Steps:
162 Steps:
180 Steps:
198 Steps:
[all …]

12345678910>>...405