Home
last modified time | relevance | path

Searched full:long (Results 1 – 25 of 91) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_common.h46 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)
Dc_string.cpp28 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()
Dsparse_space.h143 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/
Des2022IntlAPIs.ts22 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");
DpropertyNamesOfReservedWords.ts57 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
DrecursiveTypeComparison.ts21 // Before fix this would take an exceeding long time to complete (#1170)
/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h154 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/
Dos.cpp49 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/
Dos.cpp55 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/
Djs_list_format.cpp152 …// 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()
Djs_displaynames.cpp156 …// 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()
Djs_date_time_format.cpp49 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 …]
Djs_relative_time_format.cpp105 // 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()
Djs_number_format.cpp99 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()
Djs_number_format.h30 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/
Dstring_helpers.h88 long long int result = strtoll(str, &end, base);
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dmem.cpp132 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/
Dstarr.obj.yaml1653 .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/
Dthread.h21 using DWORD = unsigned long;
/arkcompiler/ets_runtime/ecmascript/platform/
Dos.h27 long PtracePeektext(int pid, uintptr_t addr);
/arkcompiler/ets_frontend/es2panda/
DREADME.md43 Skip list for the runtime: `test/test262skiplist.txt, test/test262skiplist-long.txt`.
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dos.cpp55 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext()
/arkcompiler/runtime_core/docs/
Dglossary.md81 … % 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/
Dmutex_test_genmc.cpp46 for (long i = 0u; i < N; i++) { in main()
Dmutex_test_3.cpp52 for (long i = 0u; i < N; i++) { in main()

1234