Home
last modified time | relevance | path

Searched defs:time (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/test/workload/loop/
Dloop.ts22 var time = new Date().getTime() - start variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-ternary-operator-3.ts17 let time = 1; variable
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dtime.h26 struct timespec time = {0, 0}; in GetClockTime() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dtime.h27 struct timeval time = {0, 0}; in GetClockTime() local
/arkcompiler/runtime_core/libpandabase/os/
Dtime.cpp29 namespace panda::os::time { namespace
/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.cpp21 bool DateParse::ParseDateString(const char *str, int length, int *time) in ParseDateString()
340 bool DateParse::TimeZone::SetTimeZone(int *time) in SetTimeZone()
353 bool DateParse::TimeValue::SetTimeValue(int *time) in SetTimeValue()
376 bool DateParse::DayValue::SetDayValue(int *time) in SetDayValue()
Djs_date.cpp170 double JSDate::MakeDate(double day, double time) in MakeDate()
180 double JSDate::TimeClip(double time) in TimeClip()
313 double time = MakeTime(hours, minutes, seconds, ms); in LocalParseStringToMs() local
381 double time = MakeTime(hours, minutes, seconds, ms); in UtcParseStringToMs() local
466 double time = MakeTime(hours, minutes, seconds, ms); in IsoParseStringToMs() local
481 int time[TIMEZONE + 1]; in GetTimeFromString() local
602 double time = MakeTime(hours, minutes, seconds, ms); in UTC() local
Djs_runtime_options.h282 void SetLongPauseTime(size_t time) in SetLongPauseTime()
/arkcompiler/runtime_core/libpandabase/utils/
Dtime.cpp20 namespace panda::time { namespace
/arkcompiler/ets_runtime/test/workload/objaccess/
Dobjaccess.ts44 var time = new Date().getTime() - start; variable
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp87 struct timespec time; in GetMicrosecondsTimeStamp() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
Dmutex.cpp338 struct timespec time = {0, 0}; in ConvertTime() local
373 struct timespec time = ConvertTime(ms, ns); in TimedWait() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_test.cpp85 double const time = ecmascript::JSDate::MakeTime(0, 0, 0, 0); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp219 void CompilerLog::AddMethodTime(const std::string& name, uint32_t id, double time) in AddMethodTime()
225 void CompilerLog::AddPassTime(const std::string& name, double time) in AddPassTime()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h196 size_t TimeToMicroseconds(Duration time) in TimeToMicroseconds()
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DXTexture.js248 this.textIdxs[textIdx] = { cid: cid, rid: rid, mask: mask << off, time: this.timenow(), }; property
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js978 function countDown(time) { argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1065 void SetLongPauseTime(size_t time) in SetLongPauseTime()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_test.cpp152 const double time = JSDate::MakeTime(0, 0, 0, 0); // 24:00:00 in BuiltinsDateCreate() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp1171 double time = 1.1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2244 double RuntimeStubs::TimeClip(double time) in TimeClip()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2477 Local<DateRef> DateRef::New(const EcmaVM *vm, double time) in New()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js41 console.time = function(t) { function
26071 time: 0, property
26228 time: 0, property
26233 time: 1, property
61239 time: 0 property
83741 time: 0 property
83754 time: 0 property
85080 get time() { getter
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… function