| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | path_helper.h | 282 // 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()
|
| D | string_helper.h | 368 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/ |
| D | pass_manager.cpp | 57 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()
|
| D | pass_manager.h | 120 std::string GetFileName(const char *pass_name = nullptr, const std::string &suffix = ".cfg");
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | options.cpp | 36 panda::PandArg<std::string> protoBinSuffix("suffix", "", "suffix of proto bin file"); in Parse()
|
| /arkcompiler/runtime_core/runtime/asm_defines/ |
| D | CMakeLists.txt | 41 SUFFIX .S
|
| /arkcompiler/toolchain/build/prebuilts_download/ |
| D | prebuilts_download.sh | 109 trusted_host=${trusted_host/%[:\/]*/} # remove suffix part including the port number
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | dump.cpp | 450 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/ |
| D | run_sunspider.py | 279 '--suffix', PROTO_BIN_SUFFIX, '--outputFilePath', 285 '--suffix', PROTO_BIN_SUFFIX, '--outputFilePath',
|
| /arkcompiler/runtime_core/verification/ |
| D | messages.yaml | 251 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/ |
| D | js_runtime_options.cpp | 36 "--aot-file: Path (file suffix not needed) to AOT output file. Default: \"aot_file\"\n"
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 107 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/ |
| D | builtins_string.cpp | 1097 // $' - suffix in GetSubstitution()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …suffix;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
|