Searched defs:in (Results 1 – 11 of 11) sorted by relevance
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | gpio.proto | 24 int32 in = 2; field
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | gpio.proto | 24 int32 in = 2; field
|
| /developtools/global_resource_tool/src/ |
| D | resource_table.cpp | 84 ifstream in(path, ios::binary); in LoadResTable() local 282 bool ResourceTable::ReadFileHeader(ifstream &in, IndexHeader &indexHeader, int32_t &pos, int32_t le… in ReadFileHeader() 295 bool ResourceTable::ReadLimitKeys(ifstream &in, map<int32_t, vector<KeyParam>> &limitKeys, in ReadLimitKeys() 331 bool ResourceTable::ReadIdTables(std::ifstream &in, std::map<int32_t, std::pair<int32_t, int32_t>> … in ReadIdTables() 365 bool ResourceTable::ReadDataRecordPrepare(ifstream &in, RecordItem &record, int32_t &pos, int32_t l… in ReadDataRecordPrepare() 383 bool ResourceTable::ReadDataRecordStart(std::ifstream &in, RecordItem &record, in ReadDataRecordStart()
|
| /developtools/global_resource_tool/src/xml/ |
| D | solid_xml.cpp | 190 bool SolidXml::Node::LoadFrom(ifstream &in) in LoadFrom() 198 bool SolidXml::XmlNode::LoadFrom(ifstream &in) in LoadFrom() 301 ifstream in(sxmlPath, ifstream::in | ifstream::binary); in LoadFromFile() local
|
| D | xml_key_node.cpp | 79 ifstream in(filePath, ifstream::in | ifstream::binary); in LoadFromFile() local
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/ |
| D | ZipUtils.java | 192 public static ZipFileInfo findZipInfo(ZipDataInput in) throws IOException, HapFormatException { in findZipInfo() 219 private static Pair<Long, ByteBuffer> findEocdInHap(ZipDataInput in) throws IOException { in findEocdInHap()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/ |
| D | SignHap.java | 93 public static void copyFiles(List<String> entryNames, JarFile in, in copyFiles() 135 private static void copyFilesExceptStoredFile(List<String> entryNames, JarFile in, in copyFilesExceptStoredFile()
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
| D | FileUtils.java | 330 try (InputStream in = openInputStream(file)) { in readFileToByteArray()
|
| D | HapUtils.java | 231 try (FileInputStream in = new FileInputStream(file); in readFileToByte()
|
| /developtools/bytrace/bin/src/ |
| D | bytrace_cmd.cpp | 709 std::unique_ptr<uint8_t[]> in = std::make_unique<uint8_t[]>(CHUNK_SIZE); in DumpCompressedTrace() local
|
| /developtools/packing_tool/adapter/ohos/ |
| D | Compressor.java | 1014 FileInputStream in = new FileInputStream(packInfoFile); in compressPackinfoIntoHap() local 1609 FileInputStream in = null; in compress() local
|