OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actualRead
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java
394
int
actualRead
= 0;
397
while (((
actualRead
= input.read(actual)) != -1) &&
399
assertEquals(
actualRead
, expectedRead);
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c
140
ByteCount
actualRead
;
197
theErr = FSReadFork (forkRefNum, fsFromStart, 0 /* offset location */, forkSize, forkData, &
actualRead
);
Completed in 211 milliseconds