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:fStartTime
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/gm/
H
A
D
particles.cpp
34
,
fStartTime
(startTime)
62
for (double time = 0; time <
fStartTime
; time += 1.0 / 30) {
63
fEffect->update(/*now=*/std::min(time,
fStartTime
));
69
fEffect->update(
fStartTime
+ (nanos * 1E-9));
83
const double
fStartTime
;
member in ParticlesGM
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_utils.cpp
316
,
fStartTime
(TickTimeInSeconds ())
in dng_timer()
330
real64 totalTime = TickTimeInSeconds () -
fStartTime
;
in ~dng_timer()
H
A
D
dng_utils.h
783
real64
fStartTime
;
member in dng_timer
/third_party/skia/src/gpu/
H
A
D
GrResourceCache.h
565
uint64_t
fStartTime
= 0;
member in GrResourceCache
H
A
D
GrResourceCache.cpp
1203
fStartTime
= startTime.tv_sec * timeUnit * timeUnit + startTime.tv_nsec / timeUnit;
in allowToPurge()
1211
if (((endTime.tv_sec * timeUnit * timeUnit + endTime.tv_nsec / timeUnit) -
fStartTime
) >= fOvertimeDuration) {
in allowToPurge()
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
junit-4.10.jar
META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/
...
Completed in 12 milliseconds