Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 89) sorted by relevance

1234

/arkcompiler/runtime_core/libpandabase/tests/
Dsmall_vector_test.cpp51 std::array values = {10, 20, 30, 40, 50, 60, 70, 80, 90, 100}; in TestVectorGrow() local
97 std::array values = {10, 20, 30, 40, 50, 60, 70, 80, 90, 100}; in TestVectorFind() local
134 std::array values = {10, 20, 30, 40, 50, 60, 70, 80, 90, 100}; in TestVectorResize() local
260 std::array values = {Item(1, 1.2), Item(2, 2.3), Item(3, 3.4)}; in TEST_F() local
311 std::array values = {Item(1, 1.2), Item(2, 2.3), Item(3, 3.4)}; in TEST_F() local
336 std::array values = {0, 1, 2, 3, 4, 5, 6, 7}; in TEST_F() local
371 std::array values = {0, 1, 2, 3, 4, 5, 6, 7}; in TEST_F() local
408 std::array values = {0, 1, 2, 3, 4, 5, 6, 7}; in TEST_F() local
436 std::array values = {0, 1, 2, 3, 4, 5, 6, 7}; in TEST_F() local
Dbit_table_test.cpp130 std::array<std::array<uint32_t, 10>, 5> values = { in TEST_F() local
229 void InitRangesTest(std::array<std::array<uint32_t, 2>, 10> &values, BitTable<TestAccessor> &table) in InitRangesTest()
252 std::array<std::array<uint32_t, 2>, 10> values = { in TEST_F() local
293 std::array<std::array<uint32_t, 2>, 10> values = { in TEST_F() local
333 std::array<std::array<uint32_t, 2>, 10> values = { in TEST_F() local
372 std::array<Entry, 3> values = {Entry {1}, Entry {2}, Entry {3}}; in TEST_F() local
394 ArenaVector<std::pair<uint32_t, uint64_t>> values(GetAllocator()->Adapter()); in TEST_F() local
Dbit_vector_test.cpp102 std::vector<bool> values = {false, true, false, true, false, true, false, true, false, true}; variable
241 std::vector<bool> values = {false, true, false, true, false, true, false, true, false, true}; in TestModification() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_access_references.js31 function testAccessors(tname, ...values) {
32 function testAccessorsOf(o, tname, ...values) {
72 function testTypecheck(tname, ...values) {
Dcheck_access_primitives.js28 function testAccessors(tname, ...values) {
29 function testAccessorsOf(o, tname, ...values) {
/arkcompiler/ets_frontend/es2panda/test/type_extractor/dts-testcases/
Dtest-interface-type-test-1.d.ts24 values(): IterableIterator; method in Set
/arkcompiler/ets_runtime/test/aottest/asyncgeneratorrest/
Dasyncgeneratorrest.js16 var values = [34, 56]; variable
/arkcompiler/ets_runtime/test/aottest/builtins_number2/
Dbuiltins_number2.ts16 var values = [ variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dsmall_vector_test.cpp56 std::array values = {10U, 20U, 30U, 40U, 50U, 60U, 70U, 80U, 90U, 100U}; in TestVectorGrow() local
124 std::array values = {10U, 20U, 30U, 40U, 50U, 60U, 70U, 80U, 90U, 100U}; in TestVectorIteration() local
265 std::array values = {Item(1U, 1.2L), Item(2U, 2.3L), Item(3U, 3.4L)}; in TEST_F() local
316 std::array values = {Item(1U, 1.2L), Item(2U, 2.3L), Item(3U, 3.4L)}; in TEST_F() local
341 std::array values = {0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U}; in TEST_F() local
404 std::array values = {0U, 1U, 2U, 3U, 4U, 5U, 6U, 7U}; in TEST_F() local
Dbit_table_test.cpp135 std::array<std::array<uint32_t, 10U>, 5U> values = { in TEST_F() local
234 void GetRange(BitTable<TestAccessor> table, std::array<std::array<uint32_t, 2U>, 10U> values) in GetRange()
265 …id GetReversedRange(BitTable<TestAccessor> table, std::array<std::array<uint32_t, 2U>, 10U> values) in GetReversedRange()
301 std::array<std::array<uint32_t, 2U>, 10U> values = { in TEST_F() local
333 std::array<std::array<uint32_t, 2U>, 10U> values = { in TEST_F() local
384 std::array<Entry, 3U> values = {Entry {1U}, Entry {2U}, Entry {3U}}; in TEST_F() local
406 ArenaVector<std::pair<uint32_t, uint64_t>> values(GetAllocator()->Adapter()); in TEST_F() local
Dbit_vector_test.cpp109 std::vector<bool> values = {false, true, false, true, false, true, false, true, false, true}; in TEST_F() local
245 std::vector<bool> values = {false, true, false, true, false, true, false, true, false, true}; in TestModification() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp73 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in AdjustForward() local
155 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Clear() local
320 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Get() local
410 JSTaggedValue JSAPIPlainArray::TryFastGetIndexOfValue(TaggedArray *values, JSTaggedValue value) in TryFastGetIndexOfValue()
424 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetIndexOfValue() local
469 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetValueAt() local
481 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Remove() local
494 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in RemoveAt() local
515 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in SetValueAt() local
Djs_api_lightweightset.cpp184 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetValueAt() local
194 TaggedArray *values = TaggedArray::Cast(GetHashes().GetTaggedObject()); in GetHashAt() local
276 JSTaggedValue values = srcHashes->Get(i); in Equal() local
418 JSMutableHandle<JSTaggedValue> values(thread, JSTaggedValue::Undefined()); in ToString() local
484 JSHandle<TaggedArray> values(thread, obj->GetValues()); in CheckAndCopyValues() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinterConfig.ts39 const values = Object.values(ts.SyntaxKind); constant
/arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/
DarrayValuesCase.js48 const values = array.values(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_lightweightset_stub_builder.h44 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
Dcontainers_lightweightmap_stub_builder.h46 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp112 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
133 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
171 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
Djs_shared_array_test.cpp44 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
80 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
Djs_api_lightweightmap_test.cpp70 std::vector<JSHandle<JSTaggedValue>>& values) in RemoveCommon()
189 std::vector<JSHandle<JSTaggedValue>> values{}; in HWTEST_F_L0() local
209 std::vector<JSHandle<JSTaggedValue>> values{}; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md468 ##### ALLOCA
481 ##### ARG
494 ##### CONSTANT
/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto49 repeated ScalarValue values = 3; field
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp213 const auto values = annotationAccessor.GetElement(i).GetArrayValue(); in HandleArrayAnnotation() local
260 const auto values = annotationAccessor.GetElement(i).GetArrayValue(); in EnumerateAnnotations() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp184 …JSHandle<PromiseRecord> values = JSHandle<PromiseRecord>::Cast(JSHandle<JSTaggedValue>(thread, fun… in ResolveElementFunction() local
400 JSHandle<PromiseRecord> values = in AllSettledResolveElementFunction() local
465 JSHandle<PromiseRecord> values = in AllSettledRejectElementFunction() local
/arkcompiler/runtime_core/static_core/scripts/
Dcompiler_bisect.py170 def __init__(self, values): argument

1234