Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 77) sorted by relevance

1234

/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/dist/src/typescript/
Dstrings.js22 static stringLength(input) { argument
33 encodedLength(input) { argument
64 encode(input, addLength = true) { argument
104 encodeInto(input, result, position) { argument
142 decode(input) { argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/
Dfile_utils_test.cpp87 std::ifstream input(inputFile, std::ios::binary); in Worker() local
203 std::ifstream input("./utilsxxx/unsigned-file.out", std::ios::binary); variable
239 std::ifstream input("./utils/unsigned-file.out", std::ios::binary); variable
259 std::ifstream input("./utils/unsigned-file.out", std::ios::binary); variable
279 std::ifstream input("./utils/unsigned-file.out", std::ios::binary); variable
303 std::ifstream input("./utils/unsigned-filexx.out", std::ios::binary); variable
323 std::ifstream input("./utils/unsigned-file.out", std::ios::binary); variable
343 std::ifstream input("./utils/unsigned-filexx.out", std::ios::binary); variable
362 std::ifstream input("./utils/unsigned-filexx.out", std::ios::binary); variable
382 std::ifstream input("./utils/unsigned-file.out", std::ios::binary); variable
[all …]
/developtools/hdc/src/host/
Dtranslate.cpp297 string ForwardPort(const char *input, FormatCommand *outCmd) in ForwardPort()
329 string RunMode(const char *input, FormatCommand *outCmd) in RunMode()
355 void TargetReboot(const char *input, FormatCommand *outCmd) in TargetReboot()
372 string input = string(inputRaw, sizeInputRaw); in String2FormatCommand() local
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dfile_utils.cpp93 int FileUtils::Read(std::ifstream& input, std::string& ret) in Read()
141 int FileUtils::ReadInputByOffsetAndLength(std::ifstream& input, size_t offset, size_t length, std::… in ReadInputByOffsetAndLength()
155 int FileUtils::ReadInputByLength(std::ifstream& input, size_t length, std::string& ret) in ReadInputByLength()
194 bool FileUtils::AppendWriteFileByOffsetToFile(std::ifstream& input, std::ofstream& out, size_t offs… in AppendWriteFileByOffsetToFile()
214 std::ifstream input(inputFile, std::ios::binary); in AppendWriteFileToFile() local
260 int FileUtils::WriteInputToOutPut(std::ifstream& input, std::ofstream& output, size_t length) in WriteInputToOutPut()
298 bool FileUtils::WriteInputToOutPut(const std::string& input, const std::string& output) in WriteInputToOutPut()
/developtools/hdc/hdc_rust/src/host/
Dunittest.rs25 let input = "file recv file1 /data/local/tmp/file" in if_parse_cmd_param_works() localVariable
45 let input = "-l5 checkserver" in if_parse_opt_cmd_works() localVariable
61 let input = "-l5 file recv file1 /data/local/tmp/file" in if_parse_opt_cmd_param_works() localVariable
/developtools/hapsigner/binary_sign_tool/utils/src/
Dfile_utils.cpp82 int FileUtils::Read(std::ifstream& input, std::string& ret) in Read()
154 int FileUtils::ReadInputByOffsetAndLength(std::ifstream& input, size_t offset, size_t length, std::… in ReadInputByOffsetAndLength()
168 int FileUtils::ReadInputByLength(std::ifstream& input, size_t length, std::string& ret) in ReadInputByLength()
207 int FileUtils::WriteInputToOutPut(std::ifstream& input, std::ofstream& output, size_t length) in WriteInputToOutPut()
245 bool FileUtils::WriteInputToOutPut(const std::string& input, const std::string& output) in WriteInputToOutPut()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java133 public static byte[] read(InputStream input) throws IOException { in read()
155 try (FileInputStream input = new FileInputStream(file)) { in readFileByOffsetAndLength()
169 …public static byte[] readInputByOffsetAndLength(InputStream input, long offset, long length) throw… in readInputByOffsetAndLength()
181 public static byte[] readInputByLength(InputStream input, long length) throws IOException { in readInputByLength()
194 …private static void writeInputToOutPut(InputStream input, OutputStream output, long length) throws… in writeInputToOutPut()
434 private static byte[] toByteArray(final InputStream input, final int size) throws IOException { in toByteArray()
/developtools/hapsigner/hapsigntool_cpp/zip/src/
Dzip_signer.cpp63 EndOfCentralDirectory* ZipSigner::GetZipEndOfCentralDirectory(std::ifstream& input) in GetZipEndOfCentralDirectory()
116 bool ZipSigner::GetZipCentralDirectory(std::ifstream& input) in GetZipCentralDirectory()
178 bool ZipSigner::GetZipEntries(std::ifstream& input) in GetZipEntries()
201 bool ZipSigner::ToFile(std::ifstream& input, std::ofstream& output) in ToFile()
Dzip_entry_data.cpp30 ZipEntryData* ZipEntryData::GetZipEntry(std::ifstream& input, uint32_t entryOffset, uint32_t fileSi… in GetZipEntry()
76 bool ZipEntryData::ReadEntryFileNameAndExtraByOffset(std::ifstream& input, ZipEntryHeader* entryHea… in ReadEntryFileNameAndExtraByOffset()
/developtools/profiler/device/plugins/diskio_plugin/src/
Dio_stats.cpp47 std::ifstream input(SYSTIME_PATH, std::ios::in); in GetSystime() local
84 std::ifstream input(CPU_PATH, std::ios::in); in ParseCpuStats() local
142 std::ifstream input(DISKSTATS_PATH, std::ios::in); in ParseIoStats() local
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
Dcode_signing.cpp46 bool CodeSigning::GetCodeSignBlock(const std::string &input, int64_t offset, in GetCodeSignBlock()
175 bool CodeSigning::GetElfCodeSignBlock(const std::string &input, int64_t offset, in GetElfCodeSignBlock()
221 bool CodeSigning::SignNativeLibs(const std::string &input, std::string &ownerID) in SignNativeLibs()
406 std::istream input(&sb); in DoNativeLibVerify() local
448 std::istream input(&sb); in DoNativeLibSignOrVerify() local
500 bool CodeSigning::IsNativeFile(const std::string& input) in IsNativeFile()
/developtools/packing_tool/adapter/ohos/
DPackageNormalize.java137 try (FileInputStream input = new FileInputStream(moduleJson.toFile())) { in updateModuleJson()
160 try (FileInputStream input = new FileInputStream(packInfo.toFile())) { in updatePackInfo()
218 try (InputStream input = Files.newInputStream(file)) { in compressFile()
DUncompressEntrance.java269 …public static UncompressResult parseApp(InputStream input, String parseMode, String deviceType, St… in parseApp()
338 …public static UncompressResult parseApp(InputStream input, ParseAppMode parseAppMode, String hapNa… in parseApp()
388 public static UncompressResult parseHap(InputStream input) { in parseHap()
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprintk_formats_parser_test.cpp158 std::string input = "test"; variable
190 std::string input = "1 : \"test\""; variable
/developtools/global_resource_tool/src/
Dbinary_file_packer.cpp49 for (const auto &input : inputs) { in CopyBinaryFile() local
58 uint32_t BinaryFilePacker::CopyBinaryFile(const string &input) in CopyBinaryFile()
Dfile_manager.cpp36 for (auto input : inputs) { in ScanModules() local
54 uint32_t FileManager::ScanModule(const string &input, const string &output) in ScanModule()
/developtools/smartperf_host/smartperf_host/trace_streamer/src/base/
Dstring_help.cpp111 std::string StrTrim(const std::string &input) in StrTrim()
123 void StrTrim(std::string &input) in StrTrim()
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc.ts31 const input: string = inputPaths[i].path.replace(/\.temp\.js$/, '_.js'); constant
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dgen_abc.ts31 const input: string = inputPaths[i].path.replace(/\.temp\.js$/, '_.js'); constant
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DCodeSigning.java120 public byte[] getElfCodeSignBlock(File input, long offset, String inForm, String profileContent) in getElfCodeSignBlock()
176 …public byte[] getCodeSignBlock(File input, long offset, String inForm, String profileContent, Zip … in getCodeSignBlock()
260 private List<Pair<String, SignInfo>> signNativeLibs(File input, String ownerID) in signNativeLibs()
273 …private List<Pair<String, SignInfo>> signNativeHnps(File input, String profileContent, String owne… in signNativeHnps()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DLocalJKSSignProvider.java53 try (FileInputStream input = new FileInputStream(crlPath)) { in getCrl()
/developtools/hapsigner/binary_sign_tool/api/src/
Dsign_tool_service_impl.cpp56 int SignToolServiceImpl::GetProvisionContent(const std::string& input, std::string& ret) in GetProvisionContent()
/developtools/profiler/device/plugins/process_plugin/src/
Dprocess_data_plugin.cpp411 std::ifstream input(path, std::ios::in); in ReadBootTime() local
459 std::ifstream input(path, std::ios::in); in ReadCpuUsage() local
509 std::ifstream input(path, std::ios::in); in WriteDiskioData() local
598 std::ifstream input(path, std::ios::in); in WritePssData() local
/developtools/smartperf_host/smartperf_device/device_command/test/unittest/
Dthreads_test.cpp35 static bool VerifResult(const std::string &input) in VerifResult()
/developtools/profiler/host/smartperf/client/client_command/test/unittest/
Dthreads_test.cpp35 static bool VerifResult(const std::string &input) in VerifResult()

1234