HomeSort by relevance Sort by last modified time
    Searched refs:isEof (Results 1 - 22 of 22) sorted by null

  /frameworks/native/include/utils/
Tokenizer.h 57 inline bool isEof() const { return mCurrent == getEnd(); }
62 inline bool isEol() const { return isEof() || *mCurrent == '\n'; }
84 inline char peekChar() const { return isEof() ? '\0' : *mCurrent; }
95 inline char nextChar() { return isEof() ? '\0' : *(mCurrent++); }
  /external/srec/portable/src/
PFileWrap.c 155 ESR_ReturnCode PFileIsEOF ( PFile *self, ESR_BOOL *isEof )
166 *isEof = ESR_TRUE;
168 *isEof = ESR_FALSE;
176 *isEof = ESR_TRUE;
178 *isEof = ESR_FALSE;
PANSIFileImpl.c 55 impl->Interface.Interface.isEOF = &PANSIFileIsEOFImpl;
332 ESR_ReturnCode PANSIFileIsEOFImpl(PFile* self, ESR_BOOL* isEof)
338 if (isEof == NULL)
352 *isEof = (posCur == posEnd);
356 *isEof = feof(impl->value) != 0;
PFile.c 119 ESR_ReturnCode PFileIsEOF(PFile* self, ESR_BOOL* isEof)
126 return self->isEOF(self, isEof);
  /external/srec/portable/include/
PANSIFileImpl.h 102 PORTABLE_API ESR_ReturnCode PANSIFileIsEOFImpl(PFile* self, ESR_BOOL* isEof);
PFile.h 164 * @param isEof [out] True if end of file has been reached
167 ESR_ReturnCode(*isEOF)(struct PFile_t* self, ESR_BOOL* isEof);
339 * @param isEof [out] True if end of file has been reached
342 PORTABLE_API ESR_ReturnCode PFileIsEOF(PFile* self, ESR_BOOL* isEof);
  /frameworks/base/libs/androidfw/
VirtualKeyMap.cpp 94 while (!mTokenizer->isEof()) {
KeyLayoutMap.cpp 163 while (!mTokenizer->isEof()) {
KeyCharacterMap.cpp 676 while (!mTokenizer->isEof()) {
    [all...]
  /frameworks/native/libs/utils/
PropertyMap.cpp 164 while (!mTokenizer->isEof()) {
  /external/svox/pico/lib/
picoos.c     [all...]
  /external/webkit/Source/WebCore/bindings/v8/
SerializedScriptValue.cpp 746 bool isEof() const { return m_position >= m_length; }
1052 while (!m_reader.isEof()) {
    [all...]
  /external/robolectric/lib/main/
httpcore-4.0.1.jar 
  /external/smack/asmack-master/lib/
httpcore-4.1.4.jar 
httpclient-4.1.3.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 838 bool isEof() const {
839 JNI_TRACE("isEof? %s", mEof ? "yes" : "no");
1021 return stream->isEof() ? 1 : 0;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 

Completed in 798 milliseconds