/arkcompiler/ets_frontend/test262/ |
D | run_test262.py | 135 def excuting_npm_install(args): argument 166 def init(args): argument 179 def get_all_skip_tests(args): argument 220 def __init__(self, args): argument 500 def run_test262_prepare(args): argument 515 def run_test262_mode(args): argument 521 def get_execute_arg(args): argument 531 def get_host_path_type(args): argument 540 def get_timeout(args, threads): argument 547 def get_threads(args): argument [all …]
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_arguments.cpp | 24 bool JSArguments::GetOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetOwnProperty() 44 bool JSArguments::DefineOwnProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DefineOwnProperty() 57 OperationResult JSArguments::GetProperty(JSThread *thread, const JSHandle<JSArguments> &args, in GetProperty() 66 bool JSArguments::SetProperty(JSThread *thread, const JSHandle<JSArguments> &args, const JSHandle<J… in SetProperty() 74 bool JSArguments::DeleteProperty(JSThread *thread, const JSHandle<JSArguments> &args, in DeleteProperty()
|
/arkcompiler/ets_runtime/test/moduletest/callframe/ |
D | callframe.js | 51 function foo4(a, ...args) { 56 function foo5(a, ...args) { 64 function foo6(a, ...args) { 71 function foo7(a, ...args) {
|
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/ |
D | NapiLog.js | 50 function recordLog(lev, ...args) { 62 NapiLog.logError = function (...args) { 66 NapiLog.logDebug = function (...args) { 70 NapiLog.logInfo = function (...args) {
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | regAllocator.h | 63 void Emit(const ir::AstNode *node, Args &&... args) in Emit() 70 void EmitWithType(const ir::AstNode *node, int64_t typeIndex, Args &&... args) in EmitWithType() 77 void EmitRange(const ir::AstNode *node, size_t argCount, Args &&... args) in EmitRange() 129 T *Alloc(const ir::AstNode *node, Args &&... args) in Alloc() 139 void Add(ArenaList<IRNode *> &insns, const ir::AstNode *node, Args &&... args) in Add()
|
/arkcompiler/ets_frontend/es2panda/scripts/ |
D | ts2abc.js | 43 function callEs2abc(args) { argument 55 let args = process.argv.splice(2); variable
|
/arkcompiler/ets_frontend/ts2panda/scripts/ |
D | ts2abc.js | 43 function callJs2abc(args) { argument 55 let args = process.argv.splice(2); variable
|
/arkcompiler/toolchain/build/prebuilts_download/ |
D | prebuilts_download.py | 65 def _check_sha256_by_mark(args, check_url, code_dir, unzip_dir, unzip_filename): argument 83 def _uncompress(args, src_file, code_dir, unzip_dir, unzip_filename, mark_file_path): argument 93 def _copy_url(args, task_id, url, local_file, code_dir, unzip_dir, unzip_filename, mark_file_path): argument 114 def _hwcloud_download(args, config, bin_dir, code_dir): argument
|
/arkcompiler/ets_frontend/testTs/ |
D | run_testTs.py | 112 def run_test_machine(args): argument 283 def test_instype(args): argument 333 def main(args): argument
|
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
D | string_logger.rb | 22 def log(level, *args) 45 def log(_level, *args)
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | string_helpers.h | 33 inline std::string Vformat(const char *fmt, va_list args) in Vformat() 63 va_list args; in Format() local
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | bytecode_optimizer_isapi.rb | 147 def plain(opcode, *args) 160 def case_(types, opcode, *args) 164 def cc_case(types, opcode, *args) 172 def case_true(opcode, *args) 176 def case_false(opcode, *args)
|
/arkcompiler/toolchain/inspector/ |
D | log_wrapper.cpp | 47 va_list args; in PrintLog() local 58 va_list args; in PrintLog() local
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | exec.cpp | 32 Expected<int, Error> Exec(Span<const char *> args) in Exec()
|
D | signal.h | 119 void StartThread(SigAction *sig_action, Args... args) in StartThread() 157 static void Run(SignalCatcherThread *self, SigAction *sig_action, Args... args) in Run()
|
/arkcompiler/runtime_core/compiler/ |
D | compiler_logger.cpp | 23 void CompilerLogger::SetComponents(const std::vector<std::string>& args) in SetComponents()
|
D | compiler_logger.h | 41 static void Init([[maybe_unused]] const std::vector<std::string> &args) in Init()
|
/arkcompiler/ets_frontend/es2panda/binder/ |
D | binder.h | 240 explicit LexicalScope(Binder *binder, Args &&... args) in LexicalScope() 279 T *Binder::AddTsDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddTsDecl() 293 …AddTsDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&... args) in AddTsDecl() 308 T *Binder::AddDecl(const lexer::SourcePosition &pos, bool isDeclare, Args &&... args) in AddDecl() 322 …::AddDecl(const lexer::SourcePosition &pos, DeclarationFlags flag, bool isDeclare, Args &&... args) in AddDecl()
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | runner.py | 432 def __init__(self, args, name): argument 547 def __init__(self, args): argument 563 def __init__(self, args): argument 755 def __init__(self, args): argument 805 def __init__(self, args): argument 1005 def __init__(self, args): argument 1123 def __init__(self, args, name): argument 1149 def __init__(self, args): argument 1158 def __init__(self, args): argument 1167 def __init__(self, args): argument [all …]
|
/arkcompiler/runtime_core/compiler/optimizer/ |
D | pass_manager.h | 51 static ArenaVector<T> Instantiate(ArenaAllocator *allocator, Args &&... args) in Instantiate() 86 bool RunPass(Args... args) in RunPass()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | caddress_allocator.h | 85 void construct(U *p, Args &&... args) // NOLINT(readability-identifier-naming) in construct() 117 [[nodiscard]] S *New(Args &&... args) in New()
|
D | chunk.h | 64 [[nodiscard]] T *New(Args &&... args) in New()
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/ |
D | generate_abc_file.py | 61 def generate_abc(args): argument
|
/arkcompiler/runtime_core/compiler/tests/ |
D | panda_runner.h | 76 void Run(std::string_view source, const std::vector<std::string> &args) in Run() 89 void Run(Runtime *runtime, std::string_view source, const std::vector<std::string> &args) in Run()
|
/arkcompiler/runtime_core/compiler/tests/x86/ |
D | asmjit_test.cpp | 72 FuncArgsAssignment args(&func); in TEST_F() local 114 FuncArgsAssignment args(&func); in TEST_F() local
|