Home
last modified time | relevance | path

Searched defs:values (Results 1 – 25 of 95) 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_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/ets_frontend/es2panda/test/type_extractor/dts-testcases/
Dtest-interface-type-test-1.d.ts24 values(): IterableIterator; method in Set
/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/runtime_core/static_core/plugins/ets/playground/frontend/src/models/
Doptions.ts20 values: TOptionVal[] property
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp71 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in AdjustForward() local
153 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Clear() local
322 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Get() local
412 JSTaggedValue JSAPIPlainArray::TryFastGetIndexOfValue(TaggedArray *values, JSTaggedValue value) in TryFastGetIndexOfValue()
426 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetIndexOfValue() local
471 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetValueAt() local
483 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in Remove() local
496 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in RemoveAt() local
517 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in SetValueAt() local
Djs_api_lightweightset.cpp182 TaggedArray *values = TaggedArray::Cast(GetValues().GetTaggedObject()); in GetValueAt() local
192 TaggedArray *values = TaggedArray::Cast(GetHashes().GetTaggedObject()); in GetHashAt() local
274 JSTaggedValue values = srcHashes->Get(i); in Equal() local
416 JSMutableHandle<JSTaggedValue> values(thread, JSTaggedValue::Undefined()); in ToString() local
482 JSHandle<TaggedArray> values(thread, obj->GetValues()); in CheckAndCopyValues() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinterConfig.ts39 const values = Object.values(ts.SyntaxKind); constant
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_test.cpp113 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
134 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
172 JSHandle<TaggedArray> values(factory->NewTaggedArray(5)); in HWTEST_F_L0() local
216 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/test/moduletest/arrayValuesCase/
DarrayValuesCase.js48 const values = array.values(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_lightweightset_stub_builder.h49 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() local
Dcontainers_stub_builder.h248 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in ContainerGetValue() local
253 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in ContainerGetValue() local
273 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in ContainerGetKey() local
Dcontainers_lightweightmap_stub_builder.h51 GateRef values = Load(VariableType::JS_POINTER(), obj, valuesOffset); in GetValue() 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/runtime_core/static_core/plugins/ets/abc2program/
Dabc2program_ets_plugin.cpp257 const auto values = annotationAccessor.GetElement(i).GetArrayValue(); in GetETSAnnotation() local
286 const auto values = element.GetArrayValue(); in GetETSAnnotationImpl() local

1234