Home
last modified time | relevance | path

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

123

/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp107 StdoutRecord output; variable
148 StdoutRecord output; variable
186 StdoutRecord output; variable
199 StdoutRecord output; variable
217 StdoutRecord output; variable
246 StdoutRecord output; variable
294 StdoutRecord output; variable
313 StdoutRecord output; variable
358 StdoutRecord output; variable
394 StdoutRecord output; variable
[all …]
/developtools/global_resource_tool/src/
Dgeneric_compiler.cpp27 GenericCompiler::GenericCompiler(ResType type, const string &output) in GenericCompiler()
41 string output = ""; in CompileSingleFile() local
52 bool GenericCompiler::PostMediaFile(const FileInfo &fileInfo, const std::string &output) in PostMediaFile()
82 string output = GetOutputFilePath(fileInfo); in IsIgnore() local
90 bool GenericCompiler::CopyMediaFile(const FileInfo &fileInfo, std::string &output) in CopyMediaFile()
Dfile_manager.cpp33 uint32_t FileManager::ScanModules(const vector<string> &inputs, const string &output, const bool is… in ScanModules()
54 uint32_t FileManager::ScanModule(const string &input, const string &output) in ScanModule()
64 uint32_t FileManager::ParseReference(const string &output) in ParseReference()
92 bool FileManager::ScaleIcons(const string &output, const std::map<std::string, std::set<uint32_t>> … in ScaleIcons()
123 bool FileManager::ScaleIcon(const string &output, ResourceItem &item) in ScaleIcon()
Dfactory_resource_compiler.cpp25 …_ptr<IResourceCompiler> FactoryResourceCompiler::CreateCompiler(ResType type, const string &output) in CreateCompiler()
34 …ourceCompiler> FactoryResourceCompiler::CreateCompilerForAppend(ResType type, const string &output) in CreateCompilerForAppend()
Dappend_compiler.cpp24 AppendCompiler::AppendCompiler(ResType type, const string &output) : IResourceCompiler(type, output) in AppendCompiler()
Dresource_pack.cpp130 string output = packageParser_.GetOutput(); in InitOutput() local
346 uint32_t ResourcePack::ScanResources(const vector<string> &inputs, const string &output) in ScanResources()
413 string output = packageParser_.GetOutput(); in HandleFeature() local
525 string output = packageParser_.GetOutput(); in CopyIcon() local
Dreference_parser.cpp69 …ferenceParser::ParseRefInResources(map<int64_t, vector<ResourceItem>> &items, const string &output) in ParseRefInResources()
115 uint32_t ReferenceParser::ParseRefInJsonFile(ResourceItem &resourceItem, const string &output, cons… in ParseRefInJsonFile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DInputStreamUtils.java46 try (ByteArrayOutputStream output = new ByteArrayOutputStream()) { in toByteArray()
52 …private static int copy(InputStream inputStream, int inputStreamSize, OutputStream output) throws … in copy()
/developtools/ace_js2bundle/ace-loader/src/
DgenBin-plugin.js40 let output variable
72 function writeFileSync(inputString, output, jsBundleFile) { argument
Dcard-loader.js135 function addJson(_this, output, fileName, query, elementLastName) { argument
Dresource-plugin.js29 let output = ''; variable
38 function copyFile(input, output) { argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java120 try (ByteArrayOutputStream output = new ByteArrayOutputStream()) { in read()
168 try (ByteArrayOutputStream output = new ByteArrayOutputStream()) { in readInputByLength()
180 …private static void writeInputToOutPut(InputStream input, OutputStream output, long length) throws… in writeInputToOutPut()
201 public static void write(byte[] content, File output) throws IOException { in write()
/developtools/hdc/hdc_rust/src/host/
Dauth.rs237 let output = if cfg!(target_os = "windows") { in get_home_dir() localVariable
254 let output = if cfg!(target_os = "windows") { in get_hostname() localVariable
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprocess_utils_test.cpp58 std::string output; variable
/developtools/hiperf/demo/js/entry/src/main/js/MainAbility/i18n/
Den-US.json11 "output": "Output" string
Dzh-CN.json11 "output": "测试输出" string
/developtools/ace_ets2bundle/compiler/
D.jscpd.json7 "output": ".duplicate-report", string
Drollup.config.js66 output: { property
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZipDataInput.java42 void copyTo(long offset, long size, ZipDataOutput output) throws IOException; in copyTo()
DByteBufferZipDataInput.java45 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo()
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprocess_utils.cpp169 std::string output; in ReceiveOutputAndSigchld() local
217 int ProcessUtils::Execute(const ExecuteArgs& args, std::string& output) in Execute()
/developtools/hiperf/src/
Dreport_json_file.cpp42 void ReportJsonFile::OutputJsonFunctionMap(FILE *output) in OutputJsonFunctionMap()
331 bool ReportJsonFile::OutputJson(FILE *output) in OutputJson()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java321 File output = null; in sign() local
421 private String getFileSuffix(File output) throws HapFormatException { in getFileSuffix()
463 …rivate boolean doAfterSign(boolean isSuccess, boolean isPathOverlap, File tmpOutput, File output) { in doAfterSign()
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpRecordSetting.ts63 get output(): string { method in SpRecordSetting
/developtools/hdc/hdc_rust/src/daemon_lib/
Dsys_para.rs71 let output = match String::from_utf8(out.to_vec()) { in get_dev_item() localVariable

123