Home
last modified time | relevance | path

Searched full:outfile (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/
Dmdgenerator.cpp63 outFile.open(GetOFileDir() + "/mplad_arch_define.def", std::ios::out); in EmitArchDef()
64 EmitFileHead(outFile, "Architecture"); in EmitArchDef()
65 outFile << "SetMaxParallelism(" << parallelEle->GetContent() << ");\n"; in EmitArchDef()
66 outFile.close(); in EmitArchDef()
72 outFile.open(GetOFileDir() + "/mplad_unit_id.def", std::ios::out); in EmitUnitIdDef()
73 …CHECK_FATAL(outFile.is_open(), "Failed to open output file: %s/mplad_unit_id.def", GetOFileDir().c… in EmitUnitIdDef()
74 EmitFileHead(outFile, "function unit ID"); in EmitUnitIdDef()
76 outFile << " " << curKeeper.GetStrByIdx(unitIdx) << ",\n"; in EmitUnitIdDef()
78 outFile.close(); in EmitUnitIdDef()
84 outFile.open(GetOFileDir() + "/mplad_unit_name.def", std::ios::out); in EmitUnitNameDef()
[all …]
/arkcompiler/ets_runtime/test/fuzztest/loadapbinaryfile_fuzzer/
Dloadapbinaryfile_fuzzer.cpp29 std::ofstream outFile(randomFilePath, std::ios::binary); in LoadAPBinaryFileFuzzTest() local
30 if (outFile.is_open()) { in LoadAPBinaryFileFuzzTest()
31 outFile.write(reinterpret_cast<const char*>(data), size); in LoadAPBinaryFileFuzzTest()
32 outFile.close(); in LoadAPBinaryFileFuzzTest()
/arkcompiler/ets_runtime/tools/ap_file_viewer/native/src/
Dmain.cpp65 std::ofstream outFile(realOutPath); in main() local
66 if (!outFile.is_open()) { in main()
72 outFile << strRet; in main()
73 outFile.close(); in main()
/arkcompiler/runtime_core/libpandafile/
DCMakeLists.txt42 set(OUTFILE "${CMAKE_CURRENT_BINARY_DIR}/include/type.h") variable
43 add_custom_command(OUTPUT "${OUTFILE}"
45 … COMMAND ${PANDA_ROOT}/isa/gen.rb -d ${DATAFILE} -t ${TEMPLATE} -o "${OUTFILE}" -r ${GENERATOR}
47 add_custom_target(type_gen_${PROJECT_NAME} ALL DEPENDS "${OUTFILE}")
/arkcompiler/runtime_core/static_core/disassembler/
DCMakeLists.txt23 set(OUTFILE "${CMAKE_CURRENT_BINARY_DIR}/type_to_pandasm_type.cpp") variable
24 add_custom_command(OUTPUT "${OUTFILE}"
26 … COMMAND ${PANDA_ROOT}/isa/gen.rb -d ${DATAFILE} -t ${TEMPLATE} -o "${OUTFILE}" -q ${GENERATOR}
28 add_custom_target(type_to_pandasm_type_gen_${PROJECT_NAME} ALL DEPENDS "${OUTFILE}")
/arkcompiler/runtime_core/gn/build/toolchain/
DBUILD.gn117 outfile = "{{target_output_name}}{{output_extension}}"
118 rspfile = "$outfile.rsp"
119 …command = "$ld {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{li…
120 description = "LINK $outfile"
123 outputs = [ outfile ]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/include/
Dmdgenerator.h58 if (outFile.is_open()) { in ~SchedInfoGen()
59 outFile.close(); in ~SchedInfoGen()
74 std::ofstream outFile;
/arkcompiler/runtime_core/static_core/libpandafile/
DCMakeLists.txt42 set(OUTFILE "${CMAKE_CURRENT_BINARY_DIR}/include/type.h") variable
43 add_custom_command(OUTPUT "${OUTFILE}"
45 … COMMAND ${PANDA_ROOT}/isa/gen.rb -d ${DATAFILE} -t ${TEMPLATE} -o "${OUTFILE}" -q ${GENERATOR}
47 add_custom_target(type_gen_${PROJECT_NAME} ALL DEPENDS "${OUTFILE}")
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dprofile.cpp565 std::ofstream outFile; in Dump() local
566 outFile.open("prof.dump"); in Dump()
567 CHECK_FATAL(!outFile.is_open(), "open file failed"); in Dump()
568 outFile << "classMeta profile start " << '\n'; in Dump()
570 outFile << item << '\n'; in Dump()
573 outFile << "fieldMeta profile start " << '\n'; in Dump()
575 outFile << item << '\n'; in Dump()
578 outFile << "methodMeta profile start " << '\n'; in Dump()
580 outFile << item << '\n'; in Dump()
583 outFile << "literal profile start " << '\n'; in Dump()
[all …]
/arkcompiler/runtime_core/static_core/gn/build/toolchain/
DBUILD.gn122 outfile = "{{output_dir}}/{{target_output_name}}{{output_extension}}"
123 rspfile = "$outfile.rsp"
124 …command = "$ld {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{li…
125 description = "LINK $outfile"
128 outputs = [ outfile ]
/arkcompiler/runtime_core/static_core/tools/sampler/
DREADME.md17 …pling-profiler-interval=200 --sampling-profiler-output-file=${BUILD_DIR}/outfile.aspt ${BUILD_DIR}…
20 ${BUILD_DIR}/bin/aspt_converter --input=${BUILD_DIR}/outfile.aspt --output=${BUILD_DIR}/traceout.csv
40 …| true/false (by default: false) | In this mode converter only dump modules paths to outfile |
Doptions.yaml64 and then dump this paths to outfile, that specified in --output
/arkcompiler/toolchain/build/toolchain/
Dgcc_toolchain.gni347 outfile = "{{output_dir}}/$exename"
348 rspfile = "${outfile}.rsp"
349 unstripped_outfile = outfile
359 unstripped_outfile = "{{root_out_dir}}/exe.unstripped/$outfile"
400 "$python_path" + " \"$link_wrapper\"" + " --output=\"$outfile\"" +
402 description = "LINK $outfile"
404 outputs = [ outfile ]
405 if (outfile != unstripped_outfile) {
/arkcompiler/runtime_core/disassembler/
DCMakeLists.txt23 set(OUTFILE "${CMAKE_CURRENT_BINARY_DIR}/type_to_pandasm_type.cpp") variable
24 add_custom_command(OUTPUT "${OUTFILE}"
26 … COMMAND ${PANDA_ROOT}/isa/gen.rb -d ${DATAFILE} -t ${TEMPLATE} -o "${OUTFILE}" -r ${GENERATOR}
28 add_custom_target(type_to_pandasm_type_gen_${PROJECT_NAME} ALL DEPENDS "${OUTFILE}")
/arkcompiler/toolchain/build/toolchain/mac/
DBUILD.gn281 outfile = "{{output_dir}}/{{target_output_name}}{{output_extension}}"
282 rspfile = "$outfile.rsp"
293 …command = "$env_wrapper $linker_driver $ld {{ldflags}} -o \"$outfile\" -Wl,-filelist,\"$rspfile\" …
294 description = "LINK $outfile"
296 outputs = [ outfile ]
/arkcompiler/ets_frontend/test262/
Dharness.patch197 + let outFile = path.join(opts.tempDir,tmps[1]);
201 + `${outFile}.${opts.hostType}.${scenario}.${outcome}`
229 + let outFile = path.join(options.tempDir,tmps[1]);
232 + `${outFile}.${options.hostType}.${scenario}.${outcome}`
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbecommon.h89 void GenFieldOffsetMap(MIRClassType &classType, FILE &outFile);
91 void GenObjSize(const MIRClassType &classType, FILE &outFile);
/arkcompiler/ets_runtime/ecmascript/jit/
Djit_task.cpp244 std::string outFile = realOutPath + "/" + std::string(fileName); in DumpJitCode() local
245 if (!ecmascript::FileExist(outFile.c_str())) { in DumpJitCode()
248 int fd = open(outFile.c_str(), O_RDWR | O_CREAT | O_TRUNC, 0644); in DumpJitCode()
/arkcompiler/runtime_core/static_core/runtime/
DCMakeLists.txt302 set(OUTFILE "${CMAKE_CURRENT_BINARY_DIR}/include/shorty_values.h") variable
303 add_custom_command(OUTPUT "${OUTFILE}"
305 … COMMAND ${PANDA_ROOT}/isa/gen.rb -d ${DATAFILE} -t ${TEMPLATE} -o "${OUTFILE}" -q ${GENERATOR}
307 add_custom_target(shorty_values_gen_${PROJECT_NAME} ALL DEPENDS "${OUTFILE}")
/arkcompiler/ets_runtime/test/aotjsperftest/
Drun_js_test.py329 with os.fdopen(os.open(api_log_path, flags, modes), 'wb') as outfile:
330 ret = subprocess.run(cmd, stdout=outfile)
657 with os.fdopen(os.open(v_8_log_path, flags, modes), 'wb') as outfile:
663 ret = subprocess.run(cmd, stdout=outfile)
/arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/
Dverify.sh184 ts_compile_return=$(tsc "$snippet_ts" --outFile "$snippets"/abc/"$snippet_name".json)
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_test.py317 with os.fdopen(os.open(api_log_path, flags, modes), 'wb') as outfile:
318 ret = subprocess.run(cmd, stdout=outfile)
689 with os.fdopen(os.open(v_8_log_path, flags, modes), 'wb') as outfile:
690 ret = subprocess.run(cmd, stdout=outfile, check=False)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp445 void BECommon::GenFieldOffsetMap(MIRClassType &classType, FILE &outFile) in GenFieldOffsetMap() argument
485 …(void)fprintf(&outFile, "__MRT_CLASS_FIELD(%s, %s, %d, %lu)\n", className.c_str(), fieldName.c_str… in GenFieldOffsetMap()
490 void BECommon::GenObjSize(const MIRClassType &classType, FILE &outFile) in GenObjSize() argument
507 fprintf(&outFile, "__MRT_CLASS(%s, %" PRIu64 ", %s)\n", className.c_str(), objSize, parentName); in GenObjSize()
/arkcompiler/ets_runtime/test/
Druntest.py534 …ign_dir}/{sign_config}" -keystoreFile "{sign_tool_dir}/OpenHarmony.p12" -outFile "{sign_dir}/openh…
535 …b" -inFile "{hap_name}" -keystoreFile "{sign_tool_dir}/OpenHarmony.p12" -outFile "{name}.sign.hap"…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/
Dea_connection_graph.cpp838 …std::string outFile = GlobalTables::GetStrTable().GetStringFromStrIdx(funcStIdx) + "-connectiongra… in DumpDotFile() local
839 fb.open(outFile, std::ios::trunc | std::ios::out); in DumpDotFile()

12