/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmmpc.h | 43 uint16_t mpc_p2; /* Shortcut-Setup Frame Time */ 45 uint16_t mpc_p4; /* MPC Initial Retry Time */ 46 uint16_t mpc_p5; /* MPC Retry Time Maximum */ 47 uint16_t mpc_p6; /* Hold Down Time */ 84 #define MPC_P2 1 /* Shortcut-Setup Frame Time */ 86 #define MPC_P4 5 /* MPC Initial Retry Time */ 87 #define MPC_P5 40 /* MPC Retry Time Maximum */ 88 #define MPC_P6 160 /* Hold Down Time */ 93 #define MPC_C1 2 /* Retry Time Multiplier */
|
/bionic/libc/tzcode/ |
tzfile.h | 11 ** This header is for use ONLY with the time conversion code. 19 ** Information about time zone files. 23 #define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */ 44 char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */ 45 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */ 48 char tzh_typecnt[4]; /* coded number of local time types */ 55 ** tzh_timecnt (char [4])s coded transition times a la time(2) 56 ** tzh_timecnt (unsigned char)s types of local time starting at above 66 ** time is standard time, if FALSE [all...] |
/external/bison/m4/ |
timevar.m4 | 2 # Checks required to run `timevar', a time tracker. 22 [AC_CHECK_HEADERS([sys/time.h sys/times.h]) 26 # include <sys/time.h> 37 # include <sys/time.h> 50 # include <sys/time.h>
|
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.h | 13 #include "base/time.h" 39 double firmware; // Time from power button to kernel being loaded. 40 double pre_startup; // Time from kernel to system code being called. 41 double x_started; // Time X server is ready to be connected to. 42 double chrome_exec; // Time session manager executed Chrome. 43 double chrome_main; // Time chrome's main() was called. 44 double login_prompt_ready; // Time login (or OOB) panel is displayed. 45 double system; // Time system took to start chrome. 46 double chrome; // Time chrome took to display login panel. 47 double total; // Time from power button to login panel 136 base::Time time() const { return time_; } function in class:chromeos::BootTimesLoader::TimeMarker [all...] |
/external/chromium/chrome/browser/password_manager/ |
native_backend_gnome_x.h | 10 #include "base/time.h" 30 virtual bool RemoveLoginsCreatedBetween(const base::Time& delete_begin, 31 const base::Time& delete_end); 34 virtual bool GetLoginsCreatedBetween(const base::Time& get_begin, 35 const base::Time& get_end,
|
/external/chromium_org/build/android/pylib/utils/ |
run_tests_helper.py | 9 import time namespace 20 self._creation_time = time.time() 29 timediff = str(int(time.time() - self._creation_time))
|
/external/chromium_org/chrome/browser/captive_portal/ |
testing_utils.h | 15 class Time; 29 // Sets test time for captive portal detector. 30 void SetTime(const base::Time& time); 32 // Advances test time for captive portal detector.
|
/external/chromium_org/chrome/browser/chromeos/login/screens/ |
update_screen_actor.h | 8 #include "base/time/time.h" 51 // Shows estimated time left message. 54 // Sets current estimation for time left in the downloading stage. 55 virtual void SetEstimatedTimeLeft(const base::TimeDelta& time) = 0;
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_object_entry.h | 12 #include "base/time/time.h" 25 const base::Time& last_modified_time); 40 // Last modified time of the object. 41 base::Time last_modified_time;
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_request_scheduler_mobile.cc | 14 // Time between seed fetches, in hours. 29 // Check the time of the last request. If it has been longer than the fetch 33 const base::Time last_fetch_time = base::Time::FromInternalValue( 35 if (base::Time::Now() >
|
/external/chromium_org/content/child/ |
child_resource_message_filter.h | 20 // Background: ResourceDispatcher converts browser process time to child 21 // process time. This is done to achieve coherent timeline. Conversion is 22 // a linear transformation such that given browser process time range is 23 // mapped to corresponding child process time range. Timestamps for child 24 // process time range should be taken by IO thread when resource messages
|
/external/chromium_org/jingle/notifier/communicator/ |
login_settings.cc | 39 return GetServersForTime(base::Time::Now()); 53 base::Time::Now() + 57 ServerList LoginSettings::GetServersForTimeForTest(base::Time now) const { 61 base::Time LoginSettings::GetRedirectExpirationForTest() const { 65 ServerList LoginSettings::GetServersForTime(base::Time now) const {
|
/external/chromium_org/net/base/ |
load_timing_info.h | 9 #include "base/time/time.h" 41 // time the events actually occurred. In particular, in the case of preconnects 42 // and socket reuse, no time may be spent blocking on establishing a connection. 44 // each shared session, so no time may be spent blocking on them. 55 // occurred. URLRequest converts them to time which the network stack was 64 // The time spent looking up the host's DNS address. Null for requests that 73 // The time spent establishing the connection. Connect time includes proxy 74 // connect times (Though not proxy_resolve times), DNS lookup times, time [all...] |
/external/chromium_org/sync/protocol/ |
history_delete_directive_specifics.proto | 17 // All timestamps below are from Sane Time ( 18 // http://www.chromium.org/developers/design-documents/sane-time ) 33 // Time range for searching for navigations to delete. Client should delete 44 // The time on or after which entries must be deleted. 46 // The time on or before which entries must be deleted.
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
tzfile.h | 11 ** This header is for use ONLY with the time conversion code. 29 ** Information about time zone files. 33 #define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */ 54 char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */ 55 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */ 58 char tzh_typecnt[4]; /* coded number of local time types */ 65 ** tzh_timecnt (char [4])s coded transition times a la time(2) 66 ** tzh_timecnt (unsigned char)s types of local time starting at above 76 ** time is standard time, if FALSE [all...] |
/external/chromium_org/third_party/skia/include/device/xps/ |
SkConstexprMath.h | 16 //! Compile-time constant ceiling(logB(N)). 30 //! Compile-time constant (2^N)-1. 38 /** Compile-time constant number of base n digits in type t 44 /** Compile-time constant number of base 10 digits in type t 49 // Compile-time constant maximum value of two unsigned values.
|
/external/chromium_org/third_party/skia/src/animator/ |
SkOperandInterpolator.h | 26 @param index The index of this frame (frames must be ordered by time) 27 @param time The millisecond time for this frame 35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1); 36 Result timeToValues(SkMSec time, SkOperand values[]) const;
|
/external/chromium_org/ui/gl/ |
vsync_provider.cc | 10 #include "base/time/time.h" 16 const int64 kMinVsyncIntervalUs = base::Time::kMicrosecondsPerSecond / 400; 17 const int64 kMaxVsyncIntervalUs = base::Time::kMicrosecondsPerSecond / 10; 51 // The actual clock used for the system time returned by glXGetSyncValuesOML 53 // CLOCK_REALTIME or CLOCK_MONOTONIC, so we compare the returned time to the 54 // current time according to both clocks, and assume that the returned time 55 // was produced by the clock whose current time is closest to it, subject 56 // to the restriction that the returned time must not be in the futur [all...] |
/external/icu4c/tools/tzcode/ |
tzfile.h | 11 ** This header is for use ONLY with the time conversion code. 29 ** Information about time zone files. 33 #define TZDIR "/usr/local/etc/zoneinfo" /* Time zone object file directory */ 54 char tzh_ttisgmtcnt[4]; /* coded number of trans. time flags */ 55 char tzh_ttisstdcnt[4]; /* coded number of trans. time flags */ 58 char tzh_typecnt[4]; /* coded number of local time types */ 65 ** tzh_timecnt (char [4])s coded transition times a la time(2) 66 ** tzh_timecnt (unsigned char)s types of local time starting at above 76 ** time is standard time, if FALSE [all...] |
/external/skia/include/device/xps/ |
SkConstexprMath.h | 16 //! Compile-time constant ceiling(logB(N)). 30 //! Compile-time constant (2^N)-1. 38 /** Compile-time constant number of base n digits in type t 44 /** Compile-time constant number of base 10 digits in type t 49 // Compile-time constant maximum value of two unsigned values.
|
/external/skia/src/animator/ |
SkOperandInterpolator.h | 26 @param index The index of this frame (frames must be ordered by time) 27 @param time The millisecond time for this frame 35 bool setKeyFrame(int index, SkMSec time, const SkOperand values[], SkScalar blend = SK_Scalar1); 36 Result timeToValues(SkMSec time, SkOperand values[]) const;
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
sys_time_h.m4 | 1 # Configure a replacement for <sys/time.h>. 21 gl_CHECK_NEXT_HEADERS([sys/time.h]) 34 #include <sys/time.h> 36 #include <time.h> 52 SYS_TIME_H=sys/time.h
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
timeb.h | 25 #include <time.h> 34 time_t time; /* Seconds since epoch, as from `time'. */ member in struct:timeb 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */ 40 /* Fill in TIMEBUF with information about the current time. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
timeb.h | 25 #include <time.h> 34 time_t time; /* Seconds since epoch, as from `time'. */ member in struct:timeb 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */ 40 /* Fill in TIMEBUF with information about the current time. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
timeb.h | 25 #include <time.h> 34 time_t time; /* Seconds since epoch, as from `time'. */ member in struct:timeb 37 short int dstflag; /* Nonzero if Daylight Savings Time used. */ 40 /* Fill in TIMEBUF with information about the current time. */
|