/external/libvpx/libvpx/third_party/googletest/src/test/ |
gtest_xml_output_unittest.py | 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests"> 58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 59 <testcase name="Succeeds" status="run" time="*" classname="SuccessfulTest"/> 61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 62 <testcase name="Fails" status="run" time="*" classname="FailedTest"> 68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 69 <testcase name="Succeeds" status="run" time="*" classname="MixedResultTest"/> 70 <testcase name="Fails" status="run" time="*" classname="MixedResultTest"> 78 <testcase name="DISABLED_test" status="notrun" time="*" classname="MixedResultTest"/> 80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*" [all...] |
/external/chromium_org/base/time/ |
time_posix.cc | 5 #include "base/time/time.h" 7 #include <sys/time.h> 8 #include <time.h> 81 (static_cast<int64>(ts.tv_sec) * base::Time::kMicrosecondsPerSecond) + 82 (static_cast<int64>(ts.tv_nsec) / base::Time::kNanosecondsPerMicrosecond); 98 if (microseconds >= Time::kMicrosecondsPerSecond) { 100 microseconds -= seconds * Time::kMicrosecondsPerSecond; 104 static_cast<long>(microseconds * Time::kNanosecondsPerMicrosecond)}; 109 // The Time routines in this file use standard POSIX routines, or almost [all...] |
/packages/apps/Calendar/src/com/android/calendar/month/ |
SimpleWeekView.java | 32 import android.text.format.Time; 67 * This sets one of the days in this view as selected {@link Time#SUNDAY} 68 * through {@link Time#SATURDAY}. 72 * Which day the week should start on. {@link Time#SUNDAY} through 73 * {@link Time#SATURDAY}. 77 * How many days to display at a time. Days will be displayed starting with 82 * Which month is currently in focus, as defined by {@link Time#month} 94 protected static final int DEFAULT_WEEK_START = Time.SUNDAY; 118 // Cache the number strings so we don't have to recompute them each time 159 protected String mTimeZone = Time.getCurrentTimezone() 247 Time time = new Time(tz); local 377 Time time = new Time(mTimeZone); local [all...] |
/external/chromium/chrome/browser/history/ |
thumbnail_database_unittest.cc | 28 using base::Time; 123 base::Time time = base::Time::Now(); local 124 db.SetFavicon(id, favicon, time); 127 base::Time time_out; 132 EXPECT_EQ(time.ToTimeT(), time_out.ToTimeT()); 150 base::Time time = base::Time::Now() local 171 base::Time time = base::Time::Now(); local 203 base::Time time = base::Time::Now(); local 235 base::Time time = base::Time::Now(); local 279 base::Time time = base::Time::Now(); local 303 base::Time time = base::Time::Now(); local 325 base::Time time = base::Time::Now(); local 377 base::Time time = base::Time::Now(); local 429 base::Time time; local [all...] |
/external/bison/lib/ |
timevar.h | 24 /* Timing variables are used to measure elapsed time in various 26 wall-clock time, as appropriate to and supported by the host 36 Timing variables may be pushed onto the stack; elapsed time is 42 All time elapsed between the two calls is attributed to the 46 /* This structure stores the various varieties of time that can be 47 measured. Times are stored in seconds. The time may be an 48 absolute time or a time difference; in the former case, the time 50 produces a valid time difference. * [all...] |
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_oracle.h | 10 #include "base/time/time.h" 25 bool AddEventAndConsiderSampling(base::Time event_time); 32 // Returns true if, at time |event_time|, sampling should occur because too 33 // much time will have passed relative to the last event and/or sample. 34 bool IsOverdueForSamplingAt(base::Time event_time) const; 46 base::Time current_event_; 47 base::Time last_sample_; 75 base::Time event_time); 83 bool CompleteCapture(int frame_number, base::Time timestamp) [all...] |
/external/markdown/markdown/extensions/ |
rss.py | 32 def rdftime(time): 34 time = time.replace(":", " ") 35 time = time.replace("/", " ") 36 time = time.split() 37 return "%s-%s-%sT%s:%s:%s-08:00" % (time[0], time[1], time[2] [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.h | 25 /* Timing variables are used to measure elapsed time in various 27 wall-clock time, as appropriate to and supported by the host 37 Timing variables may be pushed onto the stack; elapsed time is 43 All time elapsed between the two calls is attributed to the 47 /* This structure stores the various varieties of time that can be 48 measured. Times are stored in seconds. The time may be an 49 absolute time or a time difference; in the former case, the time 51 produces a valid time difference. * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.h | 25 /* Timing variables are used to measure elapsed time in various 27 wall-clock time, as appropriate to and supported by the host 37 Timing variables may be pushed onto the stack; elapsed time is 43 All time elapsed between the two calls is attributed to the 47 /* This structure stores the various varieties of time that can be 48 measured. Times are stored in seconds. The time may be an 49 absolute time or a time difference; in the former case, the time 51 produces a valid time difference. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.h | 25 /* Timing variables are used to measure elapsed time in various 27 wall-clock time, as appropriate to and supported by the host 37 Timing variables may be pushed onto the stack; elapsed time is 43 All time elapsed between the two calls is attributed to the 47 /* This structure stores the various varieties of time that can be 48 measured. Times are stored in seconds. The time may be an 49 absolute time or a time difference; in the former case, the time 51 produces a valid time difference. * [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.h | 25 /* Timing variables are used to measure elapsed time in various 27 wall-clock time, as appropriate to and supported by the host 37 Timing variables may be pushed onto the stack; elapsed time is 43 All time elapsed between the two calls is attributed to the 47 /* This structure stores the various varieties of time that can be 48 measured. Times are stored in seconds. The time may be an 49 absolute time or a time difference; in the former case, the time 51 produces a valid time difference. * [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
time_hashlib.py | 4 import sys, time namespace 16 start = time.time() 19 end = time.time() 24 start = time.time() 27 end = time.time() 32 start = time.time( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
time_hashlib.py | 4 import sys, time namespace 16 start = time.time() 19 end = time.time() 24 start = time.time() 27 end = time.time() 32 start = time.time( [all...] |
/system/core/toolbox/ |
uptime.c | 32 #include <sys/time.h> 38 #include <time.h> 41 static void format_time(int time, char* buffer) { 44 seconds = time % 60; 45 time /= 60; 46 minutes = time % 60; 47 time /= 60; 48 hours = time % 24; 49 days = time / 24; 94 fprintf(stderr, "Could not get monotonic time\n") [all...] |
/external/bison/m4/ |
time_h.m4 | 1 # Configure a more-standard replacement for <time.h>. 24 gl_NEXT_HEADERS([time.h]) 29 dnl in time.h, sys/time.h, or pthread.h. 33 AC_CHECK_HEADERS_ONCE([sys/time.h]) 34 AC_CACHE_CHECK([for struct timespec in <time.h>], 38 [[#include <time.h> 50 AC_CACHE_CHECK([for struct timespec in <sys/time.h>], 54 [[#include <sys/time.h>
|
/external/blktrace/btt/ |
trace_issue.c | 37 aqd_issue(d_iop->dip->aqd_handle, BIT_TIME(d_iop->t.time)); 44 update_i2d(q_iop, tdelta(q_iop->i_time, d_iop->t.time)); 46 update_m2d(q_iop, tdelta(q_iop->m_time, d_iop->t.time)); 51 q_iop->d_time = d_iop->t.time; 57 d_iop->t.time - q_iop->t.time); 58 latency_q2d(q_iop->dip, d_iop->t.time, 59 d_iop->t.time - q_iop->t.time);
|
/external/chromium_org/base/timer/ |
hi_res_timer_manager_unittest.cc | 11 #include "base/time/time.h" 38 // But the Time class has it off, because it hasn't been activated. 39 EXPECT_FALSE(base::Time::IsHighResolutionTimerInUse()); 42 base::Time::ActivateHighResolutionTimer(true); 43 EXPECT_TRUE(base::Time::IsHighResolutionTimerInUse()); 48 EXPECT_FALSE(base::Time::IsHighResolutionTimerInUse()); 53 EXPECT_TRUE(base::Time::IsHighResolutionTimerInUse()); 56 base::Time::ActivateHighResolutionTimer(false);
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
touch_operation.h | 18 class Time; 45 // Touches the file by updating last access time and last modified time. 49 const base::Time& last_access_time, 50 const base::Time& last_modified_time, 56 const base::Time& last_access_time, 57 const base::Time& last_modified_time, 62 // Part of TouchFile(). Runs after the server side update for last access time 63 // and last modified time is completed.
|
/external/chromium_org/chrome/browser/performance_monitor/ |
event.h | 9 #include "base/time/time.h" 52 // be compared against other events, we construct it with type and time. Other 58 const base::Time& time, 68 base::Time time() const { return time_; } function in class:performance_monitor::Event 75 // The time at which the event was recorded. 76 base::Time time_;
|
/external/chromium_org/chrome/browser/ |
upload_list.h | 14 #include "base/time/time.h" 17 // time,id 18 // time,id 20 // where each line represents an upload and "time" is Unix time. Must be used 26 UploadInfo(const std::string& c, const base::Time& t); 30 base::Time time; member in struct:UploadList::UploadInfo
|
/external/chromium_org/content/renderer/media/ |
cache_util.cc | 11 #include "base/time/time.h" 18 using base::Time; 74 Time date; 75 Time expires; 76 if (Time::FromString(response.httpHeaderField("Date").utf8().data(), &date) && 77 Time::FromString(response.httpHeaderField("Expires").utf8().data(), 79 date > Time() && expires > Time() &&
|
/external/chromium_org/net/ftp/ |
ftp_util.h | 14 class Time; 35 // Converts a "ls -l" date listing to time. The listing comes in three 37 // of month. The third one is either a time (and then we guess the year based 38 // on |current_time|), or is a year (and then we don't know the time). 42 const base::Time& current_time, 43 base::Time* result); 45 // Converts a Windows date listing to time. Returns true on success. 47 const base::string16& time, 48 base::Time* result);
|
/frameworks/av/libvideoeditor/osal/src/ |
M4OSA_Clock.c | 26 #include <sys/time.h> 27 #include <time.h> 39 * @brief This function gets an absolute time to an unknown reference with 41 * @note It means it can only be used to get a relative time by computing 43 * It is to the caller to allocate time. Time is expressed in 47 * @param time: (IN/OUT) time 48 * @param timescale: (IN) The timescale (time unit per second)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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 */
|
/prebuilts/gcc/linux-x86/host/i686-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 */
|