Home
last modified time | relevance | path

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

12345

/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.js34 function testAccessors(tname, ...values) {
35 function testAccessorsOf(o, tname, ...values) {
75 function testTypecheck(tname, ...values) {
Dcheck_access_primitives.js32 function testAccessors(tname, ...values) {
33 function testAccessorsOf(o, tname, ...values) {
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/dataflow/
DFact.ts20 values: Set<Value> = new Set<Value>(); property in Fact
/arkcompiler/ets_runtime/test/aottest/builtins_number2/
Dbuiltins_number2.ts16 var values = [ variable
/arkcompiler/ets_runtime/test/aottest/asyncgeneratorrest/
Dasyncgeneratorrest.js16 var values = [34, 56]; 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_frontend/ets2panda/linter/src/lib/
DTypeScriptLinterConfig.ts39 const values = Object.values(ts.SyntaxKind); constant
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_plain_array.cpp71 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
Djs_api_lightweightset.cpp182 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/
DVisibleValue.ts162 const values: Value[] = []; constant
196 public values: Value[]; property in Scope
/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
/arkcompiler/ets_runtime/test/moduletest/arrayValuesCase/
DarrayValuesCase.js48 const values = array.values(); constant
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/enum_types/
Dbase_enum.py42 def values(cls: type[EnumT]) -> list[str]: member in BaseEnum
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.h248 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
Dcontainers_lightweightset_stub_builder.h49 GateRef values = Load(VariableType::JS_POINTER(), glue, obj, valuesOffset); in GetValue() local
Dcontainers_lightweightmap_stub_builder.h51 GateRef values = Load(VariableType::JS_POINTER(), glue, obj, valuesOffset); in GetValue() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Dsweep_js2sts_test.cpp36 …TestXGCEcmaVmAdaptor(napi_env env, [[maybe_unused]] TestXGCEcmaAdaptorValues *values) : TestXGCVmA… in TestXGCEcmaVmAdaptor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_ir_specification.md468 ##### ALLOCA
481 ##### ARG
494 ##### CONSTANT

12345