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:lastTime
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/gm/
H
A
D
animatedimageblurs.cpp
108
void update(double nanos, SkScalar
lastTime
) {
in update()
argument
109
SkScalar deltaTime = 1e-9 * nanos -
lastTime
;
in update()
/third_party/node/deps/v8/tools/profview/
H
A
D
profview.js
808
let
lastTime
= file.ticks[file.ticks.length - 1].tm;
812
start = (start / width) * (
lastTime
- firstTime) + firstTime;
813
end = (end / width) * (
lastTime
- firstTime) + firstTime;
854
let
lastTime
= file.ticks[file.ticks.length - 1].tm;
857
firstTime + left / this.canvas.width * (
lastTime
- firstTime);
859
firstTime + right / this.canvas.width * (
lastTime
- firstTime);
938
let
lastTime
= file.ticks[file.ticks.length - 1].tm;
940
let end = Math.min(this.currentState.end,
lastTime
);
942
this.selectionStart = (start - firstTime) / (
lastTime
- firstTime) * width;
943
this.selectionEnd = (end - firstTime) / (
lastTime
[all...]
H
A
D
profile-utils.js
402
let
lastTime
= file.ticks[file.ticks.length - 1].tm;
403
this.step = (
lastTime
- this.firstTime) / bucketCount;
/third_party/node/deps/npm/node_modules/graceful-fs/
H
A
D
graceful-fs.js
380
// reset the startTime and
lastTime
to now
390
fs[gracefulQueue][i][4] = now //
lastTime
411
var
lastTime
= elem[4]
426
var sinceAttempt = Date.now() -
lastTime
429
var sinceStart = Math.max(
lastTime
- startTime, 1)
/third_party/node/deps/v8/src/inspector/
H
A
D
v8-profiler-agent-impl.cc
114
uint64_t
lastTime
= v8profile->GetStartTime();
in buildInspectorObjectForTimestamps()
local
117
array->emplace_back(static_cast<int>(ts -
lastTime
));
in buildInspectorObjectForTimestamps()
118
lastTime
= ts;
in buildInspectorObjectForTimestamps()
/third_party/node/deps/v8/src/profiler/
H
A
D
profile-generator.cc
881
uint64_t
lastTime
= profile_->start_time().since_origin().InMicroseconds();
in SerializeTimeDeltas()
local
884
writer_->AddNumber(static_cast<int>(ts -
lastTime
));
in SerializeTimeDeltas()
886
lastTime
= ts;
in SerializeTimeDeltas()
Completed in 6 milliseconds