Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dcommands_test.cpp170 const std::string input{ "abort" }; in TEST() local
182 const std::string input{ "abort" }; in TEST() local
189 const std::string input{ in TEST() local
214 const std::string input{ "erase 2,5,10" }; in TEST() local
230 const std::string input{ "free hash1" }; in TEST() local
246 const std::string input{ in TEST() local
270 const std::string input{ in TEST() local
293 const std::string input{ "new 4,3,5,10,12" }; in TEST() local
309 const std::string input{ "stash hash1 2,5,10" }; in TEST() local
325 const std::string input{ "zero 2,1,5" }; in TEST() local
[all …]
/bootable/recovery/
Dinterlace-frames.py65 def deinterlace(output, input): argument
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DFileDownloader.java64 try (InputStream input = connection.getInputStream()) { in download()