HomeSort by relevance Sort by last modified time
    Searched full:time (Results 1126 - 1150 of 15385) sorted by null

<<41424344454647484950>>

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ThreadInfo.java 103 * Returns the cumulative user time.
110 * Returns the cumulative system time.
132 * Returns the approximate time of the stacktrace data.
  /system/extras/tests/sdcard/
profile_sdcard.sh 30 # Time to run a test vs number of processes
38 echo "# Process Time" | tee -a ${file}
50 # Find the time of the last read op.
  /external/blktrace/btreplay/doc/
btreplay.tex 60 IO layer -- indicating the device, CPU number, time stamp, IO direction,
104 \item[Time differential] The time stamps stored during the
105 \texttt{blktrace} run are used to determine the amount of time between
107 maintain the same time differential between IOs, but no guarantees as
114 As noted above, the time between IOs may not be accurately maintained
117 maintains its own concept of time, and thus there may be slippage of the
118 time kept between managing threads.)
133 multiple sequential (in time) IOs and put them in a single \emph{bunch} of
136 turnaround time penalty (user-space to kernel and back). Note that in
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
InterpolatorTest.java 137 long time = SystemClock.uptimeMillis(); local
138 // set key frames far enough apart so that processing time will not cause result to
140 interpolator.setKeyFrame(0, (int)(time - 10000), new float[] {1.0f});
141 interpolator.setKeyFrame(1, (int)(time + 10000), new float[] {2.0f});
146 time = SystemClock.uptimeMillis();
147 interpolator.setKeyFrame(0, (int)(time + 1000), new float[] {2.0f});
148 interpolator.setKeyFrame(1, (int)(time + 2000), new float[] {3.0f});
153 time = SystemClock.uptimeMillis();
154 interpolator.setKeyFrame(0, (int)(time - 2000), new float[] {2.0f});
155 interpolator.setKeyFrame(1, (int)(time - 1000), new float[] {3.0f})
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 77 // Returns the time the bookmark/folder was added.
78 const base::Time& date_added() const { return date_added_; }
79 // Sets the time the bookmark/folder was added.
80 void set_date_added(const base::Time& date) { date_added_ = date; }
82 // Returns the last time the folder was modified. This is only maintained
84 const base::Time& date_folder_modified() const {
87 // Sets the last time the folder was modified.
88 void set_date_folder_modified(const base::Time& date) {
126 // TODO(sky): Consider adding last visit time here, it'll greatly simplify
154 base::Time date_added_
    [all...]
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 21 #include "base/time.h"
36 // Prefix for the time measurement files.
40 // Name of the time that Chrome's main() is called.
126 double ms = seconds * base::Time::kMillisecondsPerSecond;
134 // reported already to avoid sending boot time histogram samples
135 // every time the user logs out.
174 const FilePath::CharType kFirmwareBootTime[] = FPL("firmware-boot-time");
185 // Wait until firmware-boot-time file exists by reposting.
259 base::Time first = login_times.front().time();
    [all...]
  /external/icu4c/i18n/unicode/
smpdtfmt.h 49 * parsing (text -> millis), and normalization. Formats/Parses a date or time,
52 * Clients are encouraged to create a date-time formatter using DateFormat::getInstance(),
61 * Date/Time format syntax:
63 * The date/time format is specified by means of a string time pattern. In this
91 * z time zone (Time) Pacific Standard Time
92 * Z time zone (RFC 822) (Number) -0800
93 * v time zone (generic) (Text) Pacific Tim
    [all...]
  /external/iproute2/man/man8/
tc-cbq.8 65 idle time calculations based on the timing of dequeue events and
70 be idle 90% of the time. If it isn't, it needs to be throttled so that it
71 IS idle 90% of the time.
78 The calculated idle time is subtracted from the EWMA measured one,
92 amount of time that was calculated to pass between packets, and then
165 transmission time tables. The qdisc allot differs slightly from the class allot discussed
173 To determine the idle time, CBQ must know the bandwidth of your underlying
178 The cell size determines he granularity of packet transmission time calculations. Has a sensible default.
181 A zero sized packet may still take time to transmit. This value is the lower
182 cap for packet transmission time calculations - packets smaller than this valu
    [all...]
  /external/quake/quake/src/WinQuake/
sys_android.cpp 28 #include <sys/time.h>
603 fastestFrame.time = 1e6;
605 slowestFrame.time = -1;
609 static void UpdateFrameTimes(float time)
613 if (fastestFrame.time > time) {
614 fastestFrame.time = time;
617 if (slowestFrame.time < time) {
628 double time, newtime; local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 55 fprintf(fOut, "time,PID,handle,name,domAD,domVD,domID,domAE,domVE,domIE,"
277 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time),
316 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time),
363 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time),
388 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time),
401 me->prompt, TIME_SECONDS(perf->time), TIME_MICROSECONDS(perf->time)
    [all...]
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 49 * current rules indefinitely far backward and forward in time. As a result,
108 * // get the supported ids for GMT-08:00 (Pacific Standard Time)
115 * System.out.println("Current Time");
117 * // create a Pacific Standard Time time zone
120 * // set up rules for daylight savings time
124 * // create a GregorianCalendar with the Pacific Daylight time zone
125 * // and the current date and time
153 * System.out.println("Current Time, with hour reset to 3");
236 * time with the default {@code Locale} and {@code TimeZone}
    [all...]
  /external/stlport/src/
time_facets.cpp 99 static void _Init_timeinfo_base(_Time_Info_Base& table, _Locale_time * time) {
100 table._M_time_format = _Locale_t_fmt(time);
108 table._M_date_format = _Locale_d_fmt(time);
109 table._M_date_time_format = _Locale_d_t_fmt(time);
110 table._M_long_date_format = _Locale_long_d_fmt(time);
111 table._M_long_date_time_format = _Locale_long_d_t_fmt(time);
114 static void _Init_timeinfo(_Time_Info& table, _Locale_time * time) {
117 table._M_dayname[i] = _Locale_abbrev_dayofweek(time, i);
119 table._M_dayname[i+7] = _Locale_full_dayofweek(time, i);
121 table._M_monthname[i] = _Locale_abbrev_monthname(time, i)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 99 static void _Init_timeinfo_base(_Time_Info_Base& table, _Locale_time * time) {
100 table._M_time_format = _Locale_t_fmt(time);
108 table._M_date_format = _Locale_d_fmt(time);
109 table._M_date_time_format = _Locale_d_t_fmt(time);
110 table._M_long_date_format = _Locale_long_d_fmt(time);
111 table._M_long_date_time_format = _Locale_long_d_t_fmt(time);
114 static void _Init_timeinfo(_Time_Info& table, _Locale_time * time) {
117 table._M_dayname[i] = _Locale_abbrev_dayofweek(time, i);
119 table._M_dayname[i+7] = _Locale_full_dayofweek(time, i);
121 table._M_monthname[i] = _Locale_abbrev_monthname(time, i)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 58 #define Time CARD32
462 Time start B32;
463 Time stop B32;
552 Time time B32;
585 Time time B32;
680 Time time B32;
706 Time time B32
    [all...]
XKBproto.h 36 #define Time CARD32
1016 Time time B32;
1032 Time time B32;
1054 Time time B32;
1083 Time time B32;
1111 Time time B32
    [all...]
  /bionic/libc/kernel/common/linux/
resource.h 15 #include <linux/time.h>
  /bionic/libc/private/
syscommon.h 21 #include <sys/time.h>
  /build/target/board/generic_x86/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /cts/tests/src/android/theme/cts/
TimePickerModifier.java 23 * Modifies the {@link TimePicker} widget to set a precise time.
  /cts/tests/tests/os/src/android/os/cts/
CountDownTimerTest.java 140 * @param time The time to wait.
142 private void waitForAction(long time) {
144 Thread.sleep(time);
  /cts/tools/host/src/com/android/cts/
TestSessionLog.java 174 * Get TestSession start time
176 * @return The start time.
183 * Get TestSession end time
185 * @return The end time.
218 * set TestSession start time
220 * @param time The start time.
222 public void setStartTime(final long time) {
223 mSessionStartTime.setTime(time);
225 String startTimeStr = HostUtils.getFormattedTimeString(time, "_", ".", ".")
    [all...]
  /dalvik/vm/mterp/c/
OP_BREAKPOINT.cpp 15 * time we get here, the breakpoint has already been handled and
  /development/ndk/platforms/android-3/include/linux/
resource.h 15 #include <linux/time.h>
  /development/ndk/samples/hello-neon/src/com/example/neon/
HelloNeon.java 32 * installation time by the package manager.
  /development/samples/GlobalTime/res/values/
strings.xml 22 <string name="global_time_text_text">Global Time</string>

Completed in 885 milliseconds

<<41424344454647484950>>