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

<<51525354555657585960>>

  /external/chromium_org/content/browser/renderer_host/
web_input_event_aurawin.cc 22 native_event.time);
31 native_event.time);
40 native_event.time);
  /external/chromium_org/content/browser/speech/endpointer/
endpointer.h 27 // time after some speech has been detected. It can be used for low latency
33 // The amount of time to wait after speech is set by
36 // This time can be held constant, or can change as more speech is detected.
37 // In the latter case, the time changes after a set amount of time from the
113 // detected for a *short* amount of time after some speech has been detected.
114 // This proporty specifies the time period.
118 // detected for a *long* amount of time after some speech has been detected.
119 // This property specifies the time period.
128 // The period of time after which the endpointer should conside
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DateTimePickerDialog.java 11 import android.text.format.Time;
111 // Signal a time change so the max/min checks can be applied.
120 Time time = new Time(); local
121 time.set(0, mTimePicker.getCurrentMinute(),
125 if (time.toMillis(true) < mMinTimeMillis) {
126 time.set(mMinTimeMillis);
127 } else if (time.toMillis(true) > mMaxTimeMillis) {
128 time.set(mMaxTimeMillis)
    [all...]
  /external/chromium_org/content/public/browser/
histogram_fetcher.h 10 #include "base/time/time.h"
23 // been acquired, or when the wait time expires (whichever is sooner), post the
load_notification_details.h 8 #include "base/time/time.h"
33 // The length of time the page load took.
  /external/chromium_org/content/test/
web_gesture_curve_mock.cc 20 bool WebGestureCurveMock::apply(double time,
22 blink::WebSize displacement(velocity_.x * time, velocity_.y * time);
  /external/chromium_org/extensions/browser/
extension_prefs_observer.h 10 #include "base/time/time.h"
24 const base::Time& install_time,
  /external/chromium_org/media/cast/receiver/
frame_receiver.h 11 #include "base/time/time.h"
32 // FrameReceiver also includes logic for computing the playout time for each
34 // playout delay is to provide a fixed window of time between the capture event
60 // except for those requests still enqueued at destruction time.
92 // Computes the playout time for a frame with the given |rtp_timestamp|.
127 // The total amount of time between a frame's capture/recording on the sender
129 // a value large enough to give the system sufficient time to encode,
130 // transmit/retransmit, receive, decode, and render; given its run-time
137 // time
    [all...]
  /external/chromium_org/media/cast/rtp_receiver/
receiver_stats.h 8 #include "base/time/tick_clock.h"
9 #include "base/time/time.h"
  /external/chromium_org/media/cast/transport/rtp_sender/packet_storage/
packet_storage.h 16 #include "base/time/tick_clock.h"
17 #include "base/time/time.h"
  /external/chromium_org/native_client_sdk/src/examples/api/core/
test.js 34 test.log('NaCl time: ' + getNaClTimeMs().toFixed(2) + 'ms');
35 test.log('Roundtrip time: ' + getRoundTimeMs().toFixed(2) + 'ms');
36 test.log('Total time: ' + getTotalTimeMs().toFixed(2) + 'ms');
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
frame_counter.h 16 // Record the current time, which is used to compute the frame duration
22 // frames have been counted, or at least one second of simulator time has
31 // every second of simulation time or so).
  /external/chromium_org/net/disk_cache/simple/
simple_index.h 21 #include "base/time/time.h"
43 EntryMetadata(base::Time last_used_time, int entry_size);
45 base::Time GetLastUsedTime() const;
46 void SetLastUsedTime(const base::Time& last_used_time);
87 void Initialize(base::Time cache_mtime);
98 // Update the last used time of the entry with the given key and return true
118 // Returns entries from the index that have last accessed time matching the
122 scoped_ptr<HashList> GetEntriesBetween(const base::Time initial_time,
123 const base::Time end_time)
    [all...]
  /external/chromium_org/net/proxy/
polling_proxy_config_service.h 10 #include "base/time/time.h"
35 // settings at most every |poll_interval| time by calling |get_config_func|
  /external/chromium_org/net/quic/congestion_control/
leaky_bucket.cc 7 #include "base/time/time.h"
30 (bytes_ * base::Time::kMicrosecondsPerSecond) /
time_loss_algorithm.h 33 const QuicTime& time,
37 // Returns the time the next packet will be lost, or zero if there
40 // determine the time a packet is considered lost.
  /external/chromium_org/net/socket_stream/
socket_stream_metrics.h 6 // TODO(ukai): collect WebSocket specific metrics (e.g. handshake time, etc).
12 #include "base/time/time.h"
  /external/chromium_org/sync/engine/
backoff_delay_provider.h 8 #include "base/time/time.h"
17 // A component used to get time delays associated with exponential backoff.
  /external/chromium_org/sync/internal_api/public/
data_type_debug_info_listener.h 22 // Waiting time before downloading starts.
25 // Time spent on downloading data for first-sync data types.
28 // Waiting time for association of higher priority types to finish before
  /external/chromium_org/third_party/WebKit/PerformanceTests/Mutation/
append-child.html 29 var time = Date.now() - start;
30 times.push(time);
31 PerfTestRunner.log(time);
inner-html.html 29 var time = Date.now() - start;
30 times.push(time);
31 PerfTestRunner.log(time);
remove-child-deep.html 37 var time = Date.now() - start;
38 times.push(time);
39 PerfTestRunner.log(time);
remove-child.html 34 var time = Date.now() - start;
35 times.push(time);
36 PerfTestRunner.log(time);
  /external/chromium_org/third_party/libevent/test/
test-eof.c 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
16 #include <sys/time.h>
test-time.c 3 * cc -I/usr/local/include -o time-test time-test.c -L/usr/local/lib -levent
16 #include <sys/time.h>

Completed in 781 milliseconds

<<51525354555657585960>>