| /developtools/global_resource_tool/src/ |
| H A D | factory_resource_compiler.cpp | 25 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 D | append_compiler.cpp | 24 AppendCompiler::AppendCompiler(ResType type, const string &output) : IResourceCompiler(type, output) in AppendCompiler() argument
|
| H A D | generic_compiler.cpp | 28 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 D | json_compiler.cpp | 34 JsonCompiler::JsonCompiler(ResType type, const string &output) in JsonCompiler() argument
|
| H A D | file_manager.cpp | 33 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 D | i_resource_compiler.cpp | 28 IResourceCompiler::IResourceCompiler(ResType type, const string &output) in IResourceCompiler() argument
|
| H A D | reference_parser.cpp | 69 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 D | resource_pack.cpp | 131 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 D | compression_parser.cpp | 509 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 D | ByteBufferZipDataInput.java | 45 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo() argument
|
| H A D | ZipDataInput.java | 42 void copyTo(long offset, long size, ZipDataOutput output) throws IOException; in copyTo() argument
|
| H A D | RandomAccessFileZipDataInput.java | 85 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo() argument
|
| /developtools/hdc/hdc_rust/src/host/ |
| H A D | task.rs | 875 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 D | InputStreamUtils.java | 52 private static int copy(InputStream inputStream, int inputStreamSize, OutputStream output) throws IOException { in copy() argument
|
| /developtools/profiler/tools/smaps_show/src/ |
| H A D | main.rs | 222 let mut output : Vec<VmStruct> = Vec::new(); in read_smaps() variables
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| H A D | perf_event_record.h | 80 std::string output; in ToSymbolString() local [all...] |
| /developtools/hiperf/test/unittest/common/native/ |
| H A D | report_json_file_test.cpp | 107 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 D | FileUtils.java | 195 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 D | report_json_file.cpp | 42 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 D | zip_signer.cpp | 201 bool ZipSigner::ToFile(std::ifstream& input, std::ofstream& output) in ToFile() argument
|
| /developtools/hapsigner/hapsigntool_cpp/utils/src/ |
| H A D | file_utils.cpp | 77 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 D | report_json_file.h | 38 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 D | perf_event_record.h | 82 std::string output = StringPrintf(" 0x%016llx : ", ip_); in ToSymbolString() local
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| H A D | startup_delay.cpp | 180 std::string output = ""; in ExecuteCommand() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/ |
| H A D | SignProvider.java | 420 getFileSuffix(File output) getFileSuffix() argument 462 doAfterSign(boolean isSuccess, boolean isPathOverlap, File tmpOutput, File output) doAfterSign() argument [all...] |