| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | path_helper.h | 49 size_t pos = moduleName.find(NAME_SPACE_TAG); in DeleteNamespace() local 62 size_t pos = moduleName.find(NAME_SPACE_TAG); in GetHarName() local 73 size_t pos = recordName.find(SLASH_TAG); in AdaptOldIsaRecord() local 88 size_t pos = moduleRequestName.find(COLON_TAG); in GetStrippedModuleName() local 101 size_t pos = moduleRequestName.find(COLON_TAG); in GetInternalModulePrefix() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/ |
| D | ArkImportBuilder.ts | 61 const pos = LineColPosition.buildFromNode(node.importClause.name, sourceFile); constant 77 const pos = LineColPosition.buildFromNode(element, sourceFile); constant 103 … const pos = LineColPosition.buildFromNode(node.importClause.namedBindings.name, sourceFile); constant
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_TypedArrays.cpp | 43 static void EtsEscompatTypedArraySet(T *thisArray, EtsInt pos, typename T::ElementType val) in EtsEscompatTypedArraySet() 60 typename T::ElementType EtsEscompatTypedArrayGet(T *thisArray, EtsInt pos) in EtsEscompatTypedArrayGet() 77 typename T::ElementType EtsEscompatTypedArrayGetUnsafe(T *thisArray, EtsInt pos) in EtsEscompatTypedArrayGetUnsafe() 90 extern "C" void EtsEscompatInt8ArraySetInt(ark::ets::EtsEscompatInt8Array *thisArray, EtsInt pos, E… in EtsEscompatInt8ArraySetInt() 95 extern "C" void EtsEscompatInt8ArraySetByte(ark::ets::EtsEscompatInt8Array *thisArray, EtsInt pos, … in EtsEscompatInt8ArraySetByte() 100 extern "C" EtsDouble EtsEscompatInt8ArrayGet(ark::ets::EtsEscompatInt8Array *thisArray, EtsInt pos) in EtsEscompatInt8ArrayGet() 105 …rn "C" EtsByte EtsEscompatInt8ArrayGetUnsafe(ark::ets::EtsEscompatInt8Array *thisArray, EtsInt pos) in EtsEscompatInt8ArrayGetUnsafe() 111 static void EtsEscompatTypedArraySetValuesImpl(T *thisArray, T *srcArray, EtsInt pos) in EtsEscompatTypedArraySetValuesImpl() 142 … ark::ets::EtsEscompatInt8Array *srcArray, EtsDouble pos) in EtsEscompatInt8ArraySetValuesWithOffset() 168 extern "C" void EtsEscompatInt16ArraySetInt(ark::ets::EtsEscompatInt16Array *thisArray, EtsInt pos,… in EtsEscompatInt16ArraySetInt() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | class_hierarchy_info_test.cpp | 51 auto pos = text.find("Child"); in TEST_F() local 105 auto pos = text.find("Magpie"); in TEST_F() local 137 auto pos = text.find("Animal"); in TEST_F() local 172 auto pos = text.find("jj"); in TEST_F() local 221 auto pos = text.find("/*1*/"); in TEST_F() local 262 auto pos = text.find("/*1*/"); in TEST_F() local 306 auto pos = text.find("/*1*/"); in TEST_F() local 347 auto pos = text.find("/*1*/"); in TEST_F() local
|
| D | script_element_kind_test.cpp | 102 auto pos = text.find("/*1*/"); in TEST_F() local 125 auto pos = text.find("/*1*/"); in TEST_F() local 166 auto pos = text.find("/*1*/"); in TEST_F() local 182 auto pos = text.find("/*1*/"); in TEST_F() local 198 auto pos = text.find("/*1*/"); in TEST_F() local 213 auto pos = text.find("/*1*/"); in TEST_F() local 228 auto pos = text.find("/*1*/"); in TEST_F() local 243 auto pos = text.find("/*1*/"); in TEST_F() local 262 auto pos = text.find("/*1*/"); in TEST_F() local 278 auto pos = text.find("/*1*/"); in TEST_F() local [all …]
|
| D | refactors_convert_template_test.cpp | 41 auto pos = texts[0].find("/*1*/"); in TEST_F() local 65 auto pos = texts[0].find("/*3*/"); in TEST_F() local 87 auto pos = texts[0].find("/*5*/"); in TEST_F() local 110 auto pos = texts[0].find("/*7*/"); in TEST_F() local 132 auto pos = texts[0].find("/*9*/"); local 155 auto pos = texts[0].find("/*11*/"); in TEST_F() local 176 auto pos = texts[0].find("/*13*/"); in TEST_F() local 198 auto pos = texts[0].find("/*15*/"); in TEST_F() local 220 auto pos = texts[0].find("/*17*/"); in TEST_F() local
|
| D | refactors_convert_chain_test.cpp | 42 auto pos = texts[0].find("/*1*/"); in TEST_F() local 72 auto pos = texts[0].find("/*1*/"); in TEST_F() local 100 auto pos = texts[0].find("/*1*/"); in TEST_F() local
|
| D | document_highlights.cpp | 36 auto const pos = 6; in TEST_F() local 133 auto const pos = 8; in TEST_F() local 178 auto const pos = 18; in TEST_F() local 228 auto const pos = 11; in TEST_F() local 270 auto const pos = 49; in TEST_F() local 308 auto const pos = 125; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/util/ |
| D | diagnostic.cpp | 88 size_t pos = 0; in Format() local 180 DiagnosticBase::DiagnosticBase(const lexer::SourcePosition &pos) in DiagnosticBase() 206 const lexer::SourcePosition &pos) in ThrowableDiagnostic() 219 const lexer::SourcePosition &pos) in ThrowableDiagnostic() 236 … const util::DiagnosticMessageParams &diagnosticParams, const lexer::SourcePosition &pos, in Diagnostic() 255 … const util::DiagnosticMessageParams &diagnosticParams, const lexer::SourcePosition &pos, in Diagnostic() 262 … const util::DiagnosticMessageParams &diagnosticParams, const lexer::SourcePosition &pos) in Diagnostic()
|
| D | bitset.cpp | 47 void BitSet::Set(size_t pos) noexcept in Set() 52 void BitSet::Set(size_t pos, bool value) noexcept in Set()
|
| /arkcompiler/runtime_core/static_core/verification/util/ |
| D | bit_vector.h | 272 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in Clr() local 278 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in Set() local 284 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in Invert() local 317 for (size_t pos = 0; pos < numFullWords; pos++) { variable 363 for (size_t pos = posFrom + 1; pos < posTo; ++pos) { in Process() local 392 size_t pos = 0; in Process() local 463 for (size_t pos = 0; pos < numFullWords; pos++) { in ForAllIdxVal() local 479 for (size_t pos = 0; pos < SizeInWords(); ++pos) { in ForAllIdxOf() local 504 size_t pos = from >> POS_SHIFT; variable 533 size_t pos = 0; in SetBitsCount() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeRelationContext.cpp | 48 const lexer::SourcePosition &pos) in ValidateTypeArguments() 117 auto pos = (typeArgs == nullptr) ? lexer::SourcePosition() : typeArgs->Range().start; in InstantiateType() local 124 … const Substitution *substitution, lexer::SourcePosition pos) in CheckInstantiationConstraints() 162 const lexer::SourcePosition &pos) in InstantiateType()
|
| D | typeRelationContext.h | 182 const lexer::SourcePosition &pos) in InstantiationContext() 192 const lexer::SourcePosition &pos) in InstantiationContext()
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | bitset.cpp | 42 void BitSet::Set(size_t pos) noexcept in Set() 47 void BitSet::Set(size_t pos, bool value) noexcept in Set()
|
| D | commonUtil.cpp | 27 size_t pos = str.find(delimiter); in Split() local 57 size_t pos = normalizedImport.find(SLASH_TAG); in GetPkgNameFromNormalizedImport() local 143 size_t pos = ohmurl.find(NORMALIZED_OHMURL_SEPARATOR + packageName) + 1; in UpdatePackageNameIfNeeded() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/ |
| D | assembler_x64.cpp | 255 auto pos = GetCurrentPosition(); in Align16() local 536 auto pos = GetCurrentPosition(); in Callq() local 562 auto pos = GetCurrentPosition(); in Jmp() local 615 auto pos = GetCurrentPosition(); in Ja() local 647 auto pos = GetCurrentPosition(); in Jb() local 678 auto pos = GetCurrentPosition(); in Jz() local 710 auto pos = GetCurrentPosition(); in Je() local 737 size_t pos = GetCurrentPosition(); in Bind() local 922 auto pos = GetCurrentPosition(); in Jne() local 962 auto pos = GetCurrentPosition(); in Jbe() local [all …]
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.cpp | 41 …rowTypeError(std::initializer_list<TypeErrorMessageElement> list, const lexer::SourcePosition &pos) in ThrowTypeError() 67 void Checker::ThrowTypeError(std::string_view message, const lexer::SourcePosition &pos) in ThrowTypeError()
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 102 size_t pos = moduleRequestName.find(PathHelper::CURRENT_DIREATORY_TAG); in ConcatImportFileNormalizedOhmurlWithRecordName() local 140 auto pos = requestName.rfind(PACKAGE_PATH_SEGMENT); in ReformatPath() local 144 auto pos = requestName.find(PathHelper::SLASH_TAG); in ReformatPath() local 166 size_t pos = CString::npos; in ParseAbcPathAndOhmUrl() local 254 size_t pos = oldEntryPoint.find(PathHelper::SLASH_TAG); in TransformToNormalizedOhmUrl() local 388 size_t pos = moduleRequestName.find(PathHelper::CURRENT_DIREATORY_TAG); in MakeNewRecord() local 475 size_t pos = recordName.find(PathHelper::SLASH_TAG); in FindPackageInTopLevelWithNamespace() local 492 size_t pos = moduleName.find(PathHelper::NAME_SPACE_TAG); in FindPackageInTopLevelWithNamespace() local 525 size_t pos = packageName.rfind(PACKAGE_PATH_SEGMENT); in ParseOhpmPackage() local 553 size_t pos = 0; in ParseThirdPartyPackage() local [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
| D | stack_trace_test.cpp | 73 auto pos = 0; in TEST_F() local 106 auto pos = 0; in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/lsp/src/register_code_fix/ |
| D | ui_plugin_suggest.cpp | 32 …<TextChange> GetTextChangesFromSuggestions(const ark::es2panda::util::Diagnostic *diag, size_t pos, in GetTextChangesFromSuggestions() 52 std::vector<FileTextChanges> GetUIPluginCodeFixesByDiagType(public_lib::Context *ctx, size_t pos, in GetUIPluginCodeFixesByDiagType() 69 …xtChanges> UIPluginSuggest::GetUIPluginCodeFixes(es2panda_Context *context, size_t pos, bool isAll) in GetUIPluginCodeFixes()
|
| /arkcompiler/runtime_core/panda_guard/util/ |
| D | string_util.cpp | 35 auto pos = str.find_first_of(delimiter, 0); in Split() local 72 auto pos = str.rfind(delimiter); in RSplitOnce() local 124 auto pos = iter - string.begin(); in UnicodeEscape() local
|
| /arkcompiler/runtime_core/abc2program/common/ |
| D | abc_file_utils.cpp | 23 size_t pos = normalizedImport.find(SLASH_TAG); in GetPkgNameFromNormalizedImport() local 52 size_t pos = str.find(delimiter); in Split() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checker.cpp | 41 … const util::DiagnosticMessageParams &diagnosticParams, const lexer::SourcePosition &pos) in LogError() 46 …d Checker::LogError(const diagnostic::DiagnosticKind &diagnostic, const lexer::SourcePosition &pos) in LogError() 51 void Checker::LogTypeError(std::string_view message, const lexer::SourcePosition &pos) in LogTypeError() 57 const lexer::SourcePosition &pos) in LogDiagnostic()
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | json_builder.cpp | 32 auto pos = iter - string.begin(); in JsonEscape() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | json_builder.cpp | 30 auto pos = iter - string.begin(); in JsonEscape() local
|