| /developtools/hiperf/test/unittest/common/native/ |
| D | report_json_file_test.cpp | 107 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/ |
| D | generic_compiler.cpp | 27 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()
|
| D | file_manager.cpp | 33 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()
|
| D | factory_resource_compiler.cpp | 25 …_ptr<IResourceCompiler> FactoryResourceCompiler::CreateCompiler(ResType type, const string &output) in CreateCompiler() 34 …ourceCompiler> FactoryResourceCompiler::CreateCompilerForAppend(ResType type, const string &output) in CreateCompilerForAppend()
|
| D | append_compiler.cpp | 24 AppendCompiler::AppendCompiler(ResType type, const string &output) : IResourceCompiler(type, output) in AppendCompiler()
|
| D | resource_pack.cpp | 130 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
|
| D | reference_parser.cpp | 69 …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/ |
| D | InputStreamUtils.java | 46 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/ |
| D | genBin-plugin.js | 40 let output variable 72 function writeFileSync(inputString, output, jsBundleFile) { argument
|
| D | card-loader.js | 135 function addJson(_this, output, fileName, query, elementLastName) { argument
|
| D | resource-plugin.js | 29 let output = ''; variable 38 function copyFile(input, output) { argument
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | FileUtils.java | 120 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/ |
| D | auth.rs | 237 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/ |
| D | process_utils_test.cpp | 58 std::string output; variable
|
| /developtools/hiperf/demo/js/entry/src/main/js/MainAbility/i18n/ |
| D | en-US.json | 11 "output": "Output" string
|
| D | zh-CN.json | 11 "output": "测试输出" string
|
| /developtools/ace_ets2bundle/compiler/ |
| D | .jscpd.json | 7 "output": ".duplicate-report", string
|
| D | rollup.config.js | 66 output: { property
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| D | ZipDataInput.java | 42 void copyTo(long offset, long size, ZipDataOutput output) throws IOException; in copyTo()
|
| D | ByteBufferZipDataInput.java | 45 public void copyTo(long offset, long size, ZipDataOutput output) throws IOException { in copyTo()
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | process_utils.cpp | 169 std::string output; in ReceiveOutputAndSigchld() local 217 int ProcessUtils::Execute(const ExecuteArgs& args, std::string& output) in Execute()
|
| /developtools/hiperf/src/ |
| D | report_json_file.cpp | 42 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/ |
| D | SignProvider.java | 321 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/ |
| D | SpRecordSetting.ts | 63 get output(): string { method in SpRecordSetting
|
| /developtools/hdc/hdc_rust/src/daemon_lib/ |
| D | sys_para.rs | 71 let output = match String::from_utf8(out.to_vec()) { in get_dev_item() localVariable
|