Home
last modified time | relevance | path

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

123

/developtools/hiperf/test/unittest/common/native/
Dreport_json_file_test.cpp109 StdoutRecord output; variable
150 StdoutRecord output; variable
188 StdoutRecord output; variable
201 StdoutRecord output; variable
219 StdoutRecord output; variable
248 StdoutRecord output; variable
296 StdoutRecord output; variable
315 StdoutRecord output; variable
360 StdoutRecord output; variable
396 StdoutRecord output; variable
[all …]
/developtools/global_resource_tool/src/
Dfile_manager.cpp32 uint32_t FileManager::ScanModules(const vector<string> &inputs, const string &output) in ScanModules()
49 uint32_t FileManager::ScanModule(const string &input, const string &output, in ScanModule()
61 uint32_t FileManager::ParseReference(const string &output) in ParseReference()
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.cpp117 string output = packageParser_.GetOutput(); in InitOutput() local
324 uint32_t ResourcePack::ScanResources(const vector<string> &inputs, const string &output) in ScanResources()
383 string output = packageParser_.GetOutput(); in HandleFeature() local
492 string output = packageParser_.GetOutput(); in CopyIcon() local
Dreference_parser.cpp64 …ferenceParser::ParseRefInResources(map<int32_t, vector<ResourceItem>> &items, const string &output) in ParseRefInResources()
110 uint32_t ReferenceParser::ParseRefInJsonFile(ResourceItem &resourceItem, const string &output, cons… in ParseRefInJsonFile()
Dgeneric_compiler.cpp26 GenericCompiler::GenericCompiler(ResType type, const string &output) in GenericCompiler()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DInputStreamUtils.java46 ByteArrayOutputStream output = new ByteArrayOutputStream(); in toByteArray() local
51 …private static int copy(InputStream inputStream, int inputStreamSize, OutputStream output) throws … in copy()
/developtools/hdc/hdc_rust/src/host/
Dauth.rs160 let output = if cfg!(target_os = "windows") { in get_home_dir() localVariable
179 let output = if cfg!(target_os = "windows") { in get_hostname() localVariable
Dserver.rs46 let output = utils::execute_cmd(format!("tasklist | findstr hdc")); in get_process_pids() localVariable
59 let output = utils::execute_cmd(format!("ps -ef | grep hdc | awk '{{print $2}}'")); in get_process_pids() localVariable
/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.java128 try (ByteArrayOutputStream output = new ByteArrayOutputStream()) { in read()
176 try (ByteArrayOutputStream output = new ByteArrayOutputStream()) { in readInputByLength()
188 …private static void writeInputToOutPut(InputStream input, OutputStream output, long length) throws… in writeInputToOutPut()
209 public static void write(byte[] content, File output) throws IOException { in write()
/developtools/hiperf/demo/js/entry/src/main/js/MainAbility/i18n/
Dzh-CN.json11 "output": "测试输出" string
Den-US.json11 "output": "Output" string
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprocess_utils_test.cpp59 std::string output; variable
/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/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java317 File output = null; in sign() local
417 private String getFileSuffix(File output) throws HapFormatException { in getFileSuffix()
459 …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/
Dsys_para.rs60 let output = String::from_utf8(out.to_vec()).unwrap().trim().to_string(); in get_dev_item() localVariable

123