Home
last modified time | relevance | path

Searched full:suffix (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h282 // the package name may have a '.js' suffix, try to parseThirdPartyPackage in MakeNewRecord()
487 CString suffix = moduleRequestName.substr(pos); in IsImportFile() local
488 …if (suffix == EXT_NAME_JS || suffix == EXT_NAME_TS || suffix == EXT_NAME_ETS || suffix == EXT_NAME… in IsImportFile()
500 CString suffix = res.substr(pos); in RemoveSuffix() local
501 …if (suffix == EXT_NAME_JS || suffix == EXT_NAME_TS || suffix == EXT_NAME_ETS || suffix == EXT_NAME… in RemoveSuffix()
502 res.erase(pos, suffix.length()); in RemoveSuffix()
Dstring_helper.h368 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() argument
370 if (str.length() < suffix.length()) { in EndsWith()
373 std::string subStr = str.substr(str.length() - suffix.length(), str.length()); in EndsWith()
374 return subStr == suffix; in EndsWith()
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.cpp57 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName() argument
63 return str.substr(0, NAME_MAX - suffix.size()); in ClearFileName()
67 …er::GetFileName([[maybe_unused]] const char *pass_name, [[maybe_unused]] const std::string &suffix) in GetFileName() argument
94 ss_fullpath << folder_name.c_str() << "/" << ClearFileName(ss_filename.str(), suffix) << suffix; in GetFileName()
Dpass_manager.h120 std::string GetFileName(const char *pass_name = nullptr, const std::string &suffix = ".cfg");
/arkcompiler/ets_frontend/merge_abc/src/
Doptions.cpp36 panda::PandArg<std::string> protoBinSuffix("suffix", "", "suffix of proto bin file"); in Parse()
/arkcompiler/runtime_core/runtime/asm_defines/
DCMakeLists.txt41 SUFFIX .S
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.sh109 trusted_host=${trusted_host/%[:\/]*/} # remove suffix part including the port number
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp450 ArenaString suffix(IsExit() ? ".Exit" : ".Entry", adapter); in DumpOpcode() local
452 (*out) << std::setw(INDENT_OPCODE) << opcode + suffix; in DumpOpcode()
459 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local
461 …(*out) << std::setw(INDENT_OPCODE) << ArenaString(IsFcmpg() ? "Fcmpg" : "Fcmpl", adapter) + suffix; in DumpOpcode()
463 …t) << std::setw(INDENT_OPCODE) << ArenaString("Cmp", adapter) + ArenaString(" ", adapter) + suffix; in DumpOpcode()
465 (*out) << std::setw(INDENT_OPCODE) << ArenaString("Ucmp", adapter) + suffix; in DumpOpcode()
/arkcompiler/ets_frontend/test262/
Drun_sunspider.py279 '--suffix', PROTO_BIN_SUFFIX, '--outputFilePath',
285 '--suffix', PROTO_BIN_SUFFIX, '--outputFilePath',
/arkcompiler/runtime_core/verification/
Dmessages.yaml251 args: suffix, return_type, expected_type, subtypes
253 …Incorrect 'return${suffix}' instruction. The type of method return value '${return_type}' is not a…
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp36 "--aot-file: Path (file suffix not needed) to AOT output file. Default: \"aot_file\"\n"
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp107 bool IsSuffix(T const &filename, T const &suffix) in IsSuffix() argument
109 return (filename.length() > suffix.length()) && in IsSuffix()
110 (filename.rfind(suffix) == (filename.length() - suffix.length())); in IsSuffix()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1097 // $' - suffix in GetSubstitution()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2suffix;return t.length>=r.length+n.length&&H(t,r)&&z(t,n)}function X(e,t,r,n){for(var i=0,a=e[n];i… property