Home
last modified time | relevance | path

Searched refs:how_many (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Dformatter.py156 how_many = 0
159 how_many += 1
160 if how_many >= 3:
/external/icu/icu4c/source/test/iotest/
Dfiletst.c575 int32_t how_many; in TestFileReadBuffering() local
586 how_many = u_file_read(buffer, 1024, myFile); in TestFileReadBuffering()
587 if (how_many != 1024 || buffer[1023] != 0xBEEF) { in TestFileReadBuffering()