HomeSort by relevance Sort by last modified time
    Searched full:time (Results 401 - 425 of 34351) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync_file_system/
conflict_resolution_resolver.h 12 class Time;
35 const base::Time& local_update_time,
37 const base::Time& remote_update_time);
  /external/chromium_org/components/autofill/content/browser/
autocheckout_statistic.h 11 #include "base/time/time.h"
31 // Time taken for performing |steps|, used for measuring latency.
  /external/chromium_org/content/public/browser/
plugin_data_remover.h 10 #include "base/time/time.h"
28 virtual base::WaitableEvent* StartRemoving(base::Time begin_time) = 0;
  /external/chromium_org/content/renderer/media/
render_media_log.h 9 #include "base/time/time.h"
31 base::Time last_ipc_send_time_;
  /external/chromium_org/content/renderer/
stats_collection_observer.h 8 #include "base/time/time.h"
27 // a null time value under various circumstances.
  /external/chromium_org/media/base/
scoped_histogram_timer.h 9 #include "base/time/time.h"
11 // Scoped class which logs its time on this earth as a UMA statistic. Must be
  /external/chromium_org/net/cert/
x509_util_openssl.h 17 class Time;
39 bool NET_EXPORT ParseDate(ASN1_TIME* x509_time, base::Time* time);
  /external/chromium_org/net/disk_cache/flash/
flash_cache_test_base.cc 9 #include "base/time/time.h"
15 int seed = static_cast<int>(base::Time::Now().ToInternalValue());
  /external/chromium_org/net/proxy/
proxy_retry_info.h 10 #include "base/time/time.h"
16 // We should not retry until this time.
  /external/chromium_org/net/tools/gdig/
file_net_log.h 12 #include "base/time/time.h"
32 base::Time first_event_time_;
  /external/chromium_org/net/tools/quic/
quic_epoll_clock.h 18 // Clock to efficiently retrieve an approximately accurate time from an
25 // Returns the approximate current time as a QuicTime object.
28 // Returns the current time as a QuicTime object.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
console-call-line-numbers.html 6 console.time("Test console.time");
7 console.timeEnd("Test console.time");
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tmutamt.h 14 * \brief C++ API: time unit amount object.
26 * Express a duration as a time unit and number. Patterned after Currency.
35 * given time unit.
37 * @param timeUnitField the time unit field of a time unit
51 * given time unit.
53 * @param timeUnitField the time unit field on which a time unit amount
141 * Get the time unit.
142 * @return time unit object
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkTime_Unix.cpp 12 #include <sys/time.h>
13 #include <time.h>
20 time(&m_time);
  /external/chromium_org/tools/android/adb_reboot/
adb_reboot.c 9 #include <time.h>
35 time(&ct);
37 /* File was not touched for some time. */
  /external/chromium_org/ui/base/animation/
animation_container_element.h 8 #include "base/time/time.h"
24 // Returns the time interval of the animation. If an Element needs to change
  /external/icu4c/i18n/unicode/
tmutamt.h 14 * \brief C++ API: time unit amount object.
26 * Express a duration as a time unit and number. Patterned after Currency.
35 * given time unit.
37 * @param timeUnitField the time unit field of a time unit
51 * given time unit.
53 * @param timeUnitField the time unit field on which a time unit amount
141 * Get the time unit.
142 * @return time unit object
    [all...]
  /external/kernel-headers/original/asm-arm/
msgbuf.h 16 __kernel_time_t msg_stime; /* last msgsnd time */
18 __kernel_time_t msg_rtime; /* last msgrcv time */
20 __kernel_time_t msg_ctime; /* last change time */
shmbuf.h 17 __kernel_time_t shm_atime; /* last attach time */
19 __kernel_time_t shm_dtime; /* last detach time */
21 __kernel_time_t shm_ctime; /* last change time */
  /external/kernel-headers/original/asm-mips/
shmbuf.h 16 __kernel_time_t shm_atime; /* last attach time */
17 __kernel_time_t shm_dtime; /* last detach time */
18 __kernel_time_t shm_ctime; /* last change time */
  /external/kernel-headers/original/asm-x86/
msgbuf.h 18 __kernel_time_t msg_stime; /* last msgsnd time */
22 __kernel_time_t msg_rtime; /* last msgrcv time */
26 __kernel_time_t msg_ctime; /* last change time */
  /external/skia/src/ports/
SkTime_Unix.cpp 12 #include <sys/time.h>
13 #include <time.h>
20 time(&m_time);
  /frameworks/base/media/java/android/media/videoeditor/
Effect.java 37 * The start time of the effect relative to the beginning
58 * @param startTimeMs The start time relative to the media item to which it
69 throw new IllegalArgumentException("Invalid start time Or/And Duration");
72 throw new IllegalArgumentException("Invalid start time and duration");
123 * Set start time of the effect. If a preview or export is in progress, then
126 * @param startTimeMs The start time of the effect relative to the beginning
131 throw new IllegalArgumentException("Start time is too large");
142 * Get the start time of the effect
144 * @return The start time in milliseconds
151 * Set the start time and duratio
    [all...]
  /packages/apps/Browser/src/com/android/browser/
EventLogTags.logtags 12 70104 browser_page_loaded (url|3), (time|2|3)
14 # This event is logged when the user navigates to a new page, sending the time spent on the current page.
15 70105 browser_timeonpage (url|3), (time|2|3)
  /packages/apps/Calendar/tests/src/com/android/calendar/alerts/
Utils.java 19 import android.text.format.Time;
24 Time t = new Time(timezone);

Completed in 1174 milliseconds

<<11121314151617181920>>