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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
tags.h 27 * @brief Tags for compile-time selection.
41 /** @brief Forces sequential execution at compile time. */
44 /** @brief Recommends parallel execution at compile time,
87 load-balancing at compile time. */
91 load-balancing at compile time. */
95 load-balancing at compile time. */
99 load-balancing at compile time. */
108 * with exact splitting, at compile time. */
117 * with exact splitting, at compile time. */
127 * at compile time. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
tags.h 27 * @brief Tags for compile-time selection.
41 /** @brief Forces sequential execution at compile time. */
44 /** @brief Recommends parallel execution at compile time,
87 load-balancing at compile time. */
91 load-balancing at compile time. */
95 load-balancing at compile time. */
99 load-balancing at compile time. */
108 * with exact splitting, at compile time. */
117 * with exact splitting, at compile time. */
127 * at compile time. *
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
tags.h 27 * @brief Tags for compile-time selection.
41 /** @brief Forces sequential execution at compile time. */
44 /** @brief Recommends parallel execution at compile time,
87 load-balancing at compile time. */
91 load-balancing at compile time. */
95 load-balancing at compile time. */
99 load-balancing at compile time. */
108 * with exact splitting, at compile time. */
117 * with exact splitting, at compile time. */
127 * at compile time. *
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
tags.h 27 * @brief Tags for compile-time selection.
41 /** @brief Forces sequential execution at compile time. */
44 /** @brief Recommends parallel execution at compile time,
87 load-balancing at compile time. */
91 load-balancing at compile time. */
95 load-balancing at compile time. */
99 load-balancing at compile time. */
108 * with exact splitting, at compile time. */
117 * with exact splitting, at compile time. */
127 * at compile time. *
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
nack.h 22 // The Nack class keeps track of the lost packets, an estimate of time-to-play
25 // Every time a packet is pushed into NetEq, LastReceivedPacket() has to be
28 // Every time 10ms audio is pulled from NetEq LastDecodedPacket() should be
29 // called, and time-to-play is updated at that moment.
36 // time a packet with sequence number newer than |K + NackList| is arrived.
39 // time-to-play. So sample rate should be set as soon as the first packet is
80 // API should be called every time 10 ms audio is pulled from NetEq.
84 // API should be called every time a packet pushed into ACM.
87 // Get a list of "missing" packets which have expected time-to-play larger
88 // than the given round-trip-time (in milliseconds)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h 117 * to produce the normal time format for that country. Use createDateTimeInstance()
118 * to produce a DateFormat that formats both date and time. You can pass in
129 * You can also set the time zone on the format if you wish. If you want even
152 * the DateTimePatterns resource. There are 4 time patterns, 4 date patterns,
153 * the default date-time pattern, and 4 date-time patterns. Each block of 4 values
265 * Formats a date into a date/time string. This is an abstract method which
271 * <P> For example, given a time text
276 * that if the same time field appears more than once in a pattern, the status will
277 * be set for the first occurence of that time field. For instance
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_api_unittest.cc 183 // Verifies that any amount of idle time less than the detection interval
188 for (int time = 0; time < 60; ++time) {
189 SCOPED_TRACE(time);
190 idle_provider_->set_idle_time(time);
202 // Verifies that an idle time >= the detection interval returns the "idle"
207 for (int time = 80; time >= 60; --time) {
    [all...]
  /external/chromium_org/chrome/browser/history/
visit_filter_unittest.cc 10 #include "base/time/time.h"
18 base::Time GetClosestMidday() {
19 return base::Time::Now().LocalMidnight() + base::TimeDelta::FromHours(12);
45 base::Time t(GetClosestMidday());
53 base::Time t_interval(t);
60 base::Time::Exploded et;
66 base::Time t_interval(t);
81 base::Time::Exploded et = { 2011, 7, 0, 19, 22, 15, 11, 0 };
82 base::Time t(base::Time::FromLocalExploded(et))
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
gregocal.h 75 * // get the supported ids for GMT-08:00 (Pacific Standard Time)
84 * cout << "Current Time" << endl;
86 * // create a Pacific Standard Time time zone
89 * // set up rules for daylight savings time
93 * // create a GregorianCalendar with the Pacific Daylight time zone
94 * // and the current date and time
117 * cout << "Current Time, with hour reset to 3" << endl;
162 * Constructs a default GregorianCalendar using the current time in the default time
    [all...]
  /bionic/tests/
time_test.cpp 17 #include <time.h>
30 TEST(time, gmtime) {
44 // Ensure we'll actually have to enter tzload by using a time zone that doesn't exist.
54 TEST(time, gmtime_no_stack_overflow_14313703) {
73 TEST(time, mktime_10310929) {
97 TEST(time, strftime) {
114 // Date and time as text.
119 TEST(time, strptime) {
148 TEST(time, timer_create) {
180 TEST(time, timer_create_SIGEV_SIGNAL)
    [all...]
  /external/chromium_org/base/profiler/
tracked_time.h 11 #include "base/time/time.h"
19 // millisecond counter for most of our time values, as well as millisecond units
21 // up to 49 days (range), or 24 days (non-negative time durations).
45 // Internal time is stored directly in milliseconds.
52 explicit TrackedTime(const base::TimeTicks& time);
  /external/chromium_org/base/test/
test_reg_util_win.h 13 #include "base/time/time.h"
28 // - The base::Time::ToInternalValue of the creation time. This is used to
60 RegistryOverrideManager(const base::Time& timestamp,
63 base::Time timestamp_;
  /external/chromium_org/build/android/pylib/device/
decorators_test.py 13 import time namespace
40 time.sleep(100)
42 start_time = time.time()
45 elapsed_time = time.time() - start_time
121 time.sleep(100)
123 start_time = time.time()
126 elapsed_time = time.time() - start_tim
    [all...]
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_settings.h 12 #include "base/time/time.h"
50 // NOTE: The idle logout timeout is the time 'till' we show the idle dialog
52 // IdleLogoutWarningTimeout seconds, which adds to the total time before the
54 // The time to logout the user in on idle.
57 // The time to show the countdown timer for.
  /external/chromium_org/chrome/browser/chromeos/power/
power_data_collector_unittest.cc 75 sample1.time = base::Time::FromInternalValue(1000);
76 sample2.time = sample1.time +
84 EXPECT_EQ(sample2.time.ToInternalValue(),
85 sample_deque[0].time.ToInternalValue());
  /external/chromium_org/chrome/browser/history/android/
visit_sql_handler_unittest.cc 18 using base::Time;
71 // Insert a url with last visit time set to verify a visit was inserted.
76 row.set_last_visit_time(Time::Now());
90 // Insert a urls with created time to verify the a visit was inserted.
96 row.set_created(Time::Now());
126 EXPECT_NE(Time(), visits[0].visit_time);
136 row.set_last_visit_time(Time::Now());
137 row.set_created(Time::Now() - TimeDelta::FromDays(1));
149 // The earlies one has created time set.
151 // The latest one has last visit time set
    [all...]
  /external/chromium_org/chrome/test/chromedriver/server/
server.py 9 import time namespace
37 max_time = time.time() + 10
39 if time.time() > max_time:
42 time.sleep(0.1)
  /external/chromium_org/chrome/test/mini_installer/
quit_chrome.py 15 import time namespace
34 start_time = time.time()
35 while time.time() - start_time < 25:
47 time.sleep(0.1)
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_futex.cc 8 #include <sys/time.h>
13 #include "native_client/src/trusted/service_runtime/include/sys/time.h"
19 // Converts a pair of NaCl's timespec of absolute time and host's timespec of
20 // the current time to host's timespec of the relative time between them.
48 // time that is in the past is a valid argument to irt_futex_wait_abs(),
  /external/chromium_org/components/startup_metric_utils/
startup_metric_utils.h 10 #include "base/time/time.h"
40 // On Android the entry point time is the time at which the Java code starts.
43 void RecordSavedMainEntryPointTime(const base::Time& entry_point_time);
55 // Scoper that records the time period before it's destructed in a histogram
  /external/chromium_org/content/browser/indexed_db/
indexed_db_blob_info.h 12 #include "base/time/time.h"
45 const base::Time& last_modified() const { return last_modified_; }
54 void set_last_modified(const base::Time& time);
66 base::Time last_modified_; // Only for File; valid only if size is.
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller.h 8 #include "base/time/time.h"
18 // Only taps of sufficient speed and within a specified time window after a
28 // The maximum time allowed between a GestureFlingCancel and its
32 // The maximum time allowed between a single tap's down and up events.
82 // Replace the use of base::TimeTicks with an accurate event time when they
  /external/chromium_org/media/audio/
clockless_audio_sink.cc 8 #include "base/time/time.h"
37 // Call Render() repeatedly, keeping track of the rendering time.
46 // First time we processed some audio, so record the starting time.
49 // Keep track of the last time data was rendered.
  /external/chromium_org/media/midi/
midi_message_queue.h 20 // - reorder MIDI messages so that "System Real Time Message", which can be
55 // - Single "Channel Voice Message" (w/o "System Real Time Messages")
56 // - Single "Channel Mode Message" (w/o "System Real Time Messages")
57 // - Single "System Exclusive Message" (w/o "System Real Time Messages")
58 // - Single "System Common Message" (w/o "System Real Time Messages")
59 // - Single "System Real Time message"
  /external/chromium_org/net/quic/congestion_control/
rtt_stats.h 79 RttSample() : rtt(QuicTime::Delta::Zero()), time(QuicTime::Zero()) { }
80 RttSample(QuicTime::Delta rtt, QuicTime time) : rtt(rtt), time(time) { }
83 QuicTime time; // Time the rtt sample was recorded. member in struct:net::RttStats::RttSample

Completed in 3539 milliseconds

<<31323334353637383940>>