Home
last modified time | relevance | path

Searched defs:date (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_frontend/arkguard/test/grammar/date_validation/
Ddate_tojson.ts18 let date = new Date(); variable
/arkcompiler/ets_runtime/test/fuzztest/daterefnew_fuzzer/
Ddaterefnew_fuzzer.cpp70 Local<DateRef> date = DateRef::New(vm, input); in DateRefGetTimeFuzzTest() local
95 Local<DateRef> date = DateRef::New(vm, input); in DateRefToStringFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp30 void DateUtils::TransferTimeToDate(int64_t timeMs, std::array<int64_t, DATE_LENGTH> *date) in TransferTimeToDate()
75 void DateUtils::GetYearFromDays(std::array<int64_t, DATE_LENGTH> *date) in GetYearFromDays()
144 double JSDate::MakeDay(double year, double month, double date) in MakeDay()
257 int date = 1; in LocalParseStringToMs() local
323 int date = 1; in UtcParseStringToMs() local
387 int date = 1; in IsoParseStringToMs() local
525 double date = 1.0; in UTC() local
647 bool JSDate::GetThisDateValues(JSThread *thread, std::array<int64_t, DATE_LENGTH> *date, bool isLoc… in GetThisDateValues()
855 void JSDate::GetDateValues(JSThread *thread, double timeMs, std::array<int64_t, DATE_LENGTH> *date,… in GetDateValues()
873 std::array<int64_t, DATE_LENGTH> date = {0}; in GetDateValue() local
[all …]
Ddate_parse.cpp182 DateUnit date = proxy->NextDate(); in ParseLegacyDates() local
/arkcompiler/ets_frontend/arkguard/test/grammar/export_namecache/
DnamecacheTest7_export.ts44 date: string property
DnamecacheTest8_export.ts33 date: string, property
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export/
Dexport.ts46 date: string property
/arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases_with_assert/projects/test-import-export-type/
Dexport.ts33 date: string, property
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js35 const date = Date.now(); constant
/arkcompiler/ets_runtime/test/moduletest/builtins/
Dbuiltinsir.js63 date: Date, property
/arkcompiler/ets_runtime/test/aottest/ldobjbyname_typed_path/
Dldobjbyname_typed_path.ts47 let date = new Date("Sep 26 2023 9:45:30 GMT+0800"); // 2023/9/26 9:45:30 variable
/arkcompiler/runtime_core/static_core/runtime/
Dtime_utils.cpp61 std::string date {}; in GetCurrentTimeString() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dtime_utils_test.cpp92 auto date = GetCurrentTimeString(); in TEST_F() local
/arkcompiler/toolchain/tooling/client/domain/
Dheapprofiler_client.cpp267 char date[16]; in SaveHeapSnapshotAndAllocationTrackData() local
307 char date[16]; in SaveHeapsamplingData() local
Dprofiler_client.cpp170 char date[16]; in RecvProfilerResult() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date_time_format.cpp162 JSHandle<JSTaggedValue> date = GetCallArg(argv, 0); in AnonymousDateTimeFormat() local
195 JSHandle<JSTaggedValue> date = GetCallArg(argv, 0); in FormatToParts() local
/arkcompiler/toolchain/tooling/utils/
Dutils.cpp21 bool Utils::GetCurrentTime(char *date, char *tim, size_t size) in GetCurrentTime()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/js_files/
Dheapdump.js76 let date = new Date(); variable
/arkcompiler/runtime_core/libabckit/tests/internal/ICSlotAllocator/
DICSlotAllocator.cpp37 AbckitString *date = nullptr; member
/arkcompiler/runtime_core/libabckit/tests/scenarios/add_log/
Dadd_log_dynamic_test.cpp39 AbckitString *date = nullptr; member
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/cpp_api/dynamic/add_log/
Dadd_log_dynamic_test.cpp45 std::string_view date; member
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_time_format_first_test.cpp56 static double BuiltinsDateCreate(const double year, const double month, const double date) in BuiltinsDateCreate()
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/add_log/
Dadd_log_dynamic_test.cpp114 AbckitString *date = nullptr; member
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js1029 var date = new Date(); variable
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp423 Local<DateRef> date = DateRef::New(ecmaVm, input); in HWTEST_F_L0() local
947 Local<DateRef> date = DateRef::New(ecmaVm, input); in HWTEST_F_L0() local

12