Searched refs:duration (Results 476 - 500 of 914) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/webui/resources/css/
H A Ddialogs.css55 -webkit-animation-duration: 180ms;
71 -webkit-transition-duration: 250ms;
/external/chromium_org/ui/wm/core/
H A Dwindow_animations.h74 const base::TimeDelta& duration);
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DCacheBuilder.java83 public CacheBuilder<K, V> expireAfterWrite(long duration, TimeUnit unit) { argument
86 checkArgument(duration >= 0, "duration cannot be negative: %s %s", duration, unit);
87 this.expirationMillis = unit.toMillis(duration);
/external/libcxx/src/
H A Dchrono.cpp107 return time_point(duration(fp()));
/external/libvpx/libvpx/test/
H A Di420_video_source.h72 virtual unsigned long duration() const { return 1; } function in class:libvpx_test::I420VideoSource
H A Dy4m_video_source.h71 virtual unsigned long duration() const { return 1; } function in class:libvpx_test::Y4mVideoSource
/external/webp/include/webp/
H A Ddemux.h141 int duration; // display duration in milliseconds. member in struct:WebPIterator
/external/chromium-trace/trace-viewer/src/tracing/importer/
H A Dlinux_perf_importer.js61 var duration = ts - this.lastActiveTs;
79 duration);
480 slice.start, {}, slice.duration));
553 nextSlice.start, {}, nextSlice.duration));
589 slice.duration = slice.duration;
/external/chromium_org/cc/debug/
H A Drasterize_and_record_benchmark_impl.cc68 base::TimeDelta duration = variable
70 if (duration < best_time_)
71 best_time_ = duration;
/external/chromium_org/chrome/utility/media_galleries/
H A Dmedia_metadata_parser.cc64 if (extractor.duration() >= 0)
65 metadata->duration.reset(new double(extractor.duration()));
/external/chromium_org/components/data_reduction_proxy/common/
H A Ddata_reduction_proxy_headers.cc39 // Returns a random bypass duration between 1 and 5 minutes.
102 // Server deferred to us to choose a duration. Default to a random
103 // duration between one and five minutes.
117 // Support header of the form Chrome-Proxy: bypass|block=<duration>, where
118 // <duration> is the number of seconds to wait before retrying
119 // the proxy. If the duration is 0, then the default proxy retry delay
205 const TimeDelta& duration = data_reduction_proxy_info->bypass_duration; local
206 if (duration <= TimeDelta::FromSeconds(kShortBypassMaxSeconds))
208 if (duration <= TimeDelta::FromSeconds(kMediumBypassMaxSeconds))
214 // reduction proxy should be bypassed for a random duration betwee
[all...]
/external/chromium_org/components/test/data/password_manager/
H A Dwebsitetest.py165 def Wait(self, duration):
166 """Wait for a duration in seconds. This needs to be used in potentially
170 duration: The time to wait in seconds.
172 logging.info("action: Wait %s" % duration)
173 time.sleep(duration)
/external/chromium_org/media/base/
H A Daudio_video_metadata_extractor.cc93 if (format_context->duration != AV_NOPTS_VALUE)
94 duration_ = static_cast<double>(format_context->duration) / AV_TIME_BASE;
142 double AudioVideoMetadataExtractor::duration() const { function in class:media::AudioVideoMetadataExtractor
/external/chromium_org/media/cast/receiver/
H A Daudio_decoder_unittest.cc78 void FeedMoreAudio(const base::TimeDelta& duration, argument
89 audio_bus_factory_->NextAudioBus(duration).Pass());
121 total_audio_feed_in_ += duration;
/external/chromium_org/tools/perf/measurements/
H A Dsmooth_gesture_util_unittest.py36 'X', 'SyntheticGestureController::running', 10, duration=20,
40 'X', 'SyntheticGestureController::running', 10, duration=20,
46 'X', 'SyntheticGestureController::running', 60, duration=20,
/external/chromium_org/tools/perf/metrics/
H A Dtimeline.py110 return event.duration
151 clock_duration = sum([x.duration for x in self.toplevel_slices])
160 # Only report thread-duration if we have it for all events.
164 if not x.duration:
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/urlhandler/
H A Dprotocol_socket.py150 duration = time.time() - t
190 def sendBreak(self, duration=0.25):
192 duration."""
195 self.logger.info('ignored sendBreak(%r)' % (duration,))
/external/chromium_org/ui/app_list/
H A Dpagination_model.cc239 const int duration = is_valid_page(transition_.target_page) ? local
241 if (duration)
242 transition_animation_->SetSlideDuration(duration);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
H A Dmpeg_parser.js80 var duration = br.readScalar(4, false, atom.end);
81 metadata.duration = duration / timescale;
/external/chromium_org/media/filters/
H A Dsource_buffer_stream.cc43 // that starts within 2x the approximate duration of a buffer is considered
48 // An arbitrarily-chosen number to estimate the duration of a buffer if none
322 base::TimeDelta duration) {
325 << ", " << duration.InSecondsF() << ")";
329 DCHECK(duration != kNoTimestamp());
334 DecodeTimestamp::FromPresentationTime(duration);
461 DCHECK((*itr)->duration() >= base::TimeDelta())
462 << "Packet with invalid duration."
465 << " dur " << (*itr)->duration().InSecondsF();
516 base::TimeDelta interbuffer_distance = (*itr)->duration();
321 Remove(base::TimeDelta start, base::TimeDelta end, base::TimeDelta duration) argument
[all...]
H A Daudio_decoder_unittest.cc44 const int64 duration; member in struct:media::DecodedBufferExpectations
70 if (buffer->timestamp() + buffer->duration() < base::TimeDelta()) {
188 reader_->GetAVStreamForTesting()->time_base, packet.duration));
262 EXPECT_EQ(sample_info.duration, buffer->duration().InMicroseconds());
/external/chromium_org/ash/wm/
H A Dlock_state_controller.cc276 base::TimeDelta duration = local
279 duration +=
290 duration = std::max(duration, sound_duration);
294 FROM_HERE, duration, this, &LockStateController::OnRealShutdownTimeout);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsvghelper.c153 static char *time_to_string(u64 duration) argument
159 if (duration < 1000) /* less than 1 usec */
162 if (duration < 1000 * 1000) { /* less than 1 msec */
163 sprintf(text, "%4.1f us", duration / 1000.0);
166 sprintf(text, "%4.1f ms", duration / 1000.0 / 1000);
/external/netperf/
H A Dnetcpu_ntperf.c300 int duration; // in 100 usecs local
338 // Re-calculate duration, since we may have stoped early due to cntr-C.
344 duration = ActualDuration.LowPart;
348 fprintf(where,"ActualDuration (ms): %d\n", duration/10);
427 (double)DeltaInfo[MAXCPUS].InterruptCount*10000.0/(double)duration);
434 (double)DeltaInfo[i].InterruptCount*10000.0/(double)duration);
/external/chromium_org/media/formats/mp4/
H A Dmp4_stream_parser.cc309 params.duration = TimeDeltaFromRational(
311 } else if (moov_->header.duration > 0 &&
312 moov_->header.duration != kuint64max) {
313 params.duration =
314 TimeDeltaFromRational(moov_->header.duration, moov_->header.timescale);
534 stream_buf->set_duration(runs_->duration());
541 << ", dur=" << runs_->duration().InMilliseconds()

Completed in 3546 milliseconds

<<11121314151617181920>>