Home
last modified time | relevance | path

Searched defs:c (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/tests/unit/
Dfuse_provider_test.cpp54 for (char c = 0; c < 10; c++) { in TEST() local
81 for (char c = 0; c < 10; c++) { in TEST() local
Dinstall_test.cpp387 for (char c = 'a'; c <= 'z'; c++) { in TEST() local
Dupdater_test.cpp1045 std::string c(4096, 'c'); in GenerateTransferList() local
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateConfigTest.java115 UpdateConfig c = UpdateConfig.fromJson(JSON_NON_STREAMING); in getUpdatePackageFile_works() local
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateConfig.java55 UpdateConfig c = new UpdateConfig(); in fromJson() local