Home
last modified time | relevance | path

Searched defs:second (Results 1 – 25 of 45) sorted by relevance

12

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/detail/
Denumerate_napi.h22 #define EVERY_SECOND2(first, second) , second argument
23 #define EVERY_SECOND3(first, second, ...) , second EVERY_SECOND2(__VA_ARGS__) argument
24 #define EVERY_SECOND4(first, second, ...) , second EVERY_SECOND3(__VA_ARGS__) argument
25 #define EVERY_SECOND5(first, second, ...) , second EVERY_SECOND4(__VA_ARGS__) argument
26 #define EVERY_SECOND6(first, second, ...) , second EVERY_SECOND5(__VA_ARGS__) argument
27 #define EVERY_SECOND7(first, second, ...) , second EVERY_SECOND6(__VA_ARGS__) argument
28 #define EVERY_SECOND8(first, second, ...) , second EVERY_SECOND7(__VA_ARGS__) argument
29 #define EVERY_SECOND9(first, second, ...) , second EVERY_SECOND8(__VA_ARGS__) argument
31 #define PARAMS_PAIR2(first, second) , first second argument
32 #define PARAMS_PAIR3(first, second, ...) , first second PARAMS_PAIR2(__VA_ARGS__) argument
[all …]
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/menu/
DMainMenuGroup.js100 get second() { getter in MainMenuGroup
103 set second(value) { setter in MainMenuGroup
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DassertStatementBuilder.h35 AssertStatementBuilder &SetSecond(Expression *second) in SetSecond()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DassertStatement.h30 explicit AssertStatement(Expression *test, Expression *second) in AssertStatement()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_coalescing.h30 Inst *second; member
Dmemory_coalescing.cpp435 Inst *second = nullptr; in TryAddCoalescedPair() local
649 void InsertPair(Inst *first, Inst *second, Inst *insertAfter) in InsertPair()
693 Inst *ReplaceLoadArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArray()
710 Inst *ReplaceLoadObject(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadObject()
735 Inst *ReplaceLoadArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceLoadArrayI()
752 Inst *ReplaceStoreArray(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArray()
772 Inst *ReplaceStoreObject(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreObject()
799 Inst *ReplaceStoreArrayI(Inst *first, Inst *second, Inst *insertAfter) in ReplaceStoreArrayI()
/arkcompiler/ets_runtime/test/moduletest/dataview/
Ddataview.js37 const second = new DataView(buf, 8); constant
/arkcompiler/ets_runtime/test/aottest/formatrangetoparts/
Dformatrangetoparts.js33 hour: "numeric", minute: "numeric", second: "numeric" property
/arkcompiler/ets_runtime/ecmascript/
Don_heap.h45 static OnHeapMode Merge(OnHeapMode first, OnHeapMode second) in Merge()
Dtagged_array.cpp63 const JSHandle<TaggedArray> &second) in Append()
81const JSHandle<TaggedArray> &second, uint32_t copyLength) in AppendSkipHole()
Ddate_parse.cpp117 DateUnit second = proxy->GetDate(); in ParseIsoDateTime() local
Djs_relative_time_format.cpp186 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitToIcuUnit() local
301 JSHandle<EcmaString> second = JSHandle<EcmaString>::Cast(globalConst->GetHandledSecondString()); in SingularUnitString() local
Decma_string-inl.h400 EcmaString *second = EcmaString::Cast(treeSrc->GetSecond()); in WriteToFlat() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string_iterator.cpp83 … uint16_t second = EcmaStringAccessor(string.GetObject<EcmaString>()).Get<false>(position + 1); in NextInternal() local
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/ap/
DApApplication.js179 second: false, property
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserStatements.cpp300 ir::Expression *second = nullptr; in ParseAssertStatement() local
/arkcompiler/ets_runtime/test/moduletest/regress/
Dregress.js232 …const datesList = [{ year: '2021', month: '10', day: '22', hour: '10', minute: '12', second: '32' … property
233 { year: '2021', month: '8', day: '3', hour: '9', minute: '9', second: '6' }]; property
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmultithreaded_intern_string_table_test.cpp207 uint8_t second = utf::UTF8_2B_SECOND | static_cast<uint8_t>(dist(engine) >> 1U); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Double.cpp128 auto second = isUtf16 ? utf16Span[startIndex + 1] : mutf8Span[startIndex + 1]; in StdCoreDoubleParseInt() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp271 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion()
449 … std::sort(collectRegionSet_.begin(), collectRegionSet_.end(), [](Region *first, Region *second) { in SelectCSets()
/arkcompiler/ets_runtime/ecmascript/mem/
Dsparse_space.cpp200 std::sort(sweepingList_.begin(), sweepingList_.end(), [](Region *first, Region *second) { in SortSweepingRegion()
509 … std::sort(collectRegionSet_.begin(), collectRegionSet_.end(), [](Region *first, Region *second) { in SelectCSet()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_date_time_format_second_test.cpp220 …auto second = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(dateTimeArray), 13)… in CheckOther() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp423 const StackfulCoroutineWorker *second) { in ChooseWorkerForCoroutine()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.cpp355 GateRef CircuitBuilder::ThreeInt64Min(GateRef first, GateRef second, GateRef third) in ThreeInt64Min()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp73 uint16_t second = utf16[*index + 1]; in HandleAndDecodeInvalidUTF16() local

12