| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | small_vector_test.cpp | 51 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
|
| D | bit_table_test.cpp | 130 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
|
| D | bit_vector_test.cpp | 102 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/ |
| D | check_access_references.js | 34 function testAccessors(tname, ...values) { 35 function testAccessorsOf(o, tname, ...values) { 75 function testTypecheck(tname, ...values) {
|
| D | check_access_primitives.js | 32 function testAccessors(tname, ...values) { 33 function testAccessorsOf(o, tname, ...values) {
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/ |
| D | Fact.ts | 20 values: Set<Value> = new Set<Value>(); property in Fact
|
| /arkcompiler/ets_runtime/test/aottest/builtins_number2/ |
| D | builtins_number2.ts | 16 var values = [ variable
|
| /arkcompiler/ets_runtime/test/aottest/asyncgeneratorrest/ |
| D | asyncgeneratorrest.js | 16 var values = [34, 56]; variable
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/dts-testcases/ |
| D | test-interface-type-test-1.d.ts | 24 values(): IterableIterator; method in Set
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | small_vector_test.cpp | 56 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
|
| D | bit_table_test.cpp | 135 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
|
| D | bit_vector_test.cpp | 109 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/ |
| D | options.ts | 20 values: TOptionVal[] property
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinterConfig.ts | 39 const values = Object.values(ts.SyntaxKind); constant
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_plain_array.cpp | 71 TaggedArray *values = TaggedArray::Cast(GetValues(thread).GetTaggedObject()); in AdjustForward() local 154 TaggedArray *values = TaggedArray::Cast(GetValues(thread).GetTaggedObject()); in Clear() local 323 TaggedArray *values = TaggedArray::Cast(GetValues(thread).GetTaggedObject()); in Get() local 413 JSTaggedValue JSAPIPlainArray::TryFastGetIndexOfValue(JSThread *thread, TaggedArray *values, JSTagg… in TryFastGetIndexOfValue() 427 TaggedArray *values = TaggedArray::Cast(GetValues(thread).GetTaggedObject()); in GetIndexOfValue() local 472 TaggedArray *values = TaggedArray::Cast(GetValues(thread).GetTaggedObject()); in GetValueAt() local 484 TaggedArray *values = TaggedArray::Cast(GetValues(thread).GetTaggedObject()); in Remove() local 497 TaggedArray *values = TaggedArray::Cast(GetValues(thread).GetTaggedObject()); in RemoveAt() local 518 TaggedArray *values = TaggedArray::Cast(GetValues(thread).GetTaggedObject()); in SetValueAt() local
|
| D | js_api_lightweightset.cpp | 182 TaggedArray *values = TaggedArray::Cast(GetValues(thread).GetTaggedObject()); in GetValueAt() local 192 TaggedArray *values = TaggedArray::Cast(GetHashes(thread).GetTaggedObject()); in GetHashAt() local 274 JSTaggedValue values = srcHashes->Get(thread, i); in Equal() local 417 JSMutableHandle<JSTaggedValue> values(thread, JSTaggedValue::Undefined()); in ToString() local 483 JSHandle<TaggedArray> values(thread, obj->GetValues(thread)); in CheckAndCopyValues() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | VisibleValue.ts | 162 const values: Value[] = []; constant 196 public values: Value[]; property in Scope
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_array_test.cpp | 113 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
|
| /arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/ |
| D | arrayValuesCase.js | 48 const values = array.values(); constant
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/enum_types/ |
| D | base_enum.py | 42 def values(cls: type[EnumT]) -> list[str]: member in BaseEnum
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | containers_stub_builder.h | 248 GateRef values = Load(VariableType::JS_POINTER(), glue, obj, valuesOffset); in ContainerGetValue() local 253 GateRef values = Load(VariableType::JS_POINTER(), glue, obj, valuesOffset); in ContainerGetValue() local 273 GateRef values = Load(VariableType::JS_POINTER(), glue, obj, valuesOffset); in ContainerGetKey() local
|
| D | containers_lightweightset_stub_builder.h | 49 GateRef values = Load(VariableType::JS_POINTER(), glue, obj, valuesOffset); in GetValue() local
|
| D | containers_lightweightmap_stub_builder.h | 51 GateRef values = Load(VariableType::JS_POINTER(), glue, obj, valuesOffset); in GetValue() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ |
| D | sweep_js2sts_test.cpp | 36 …TestXGCEcmaVmAdaptor(napi_env env, [[maybe_unused]] TestXGCEcmaAdaptorValues *values) : TestXGCVmA… in TestXGCEcmaVmAdaptor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_ir_specification.md | 468 ##### ALLOCA 481 ##### ARG 494 ##### CONSTANT
|