Home
last modified time | relevance | path

Searched full:timings (Results 1 – 25 of 1225) sorted by relevance

12345678910>>...49

/aosp_15_r20/art/runtime/base/
H A Dtiming_logger_test.cc32 const auto& timings = logger.GetTimings(); in TEST_F() local
33 EXPECT_EQ(2U, timings.size()); // Start, End splits in TEST_F()
34 EXPECT_TRUE(timings[0].IsStartTiming()); in TEST_F()
35 EXPECT_STREQ(timings[0].GetName(), split1name); in TEST_F()
36 EXPECT_TRUE(timings[1].IsEndTiming()); in TEST_F()
49 // Get the timings and verify that they are appropriate. in TEST_F()
50 const auto& timings = logger.GetTimings(); in TEST_F() local
51 // 6 timings in the timing logger at this point. in TEST_F()
52 EXPECT_EQ(6U, timings.size()); in TEST_F()
53 EXPECT_TRUE(timings[0].IsStartTiming()); in TEST_F()
[all …]
/aosp_15_r20/external/edid-decode/
H A Dedid-decode.132 All timings are shown in a short format, for example:
38 Each format starts with a timings type prefix, the resolution, an optional
46 Detailed timings have another 2-3 lines of data:
68 the same vertical timings, in that case this is marked with 'Both Fields'.
76 CVT: Coordinated Video Timings (formula-based, see CVT 1.2 standard)
80 IBM: Old IBM Timings
82 Apple: Old Apple Timings
90 DTD #: Detailed Timings Descriptor (see EDID standard). Also used for
96 the short format. With the option \fB\-\-short\-timings\fR all timings are
97 shown in short format only. With the option \fB\-\-long\-timings\fR all timings
[all …]
H A Dedid-decode.h33 // Video Timings
36 // the VIC 39 timings that doesn't have the 0.5 constant.
49 struct timings { struct
69 // The backporch may be negative in buggy detailed timings. argument
98 timings_ext(const timings &_t, const std::string &_type, const std::string &_flags) in timings_ext() argument
108 timings t;
298 bool print_timings(const char *prefix, const struct timings *t,
307 bool match_timings(const timings &t1, const timings &t2);
308 timings calc_gtf_mode(unsigned h_pixels, unsigned v_lines,
313 void edid_gtf_mode(unsigned refresh, struct timings &t);
[all …]
H A Dedid-decode.cpp78 { "native-timings", no_argument, 0, OptNativeTimings },
79 { "preferred-timings", no_argument, 0, OptPreferredTimings },
88 { "short-timings", no_argument, 0, OptShortTimings },
89 { "long-timings", no_argument, 0, OptLongTimings },
92 { "v4l2-timings", no_argument, 0, OptV4L2Timings },
99 { "list-established-timings", no_argument, 0, OptListEstTimings },
125 " -n, --native-timings Report the native timings.\n" in usage()
126 " -p, --preferred-timings Report the preferred timings.\n" in usage()
128 " -S, --short-timings Report all video timings in a short format.\n" in usage()
129 " -L, --long-timings Report all video timings in a long format.\n" in usage()
[all …]
/aosp_15_r20/external/coreboot/src/northbridge/intel/gm45/
H A Draminit_receive_enable_calibration.c105 rec_timing_t timings[][4]) in program_timing()
107 rec_timing_t *const timing = &timings[channel][group]; in program_timing()
138 rec_timing_t timings[][4], const char lane_map[][2]) in find_dqs_low()
143 rec_quarter_step(&timings[channel][group]); in find_dqs_low()
144 program_timing(channel, group, timings); in find_dqs_low()
148 rec_timing_t timings[][4], const char lane_map[][2]) in find_dqs_high()
153 rec_quarter_step(&timings[channel][group]); in find_dqs_high()
154 program_timing(channel, group, timings); in find_dqs_high()
158 rec_timing_t timings[][4], in find_dqs_edge_lowhigh()
162 timings[channel][group].t += 2; in find_dqs_edge_lowhigh()
[all …]
H A Draminit.c797 /* Calculate other timings from clock and CAS. */ in collect_dimm_config()
839 static void set_system_memory_frequency(const timings_t *const timings) in set_system_memory_frequency() argument
845 const int want_freq = 6 - timings->mem_clock; in set_system_memory_frequency()
867 if ((timings->fsb_clock == FSB_CLOCK_1067MHz) && (timings->mem_clock == MEM_CLOCK_667MT)) { in set_system_memory_frequency()
977 static void configure_dram_control_mode(const timings_t *const timings, const dimminfo_t *const dim… in configure_dram_control_mode() argument
1007 if (timings->mem_clock == MEM_CLOCK_1067MT) in configure_dram_control_mode()
1098 static void dram_program_timings(const int spd_type, const timings_t *const timings) in dram_program_timings() argument
1107 const int btb_wtp = timings->tWL + burst_length/2 + timings->tWR; in dram_program_timings()
1109 ((spd_type == DDR2) ? timings->CAS - 1 : timings->tWL) in dram_program_timings()
1116 if (timings->mem_clock == MEM_CLOCK_667MT) in dram_program_timings()
[all …]
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingTaskView.java261 SplitAnimationTimings timings; in addStagingAnimation() local
264 timings = SplitAnimationTimings.TABLET_OVERVIEW_TO_SPLIT; in addStagingAnimation()
266 timings = SplitAnimationTimings.PHONE_OVERVIEW_TO_SPLIT; in addStagingAnimation()
269 timings = SplitAnimationTimings.TABLET_HOME_TO_SPLIT; in addStagingAnimation()
273 timings); in addStagingAnimation()
282 SplitAnimationTimings timings = in addConfirmAnimation() local
286 timings); in addConfirmAnimation()
296 SplitAnimationTimings timings) { in addAnimation() argument
314 timings.getPlaceholderFadeInStartOffset(), in addAnimation()
315 timings.getPlaceholderFadeInEndOffset())); in addAnimation()
[all …]
DFloatingAppPairBackground.kt81 // Set up timings and interpolators
82 val timings = AnimUtils.getDeviceAppPairLaunchTimings(container.deviceProfile.isTablet) constant
85 timings.getStagedRectScaleXInterpolator(),
86 timings.stagedRectSlideStartOffset,
87 timings.stagedRectSlideEndOffset
91 timings.getStagedRectScaleYInterpolator(),
92 timings.stagedRectSlideStartOffset,
93 timings.stagedRectSlideEndOffset
97 timings.cellSplitInterpolator,
98 timings.cellSplitStartOffset,
[all …]
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/ioctl/
Dg_dv_timings.rs35 #[error("Digital video timings are not supported on this input or output")]
37 #[error("Device is busy and cannot change timings")]
57 timings: I, in s_dv_timings()
59 let mut timings: v4l2_dv_timings = timings.into(); in s_dv_timings() localVariable
61 match unsafe { ioctl::vidioc_s_dv_timings(fd.as_raw_fd(), &mut timings) } { in s_dv_timings()
62 Ok(_) => Ok(O::from(timings)), in s_dv_timings()
72 let mut timings = v4l2_dv_timings { in g_dv_timings() localVariable
76 match unsafe { ioctl::vidioc_g_dv_timings(fd.as_raw_fd(), &mut timings) } { in g_dv_timings()
77 Ok(_) => Ok(O::from(timings)), in g_dv_timings()
89 #[error("Digital video timings are not supported on this input or output")]
[all …]
/aosp_15_r20/external/coreboot/src/northbridge/intel/sandybridge/
H A Draminit_common.c932 cmd_delay = MAX(cmd_delay, -ctrl->timings[channel][slotrank].pi_coding); in program_timings()
940 const int pi_coding_0 = ctrl->timings[channel][2 * slot + 0].pi_coding; in program_timings()
941 const int pi_coding_1 = ctrl->timings[channel][2 * slot + 1].pi_coding; in program_timings()
962 int clk_delay = ctrl->timings[channel][slotrank].pi_coding + cmd_delay; in program_timings()
1007 reg_io_latency |= ctrl->timings[channel][slotrank].io_latency << (4 * slotrank); in program_timings()
1010 ctrl->timings[channel][slotrank].roundtrip_latency << (8 * slotrank); in program_timings()
1013 const u16 rcven = ctrl->timings[channel][slotrank].lanes[lane].rcven; in program_timings()
1014 const u8 dqs_p = ctrl->timings[channel][slotrank].lanes[lane].rx_dqs_p; in program_timings()
1015 const u8 dqs_n = ctrl->timings[channel][slotrank].lanes[lane].rx_dqs_n; in program_timings()
1025 const u16 tx_dqs = ctrl->timings[channel][slotrank].lanes[lane].tx_dqs; in program_timings()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTransitionAnimator.kt55 private val timings: Timings, in <lambda>() constant in com.android.systemui.animation.TransitionAnimator
85 timings: Timings, in <lambda>()
91 timings.totalDuration.toFloat(), in <lambda>()
428 /** The timings (durations and delays) used by this animator. */ in <lambda>()
429 data class Timings( in <lambda>() dataClass
450 * The timings (durations and delays) used by the multi-spring animator. These are expressed as in <lambda>()
612 * Creates an interpolator-based animator that uses [timings] and [interpolators] to calculate in <lambda>()
669 animator.duration = timings.totalDuration in <lambda>()
719 state.visible = checkVisibility(timings, linearProgress, controller.isLaunching) in <lambda>()
840 visible = checkVisibility(timings, state.scale, controller.isLaunching) in <lambda>()
[all …]
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.h94 void PrepareDexFilesForOatFile(TimingLogger* timings);
106 TimingLogger* timings,
111 TimingLogger* timings)
225 void LoadImageClasses(TimingLogger* timings,
235 TimingLogger* timings)
241 TimingLogger* timings)
248 TimingLogger* timings);
252 TimingLogger* timings);
258 TimingLogger* timings)
263 TimingLogger* timings);
[all …]
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dselect_algorithm.py1251 timings = self.lookup(
1258 if timings:
1325 timings = self.lookup(
1333 if timings and all(
1334 not math.isfinite(timing) for timing in timings.values()
1347 name, input_nodes, timings, autotune_elapse, precompile_elapse
1351 feedback_fn(timings, name, input_nodes, choices)
1353 return timings
1360 timings = do_autotuning(precompile_fn)
1362 for choice, timing in timings.items():
[all …]
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A Dtiming.c47 static Timing timings[MAX_TIMINGS]; variable
51 timings[numTimings].id = id; in timings_startCmd()
52 timings[numTimings].cmd_set = cmd_set; in timings_startCmd()
53 timings[numTimings].cmd = cmd; in timings_startCmd()
54 timings[numTimings].start_ns = nsTime(); in timings_startCmd()
58 timings[numTimings].duration_ns = nsTime() - timings[numTimings].start_ns; in timings_endCmd()
93 outStream_writeInt(&packet, timings[i].id); in timings_flush()
94 outStream_writeInt(&packet, timings[i].cmd_set); in timings_flush()
95 outStream_writeInt(&packet, timings[i].cmd); in timings_flush()
96 outStream_writeLong(&packet, timings[i].start_ns); in timings_flush()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dprofile.py127 self.timings[]. The index is always the name stored in self.cur[-3].
145 self.timings = {}
271 timings = self.timings
272 if fn in timings:
273 cc, ns, tt, ct, callers = timings[fn]
274 timings[fn] = cc, ns + 1, tt, ct, callers
276 timings[fn] = 0, 0, 0, 0, {}
282 timings = self.timings
283 if fn in timings:
284 cc, ns, tt, ct, callers = timings[fn]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dprofile.py127 self.timings[]. The index is always the name stored in self.cur[-3].
145 self.timings = {}
271 timings = self.timings
272 if fn in timings:
273 cc, ns, tt, ct, callers = timings[fn]
274 timings[fn] = cc, ns + 1, tt, ct, callers
276 timings[fn] = 0, 0, 0, 0, {}
282 timings = self.timings
283 if fn in timings:
284 cc, ns, tt, ct, callers = timings[fn]
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dprofile.py127 self.timings[]. The index is always the name stored in self.cur[-3].
145 self.timings = {}
271 timings = self.timings
272 if fn in timings:
273 cc, ns, tt, ct, callers = timings[fn]
274 timings[fn] = cc, ns + 1, tt, ct, callers
276 timings[fn] = 0, 0, 0, 0, {}
282 timings = self.timings
283 if fn in timings:
284 cc, ns, tt, ct, callers = timings[fn]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dprofile.py127 self.timings[]. The index is always the name stored in self.cur[-3].
145 self.timings = {}
271 timings = self.timings
272 if fn in timings:
273 cc, ns, tt, ct, callers = timings[fn]
274 timings[fn] = cc, ns + 1, tt, ct, callers
276 timings[fn] = 0, 0, 0, 0, {}
282 timings = self.timings
283 if fn in timings:
284 cc, ns, tt, ct, callers = timings[fn]
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dprofile.py127 self.timings[]. The index is always the name stored in self.cur[-3].
145 self.timings = {}
271 timings = self.timings
272 if fn in timings:
273 cc, ns, tt, ct, callers = timings[fn]
274 timings[fn] = cc, ns + 1, tt, ct, callers
276 timings[fn] = 0, 0, 0, 0, {}
282 timings = self.timings
283 if fn in timings:
284 cc, ns, tt, ct, callers = timings[fn]
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Dprofile.py135 self.timings[]. The index is always the name stored in self.cur[-3].
153 self.timings = {}
291 timings = self.timings
292 if fn in timings:
293 cc, ns, tt, ct, callers = timings[fn]
294 timings[fn] = cc, ns + 1, tt, ct, callers
296 timings[fn] = 0, 0, 0, 0, {}
302 timings = self.timings
303 if fn in timings:
304 cc, ns, tt, ct, callers = timings[fn]
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dprofile.py127 self.timings[]. The index is always the name stored in self.cur[-3].
145 self.timings = {}
271 timings = self.timings
272 if fn in timings:
273 cc, ns, tt, ct, callers = timings[fn]
274 timings[fn] = cc, ns + 1, tt, ct, callers
276 timings[fn] = 0, 0, 0, 0, {}
282 timings = self.timings
283 if fn in timings:
284 cc, ns, tt, ct, callers = timings[fn]
[all …]
/aosp_15_r20/external/pytorch/benchmarks/dynamo/microbenchmarks/
H A Doperatorbench.py36 timings = np.zeros((repeats, len(models)), np.float64)
45 timings[rep, m] = benchmarker.benchmark_gpu(
51 timings[rep, m] = timed(model, example_inputs)
52 return np.median(timings, axis=0)
218 timings = []
238 timings.append(
256 if not timings:
259 timings = torch.tensor(timings).T
261 …output = f"{operator}:\nInductor Speedups : {(torch.quantile(timings[0] / timings[1], q)).tolist()…
263 output += f"NVFUSER Speedups :{(torch.quantile(timings[0] / timings[2], q)).tolist()}\n"
/aosp_15_r20/frameworks/base/core/tests/vibrator/src/android/os/
H A DVibrationEffectTest.java86 /* timings= */ new long[] {1, 2, 3, 4, 5}, in computeLegacyPattern_timingsAndAmplitudes_zeroAmplitudesOnEvenIndices()
97 /* timings= */ new long[] {1, 2, 3, 4, 5}, in computeLegacyPattern_timingsAndAmplitudes_zeroAmplitudesOnOddIndices()
109 /* timings= */ new long[] {1, 2, 3}, in computeLegacyPattern_timingsAndAmplitudes_zeroAmplitudesAtTheStart()
120 /* timings= */ new long[] {1, 2, 3}, in computeLegacyPattern_timingsAndAmplitudes_zeroAmplitudesAtTheEnd()
131 /* timings= */ new long[] {1, 2, 3}, in computeLegacyPattern_timingsAndAmplitudes_allDefaultAmplitudes()
143 /* timings= */ new long[] {1, 2, 3}, in computeLegacyPattern_timingsAndAmplitudes_allZeroAmplitudes()
154 /* timings= */ new long[] {1, 2, 3, 4, 5, 6, 7}, in computeLegacyPattern_timingsAndAmplitudes_sparsedZeroAmplitudes()
166 /* timings= */ new long[] {1}, in computeLegacyPattern_timingsAndAmplitudes_oneTimingWithDefaultAmplitude()
177 /* timings= */ new long[] {1}, in computeLegacyPattern_timingsAndAmplitudes_oneTimingWithZeroAmplitude()
188 /* timings= */ new long[] {1, 2, 3, 4, 5}, in computeLegacyPattern_timingsAndAmplitudes_repeating()
[all …]
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DSplitAnimationController.kt330 val timings = AnimUtils.getDeviceSplitToConfirmTimings(dp.isTablet) as SplitToConfirmTimings in <lambda>() constant
335 timings.backingScrimFadeInterpolator, in <lambda>()
336 timings.backingScrimFadeInStartOffset, in <lambda>()
337 timings.backingScrimFadeInEndOffset in <lambda>()
423 val timings = AnimUtils.getDeviceOverviewToSplitTimings(container.deviceProfile.isTablet) in <lambda>() constant
431 timings.instructionsContainerFadeInStartOffset, in <lambda>()
432 timings.instructionsContainerFadeInEndOffset in <lambda>()
442 timings.instructionsUnfoldStartOffset, in <lambda>()
443 timings.instructionsUnfoldEndOffset in <lambda>()
892 val timings = AnimUtils.getDeviceAppPairLaunchTimings(dp.isTablet) in <lambda>() constant
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/TimeStats/timestatsatomsproto/
H A Dtimestats_atoms.proto81 // Set of timings measured from when SurfaceFlinger began compositing a
88 // Set of timings measured from when SurfaceFlinger first began using the
132 // Buckets of timings in ms by which SurfaceFlinger's deadline was missed
136 // Buckets of timings in ms by which the Vsync prediction drifted, when
196 // Set of timings measured between successive presentation timestamps.
198 // Set of timings measured from when an app queued a buffer for
202 // Set of timings measured from when a buffer is ready to be presented,
205 // Set of timings measured from when a buffer was latched by
208 // Set of timings measured from the desired presentation to the actual
211 // Set of timings measured from when an app queued a buffer for
[all …]

12345678910>>...49