OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reachedEof
(Results
1 - 6
of
6
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeIterator.cs
48
private bool
reachedEof
;
166
bool result = Current != eof || !
reachedEof
;
167
reachedEof
= Current == eof;
/development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c
84
static jboolean
reachedEof
= JNI_FALSE;
90
// The mutex protects
reachedEof
, discontinuity,
126
if (!
reachedEof
) {
159
if (
reachedEof
) {
191
reachedEof
= JNI_TRUE;
518
while (discontinuity && !
reachedEof
) {
/frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c
70
jboolean
reachedEof
= JNI_FALSE;
115
if (!
reachedEof
) {
187
if (
reachedEof
) {
215
reachedEof
= JNI_TRUE;
535
while (discontinuity && !
reachedEof
) {
/frameworks/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp
46
bool
reachedEof
= false;
157
} else if (!
reachedEof
) {
168
reachedEof
= true;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
Completed in 1032 milliseconds