Home
last modified time | relevance | path

Searched defs:output (Results 1 - 25 of 29) sorted by relevance

12

/developtools/global_resource_tool/src/
H A Dfactory_resource_compiler.cpp25 unique_ptr<IResourceCompiler> FactoryResourceCompiler::CreateCompiler(ResType type, const string &output) in CreateCompiler() argument
34 unique_ptr<IResourceCompiler> FactoryResourceCompiler::CreateCompilerForAppend(ResType type, const string &output) in CreateCompilerForAppend() argument
H A Dappend_compiler.cpp24 AppendCompiler::AppendCompiler(ResType type, const string &output) : IResourceCompiler(type, output) in AppendCompiler() argument
H A Dgeneric_compiler.cpp28 GenericCompiler::GenericCompiler(ResType type, const string &output) in GenericCompiler() argument
60 string output = ""; in CompileSingleFile() local
71 bool GenericCompiler::PostMediaFile(const FileInfo &fileInfo, const std::string &output) in PostMediaFile() argument
103 string output = GetOutputFilePath(fileInfo); IsIgnore() local
111 CopyMediaFile(const FileInfo &fileInfo, std::string &output) CopyMediaFile() argument
[all...]
H A Djson_compiler.cpp34 JsonCompiler::JsonCompiler(ResType type, const string &output) in JsonCompiler() argument
H A Dfile_manager.cpp33 uint32_t FileManager::ScanModules(const vector<string> &inputs, const string &output, const bool isHar) in ScanModules() argument
54 uint32_t FileManager::ScanModule(const string &input, const string &output) in ScanModule() argument
64 uint32_t FileManager::ParseReference(const string &output) in ParseReference() argument
92 bool FileManager::ScaleIcons(const string &output, const std::map<std::string, std::set<uint32_t>> &iconMap) in ScaleIcons() argument
123 bool FileManager::ScaleIcon(const string &output, ResourceIte argument
[all...]
H A Di_resource_compiler.cpp28 IResourceCompiler::IResourceCompiler(ResType type, const string &output) in IResourceCompiler() argument
H A Dreference_parser.cpp69 uint32_t ReferenceParser::ParseRefInResources(map<int64_t, vector<ResourceItem>> &items, const string &output) in ParseRefInResources() argument
115 uint32_t ReferenceParser::ParseRefInJsonFile(ResourceItem &resourceItem, const string &output, const bool isIncrement) in ParseRefInJsonFile() argument
H A Dresource_pack.cpp131 string output = packageParser_.GetOutput(); in InitOutput() local
271 uint32_t ResourcePack::ScanResources(const vector<string> &inputs, const string &output) in ScanResources() argument
346 string output = packageParser_.GetOutput(); in HandleFeature() local
458 string output = packageParser_.GetOutput(); in CopyIcon() local
[all...]
H A Dcompression_parser.cpp509 bool CompressionParser::CheckAndTranscode(const string &src, string &dst, string &output, in CheckAndTranscode() argument
590 string output = outPath_ + SEPARATOR_FILE + CACHES_DIR + endStr; in CopyAndTranscode() local
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
H A DByteBufferZipDataInput.java45 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo() argument
H A DZipDataInput.java42 void copyTo(long offset, long size, ZipDataOutput output) throws IOException; in copyTo() argument
H A DRandomAccessFileZipDataInput.java85 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo() argument
/developtools/hdc/hdc_rust/src/host/
H A Dtask.rs875 let mut output = vec![key.as_str()]; variables
904 let mut output = vec![key.as_str()]; variables
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
H A DInputStreamUtils.java52 private static int copy(InputStream inputStream, int inputStreamSize, OutputStream output) throws IOException { in copy() argument
/developtools/profiler/tools/smaps_show/src/
H A Dmain.rs222 let mut output : Vec<VmStruct> = Vec::new(); in read_smaps() variables
/developtools/profiler/device/plugins/native_daemon/include/
H A Dperf_event_record.h80 std::string output; in ToSymbolString() local
[all...]
/developtools/hiperf/test/unittest/common/native/
H A Dreport_json_file_test.cpp107 StdoutRecord output; in HWTEST_F() local
148 StdoutRecord output; HWTEST_F() local
186 StdoutRecord output; HWTEST_F() local
199 StdoutRecord output; HWTEST_F() local
217 StdoutRecord output; HWTEST_F() local
246 StdoutRecord output; HWTEST_F() local
294 StdoutRecord output; HWTEST_F() local
313 StdoutRecord output; HWTEST_F() local
358 StdoutRecord output; HWTEST_F() local
394 StdoutRecord output; HWTEST_F() local
419 StdoutRecord output; HWTEST_F() local
441 StdoutRecord output; HWTEST_F() local
459 StdoutRecord output; HWTEST_F() local
477 StdoutRecord output; HWTEST_F() local
504 StdoutRecord output; HWTEST_F() local
542 StdoutRecord output; HWTEST_F() local
608 StdoutRecord output; HWTEST_F() local
634 StdoutRecord output; HWTEST_F() local
659 StdoutRecord output; HWTEST_F() local
682 StdoutRecord output; HWTEST_F() local
705 StdoutRecord output; HWTEST_F() local
[all...]
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
H A DFileUtils.java195 private static void writeInputToOutPut(InputStream input, OutputStream output, long length) throws IOException { in writeInputToOutPut() argument
216 write(byte[] content, File output) write() argument
[all...]
/developtools/hiperf/src/
H A Dreport_json_file.cpp42 void ReportJsonFile::OutputJsonFunctionMap(FILE *output) in OutputJsonFunctionMap() argument
331 bool ReportJsonFile::OutputJson(FILE *output) in OutputJson() argument
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dzip_signer.cpp201 bool ZipSigner::ToFile(std::ifstream& input, std::ofstream& output) in ToFile() argument
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dfile_utils.cpp77 int FileUtils::Write(const std::string& content, const std::string& output) in Write() argument
248 WriteInputToOutPut(std::ifstream& input, std::ofstream& output, size_t length) WriteInputToOutPut() argument
294 WriteInputToOutPut(const std::string& input, const std::string& output) WriteInputToOutPut() argument
[all...]
/developtools/hiperf/include/
H A Dreport_json_file.h38 void OutputJsonKey(FILE *output, const T &value) in OutputJsonKey() argument
63 void OutputJsonValue(FILE *output, const T &value, bool first = true) in OutputJsonValue() argument
92 OutputJsonPair(FILE *output, const K &key, const T &value, bool first = false) OutputJsonPair() argument
109 OutputJsonVectorList(FILE *output, const std::string &key, const std::vector<T> &value, bool first = false) OutputJsonVectorList() argument
133 OutputJsonMapList(FILE *output, const std::string &key, const std::map<K, V> &value, bool first = false) OutputJsonMapList() argument
157 OutputJsonMap(FILE *output, const std::string &key, const std::map<K, V> &value, bool first = false) OutputJsonMap() argument
[all...]
H A Dperf_event_record.h82 std::string output = StringPrintf(" 0x%016llx : ", ip_); in ToSymbolString() local
/developtools/profiler/host/smartperf/client/client_command/
H A Dstartup_delay.cpp180 std::string output = ""; in ExecuteCommand() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
H A DSignProvider.java420 getFileSuffix(File output) getFileSuffix() argument
462 doAfterSign(boolean isSuccess, boolean isPathOverlap, File tmpOutput, File output) doAfterSign() argument
[all...]

Completed in 13 milliseconds

12