/arkcompiler/ets_runtime/ecmascript/mem/ |
D | mem_common.h | 46 constexpr uint64_t operator"" _KB(long double count) 52 constexpr uint64_t operator"" _KB(unsigned long long count) 57 constexpr uint64_t operator"" _MB(long double count) 63 constexpr uint64_t operator"" _MB(unsigned long long count) 68 constexpr uint64_t operator"" _GB(long double count) 74 constexpr uint64_t operator"" _GB(unsigned long long count)
|
D | c_string.cpp | 28 long CStringToL(const CString &str) in CStringToL() 32 ASSERT(!(result == 0 && str.c_str() == endPtr) && "CString argument is not long int"); in CStringToL() 40 ASSERT(!(result == 0 && str.c_str() == endPtr) && "CString argument is not long long int"); in CStringToLL() 48 …ASSERT(!(result == 0 && str.c_str() == endPtr) && "CString argument is not unsigned long long int"… in CStringToULL()
|
D | sparse_space.h | 143 unsigned long GetSelectedRegionNumber() const in GetSelectedRegionNumber() 177 static constexpr unsigned long long PARTIAL_GC_MAX_COLLECT_REGION_RATE = 2_MB; 178 static constexpr unsigned long long PARTIAL_GC_INITIAL_COLLECT_REGION_SIZE = 24;
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | es2022IntlAPIs.ts | 22 const timezoneNames = ['short', 'long', 'shortOffset', 'longOffset', 'shortGeneric', 'longGeneric']… 23 AssertType(timezoneNames, "readonly ["short", "long", "shortOffset", "longOffset", "shortGeneric", … 24 AssertType(['short', 'long', 'shortOffset', 'longOffset', 'shortGeneric', 'longGeneric'] as const, … 25 AssertType(['short', 'long', 'shortOffset', 'longOffset', 'shortGeneric', 'longGeneric'], "readonly… 27 AssertType('long', "string");
|
D | propertyNamesOfReservedWords.ts | 57 long; 133 long; property 175 …import: any; in: any; instanceof: any; int: any; interface: any; is: any; long: any; namespace: an… 282 long; 283 AssertType(long, "any"); 409 long, enumerator
|
D | recursiveTypeComparison.ts | 21 // Before fix this would take an exceeding long time to complete (#1170)
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | mem.h | 154 constexpr uint64_t operator"" _KB(long double count) 160 constexpr uint64_t operator"" _KB(unsigned long long count) 165 constexpr uint64_t operator"" _MB(long double count) 171 constexpr uint64_t operator"" _MB(unsigned long long count) 176 constexpr uint64_t operator"" _GB(long double count) 182 constexpr uint64_t operator"" _GB(unsigned long long count)
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | os.cpp | 49 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext() 51 return static_cast<long>(-1); in PtracePeektext()
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
D | os.cpp | 55 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext() 57 return static_cast<long>(-1); in PtracePeektext()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_list_format.cpp | 152 …// 13. Let style be ? GetOption(options, "style", "string", « "long", "short", "narrow" », "long"). in InitializeListFormat() 155 … {ListStyleOption::LONG, ListStyleOption::SHORT, in InitializeListFormat() 157 … {"long", "short", "narrow"}, ListStyleOption::LONG); in InitializeListFormat() 189 case ListStyleOption::LONG: in InitializeListFormat() 327 case ListStyleOption::LONG: in ListOptionStyleToEcmaString()
|
D | js_displaynames.cpp | 156 …// 11. Let style be ? GetOption(options, "style", "string", « "narrow", "short", "long" », "long"). in InitializeDisplayNames() 159 … {StyOption::NARROW, StyOption::SHORT, StyOption::LONG}, in InitializeDisplayNames() 160 … {"narrow", "short", "long"}, StyOption::LONG); in InitializeDisplayNames() 212 case StyOption::LONG: in InitializeDisplayNames() 310 case StyOption::LONG: in StyOptionToEcmaString()
|
D | js_date_time_format.cpp | 49 const std::vector<std::string> ICU_LONG_SHORT = {"long", "short"}; 50 const std::vector<std::string> ICU_NARROW_LONG_SHORT = {"narrow", "long", "short"}; 52 const std::vector<std::string> ICU_NARROW_LONG_SHORT2_DIGIT_NUMERIC = {"narrow", "long", "short", "… 54 {"EEEEE", "narrow"}, {"EEEE", "long"}, {"EEE", "short"}, 55 {"ccccc", "narrow"}, {"cccc", "long"}, {"ccc", "short"} 57 const std::vector<IcuPatternEntry> ICU_ERA_PE = {{"GGGGG", "narrow"}, {"GGGG", "long"}, {"GGG", "sh… 60 {"MMMMM", "narrow"}, {"MMMM", "long"}, {"MMM", "short"}, {"MM", "2-digit"}, {"M", "numeric"}, 61 {"LLLLL", "narrow"}, {"LLLL", "long"}, {"LLL", "short"}, {"LL", "2-digit"}, {"L", "numeric"} 65 {"BBBBB", "narrow"}, {"bbbbb", "narrow"}, {"BBBB", "long"}, 66 {"bbbb", "long"}, {"B", "short"}, {"b", "short"} [all …]
|
D | js_relative_time_format.cpp | 105 // 16. Let s be ? GetOption(options, "style", "string", «"long", "short", "narrow"», "long"). in InitializeRelativeTimeFormat() 108 {RelativeStyleOption::LONG, RelativeStyleOption::SHORT, RelativeStyleOption::NARROW}, in InitializeRelativeTimeFormat() 109 {"long", "short", "narrow"}, RelativeStyleOption::LONG); in InitializeRelativeTimeFormat() 141 case RelativeStyleOption::LONG: in InitializeRelativeTimeFormat() 507 if (style == RelativeStyleOption::LONG) { in ResolvedOptions()
|
D | js_number_format.cpp | 99 case UnitDisplayOption::LONG: in OptionToEcmaString() 141 case CompactDisplayOption::LONG: in OptionToEcmaString() 348 …itDisplay be ? GetOption(options, "unitDisplay", "string", « "short", "narrow", "long" », "short"). in SetNumberFormatUnitOptions() 351 …nsObject, property, {UnitDisplayOption::SHORT, UnitDisplayOption::NARROW, UnitDisplayOption::LONG}, in SetNumberFormatUnitOptions() 352 {"short", "narrow", "long"}, UnitDisplayOption::SHORT); in SetNumberFormatUnitOptions() 541 case UnitDisplayOption::LONG: in InitializeNumberFormat() 573 …tDisplay be ? GetOptionOfString(options, "compactDisplay", "string", « "short", "long" », "short"). in InitializeNumberFormat() 576 …ionsObject, property, {CompactDisplayOption::SHORT, CompactDisplayOption::LONG}, {"short", "long"}, in InitializeNumberFormat() 586 case CompactDisplayOption::LONG: in InitializeNumberFormat()
|
D | js_number_format.h | 30 enum class CompactDisplayOption : uint8_t { SHORT = 0x01, LONG, EXCEPTION }; enumerator 38 enum class UnitDisplayOption : uint8_t { SHORT = 0x01, NARROW, LONG, EXCEPTION }; enumerator
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | string_helpers.h | 88 long long int result = strtoll(str, &end, base);
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | mem.cpp | 132 long sz = sysconf(_SC_PAGESIZE); in GetPageSizeFromOs() 240 constexpr unsigned long PR_SET_VMA_ANON_NAME = 0; 254 static_cast<unsigned long>(ToUintPtr(mem)), size, in TagAnonymousMemory() 256 static_cast<unsigned long>(ToUintPtr(tag))); in TagAnonymousMemory()
|
/arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
D | starr.obj.yaml | 1653 .record panda.Long <external> 1654 .function void panda.Long.ctor(panda.Long a0, i64 a1) <external,ctor> 1655 .function i64 panda.Long.longValue(panda.Long a0) <external> 1656 .function panda.Long create(i32 a0) <static> { 1660 initobj panda.Long.ctor, v0 1663 .function i32 compare(i32 a0, panda.Long a1) <static> { 1664 call.virt.short panda.Long.longValue, a1 1672 - panda.Long[] 1825 .record panda.Long <external> 1826 .function void panda.Long.ctor(panda.Long a0, i64 a1) <external,ctor> [all …]
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | thread.h | 21 using DWORD = unsigned long;
|
/arkcompiler/ets_runtime/ecmascript/platform/ |
D | os.h | 27 long PtracePeektext(int pid, uintptr_t addr);
|
/arkcompiler/ets_frontend/es2panda/ |
D | README.md | 43 Skip list for the runtime: `test/test262skiplist.txt, test/test262skiplist-long.txt`.
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
D | os.cpp | 55 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext()
|
/arkcompiler/runtime_core/docs/ |
D | glossary.md | 81 … % of time not spent in GC over a long period of time(sometimes `GC throughput` uses as % time spe…
|
/arkcompiler/runtime_core/libpandabase/tests/genmc/ |
D | mutex_test_genmc.cpp | 46 for (long i = 0u; i < N; i++) { in main()
|
D | mutex_test_3.cpp | 52 for (long i = 0u; i < N; i++) { in main()
|