Home
last modified time | relevance | path

Searched defs:output (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/runner/
Dresult.rb29 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
Drunner.rb82 def dump_output(t, output_err, output) argument
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dtest_reporter.rb73 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
Dbase_test_reporter.rb53 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
Djtr_reporter.rb99 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
Dallure_reporter.rb104 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/
Dmain.cpp23 …(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
Dts2abc.cpp1437 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/
Dstringarr_test.cpp40 std::string output = ParseString(input); variable
48 std::string output = ParseString(input); variable
/arkcompiler/runtime_core/quickener/
Dquick.cpp34const 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/
DprotobufSnapshotGenerator.cpp28 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/
Dpt_base64.cpp33 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/
Dtest.rb16 def initialize(test, predefined, process_only, output, skip_header) argument
Dparser.rb18 def initialize(data, output, src_dir, skip_header) argument
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
/arkcompiler/runtime_core/irtoc/backend/
Dcompilation_unit.cpp56 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/
DassemblyDumper.ts49 private output: string; property in AssemblyDumper
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js43 output: { property
/arkcompiler/ets_frontend/test262/
Drun_sunspider.py103 def output(retcode, msg): function
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp189 uint32_t output = 0; in SetCapacity() local
296 …ay::PropertyKeyToArrayIndex(JSThread *thread, const JSHandle<JSTaggedValue> &key, uint32_t *output) in PropertyKeyToArrayIndex()
Djs_tagged_value-inl.h1365 …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/
Dbytecode_emitter.cpp129 BytecodeEmitter::ErrorCode BytecodeEmitter::Build(std::vector<uint8_t> *output) in Build()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dcodegen_test.cpp580 auto output = disasm.GetOutput(); in AssertCode() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp585 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/
Dencoder64_test.cpp581 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

12