Home
last modified time | relevance | path

Searched defs:out (Results 1 – 6 of 6) sorted by relevance

/test/app_compat/csuite/tools/script/
Dgenerate_module.py201 def _redirect_sys_output(out, err): argument
210 def parse_args(args, out=sys.stdout, err=sys.stderr): argument
/test/mlts/benchmark/src/com/android/nn/benchmark/core/sl/
DSupportLibraryDriverHandler.java123 apkAndLibraryPaths[1].substring(1)); in extractNnApiSlLibTo()
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/config/
DAppRemoteFileResolverTest.java264 try (JarOutputStream out = new JarOutputStream(new FileOutputStream(jar))) { in classLoaderWithProviders()
/test/vts-testcase/hal/treble/vintf/
DVtsTrebleVintfTestBase.cpp194 manager->listByInterface(fq_name.string(), [&](const auto &out) { in GetInstanceNames()
/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp441 static bool DecompressLZ4Cluster(const uint8_t *in, uint8_t *out, in DecompressLZ4Cluster()
758 std::vector<uint8_t> &out) { in DeriveKey()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java506 public static void copyFull(InputStream in, OutputStream out) throws IOException { in copyFull()