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:one_second
(Results
1 - 3
of
3
) sorted by relevance
/third_party/protobuf/src/google/protobuf/util/
H
A
D
time_util_test.cc
252
Duration
one_second
= TimeUtil::SecondsToDuration(1);
in TEST()
local
256
Duration a =
one_second
;
in TEST()
257
a +=
one_second
;
in TEST()
281
TimeUtil::ToString((
one_second
- one_nano) * int64{315576000000}));
in TEST()
283
TimeUtil::ToString((one_nano -
one_second
) * int64{315576000000}));
in TEST()
284
EXPECT_EQ("-315575999684.424s", TimeUtil::ToString((
one_second
- one_nano) *
in TEST()
318
EXPECT_TRUE(one_nano <
one_second
);
in TEST()
319
EXPECT_FALSE(
one_second
<
one_second
);
in TEST()
320
EXPECT_FALSE(
one_second
< one_nan
in TEST()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
videotoolboxenc.c
1091
CFNumberRef
one_second
;
in vtenc_create_encoder()
local
1172
one_second
= CFNumberCreate(kCFAllocatorDefault,
in vtenc_create_encoder()
1175
if (!
one_second
) {
in vtenc_create_encoder()
1180
nums[1] = (void *)
one_second
;
in vtenc_create_encoder()
1188
CFRelease(
one_second
);
in vtenc_create_encoder()
1196
CFRelease(
one_second
);
in vtenc_create_encoder()
/third_party/python/Modules/
H
A
D
_datetimemodule.c
6151
PyObject *
one_second
;
in local_timezone()
local
6157
one_second
= new_delta(0, 1, 0, 0);
in local_timezone()
6158
if (
one_second
== NULL) {
in local_timezone()
6163
(PyDateTime_Delta *)
one_second
);
in local_timezone()
6164
Py_DECREF(
one_second
);
in local_timezone()
Completed in 14 milliseconds