Searched defs:input (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/tests/unit/ |
D | commands_test.cpp | 170 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/ |
D | interlace-frames.py | 65 def deinterlace(output, input): argument
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/ |
D | FileDownloader.java | 64 try (InputStream input = connection.getInputStream()) { in download()
|