/external/u-boot/arch/arm/dts/ |
D | sun8i-a33.dtsi | 56 clock-latency-ns = <244144>; /* 8 32k periods */ 62 clock-latency-ns = <244144>; /* 8 32k periods */ 68 clock-latency-ns = <244144>; /* 8 32k periods */ 74 clock-latency-ns = <244144>; /* 8 32k periods */ 80 clock-latency-ns = <244144>; /* 8 32k periods */ 86 clock-latency-ns = <244144>; /* 8 32k periods */ 92 clock-latency-ns = <244144>; /* 8 32k periods */ 98 clock-latency-ns = <244144>; /* 8 32k periods */ 104 clock-latency-ns = <244144>; /* 8 32k periods */ 110 clock-latency-ns = <244144>; /* 8 32k periods */ [all …]
|
D | imx6dl.dtsi | 41 clock-latency = <61036>; /* two CLK32 periods */
|
D | sun8i-r16-bananapi-m2m.dts | 109 clock-latency-ns = <244144>; /* 8 32k periods */ 115 clock-latency-ns = <244144>; /* 8 32k periods */
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query_hw.c | 108 list_addtail(&hq->period->list, &hq->periods); in pause_query() 116 LIST_FOR_EACH_ENTRY_SAFE(period, s, &hq->periods, list) { in destroy_periods() 189 if (LIST_IS_EMPTY(&hq->periods)) in fd_hw_get_query_result() 202 hq->periods.prev, list); in fd_hw_get_query_result() 230 LIST_FOR_EACH_ENTRY(period, &hq->periods, list) { in fd_hw_get_query_result() 288 list_inithead(&hq->periods); in fd_hw_create_query()
|
D | freedreno_query_hw.h | 123 struct list_head periods; member
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateDayPeriodChart.java | 70 final List<DayPeriod> periods = info.getPeriods(); in main() local 71 careAbout.addAll(periods); in main() 72 for (DayPeriod dp1 : periods) { in main() 73 for (DayPeriod dp2 : periods) { in main()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestDayPeriods.java | 68 List<DayPeriod> periods = periodInfo.getPeriods(); in TestAttributes() local 88 assertRelation(locale, true, periods, TestFmwkPlus.CONTAINS, period); in TestAttributes()
|
/external/autotest/client/profilers/powertop/src/ |
D | README | 7 periods of time, rather than having to wake up every millisecond for 9 idle for long periods, which translates into a longer battery life for
|
/external/mesa3d/docs/specs/ |
D | MESA_swap_control.spec | 35 of color buffer swaps, measured in video frame periods. 79 glXSwapIntervalMESA specifies the minimum number of video frame periods
|
/external/autotest/server/site_tests/enterprise_LongevityTrackerServer/ |
D | control.stratosmedia | 7 PURPOSE = "Tracks Chrome OS performance over long periods."
|
D | control.riseplayer | 7 PURPOSE = "Tracks Chrome OS performance over long periods."
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | atmel-hlcdc.txt | 13 - atmel,guard-time: lcd guard time (Delay in frame periods).
|
/external/autotest/client/site_tests/longevity_Tracker/ |
D | control.chromesign | 7 PURPOSE = 'Tracks Chrome OS performance over long periods.'
|
D | control.stratosmedia | 7 PURPOSE = 'Tracks Chrome OS performance over long periods.'
|
D | control.riseplayer | 7 PURPOSE = 'Tracks Chrome OS performance over long periods.'
|
/external/perfetto/docs/ |
D | long-traces.md | 19 big enough to hold tracing data between two periods. 24 Overrides the default drain period. Shorter periods require a smaller userspace
|
D | detached-mode.md | 8 long periods of time. 25 possibly for very long periods of time.
|
/external/sonic/samples/ |
D | README | 32 This is just two sine periods, which is too short to hear. However, it's
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/ |
D | io_test.py | 84 start="20100101", periods=6))
|
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
D | control | 23 networks during these periods, and the connection/authentication process
|
/external/googletest/googletest/ |
D | configure.ac | 4 # integers separated by periods and surrounded by square brackets (e.g.
|
/external/google-breakpad/src/testing/gtest/ |
D | configure.ac | 4 # integers separated by periods and surrounded by square brackets (e.g.
|
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/ |
D | control.Stress | 33 Note: this test suspends the DUT for long periods of time, which may lead to
|
/external/curl/docs/ |
D | RELEASE-PROCEDURE.md | 71 Each 8 week release cycle is split in two 4-week periods.
|
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/ |
D | ar_model.py | 889 periods = constant_op.constant( 894 mod = (math_ops.cast(time % periods, self.dtype) * self._buckets / 895 math_ops.cast(periods, self.dtype))
|