| /arkcompiler/runtime_core/static_core/verification/config/whitelist/ |
| D | whitelist.cpp | 42 auto &names = config->whitelistNames[k]; in InsertIntoWhitelist() local
|
| /arkcompiler/runtime_core/static_core/verification/config/context/ |
| D | context.h | 68 std::array<PandaVector<PandaString>, static_cast<size_t>(WhitelistKind::LAST)> names; member
|
| /arkcompiler/ets_frontend/ets2panda/aot/ |
| D | main.cpp | 113 …c std::optional<std::vector<util::Plugin>> InitializePlugins(std::vector<std::string> const &names) in InitializePlugins()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/ |
| D | verify.py | 185 def check_name(names, name, filename, i, correct_tags): argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | locations.h | 60 static constexpr std::array names = { in GetName() local
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_analysis_results.cpp | 75 const auto &names = local_export_slot_external_names_[slot]; in GetLocalExportInfo() local
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | SourceMapMergingUtil.ts | 35 names?: string[]; property
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | file_test.cpp | 119 std::vector<std::string> names = {"C", "B", "A"}; in TEST() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_test.cpp | 102 std::vector<std::string> names = {"C", "B", "A"}; variable
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | bit_table_test.cpp | 180 static constexpr const char *names[] = {"field0", "field1"}; in GetName() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_table.h | 285 static const std::array<const char *, sizeof...(Columns)> names = { in GetBitTableColumnNamesImpl() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 523 Local<ArrayRef> names = object->GetOwnPropertyNames(vm); in GetProperty() local 597 Local<ArrayRef> names = object->GetOwnEnumerablePropertyNames(vm); in GetOwnEnumerablePropertyNames() local 613 Local<ArrayRef> names = object->GetAllPropertyNames(vm, flag); in PrintAllProperty() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | file_items.h | 1582 std::vector<std::string> names; in GetMethodNames() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | file_items.h | 1457 std::vector<std::string> names; in GetMethodNames() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_object_test.cpp | 456 JSHandle<TaggedArray> names = JSObject::EnumerableOwnNames(thread, obj); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_string.cpp | 1361 JSHandle<JSTaggedValue> names(groupName); in ProcessNamedCaptures() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.cpp | 1975 JSHandle<TaggedArray> names = factory->NewTaggedArray(length); in EnumerableOwnNames() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|