| /arkcompiler/ets_frontend/ets2panda/lsp/src/ |
| D | string_completions.cpp | 33 …ddToEntry(std::string name, ir::AstNode *referencePart, std::vector<lsp::CompletionEntry> &entries, in ControlTypeAndAddToEntry() 47 …letionsFromBody(ArenaVector<ir::AstNode *> const &body, std::vector<lsp::CompletionEntry> &entries) in GetCompletionsFromBody() 79 std::vector<lsp::CompletionEntry> entries; in GetCompletionInfo() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | get_completions_1.cpp | 27 …atic void AssertCompletionsContainAndNotContainEntries(const std::vector<CompletionEntry> &entries, in AssertCompletionsContainAndNotContainEntries() 78 auto entries = res.GetEntries(); in TEST_F() local 327 auto entries = res.GetEntries(); in TEST_F() local 355 auto entries = res.GetEntries(); in TEST_F() local 382 auto entries = res.GetEntries(); in TEST_F() local
|
| D | find_rename_locations_test.cpp | 145 auto entries = genTestData(pattern, filePaths[i], fileContents[i]); in genTestData() local
|
| D | keyword_completion_data_test.cpp | 22 static void AssertCompletionsContainAndNotContainEntries(const std::vector<std::string> &entries, in AssertCompletionsContainAndNotContainEntries()
|
| D | get_completions.cpp | 30 …atic void AssertCompletionsContainAndNotContainEntries(const std::vector<CompletionEntry> &entries, in AssertCompletionsContainAndNotContainEntries()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread_elements_hclass_entries.h | 28 Entry entries[N_ENTRIES]; member
|
| D | tagged_tree.cpp | 150 CQueue<int> entries; in AdjustTaggedTree() local 399 CStack<int> entries; in GetSortArray() local 586 CQueue<int> entries; in HasValue() local 608 CQueue<int> entries; in SetAll() local
|
| D | js_thread_hclass_entries.h | 55 Entry entries[N_ENTRIES]; member
|
| D | linked_hash_table.cpp | 204 int entries = NumberOfElements() + NumberOfDeletedElements(); in ClearAllDeadEntries() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/scan/ |
| D | CountNapiFile.ts | 76 const entries = await fs.promises.readdir(currentDir, { withFileTypes: true }); constant
|
| D | CountFile.ts | 108 const entries = await promisify(fs.readdir)(dir, { withFileTypes: true }); constant
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_tree_set_iterator.cpp | 53 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries(thread)); in Next() local
|
| D | js_api_tree_map_iterator.cpp | 53 JSMutableHandle<TaggedArray> entries(thread, iter->GetEntries(thread)); in Next() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | buildConfigGenerate.ts | 122 const entries = fs.readdirSync(dir, { withFileTypes: true }); constant
|
| D | lspNode.ts | 548 readonly entries: LspCompletionEntry[]; property in LspCompletionInfo 580 readonly entries: LspReferenceLocation[]; property in LspReferenceLocationList
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | gc_intrusion_check.cpp | 81 auto entries = GetBundle(statepoint, BUNDLES[i]); in CheckStatepoint() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | an_file_info.cpp | 273 const std::vector<AOTFileInfo::FuncEntryDes> &entries = GetStubs(); in GenerateMethodToEntryIndexMap() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | cleanup_inline_module.cpp | 400 std::vector<DfsState::value_type> entries {state_.begin(), state_.end()}; in PrintInlineReport() local
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | sharedtypedarray.ts | 711 let entries = array.entries(); variable
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | pt_returns_test.cpp | 251 auto entries = std::vector<std::unique_ptr<TypeProfileEntry>>(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_treeset.cpp | 364 JSHandle<TaggedArray> entries = TaggedTreeSet::GetArrayFromSet(thread, iteratedSet); in ForEach() local
|
| D | containers_treemap.cpp | 431 JSHandle<TaggedArray> entries = TaggedTreeMap::GetArrayFromMap(thread, iteratedMap); in ForEach() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_hashset_test.cpp | 396 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| D | containers_plainarray_test.cpp | 281 JSMutableHandle<JSTaggedValue> entries(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | bit_table.h | 561 size_t AddArray(Span<Entry> entries) in AddArray()
|