HomeSort by relevance Sort by last modified time
    Searched full:time (Results 826 - 850 of 43060) sorted by null

<<31323334353637383940>>

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
PrefixTimeZonesMap.java 32 * A utility that maps phone number prefixes to a list of strings describing the time zones to
42 * time-critical applications.
44 * @param sortedPrefixTimeZoneMap a map from phone number prefixes to their corresponding time
63 * Returns the list of time zones {@code key} corresponds to.
71 * @return the list of corresponding time zones
74 // Lookup in the map data. The returned String may consist of several time zones, so it must be
88 * @return the list of corresponding time zones
97 * Returns the list of time zones {@code number}'s calling country code corresponds to.
100 * @return the list of corresponding time zones
107 * Split {@code timezonesString} into all the time zones that are part of it
    [all...]
  /external/llvm/docs/HistoricalNotes/
2001-06-01-GCCOptimizations2.txt 7 > at link-time, but it is the extra time required that concerns me. Link-time
8 > optimization is severely time-constrained.
11 could do them a translation unit at a time, just as GCC does now. This
14 Static optimizations, xlation unit at a time:
17 Link time optimizations:
21 llvm-link-opt, but the wouldn't need to be shared... Thus compile time
33 much less time consuming to adapt, say, SSA-PRE than to rewrite it.
36 > feasible and should be fun. (Again, link time cost is the issue.
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
Interpolator.java 20 * Helper class for interpolating velocity over time given a target velocity and acceleration.
35 // Rather than simply interpolating acceleration and velocity for each time step
36 // (as in, position += (velocity * time); velocity += (acceleration * time);),
38 // time.
49 // change in position = velocity * time + (0.5 * acceleration * (time^2))
50 // change in velocity = acceleration * time
67 // calculate scaled acceleration (0.5 * acceleration * (time^2))
77 // check to see if we've passed our target velocity since the last time
    [all...]
  /external/srec/portable/include/
ptimer.h 30 * API to facilitate computing elapsed time of operations. The units of time
54 * Starts the timer. This sets the reference time from which all new elapsed
55 * time are computed. This does not reset the elapsed time to 0. This is
66 * Returns the timer elapsed time. If the Timer is in the stopped state,
69 * time since the last time PTimerStart() was called.
75 * Resets the elapsed time to 0 and resets the reference time of the Timer
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TwilightCalculator.java 46 // Java time on Jan 1, 2000 12:00 UTC.
50 * Time of sunset (civil twilight) in milliseconds or -1 in the case the day
56 * Time of sunrise (civil twilight) in milliseconds or -1 in the case the
65 * calculates the civil twilight bases on time and geo-coordinates.
67 * @param time time in milliseconds.
71 public void calculateTwilight(long time, double latiude, double longitude) {
72 final float daysSince2000 = (float) (time - UTC_2000) / DateUtils.DAY_IN_MILLIS;
116 if (mSunrise < time && mSunset > time) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
acct.h 51 __u32 ac_btime; /* Process Creation Time */
52 comp_t ac_utime; /* User Time */
53 comp_t ac_stime; /* System Time */
54 comp_t ac_etime; /* Elapsed Time */
65 __u8 ac_etime_hi; /* Elapsed Time MSB */
66 __u16 ac_etime_lo; /* Elapsed Time LSB */
81 __u32 ac_btime; /* Process Creation Time */
82 float ac_etime; /* Elapsed Time */
83 comp_t ac_utime; /* User Time */
84 comp_t ac_stime; /* System Time */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
acct.h 51 __u32 ac_btime; /* Process Creation Time */
52 comp_t ac_utime; /* User Time */
53 comp_t ac_stime; /* System Time */
54 comp_t ac_etime; /* Elapsed Time */
65 __u8 ac_etime_hi; /* Elapsed Time MSB */
66 __u16 ac_etime_lo; /* Elapsed Time LSB */
81 __u32 ac_btime; /* Process Creation Time */
82 float ac_etime; /* Elapsed Time */
83 comp_t ac_utime; /* User Time */
84 comp_t ac_stime; /* System Time */
    [all...]
  /system/core/include/utils/
Timers.h 25 #include <sys/time.h>
79 SYSTEM_TIME_MONOTONIC = 1, // monotonic time since unspecified starting point
82 SYSTEM_TIME_BOOTTIME = 4 // same as SYSTEM_TIME_MONOTONIC, but including CPU suspend time
85 // return the system-time according to the specified clock
93 * Returns the number of milliseconds to wait between the reference time and the timeout time.
94 * If the timeout is in the past relative to the reference time, returns 0.
95 * If the timeout is more than INT_MAX milliseconds in the future relative to the reference time,
97 * Otherwise, returns the difference between the reference time and timeout time
    [all...]
  /development/tools/axl/
log.py 19 import time, sys namespace
33 tm = time.time()
34 return "%s:%.2d" % (time.strftime('%m/%d/%Y %H:%M:%S',
35 time.localtime(tm)),
  /external/chromium_org/ash/accelerators/
exit_warning_handler.h 21 // period of time. During that time we show a popup informing the
28 // Exit" will be activated just by holding it down, i.e. probably every time.
35 // | Press (before time limit )
65 // Performs actions when the time limit is exceeded.
  /external/chromium_org/base/
tracking_info.h 16 #include "base/time/time.h"
33 // we identify such tasks, and replace their post_time with the time they
46 // Time when the related task was posted.
49 // The time when the task should be run.
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
touch_operation.h 18 class Time;
43 // Touches the file by updating last access time and last modified time.
47 const base::Time& last_access_time,
48 const base::Time& last_modified_time,
  /external/chromium_org/chrome/browser/chromeos/login/saml/
saml_offline_signin_limiter.h 11 #include "base/time/default_clock.h"
12 #include "base/time/time.h"
29 // Enforces a limit on the length of time for which a user authenticated via
53 // Recalculates the amount of time remaining until online login should be
  /external/chromium_org/chrome/browser/prerender/
prerender_history.h 11 #include "base/time/time.h"
35 base::Time end_time_arg)
53 // Time the PrerenderContents was destroyed.
54 base::Time end_time;
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_handler.h 14 class Time;
39 // |args| contains a start and an end time.
55 // |args| contains an EventType id to collect and a start and end time.
63 // |args| contains a list of MetricTypes to collect, a start and end time,
64 // a time resolution (defining the spacing of metric samples returned),
  /external/chromium_org/chrome/renderer/
page_load_histograms.h 29 // The time points we keep are
30 // request: time document was requested by user
31 // start: time load of document started
32 // commit: time load of document started
39 // It's possible for the request time not to be set, if a client
  /external/chromium_org/chrome/test/chromedriver/chrome/
log.h 11 #include "base/time/time.h"
33 virtual void AddEntryTimestamped(const base::Time& timestamp,
38 // Adds an entry to the log, timestamped with the current time.
43 // Adds an entry to the log, timestamped with the current time and no source.
  /external/chromium_org/content/child/
blink_platform_unittest.cc 6 #include "base/time/time.h"
17 // Returns mock time when enabled.
56 // Set a mock time after 1 second to simulate timers suspended for 1 second.
57 double new_time = base::Time::Now().ToDoubleT() + 1;
  /external/chromium_org/net/quic/crypto/
strike_register_test.cc 23 void SetNonce(uint8 nonce[32], unsigned time, const uint8 orbit[8]) {
24 nonce[0] = time >> 24;
25 nonce[1] = time >> 16;
26 nonce[2] = time >> 8;
27 nonce[3] = time;
33 // The set must reject values created on or before its own creation time.
34 StrikeRegister set(10 /* max size */, 1000 /* current time */,
47 StrikeRegister set(10 /* max size */, 0 /* current time */,
58 StrikeRegister set(10 /* max size */, 1000 /* current time */,
70 StrikeRegister set(10 /* max size */, 1000 /* current time */,
273 const uint32 time = current_time + time_delta; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioUtilities.h 37 // timeConstant is the time it takes a first-order linear time-invariant system
39 // discreteTimeConstantForSampleRate() will return the discrete time-constant for the specific sampleRate.
42 // Convert the time to a sample frame at the given sample rate.
43 PLATFORM_EXPORT size_t timeToSampleFrame(double time, double sampleRate);
  /external/chromium_org/third_party/icu/source/i18n/
ztrans.cpp 10 * \brief C API: Time zone transition classes
27 ztrans_open(UDate time, const void* from, const void* to){
28 return (ZTrans*) new TimeZoneTransition(time,*(TimeZoneRule*)from,*(TimeZoneRule*)to);
57 ztrans_setTime(ZTrans* trans, UDate time) {
58 return ((TimeZoneTransition*)trans)->TimeZoneTransition::setTime(time);
  /external/chromium_org/third_party/icu/source/test/compat/
tzone.pl 33 #filter out the time zones
46 print "The following time zones had wrong results.\n";
49 #set system time zone
54 #if the result is wrong print the time zone information to a log file
62 print "\nThe number of time zones with wrong results: $count out of $index\n";
  /external/chromium_org/third_party/webrtc/video_engine/
call_stats.h 52 // Helper struct keeping track of the time a rtt value is reported.
55 : rtt(new_rtt), time(rtt_time) {}
57 const int64_t time; member in struct:webrtc::CallStats::RttTime
64 // The last time 'Process' resulted in statistic update.
69 // All Rtt reports within valid time interval, oldest first.
  /external/chromium_org/tools/telemetry/telemetry/timeline/
event.py 8 thread_start, thread_duration and thread_end are the start time, duration
9 and end time of this event as measured by the thread-specific CPU clock
10 (ticking when the thread is actually scheduled). Thread time is optional
35 """Thread-specific CPU time when this event ended.
37 May be None if the trace event didn't have thread time data.
  /external/chromium_org/tools/telemetry/telemetry/unittest/
gtest_testrunner.py 13 import time namespace
22 timestamp = time.time()
30 endts = time.time()

Completed in 1009 milliseconds

<<31323334353637383940>>