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

<<21222324252627282930>>

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
51 using ::time;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/
ctime 34 * Standard C++ Library wrapper around the C time.h header file.
38 #include <time.h>
53 using ::time;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatMessage.java 24 * generating the message, the time at which the message was generated, and
39 String tag, String time, String msg) {
44 mTime = time;
  /system/extras/tests/bionic/libc/common/
test_tm_zone.c 29 #include <time.h>
36 fprintf(stderr, "TM_ZONE is not defined in <time.h> !!\n" );
40 time_t now = time(NULL);
  /cts/tests/tests/os/src/android/os/cts/
PowerManagerTest.java 32 public static final long TIME = 3000;
71 wl.acquire(TIME);
73 Thread.sleep(TIME + MORE_TIME);
83 Thread.sleep(TIME);
  /cts/tools/utils/
host_config.xml 32 <!-- Max time [ms] between test status updates. -->
34 <!-- Max time [ms] from start of package in batch mode and the first test status update. -->
36 <!-- Max time [ms] from start of test in individual mode to the first test status update. -->
42 <!-- Time to wait [ms] after a package installation or removal. -->
  /dalvik/vm/mterp/c/
OP_IPUT_OBJECT.cpp 10 * init time, and then verify the type here.
OP_IPUT_OBJECT_JUMBO.cpp 10 * init time, and then verify the type here.
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-android.c 21 #include <sys/time.h>
22 #include <time.h>
80 * time in sTimeStopped for future nativeRender calls */
83 /* we resumed the animation, so adjust the time offset
  /development/samples/GlobalTime/
AndroidManifest.xml 3 android:label="Global Time">
  /development/samples/USB/AdbTest/
README.txt 3 output in a text view and only allows connecting to one device at a time.
  /external/chromium/base/mac/
os_crash_dumps.h 11 // On Mac OS X, it can take a really long time for the OS crash handler to
  /external/chromium/base/
platform_file.h 19 #include "base/time.h"
89 // The last modified time of a file.
90 base::Time last_modified;
92 // The last accessed time of a file.
93 base::Time last_accessed;
95 // The creation time of a file.
96 base::Time creation_time;
130 BASE_API bool TouchPlatformFile(PlatformFile file, const Time& last_access_time,
131 const Time& last_modified_time);
  /external/chromium/chrome/browser/
background_mode_manager_chromeos.cc 17 // the time anyway.
  /external/chromium/chrome/browser/debugger/
devtools_netlog_observer.h 34 const base::TimeTicks& time,
40 const base::TimeTicks& time,
46 const base::TimeTicks& time,
52 const base::TimeTicks& time,
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 25 double MilliSecondsFromTime(const base::Time& time) {
26 return 1000 * time.ToDoubleT();
177 bool HistoryFunction::GetTimeFromValue(Value* value, base::Time* time) {
188 // Time::FromDoubleT converts double time 0 to empty Time object. So we need
190 *time = (seconds_from_epoch == 0) ?
191 base::Time::UnixEpoch() : base::Time::FromDoubleT(seconds_from_epoch)
    [all...]
  /external/chromium/chrome/browser/history/
visitsegment_database.h 51 bool IncreaseSegmentVisitCount(SegmentID segment_id, base::Time ts,
57 void QuerySegmentUsage(base::Time from_time,
61 // Delete all the segment usage data which is older than the provided time
63 void DeleteSegmentData(base::Time older_than);
  /external/chromium/chrome/browser/net/
url_info_unittest.cc 7 #include <time.h>
11 #include "base/time.h"
26 // states look reasonable as time ticks away. If the test bots are too slow,
32 // First load DLL, so that their load time won't interfere with tests.
33 // Some tests involve timing function performance, and DLL time can overwhelm
40 // Start test with actual (long/default) expiration time intact.
60 const int kMockExpirationTime(300); // Vastly reduced expiration time.
63 // That was a nice life when the object was found.... but next time it won't
82 EXPECT_TRUE(info.NeedsDnsUpdate()) << "expiration time not honored";
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu.mm 14 // is placed in a BookmarkMenu at the time a cell is asked for its
  /external/chromium/chrome/browser/ui/gtk/
external_protocol_dialog_gtk.h 10 #include "base/time.h"
instant_confirm_dialog_gtk.h 18 // Shown when the user enables instant for the first time.
  /external/chromium/chrome/common/extensions/docs/examples/api/omnibox/simple-example/
background.html 2 // This event is fired each time the user updates the text in the omnibox,
  /external/chromium/net/base/
capturing_net_log.h 16 #include "base/time.h"
27 const base::TimeTicks& time,
34 base::TimeTicks time; member in struct:net::CapturingNetLog::Entry
59 const base::TimeTicks& time,
  /external/chromium/net/disk_cache/
in_flight_backend_io.h 43 // Returns the time that has passed since the operation was created.
52 void DoomEntriesBetween(const base::Time initial_time,
53 const base::Time end_time);
54 void DoomEntriesSince(const base::Time initial_time);
119 base::Time initial_time_;
120 base::Time end_time_;
152 void DoomEntriesBetween(const base::Time initial_time,
153 const base::Time end_time,
155 void DoomEntriesSince(const base::Time initial_time,

Completed in 572 milliseconds

<<21222324252627282930>>