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:num_seconds
(Results
1 - 5
of
5
) sorted by relevance
/third_party/rust/crates/nix/src/sys/
H
A
D
time.rs
172
self.
num_seconds
() / 3600
in num_hours()
177
self.
num_seconds
() / 60
in num_minutes()
180
fn
num_seconds
(&self) -> i64;
in num_seconds()
functions
309
fn
num_seconds
(&self) -> i64 {
in num_seconds()
functions
328
let secs = self.
num_seconds
() * 1_000_000_000;
in num_nanoseconds()
556
fn
num_seconds
(&self) -> i64 {
in num_seconds()
functions
571
let secs = self.
num_seconds
() * 1_000_000;
in num_microseconds()
/third_party/ffmpeg/libavcodec/
H
A
D
h264_sei.h
153
uint16_t
num_seconds
;
member
H
A
D
h264_sei.c
395
h->
num_seconds
= get_bits(gb, 16);
in decode_green_metadata()
H
A
D
h264dec.c
554
av_log(logctx, AV_LOG_DEBUG, " green_metadata_num_seconds: %d\n", gm->
num_seconds
);
in debug_green_metadata()
/third_party/rust/crates/libc/src/
H
A
D
psp.rs
3298
pub fn sceRtcTickAddSeconds(dest_tick: *mut u64, src_tick: *const u64,
num_seconds
: u64)
in sceRtcTickAddSeconds()
Completed in 12 milliseconds