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:currentTime
(Results
1 - 10
of
10
) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
H
A
D
wait_list.h
82
auto
currentTime
= time::GetCurrentTimeInMillis(true);
in GetReadyValue()
local
84
if (
currentTime
>= iter->GetTargetTime()) {
in GetReadyValue()
96
auto
currentTime
= time::GetCurrentTimeInMillis(true);
in HaveReadyValue()
local
98
if (
currentTime
>= iter->GetTargetTime()) {
in HaveReadyValue()
109
uint64_t
currentTime
= time::GetCurrentTimeInMillis(true);
in AddValueToWait()
local
113
if (std::numeric_limits<uint64_t>().max() - timeToWait <
currentTime
) {
in AddValueToWait()
116
targetTime =
currentTime
+ timeToWait;
in AddValueToWait()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H
A
D
gc_queue.cpp
42
auto
currentTime
= time::GetCurrentTimeInNanos();
in GetTask()
local
43
while (gc_->IsGCRunning() && (task->GetTargetTime() >=
currentTime
)) {
in GetTask()
44
auto delta = task->GetTargetTime() -
currentTime
;
in GetTask()
50
currentTime
= time::GetCurrentTimeInNanos();
in GetTask()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
compiler_queue_aged_counter_priority.h
49
uint64_t
currentTime
= time::GetCurrentTimeInMillis();
variable
50
ASSERT(
currentTime
>= element->GetTimestamp());
51
uint64_t duration =
currentTime
- element->GetTimestamp();
/arkcompiler/ets_runtime/ecmascript/mem/
H
A
D
mem_controller_utils.h
36
double
currentTime
=
in GetSystemTimeInMs()
local
38
return
currentTime
* MILLISECOND_PER_SECOND;
in GetSystemTimeInMs()
H
A
D
mem_controller.h
43
double
currentTime
=
in GetSystemTimeInMs()
local
45
return
currentTime
* MILLISECOND_PER_SECOND;
in GetSystemTimeInMs()
/arkcompiler/runtime_core/static_core/runtime/tooling/
H
A
D
tools.cpp
47
std::time_t
currentTime
= std::time(nullptr);
in StartSamplingProfiler()
local
48
std::tm *localTime = std::localtime(&
currentTime
);
in StartSamplingProfiler()
/arkcompiler/toolchain/tooling/utils/
H
A
D
utils.cpp
46
tm*
currentTime
= localtime(&timep);
in GetCurrentTime()
local
47
if (
currentTime
== nullptr) {
in GetCurrentTime()
48
LOGE("get
currentTime
failed");
in GetCurrentTime()
52
timeResult = strftime(tim, size, "%H%M%S",
currentTime
);
in GetCurrentTime()
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_atomics.cpp
586
uint64_t
currentTime
= 0;
in DoWait()
local
590
currentTime
= time::GetCurrentTimeInMillis();
in DoWait()
591
timeoutTime =
currentTime
+ static_cast<uint64_t>(timeout);
in DoWait()
601
currentTime
= time::GetCurrentTimeInMillis();
in DoWait()
602
if (
currentTime
>= timeoutTime) {
in DoWait()
606
uint64_t untilTime = timeoutTime -
currentTime
;
in DoWait()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H
A
D
heap_dump_test.cpp
717
auto
currentTime
= std::chrono::system_clock::now();
in HWTEST_F_L0()
local
719
std::chrono::time_point_cast<std::chrono::milliseconds>(
currentTime
).time_since_epoch().count();
in HWTEST_F_L0()
723
currentTime
= std::chrono::system_clock::now();
in HWTEST_F_L0()
725
std::chrono::time_point_cast<std::chrono::milliseconds>(
currentTime
).time_since_epoch().count();
in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H
A
D
cocos_worker_test.js
4268
this._cachedCurrentTime = this.video.
currentTime
();
4306
this._cachedCurrentTime = this.video.
currentTime
();
5758
get
currentTime
() {
[all...]
Completed in 34 milliseconds