Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pause_time
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-utils/bat/
H
A
D
alsabat-test.sh
20
pause_time
=2
63
sleep $
pause_time
72
sleep $
pause_time
78
sleep $
pause_time
/third_party/pulseaudio/src/pulsecore/
H
A
D
time-smoother.c
86
pa_usec_t
pause_time
;
member
354
x = s->
pause_time
;
in pa_smoother_put()
397
x = s->
pause_time
;
in pa_smoother_get()
446
s->
pause_time
= x;
in pa_smoother_pause()
455
if (x < s->
pause_time
)
in pa_smoother_resume()
456
x = s->
pause_time
;
in pa_smoother_resume()
463
s->time_offset += x - s->
pause_time
;
in pa_smoother_resume()
484
x = s->
pause_time
;
in pa_smoother_translate()
519
s->time_offset = s->
pause_time
= time_offset;
in pa_smoother_reset()
H
A
D
time-smoother_2.c
63
pa_usec_t
pause_time
;
member
303
/* If we are paused return the sound card time at
pause_time
*/
in pa_smoother_2_get()
305
current_time += (s->
pause_time
- s->start_time - s->time_offset - s->fixup_time) * s->time_factor;
in pa_smoother_2_get()
307
/* If we are initializing, add the time since resume to the card time at
pause_time
*/
in pa_smoother_2_get()
309
current_time += (s->
pause_time
- s->start_time - s->time_offset - s->fixup_time) * s->time_factor;
in pa_smoother_2_get()
359
s->
pause_time
= time_stamp;
in pa_smoother_2_reset()
380
s->fixup_time += s->resume_time - s->
pause_time
;
in pa_smoother_2_pause()
386
s->
pause_time
= time_stamp;
in pa_smoother_2_pause()
/third_party/toybox/toys/pending/
H
A
D
traceroute.c
59
long
pause_time
;
221
if (probe && (toys.optflags & FLAG_z)) msleep(TT.
pause_time
);
in do_trace()
/third_party/toybox/generated/
H
A
D
globals.h
1110
long
pause_time
;
member
Completed in 8 milliseconds