Searched defs:in (Results 1 – 9 of 9) sorted by relevance
51 google::protobuf::io::ZeroCopyInputStream* in) { in readOneDelimited()
53 try (InputStream in = assetManager.open(assetFilename)) { in readAsset()
74 public LatencyResult(Parcel in) { in LatencyResult()
476 try (InputStream in = assetManager.open(modelAssetName); in copyAssetToFile()486 public static void copyFull(InputStream in, OutputStream out) throws IOException { in copyFull()
107 protected BenchmarkResult(Parcel in) { in BenchmarkResult()
121 try(InputStream in = getInputStreamFromApk(apkAndLibraryPaths[0], in extractNnApiSlLibTo()
37 ifstream in(coverage_file, std::ios::in); in ParseCoverageData() local
79 ifstream in(trace_file, std::ios::in); in ParseTextTrace() local401 ifstream in(trace_file, ifstream::binary | ifstream::ate); in SelectTraces() local
397 static bool DecompressLZ4Cluster(const uint8_t *in, uint8_t *out, in DecompressLZ4Cluster()