Home
last modified time | relevance | path

Searched refs:end_ns (Results 1 – 13 of 13) sorted by relevance

/external/perfetto/src/trace_processor/storage/
Dtrace_storage.cc124 int64_t end_ns = std::numeric_limits<int64_t>::min(); in GetTraceTimestampBoundsNs() local
126 DbTableMaybeUpdateMinMax(raw_table_.ts(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
127 DbTableMaybeUpdateMinMax(sched_slice_table_.ts(), &start_ns, &end_ns, in GetTraceTimestampBoundsNs()
129 DbTableMaybeUpdateMinMax(counter_table_.ts(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
130 DbTableMaybeUpdateMinMax(slice_table_.ts(), &start_ns, &end_ns, in GetTraceTimestampBoundsNs()
133 &end_ns); in GetTraceTimestampBoundsNs()
134 DbTableMaybeUpdateMinMax(instant_table_.ts(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
135 DbTableMaybeUpdateMinMax(android_log_table_.ts(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
137 &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
138 DbTableMaybeUpdateMinMax(perf_sample_table_.ts(), &start_ns, &end_ns); in GetTraceTimestampBoundsNs()
[all …]
/external/linux-kselftest/tools/testing/selftests/timers/
Draw_skew.c62 long long start_ns, end_ns; in diff_timespec() local
65 end_ns = ts_to_nsec(end); in diff_timespec()
66 return end_ns - start_ns; in diff_timespec()
Dadjtick.c61 long long start_ns, end_ns; in diff_timespec() local
64 end_ns = ts_to_nsec(end); in diff_timespec()
66 return end_ns - start_ns; in diff_timespec()
/external/swiftshader/src/Vulkan/
DVkDevice.cpp222 const time_point end_ns = getEndTimePoint(timeout, infiniteTimeout); in waitForFences() local
244 if(Cast(pFences[i])->wait(end_ns) != VK_SUCCESS) // At least one fence is not signaled in waitForFences()
274 return any.wait_until(end_ns) ? VK_SUCCESS : VK_TIMEOUT; in waitForFences()
282 const time_point end_ns = getEndTimePoint(timeout, infiniteTimeout); in waitForSemaphores() local
308 if(any.wait(1, end_ns) == VK_SUCCESS) in waitForSemaphores()
327 else if(semaphore->wait(pWaitInfo->pValues[i], end_ns) != VK_SUCCESS) in waitForSemaphores()
DVkTimelineSemaphore.hpp54 VkResult wait(uint64_t value, const std::chrono::time_point<CLOCK, DURATION> end_ns);
106 VkResult wait(uint64_t value, const std::chrono::time_point<CLOCK, DURATION> end_ns);
/external/python/cpython3/Lib/xml/etree/
DElementTree.py1607 end_ns=self._end_ns): argument
1608 append((event, end_ns(prefix)))
1646 return self.target.end_ns(prefix or '')
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc1892 uint64_t end_ns) { in set_time() argument
1896 end_timecode_ = end_ns / timecode_scale; in set_time()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.cc1892 uint64_t end_ns) { in set_time() argument
1896 end_timecode_ = end_ns / timecode_scale; in set_time()
/external/libwebm/mkvmuxer/
Dmkvmuxer.cc1892 uint64_t end_ns) { in set_time() argument
1896 end_timecode_ = end_ns / timecode_scale; in set_time()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a4.rst310 "end_ns()". Patch by Stefan Behnel.
/external/python/cpython3/Lib/test/
Dtest_xml_etree.py701 def end_ns(self, prefix): member in ElementTreeTest.test_custom_builder.Builder
723 def end_ns(self, prefix): member in ElementTreeTest.test_custom_builder_only_end_ns.Builder
/external/python/cpython3/Doc/library/
Dxml.etree.elementtree.rst1306 .. method:: end_ns(prefix)
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1434 ``start_ns()`` and ``end_ns()``. Additionally, the