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

<<31323334353637383940>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 28 # include <time.h>
49 using _STLP_VENDOR_CSTD::time;
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
timeb.h 31 #include <sys/time.h>
36 time_t time; member in struct:timeb
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ctime.h 28 # include <time.h>
49 using _STLP_VENDOR_CSTD::time;
  /sdk/emulator/qtools/
bb_dump.cpp 34 printf("# time bb pid num_insns bb_addr\n");
43 event.time, event.bb_num, event.pid, event.num_insns,
  /system/core/include/cutils/
tztime.h 20 #include <time.h>
30 /* the following is defined in <time.h> in Bionic */
  /system/core/toolbox/
watchprops.c 3 #include <time.h>
37 fprintf(stderr,"%10d %s = '%s'\n", (int) time(0), name, value);
  /system/extras/tests/sdcard/
testcase.h 48 // Reads takes less time than writes. This is a basic
50 // terminate roughly at the same time as the write tasks.
153 StopWatch *mTestTimer; // Used to time the test overall.
154 StopWatch *mOpenTimer; // Used to time the open calls.
155 StopWatch *mReadTimer; // Used to time the read calls.
156 StopWatch *mWriteTimer; // Used to time the write calls.
157 StopWatch *mSyncTimer; // Used to time the sync/fsync calls.
158 StopWatch *mTruncateTimer; // Used to time the ftruncate calls.
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest.cc 86 base::Time folder_add_date;
94 EXPECT_TRUE(base::Time::FromTimeT(1207558707) == folder_add_date);
109 base::Time add_date;
119 EXPECT_TRUE(base::Time() == add_date);
130 EXPECT_TRUE(base::Time() == add_date);
140 EXPECT_TRUE(base::Time() == add_date);
151 EXPECT_TRUE(base::Time::FromTimeT(1121301154) == add_date);
165 EXPECT_TRUE(base::Time::FromTimeT(1212447159) == add_date);
176 EXPECT_TRUE(base::Time() == add_date);
211 EXPECT_EQ(base::Time::FromTimeT(1295938143), entry.creation_time)
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 346 #define SYNC_FREQ_HISTOGRAM(name, time) UMA_HISTOGRAM_CUSTOM_TIMES( \
347 name, time, base::TimeDelta::FromMilliseconds(1), \
350 void PostTimeToTypeHistogram(ModelType model_type, base::TimeDelta time) {
353 SYNC_FREQ_HISTOGRAM("Sync.FreqBookmarks", time);
357 SYNC_FREQ_HISTOGRAM("Sync.FreqPreferences", time);
361 SYNC_FREQ_HISTOGRAM("Sync.FreqPasswords", time);
365 SYNC_FREQ_HISTOGRAM("Sync.FreqAutofill", time);
369 SYNC_FREQ_HISTOGRAM("Sync.FreqAutofillProfiles", time);
373 SYNC_FREQ_HISTOGRAM("Sync.FreqThemes", time);
377 SYNC_FREQ_HISTOGRAM("Sync.FreqTypedUrls", time);
    [all...]
  /external/chromium/third_party/libevent/
configure.in 46 AC_CHECK_HEADERS(fcntl.h stdarg.h inttypes.h stdint.h poll.h signal.h unistd.h sys/epoll.h sys/time.h sys/queue.h sys/event.h sys/param.h sys/ioctl.h sys/select.h sys/devpoll.h port.h netinet/in6.h sys/socket.h)
63 AC_MSG_CHECKING(for timeradd in sys/time.h)
66 #include <sys/time.h>
71 [Define if timeradd is defined in <sys/time.h>])
77 AC_MSG_CHECKING(for timercmp in sys/time.h)
80 #include <sys/time.h>
85 [Define if timercmp is defined in <sys/time.h>])
91 AC_MSG_CHECKING(for timerclear in sys/time.h)
94 #include <sys/time.h>
99 [Define if timerclear is defined in <sys/time.h>]
    [all...]
  /external/icu4c/i18n/unicode/
ucal.h 28 * time with millisecond precision. See UDate
39 * <code>UCalendar</code> whose time fields have been initialized
40 * with the current date and time. We need to specify the type of
56 * A <code>UCalendar</code> object can produce all the time field values
57 * needed to implement the date-time formatting for a particular language
61 * When computing a <code>UDate</code> from time fields, two special circumstances
92 * For the time of day:
123 * The date or time format strings are not part of the definition of a
136 * adding the specified (signed) amount of time to a particular time field
    [all...]
  /external/icu4c/tools/tzcode/
tzselect.ksh 5 # Ask the user about the time zone, and output the resulting TZ value to stdout.
54 echo >&2 "$0: time zone files are not set up correctly"
74 'so that time zone rules can be set correctly.'
96 'none - I want to specify the time zone using the Posix TZ format.'
122 time = "[0-2]?[0-9](:[0-5][0-9](:[0-5][0-9])?)?"
123 offset = "[-+]?" time
125 datetime = "," date "(/" time ")?"
133 'Posix time zone string.'
181 # Get list of names of time zone rule regions in the country.
203 'time zone regions.
    [all...]
  /development/tools/emulator/opengl/tests/event_injector/
iolooper.h 56 /* Gets current time in milliseconds.
58 * Number of milliseconds corresponded to the current time on success, or -1
62 /* Waits for an I/O to occur before specific absolute time.
64 * sequential I/O should be completed within given time interval. For instance,
79 * deadline Deadline (absoulte time in milliseconds) before which an I/O should
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
TBSCertificateStructure.java 42 Time startDate, endDate;
101 startDate = Time.getInstance(dates.getObjectAt(0));
102 endDate = Time.getInstance(dates.getObjectAt(1));
154 public Time getStartDate()
159 public Time getEndDate()
V3TBSCertificateGenerator.java 36 Time startDate, endDate;
76 this.startDate = new Time(startDate);
80 Time startDate)
88 this.endDate = new Time(endDate);
92 Time endDate)
  /external/chromium/base/
platform_file_posix.cc 165 bool TouchPlatformFile(PlatformFile file, const base::Time& last_access_time,
166 const base::Time& last_modified_time) {
193 info->last_modified = base::Time::FromTimeT(file_info.st_mtime);
194 info->last_accessed = base::Time::FromTimeT(file_info.st_atime);
195 info->creation_time = base::Time::FromTimeT(file_info.st_ctime);
  /external/chromium/chrome/browser/net/
chrome_net_log.cc 46 const base::TimeTicks& time,
52 time(time),
85 const base::TimeTicks& time,
93 OnAddEntry(type, time, source, phase, params));
  /external/chromium/chrome/browser/web_resource/
promo_resource_service.cc 9 #include "base/time.h"
36 // Maximum number of hours for each time slice (4 weeks).
134 static_cast<int64>((base::Time::FromDoubleT(
135 promo_start) - base::Time::Now()).InMilliseconds());
137 static_cast<int64>((base::Time::FromDoubleT(
138 promo_end) - base::Time::Now()).InMilliseconds());
144 // Notify immediately if time is between start and end.
165 // invalidate the NTP cache at the time of the promo start.
231 // If no time data or bad time data are set, do not show promo
    [all...]

Completed in 1132 milliseconds

<<31323334353637383940>>