Searched defs:out (Results 1 – 7 of 7) sorted by relevance
201 def _redirect_sys_output(out, err): argument210 def parse_args(args, out=sys.stdout, err=sys.stderr): argument
123 apkAndLibraryPaths[1].substring(1)); in extractNnApiSlLibTo()
46 FileOutputStream out = new FileOutputStream(mJsonFile); in open() local
269 try (JarOutputStream out = new JarOutputStream(new FileOutputStream(jar))) { in classLoaderWithProviders()
209 manager->listByInterface(fq_name.string(), [&](const auto &out) { in GetInstanceNames()
469 static bool DecompressLZ4Cluster(const uint8_t *in, uint8_t *out, in DecompressLZ4Cluster()820 std::vector<uint8_t> &out) { in DeriveKey()
506 public static void copyFull(InputStream in, OutputStream out) throws IOException { in copyFull()