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

<<71727374757677787980>>

  /external/chromium/chrome/browser/automation/
ui_controls_mac.mm 35 // processed, we setup a task to watch for the event queue time to time and
43 // be used, so that we don't need to poll the event queue time to time.
51 uint64_t time;
55 time = mach_absolute_time();
59 // If this is the first time we've run, get the timebase.
68 timeNano = time * sTimebaseInfo.numer / sTimebaseInfo.denom;
  /external/chromium/chrome/browser/
browser_shutdown.h 31 // time.
45 // Called at startup to create a histogram from our previous shutdown time.
crash_upload_list.cc 20 CrashUploadList::CrashInfo::CrashInfo(const std::string& c, const base::Time& t)
81 CrashInfo info(components[1], base::Time::FromDoubleT(seconds_since_epoch));
  /external/chromium/chrome/browser/chromeos/cros/
update_library.h 13 #include "base/time.h"
48 int64_t last_checked_time; // As reported by std::time().
  /external/chromium/chrome/browser/net/
load_timing_observer_unittest.cc 10 #include "base/time.h"
236 // Test that basic time is set to the request.
247 // Test proxy time detection.
266 // Test connect time detection.
291 // Test dns time detection.
324 // Test send time detection.
350 // Test receive time detection.
376 // Test ssl time detection.
resolve_proxy_msg_helper.h 21 // time, they will run in FIFO order, with only 1 being outstanding at a time.
  /external/chromium/chrome/browser/policy/
user_policy_cache.cc 58 cached_policy.set_timestamp(base::Time::NowFromSystemTime().ToTimeT());
102 SetUnmanagedInternal(base::Time::FromTimeT(cached_response.timestamp()));
104 base::Time timestamp;
111 base::Time now = base::Time::NowFromSystemTime();
120 SetUnmanagedInternal(base::Time::NowFromSystemTime());
128 const base::Time& timestamp) {
129 if (timestamp > base::Time::NowFromSystemTime() +
  /external/chromium/chrome/browser/resources/
about_stats.html 100 /* Timer accessor for Time Node. */
105 /* Timer accessor for Average Time Node. */
168 /* Compute the average time for timers */
174 var time = getTimerTimeFromTimerNode(node).innerHTML;
176 avg.innerHTML = Math.round(time / count * 100) / 100;
300 <td class="header2 lower" onclick="sort_table('number')">time (ms)</td>
301 <td class="header2 lower" onclick="sort_table('number')">avg time (ms)</td>
306 <td class="value" jscontent="time"></td>
  /external/chromium/chrome/browser/sessions/
session_service_test_helper.cc 14 using base::Time;
49 Time last_time;
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.cc 33 // At the /time/ path of the sync server, we expect to find a very simple
34 // time of day service that we can use to synchronize the local clock with
35 // server time.
36 static const char kSyncServerGetTimePath[] = "/time";
195 // Verify that the server really is reachable by checking the time. We need
218 VLOG(1) << "Unable to check the time";
240 int32 time; local
241 return CheckTime(&time);
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 78 void BookmarkDataTypeController::RecordAssociationTime(base::TimeDelta time) {
79 UMA_HISTOGRAM_TIMES("Sync.BookmarkAssociationTime", time);
  /external/chromium/chrome/browser/ui/cocoa/
hung_renderer_controller.h 10 // instance of this controller can exist at any time, although a given
15 // open at a time, if showForTabContents is called for a different
  /external/chromium/chrome/browser/webdata/
keyword_table.h 18 class Time;
24 // Note: The database stores time in seconds, UTC.
  /external/chromium/chrome/common/
worker_thread_ticker.cc 76 // call Start at the same time
89 // call Stop at the same time
  /external/chromium/net/tools/flip_server/
http_message_constants.cc 60 return "Request Time-out";
88 return "Gateway Time-out";
  /external/clang/test/SemaTemplate/
member-access-expr.cpp 111 // In theory we can do overload resolution at template-definition time on this.
145 // at instantiation time.
  /external/dbus/bus/
expirelist.h 42 long added_tv_sec; /**< Time we were added (seconds component) */
43 long added_tv_usec; /**< Time we were added (microsec component) */
  /external/e2fsprogs/misc/
uuidd.8.in 46 universally unique identifiers (UUIDs), especially time-based UUID's
81 request it to return a time-based UUID.
  /external/expat/tests/benchmark/
benchmark.c 4 #include <time.h>
111 printf ("%d loops, with buffer size %d. Average time per loop: %f\n",
  /external/icu4c/samples/datefmt/answers/
main_2.cpp 50 // The time zones in which we will display the time
  /external/icu4c/test/cintltst/
cintltst.h 72 * Set to NULL to use the standard test timezone (Pacific Time)
108 * Time bomb - allows temporary behavior that expires at a given
  /external/icu4c/test/perf/ustrperf/
StringPerf.pl 21 "timePerOperationIs"=>"Time per Unicode String",
23 "time"=>"2",
  /external/jsilver/src/com/google/streamhtmlparser/
Parser.java 24 * us to parse either a character at a time or a fragment of a template
25 * at a time, stopping only when it needs to determine the state of the
  /external/kernel-headers/original/linux/
icmp.h 27 #define ICMP_TIME_EXCEEDED 11 /* Time Exceeded */
65 #define ICMP_EXC_FRAGTIME 1 /* Fragment Reass time exceeded */
  /external/libvpx/vpx_ports/
vpx_timer.h 29 #include <sys/time.h>
31 /* timersub is not provided by msys at this time. */

Completed in 2411 milliseconds

<<71727374757677787980>>