/arkcompiler/runtime_core/tests/cts-generator/runner/ |
D | result.rb | 29 def update_failed_compilation(output, file) argument 37 def update_failed_quickening(output, file) argument 45 def update_negative_passed_compilation(output, file) argument 53 def update_failed_negative_compilation(output, file) argument 61 def update_compilation_passed(output, file) argument 69 def update_run_negative_failure(output, status, file) argument 77 def update_verifier_negative_failure(output, status, file) argument 85 def update_run_failure(output, status, file, core) argument 95 def update_verifier_failure(output, status, file, core) argument 105 def update_passed(output, status, file) argument
|
D | runner.rb | 82 def dump_output(t, output_err, output) argument
|
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
D | test_reporter.rb | 73 def log_failed_compilation(output) argument 79 def log_failed_quickening(output) argument 85 def log_negative_passed_compilation(output) argument 91 def log_failed_negative_compilation(output) argument 97 def log_compilation_passed(output) argument 103 def log_run_negative_failure(output, status) argument 109 def log_verifier_negative_failure(output, status) argument 115 def log_run_failure(output, status, core) argument 122 def log_verifier_failure(output, status, core) argument 129 def log_passed(output, status) argument
|
D | base_test_reporter.rb | 53 def log_failed_compilation(output) argument 57 def log_negative_passed_compilation(output) argument 61 def log_failed_negative_compilation(output) argument 65 def log_compilation_passed(output) argument 69 def log_run_negative_failure(output, status) argument 73 def log_verifier_negative_failure(output, status) argument 77 def log_run_failure(output, status, core) argument 81 def log_verifier_failure(output, status, core) argument 85 def log_passed(output, status) argument
|
D | jtr_reporter.rb | 99 def log_failed_compilation(output) argument 104 def log_negative_passed_compilation(output) argument 109 def log_failed_negative_compilation(output) argument 114 def log_compilation_passed(output) argument 119 def log_run_negative_failure(output, status) argument 124 def log_verifier_negative_failure(output, status) argument 129 def log_run_failure(output, status, core) argument 135 def log_verifier_failure(output, status, core) argument 141 def log_passed(output, status) argument
|
D | allure_reporter.rb | 104 def log_failed_compilation(output) argument 109 def log_negative_passed_compilation(output) argument 114 def log_failed_negative_compilation(output) argument 119 def log_compilation_passed(output) argument 124 def log_run_negative_failure(output, status) argument 129 def log_verifier_negative_failure(output, status) argument 134 def log_run_failure(output, status, core) argument 140 def log_verifier_failure(output, status, core) argument 146 def log_passed(output, _status) argument
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/ |
D | main.cpp | 23 …(const panda::ts2abc::Options &options, const panda::PandArgParser &argParser, std::string &output, in Preprocess() 56 std::string output = options.GetTailArg2(); in HandleNpmEntries() local 129 std::string output; in main() local
|
D | ts2abc.cpp | 1437 static bool EmitProgram(const std::string &output, int optLevel, std::string optLogLevel, panda::pa… in EmitProgram() 1595 bool GenerateProgram([[maybe_unused]] const std::string &data, const std::string &output, in GenerateProgram() 1621 bool CompileNpmEntries(const std::string &input, const std::string &output) in CompileNpmEntries()
|
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/ |
D | stringarr_test.cpp | 40 std::string output = ParseString(input); variable 48 std::string output = ParseString(input); variable
|
/arkcompiler/runtime_core/quickener/ |
D | quick.cpp | 34 … const panda::PandArg<std::string> &output, const panda::PandArg<bool> &help, int argc, in ProcessArgs() 58 panda::PandArg<std::string> output("OUTPUT", "", "Path to the output binary file"); in main() local
|
/arkcompiler/ets_frontend/merge_abc/src/ |
D | protobufSnapshotGenerator.cpp | 28 std::fstream output = panda::es2panda::util::Helpers::FileStream<std::fstream>( in GenerateSnapshot() local 89 std::fstream output = panda::es2panda::util::Helpers::FileStream<std::fstream>( in UpdateCacheFile() local
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_base64.cpp | 33 uint32_t PtBase64::Decode(const std::string &input, std::string &output) in Decode() 78 uint32_t PtBase64::Encode(const std::string &input, std::string &output) in Encode()
|
/arkcompiler/runtime_core/tests/cts-generator/generator/ |
D | test.rb | 16 def initialize(test, predefined, process_only, output, skip_header) argument
|
D | parser.rb | 18 def initialize(data, output, src_dir, skip_header) argument
|
D | command.rb | 18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
|
/arkcompiler/runtime_core/irtoc/backend/ |
D | compilation_unit.cpp | 56 Compilation::Result Compilation::Run(std::string_view output) in Run() 258 Compilation::Result Compilation::MakeElf(std::string_view output) in MakeElf()
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | assemblyDumper.ts | 49 private output: string; property in AssemblyDumper
|
/arkcompiler/ets_frontend/ts2panda/ |
D | webpack.config.js | 43 output: { property
|
/arkcompiler/ets_frontend/test262/ |
D | run_sunspider.py | 103 def output(retcode, msg): function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_array.cpp | 189 uint32_t output = 0; in SetCapacity() local 296 …ay::PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, uint32_t *output) in PropertyKeyToArrayIndex()
|
D | js_tagged_value-inl.h | 1365 …ggedValue::ToArrayLength(JSThread *thread, const JSHandle<JSTaggedValue> &tagged, uint32_t *output) in ToArrayLength() 1399 inline bool JSTaggedValue::ToElementIndex(JSTaggedValue key, uint32_t *output) in ToElementIndex() 1420 inline bool JSTaggedValue::StringToElementIndex(JSTaggedValue key, uint32_t *output) in StringToElementIndex()
|
/arkcompiler/runtime_core/libpandafile/ |
D | bytecode_emitter.cpp | 129 BytecodeEmitter::ErrorCode BytecodeEmitter::Build(std::vector<uint8_t> *output) in Build()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
D | codegen_test.cpp | 580 auto output = disasm.GetOutput(); in AssertCode() local
|
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
D | encoder32_test.cpp | 585 auto output = test->GetParameter(TypeInfo(Dst(0)), 0); in TestMov2() local 2160 auto output = test->GetParameter(TypeInfo(int32_t(0)), 0); in TestCmp() local 2206 auto output = test->GetParameter(TypeInfo(int32_t(0)), 0); in TestFcmp() local 2451 auto output = test->GetParameter(TypeInfo(Dst(0)), 0); in TestCast() local
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
D | encoder64_test.cpp | 581 auto output = test->GetParameter(TypeInfo(Dst(0)), 0); in TestMov2() local 2171 auto output = test->GetParameter(TypeInfo(int32_t(0)), 0); in TestCmp() local 2217 auto output = test->GetParameter(TypeInfo(int32_t(0)), 0); in TestFcmp() local 2453 auto output = test->GetParameter(TypeInfo(Dst(0)), 0); in TestCast() local
|