HomeSort by relevance Sort by last modified time
    Searched refs:Pause (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/v8/src/
counters-inl.h 23 if (parent) parent->Pause(now);
28 void RuntimeCallTimer::Pause(base::TimeTicks now) {
42 Pause(now);
  /prebuilts/go/darwin-x86/src/runtime/debug/
garbage.go 17 PauseTotal time.Duration // total pause for all collections
18 Pause []time.Duration // pause history, most recent first
19 PauseEnd []time.Time // pause end times history, most recent first
24 // The number of entries in the pause history is system-dependent;
25 // stats.Pause slice will be reused if large enough, reallocated otherwise.
26 // ReadGCStats may use the full capacity of the stats.Pause slice.
28 // summarizing the distribution of pause time. For example, if
30 // 25%, 50%, 75%, and maximum pause times.
33 // pause history tracked by the runtime. One will be returne
    [all...]
garbage_test.go 45 if len(stats.Pause) != n {
46 t.Errorf("len(stats.Pause) = %d, want %d", len(stats.Pause), n)
50 dt := stats.Pause[i]
52 t.Errorf("stats.Pause[%d] = %d, want %d", i, dt, mstats.PauseNs[off])
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 17 PauseTotal time.Duration // total pause for all collections
18 Pause []time.Duration // pause history, most recent first
19 PauseEnd []time.Time // pause end times history, most recent first
24 // The number of entries in the pause history is system-dependent;
25 // stats.Pause slice will be reused if large enough, reallocated otherwise.
26 // ReadGCStats may use the full capacity of the stats.Pause slice.
28 // summarizing the distribution of pause time. For example, if
30 // 25%, 50%, 75%, and maximum pause times.
33 // pause history tracked by the runtime. One will be returne
    [all...]
garbage_test.go 45 if len(stats.Pause) != n {
46 t.Errorf("len(stats.Pause) = %d, want %d", len(stats.Pause), n)
50 dt := stats.Pause[i]
52 t.Errorf("stats.Pause[%d] = %d, want %d", i, dt, mstats.PauseNs[off])
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
UefiShellLevel3CommandsLib.inf 39 Pause.c
  /system/update_engine/common/
multi_range_http_fetcher.h 88 void Pause() override { base_fetcher_->Pause(); }
file_fetcher.h 63 void Pause() override;
mock_http_fetcher.h 99 void Pause() override;
file_fetcher.cc 154 void FileFetcher::Pause() {
http_fetcher.h 103 // If data is coming in too quickly, you can call Pause() to pause the
106 virtual void Pause() = 0;
mock_http_fetcher.cc 133 void MockHttpFetcher::Pause() {
141 CHECK(paused_) << "You must pause before unpause.";
  /external/v8/src/wasm/
wasm-interpreter.h 115 // STOPPED ---Run()--> RUNNING ------Pause()-----+-> PAUSED <------+
123 // Tells a thread to pause after certain instructions.
142 void Pause();
176 void Pause();
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet_sender.h 52 virtual void Pause();
85 void Pause() override;
packet_sender.cc 26 void PacketSender::Pause() {
87 void VideoSender::Pause() {
89 PacketSender::Pause();
351 Pause();
456 Pause();
  /external/webrtc/webrtc/modules/pacing/
paced_sender.h 78 // Temporarily pause all sending.
79 void Pause();
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.h 85 STDMETHODIMP Pause ();
video_capture_ds.cc 140 hr = _mediaControl->Pause();
144 "Failed to Pause the Capture device. Is it already occupied? %d.",
181 HRESULT hr = _mediaControl->Pause();
  /device/google/cuttlefish_common/host/frontend/vnc_server/
keysyms.h 26 Insert = 0xff63, Delete = 0xffff, Pause = 0xff13,
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 188 def Pause(self):
193 self.jet.Pause()
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wiavideo.h 74 virtual HRESULT WINAPI Pause(void) = 0;
94 HRESULT (WINAPI *Pause)(IWiaVideo *This);
116 #define IWiaVideo_Pause(This) (This)->lpVtbl->Pause(This)
  /external/webrtc/talk/media/base/
videocapturer.cc 172 bool VideoCapturer::Pause(bool pause) {
173 if (pause) {
180 LOG(LS_ERROR) << "Cannot pause a stopped camera.";
233 muted_ = muted; // Do this before calling Pause().
243 return Pause(false);
560 Pause(true);
564 Pause(false);
videocapturer.h 196 // Pause the video capturer.
197 virtual bool Pause(bool paused);
207 // When muting, produce black frames then pause the camera.
  /external/webrtc/webrtc/video/
vie_encoder.h 81 void Pause();
  /system/update_engine/
libcurl_http_fetcher.h 65 void Pause() override;
213 // be caused because either the connection dropped while pause or the proxy

Completed in 304 milliseconds

1 2 3 4 5