| /arkcompiler/ets_runtime/test/moduletest/container/ |
| H A D | container_deque.js | |
| H A D | container_vector.js | |
| H A D | container_treemap.js | 171 function elements(value, key, map) { function
|
| H A D | container_arraylist.js | |
| H A D | container_lightweightset.js | |
| H A D | container_hashmap.js | |
| H A D | container_lightweightmap.js | |
| H A D | container_plainarray.js | |
| H A D | container_queue.js | |
| H A D | container_stack.js | |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | genericMethodOverspecialization.js | 14 var elements = names.map(function (name) { variable 31 var elements = names.map(function (name) {
variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_intl.cpp | 30 JSHandle<TaggedArray> elements = intl::LocaleHelper::CanonicalizeLocaleList(thread, locales); in GetCanonicalLocales() local
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | non-type-params.hpp | 5 T elements[Capacity]; member
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | gc_ring_buffer_test.cpp | 45 static int SumCallback(const int initial, int elements) in SumCallback() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/module/ |
| H A D | assertClause.h | 35 explicit AssertClause(ArenaVector<AssertEntry *> &&elements) in AssertClause() argument
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| H A D | cpudeadline.h | 15 struct cpudl_item *elements; member
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| H A D | cpudeadline.h | 15 struct cpudl_item *elements; member
|
| /test/testfwk/arkxtest/uitest/record/ |
| H A D | external_calls.cpp | 21 std::vector<std::string> elements; in GetFrontAbility() local
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | uniforms.h | 113 const struct gl_builtin_uniform_element *elements; member
|
| /third_party/skia/third_party/externals/angle2/src/common/ |
| H A D | matrix_utils.h | 30 Matrix(const std::vector<T> &elements, const unsigned int numRows, const unsigned int numCols) in Matrix() argument 37 Matrix(const std::vector<T> &elements, const unsigned int size) in Matrix() argument 44 Matrix(const T *elements, const unsigned int size) : mRows(size), mCols(size) in Matrix() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | template_string_test.cpp | 50 JSHandle<TaggedArray> elements = factory->NewTaggedArray(arrayLength); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| H A D | annotation_test.cpp | 41 std::vector<panda::pandasm::ScalarValue> elements; in HWTEST_F() local 511 std::vector<panda::pandasm::ScalarValue> elements; in HWTEST_F() local [all...] |
| /arkcompiler/runtime_core/abc2program/ |
| H A D | abc_annotation_processor.cpp | 42 std::vector<pandasm::AnnotationElement> elements; in FillAnnotation() local 50 void AbcAnnotationProcessor::FillLiteralArrayAnnotation(std::vector<pandasm::AnnotationElement> &elements, in FillLiteralArrayAnnotation() argument 64 void AbcAnnotationProcessor::FillAnnotationElements(std::vector<pandasm::AnnotationElement> &elements) in FillAnnotationElements() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | arrayExpression.h | 42 explicit ArrayExpression(ArenaVector<Expression *> &&elements, ArenaAllocator *const allocator) in ArrayExpression() argument 47 explicit ArrayExpression(AstNodeType nodeType, ArenaVector<Expression *> &&elements, in ArrayExpression() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | containers_arraylist_stub_builder.h | 39 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in Get() local 46 GateRef elements = Load(VariableType::JS_POINTER(), obj, elementsOffset);
in Set() local 47 SetValueToTaggedArray(VariableType::JS_ANY(), glue, elements, index, value);
in Set() local
|