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
397
int
actualRead
= 0;
400
while (((
actualRead
= input.read(actual)) != -1) &&
402
assertEquals(
actualRead
, expectedRead);
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
CDPlayer.c
140
ByteCount
actualRead
;
189
theErr = FSReadFork (forkRefNum, fsFromStart, 0 /* offset location */, forkSize, forkData, &
actualRead
);
Completed in 96 milliseconds