Home
last modified time | relevance | path

Searched defs:count (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DFileDownloader.java77 int count = input.read(data, 0, needToRead); in download() local
/bootable/recovery/applypatch/
Dfreecache.cpp66 int count = readlink(fd_path.c_str(), link, sizeof(link)-1); in EliminateOpenFiles() local
Dimgdiff.cpp786 int count = 0; in AddZipEntryToChunks() local
/bootable/recovery/recovery_ui/
Dui.cpp401 void RecoveryUI::TimeKey(int key_code, int count) { in TimeKey()
Dscreen_ui.cpp121 int count = ItemsCount(); in Select() local
214 int count = graphic_items_.size(); in Select() local
740 size_t count = 0; in draw_menu_and_text_buffer_locked() local
/bootable/recovery/uncrypt/
Duncrypt.cpp533 int count = static_cast<int>(duration.count()); in uncrypt_wrapper() local
/bootable/recovery/tests/unit/host/
Dimgdiff_test.cpp704 static void GenerateAndCheckSplitTarget(const std::string& debug_dir, size_t count, in GenerateAndCheckSplitTarget()