HomeSort by relevance Sort by last modified time
    Searched full:getchar (Results 1 - 25 of 1328) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/gpxe/src/include/
console.h 12 * putchar(), getchar() and iskey() delegate to the individual console
35 * The console's putchar(), putline(), getchar() and iskey()
74 int ( *getchar ) ( void ); member in struct:console_driver
83 * This should return True if a subsequent call to getchar()
103 * .getchar = my_getchar,
115 extern int getchar ( void );
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/patches.android/
0007-Fix-libc-compiler-error-when-calling-std-feof.patch 7 defined in cstdio's std:: getchar, putchar, clearerr, feof, ferror
25 +#ifdef getchar
26 +inline _LIBCPP_INLINE_VISIBILITY int __libcpp_getchar(void) {return getchar();}
27 +#undef getchar
28 +inline _LIBCPP_INLINE_VISIBILITY int getchar(void) {return __libcpp_getchar();}
29 +#endif // getchar
  /external/ltp/testcases/kernel/fs/mongo/
summ.c 15 while ((c = getchar()) != EOF) {
  /external/lzma/CPP/Common/
StdInStream.h 28 int GetChar();
StdInStream.cpp 44 int intChar = GetChar();
79 while ((c = GetChar()) != EOF)
88 int CStdInStream::GetChar()
  /external/syslinux/gpxe/src/core/
getkey.c 47 return getchar();
59 * constant. This function differs from getchar() in that getchar()
67 character = getchar();
serial_console.c 21 .getchar = serial_getc,
console.c 67 * has input available using that console's console_driver::getchar()
73 * int key = iskey() ? getchar() : -1;
80 int getchar ( void ) { function
86 if ( console && console->getchar ) {
87 character = console->getchar ();
124 * call returns True, you can then safely call getchar() without
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
getchar.c 2 Implementation of a subroutine version of the macro getchar,
44 NetBSD: getchar.c,v 1.9 2003/08/07 16:43:27 agc Exp
45 getchar.c 8.1 (Berkeley) 6/4/93
53 #undef getchar macro
57 getchar( void ) function
  /external/deqp/executor/
xeContainerFormatParser.cpp 117 int ContainerFormatParser::getChar (int offset) const
141 int curChar = getChar(m_elementLen);
167 int nextChar = getChar(m_elementLen);
205 DE_ASSERT(getChar(0) == '#');
216 int bufChar = (offset+ndx < m_elementLen) ? getChar(offset+ndx) : 0;
249 if (getChar(offset) != ' ')
256 if (getChar(offset) != ' ')
260 if (getChar(offset) != ' ')
271 const int curChar = offset < m_elementLen ? getChar(offset) : 0;
297 bool isString = getChar(offset) == '"' || getChar(offset) == '\''
    [all...]
xeXMLParser.cpp 98 int Tokenizer::getChar (int offset) const
131 if (getChar(0) == END_OF_STRING)
139 int curChar = getChar(m_curTokenLen);
179 curChar = getChar(0);
231 // \todo [2012-10-17 pyry] Should we actually do the check against getChar(0)?
232 if (curChar != getChar(0))
250 int prev2 = m_curTokenLen > 5 ? getChar(m_curTokenLen-2) : 0;
251 int prev1 = m_curTokenLen > 4 ? getChar(m_curTokenLen-1) : 0;
284 int prevChar = getChar(m_curTokenLen-1);
334 curChar = getChar(m_curTokenLen)
    [all...]
  /external/ppp/pppd/
cbcp.c 173 GETCHAR(code, inp);
174 GETCHAR(id, inp);
239 GETCHAR(code, p);
240 GETCHAR(id, p);
258 GETCHAR(opt, p);
259 GETCHAR(olen, p);
274 GETCHAR(delay, p);
282 GETCHAR(addrt, p);
296 GETCHAR(code, p);
319 GETCHAR(type, pckt)
    [all...]
  /external/icu/icu4c/source/i18n/
csrucode.h 70 virtual int32_t getChar(const uint8_t *input, int32_t index) const = 0;
84 int32_t getChar(const uint8_t *input, int32_t index) const;
97 int32_t getChar(const uint8_t *input, int32_t index) const;
  /external/pdfium/xfa/fde/
ifx_chariter.h 17 virtual FX_WCHAR GetChar() = 0;
cfx_chariter.h 20 FX_WCHAR GetChar() override;
  /external/eigen/bench/
sparse_randomsetter.cpp 59 // getchar();
100 // << " nnz=" << set1.nonZeros() << "\n";getchar();
109 // << " nnz=" << set1.nonZeros() << "\n";getchar();
118 // << " nnz=" << set1.nonZeros() << "\n";getchar();
  /external/libmicrohttpd/doc/examples/
hellobrowser.c 47 (void) getchar ();
logging.c 51 (void) getchar ();
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/common/
console_helper.c 52 return getchar();
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 76 int getchar(void);
117 #ifdef getchar
118 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_getchar(void) {return getchar();}
119 #undef getchar
120 inline _LIBCPP_INLINE_VISIBILITY int getchar(void) {return __libcpp_getchar();}
121 #endif // getchar
203 using ::getchar;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 76 int getchar(void);
117 #ifdef getchar
118 inline _LIBCPP_INLINE_VISIBILITY int __libcpp_getchar(void) {return getchar();}
119 #undef getchar
120 inline _LIBCPP_INLINE_VISIBILITY int getchar(void) {return __libcpp_getchar();}
121 #endif // getchar
203 using ::getchar;
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 64 llvm::MDNode *CodeGenTBAA::getChar() {
100 return getChar();
119 return getChar();
138 createTBAAScalarType(BTy->getName(Features), getChar());
147 getChar());
157 return MetadataCache[Ty] = getChar();
162 return MetadataCache[Ty] = createTBAAScalarType(OutName, getChar());
166 return MetadataCache[Ty] = getChar();
209 llvm::MDNode *TBAAInfo = MayAlias ? getChar() : getTBAAInfo(QTy);
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ArrayTest.java 69 try { Array.getChar(booleans, 0); fail(); } catch (IllegalArgumentException expected) {}
70 try { Array.getChar(bytes, 0); fail(); } catch (IllegalArgumentException expected) {}
71 assertEquals(chars[0], Array.getChar(chars, 0));
72 try { Array.getChar(doubles, 0); fail(); } catch (IllegalArgumentException expected) {}
73 try { Array.getChar(floats, 0); fail(); } catch (IllegalArgumentException expected) {}
74 try { Array.getChar(ints, 0); fail(); } catch (IllegalArgumentException expected) {}
75 try { Array.getChar(longs, 0); fail(); } catch (IllegalArgumentException expected) {}
76 try { Array.getChar(shorts, 0); fail(); } catch (IllegalArgumentException expected) {}
77 try { Array.getChar(null, 0); fail(); } catch (NullPointerException expected) {}
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_Unicode.java 129 abstract int getChar(byte[] input, int index);
147 if (getChar(input, 0) == 0x0000FEFF) {
152 int ch = getChar(input, i);
184 int getChar(byte[] input, int index)
201 int getChar(byte[] input, int index)
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_Unicode.java 128 abstract int getChar(byte[] input, int index);
146 if (getChar(input, 0) == 0x0000FEFF) {
151 int ch = getChar(input, i);
183 int getChar(byte[] input, int index)
200 int getChar(byte[] input, int index)

Completed in 2585 milliseconds

1 2 3 4 5 6 7 8 91011>>