HomeSort by relevance Sort by last modified time
    Searched defs:Timing (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/base/
timing.h 20 class Timing {
22 Timing();
23 virtual ~Timing();
33 // timing unit, they do not necessarily correlate because wall-clock
49 // Timing object for each thread.
timing.cc 11 #include "webrtc/base/timing.h"
29 Timing::Timing() {
42 Timing::~Timing() {
50 double Timing::WallTimeNow() {
67 double Timing::TimerNow() {
71 double Timing::BusyWait(double period) {
78 double Timing::IdleWait(double period) {
  /external/proguard/src/proguard/gui/splash/
Timing.java 24 * This interface maps a time to a normalized timing between 0 and 1.
28 interface Timing
31 * Returns the timing for the given time.
  /art/runtime/base/
timing_logger.h 83 // A timing logger that knows when a split starts for the purposes of logging tools, like systrace.
88 // Kind of timing we are going to do. We collect time at the nano second.
94 class Timing {
96 Timing(TimingKind kind, const char* name) : name_(name) {
163 // Starts a timing.
165 // Ends the current timing.
167 // End the current timing and start a new timing. Usage not recommended.
174 // Find the index of a timing by name.
178 // Scoped timing splits that can be nested and composed with the explicit spli
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c 65 // Standard timing defined by VESA EDID
69 // Established Timing I
80 // Established Timing II
91 // Established Timing III
796 Generate a search key for a specified timing data.
799 @param EdidTiming - Pointer to EDID timing
813 // Be sure no conflicts for all standard timing defined by VESA.
821 Parse the Established Timing and Standard Timing in EDID data block.
825 @param ValidEdidTiming - Valid EDID timing information
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.c 66 // Standard timing defined by VESA EDID
70 // Established Timing I
81 // Established Timing II
92 // Established Timing III
1054 Generate a search key for a specified timing data.
1056 @param EdidTiming Pointer to EDID timing
1069 // Be sure no conflicts for all standard timing defined by VESA.
1077 Parse the Established Timing and Standard Timing in EDID data block.
1080 @param ValidEdidTiming Valid EDID timing information
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /external/kotlinc/lib/
kotlin-stdlib.jar 

Completed in 217 milliseconds