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

<<11121314151617181920>>

  /external/e2fsprogs/tests/f_dup4/
expect.1 17 File /dir/foo (inode #16, mod time Tue Apr 10 21:00:00 2007)
19 /dir/quux1 (inode #19, mod time Tue Apr 10 21:00:00 2007)
20 /dir3/baz (inode #18, mod time Tue Apr 10 21:00:00 2007)
21 /dir2/bar (inode #17, mod time Tue Apr 10 21:00:00 2007)
24 File /dir2/bar (inode #17, mod time Tue Apr 10 21:00:00 2007)
26 /dir/quux1 (inode #19, mod time Tue Apr 10 21:00:00 2007)
27 /dir3/baz (inode #18, mod time Tue Apr 10 21:00:00 2007)
28 /dir/foo (inode #16, mod time Tue Apr 10 21:00:00 2007)
31 File /dir3/baz (inode #18, mod time Tue Apr 10 21:00:00 2007)
33 /dir/quux1 (inode #19, mod time Tue Apr 10 21:00:00 2007
    [all...]
  /external/eigen/bench/
benchmark_suite 4 $CXX -O3 -I .. -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
6 $CXX -O3 -I .. benchmark.cpp -o benchmark && time ./benchmark >/dev/null
8 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmark.cpp -o benchmark && time ./benchmark >/dev/null
10 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmark.cpp -o benchmark && time ./benchmark >/dev/null
12 $CXX -O3 -I .. -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
14 $CXX -O3 -I .. benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
16 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR -DNDEBUG benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
18 $CXX -O3 -I .. -DEIGEN_DEFAULT_TO_ROW_MAJOR benchmarkX.cpp -o benchmarkX && time ./benchmarkX >/dev/null
  /external/kernel-headers/original/uapi/asm-mips/asm/
sembuf.h 15 __kernel_time_t sem_otime; /* last semop time */
16 __kernel_time_t sem_ctime; /* last change time */
  /external/libcxx/test/utilities/time/
Android.mk 17 test_makefile := external/libcxx/test/utilities/time/Android.mk
19 test_name := utilities/time/milliseconds
23 test_name := utilities/time/hours
27 test_name := utilities/time/minutes
31 test_name := utilities/time/version
35 test_name := utilities/time/nanoseconds
39 test_name := utilities/time/seconds
43 test_name := utilities/time/microseconds
  /external/valgrind/main/helgrind/tests/
cond_timedwait_invalid.c 2 #include <time.h>
16 abstime.tv_sec = time(NULL) + 2;
  /frameworks/base/core/java/android/animation/
TimeAnimator.java 8 * the total elapsed time, and the elapsed time since the previous animation frame.
55 * frame to receive the total time since the animator started and the delta time
56 * since the last frame. The first time the listener is called,
64 * along with information about the elapsed time.</p>
67 * @param totalTime The total time elapsed since the animator started, in milliseconds.
68 * @param deltaTime The time elapsed since the previous frame, in milliseconds.
  /frameworks/base/core/tests/coretests/src/android/text/format/
TimeTest.java 21 import android.text.format.Time;
31 Time t = new Time(Time.TIMEZONE_UTC);
180 Time local = new Time("America/Los_Angeles");
271 Time t = new Time(Time.TIMEZONE_UTC);
279 Time t = new Time(Time.TIMEZONE_UTC)
525 Time time = new Time(); local
567 Time time = new Time(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
times.h 29 #include <time.h>
34 /* Structure describing CPU time used by a process and its children. */
37 clock_t tms_utime; /* User CPU time. */
38 clock_t tms_stime; /* System CPU time. */
40 clock_t tms_cutime; /* User CPU time of dead children. */
41 clock_t tms_cstime; /* System CPU time of dead children. */
45 /* Store the CPU time used by this process and all its
47 Return the elapsed real time, or (clock_t) -1 for errors.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
times.h 29 #include <time.h>
34 /* Structure describing CPU time used by a process and its children. */
37 clock_t tms_utime; /* User CPU time. */
38 clock_t tms_stime; /* System CPU time. */
40 clock_t tms_cutime; /* User CPU time of dead children. */
41 clock_t tms_cstime; /* System CPU time of dead children. */
45 /* Store the CPU time used by this process and all its
47 Return the elapsed real time, or (clock_t) -1 for errors.
  /external/valgrind/main/coregrind/m_gdbserver/
signals.c 68 {"SIGXCPU", "CPU time limit exceeded"},
89 {"SIG33", "Real-time event 33"},
90 {"SIG34", "Real-time event 34"},
91 {"SIG35", "Real-time event 35"},
92 {"SIG36", "Real-time event 36"},
93 {"SIG37", "Real-time event 37"},
94 {"SIG38", "Real-time event 38"},
95 {"SIG39", "Real-time event 39"},
96 {"SIG40", "Real-time event 40"},
97 {"SIG41", "Real-time event 41"}
    [all...]
  /development/ndk/sources/android/ndk_helper/
perfMonitor.h 22 #include <time.h>
31 * Helper class for a performance monitoring and get current tick time
53 struct timeval time; local
54 gettimeofday( &time, NULL );
55 double ret = time.tv_sec + time.tv_usec * 1.0 / 1000000.0;
  /external/chromium_org/base/time/
tick_clock.h 9 #include "base/time/time.h"
15 // non-decreasing time.
17 // See DefaultTickClock (base/time/default_tick_clock.h) for the default
26 // See Clock (base/time/clock.h) for the equivalent interface for Times.
34 // time, although they might "stand still".
  /external/chromium_org/chrome/test/mini_installer/
launch_chrome.py 12 import time namespace
29 start_time = time.time()
30 while time.time() - start_time < 30:
33 time.sleep(0.1)
  /external/chromium_org/cloud_print/gcp20/prototype/
x_privet_token.h 12 #include "base/time/time.h"
36 XPrivetToken(const std::string& secret, const base::Time& gen_time);
38 // Generates X-Privet-Token for with certain time of issue.
47 // Time of last secret generation.
48 base::Time last_gen_time_;
  /external/chromium_org/components/network_time/
network_time_tracker.cc 13 #include "base/time/tick_clock.h"
22 const int64 kTicksResolutionMs = base::Time::kMinLowResolutionThresholdMs;
27 // Number of time measurements performed in a given network time calculation.
49 base::Time local_time_saved = base::Time::FromJsTime(local_time_js);
50 base::Time local_time_now = base::Time::Now();
56 network_time_ = base::Time::FromJsTime(network_time_js) +
67 void NetworkTimeTracker::UpdateNetworkTime(base::Time network_time
    [all...]
  /external/chromium_org/content/browser/download/
rate_estimator.h 12 #include "base/time/time.h"
29 // Increment the counter by |count|. The first variant uses the current time,
30 // the second variant provides the time that |count| is observed.
35 // current time, the second variant provides the time.
  /external/chromium_org/content/common/
websocket.h 12 #include "base/time/time.h"
37 // The time that this request is sent
38 base::Time request_time;
57 // The time that this response arrives
58 base::Time response_time;
  /external/chromium_org/jingle/notifier/communicator/
login_settings.h 10 #include "base/time/time.h"
53 ServerList GetServersForTimeForTest(base::Time now) const;
55 base::Time GetRedirectExpirationForTest() const;
58 ServerList GetServersForTime(base::Time now) const;
68 base::Time redirect_expiration_;
  /external/chromium_org/net/ftp/
ftp_directory_listing_parser.h 13 #include "base/time/time.h"
33 // Last modified time, in local time zone.
34 base::Time last_modified;
41 const base::Time& current_time,
  /external/chromium_org/sync/internal_api/public/events/
normal_get_updates_request_event.h 9 #include "base/time/time.h"
26 base::Time timestamp,
32 virtual base::Time GetTimestamp() const OVERRIDE;
40 base::Time timestamp,
47 const base::Time timestamp_;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tztrans.h 12 * \brief C++ API: Time zone transition
27 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
28 * An instance has a time of transition and rules for both before and after the transition.
34 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
37 * @param time The time of transition in milliseconds since the base time.
38 * @param from The time zone rule used before the transition.
39 * @param to The time zone rule used after the transition.
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
    [all...]
  /external/chromium_org/third_party/libevent/sample/
time-test.c 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
17 #include <time.h>
19 #include <sys/time.h>
37 int newtime = time(NULL);
64 lasttime = time(NULL);
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
responsiveness_metric.py 15 slices whose thread time ranges overlapped with any thread time ranges of
20 top slices whose thread time ranges overlapped with any of records' thread
21 time ranges.
34 # TODO(nednguyen): maybe fall back to use wall-time for computing the
40 'trace does not contain thread time data. %s',
  /external/fonttools/Lib/fontTools/ttLib/tables/
F_F_T_M_.py 6 import time namespace
34 value = time.asctime(time.gmtime(max(0, value + mac_epoch_diff)))
36 value = time.asctime(time.gmtime(0))
43 value = calendar.timegm(time.strptime(value)) - mac_epoch_diff
  /external/icu/icu4c/source/i18n/unicode/
tztrans.h 12 * \brief C++ API: Time zone transition
27 * <code>TimeZoneTransition</code> is a class representing a time zone transition.
28 * An instance has a time of transition and rules for both before and after the transition.
34 * Constructs a <code>TimeZoneTransition</code> with the time and the rules before/after
37 * @param time The time of transition in milliseconds since the base time.
38 * @param from The time zone rule used before the transition.
39 * @param to The time zone rule used after the transition.
42 TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
    [all...]

Completed in 860 milliseconds

<<11121314151617181920>>