/external/llvm-libc/test/src/stdio/scanf_core/ |
D | reader_test.cpp | 42 reader.ungetc(str[4]); in TEST() 43 reader.ungetc(str[3]); in TEST() 44 reader.ungetc(str[2]); in TEST() 51 reader.ungetc(str[6]); in TEST() 52 reader.ungetc(str[5]); in TEST() 60 reader.ungetc(str[9 - i]); in TEST()
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdio/scanf_core/ |
D | reader_test.cpp | 42 reader.ungetc(str[4]); in TEST() 43 reader.ungetc(str[3]); in TEST() 44 reader.ungetc(str[2]); in TEST() 51 reader.ungetc(str[6]); in TEST() 52 reader.ungetc(str[5]); in TEST() 60 reader.ungetc(str[9 - i]); in TEST()
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/stdio/scanf_core/ |
D | reader_test.cpp | 42 reader.ungetc(str[4]); in TEST() 43 reader.ungetc(str[3]); in TEST() 44 reader.ungetc(str[2]); in TEST() 51 reader.ungetc(str[6]); in TEST() 52 reader.ungetc(str[5]); in TEST() 60 reader.ungetc(str[9 - i]); in TEST()
|
/external/cronet/tot/third_party/llvm-libc/src/test/src/stdio/ |
D | ungetc_test.cpp | 29 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc('1', file)); in TEST() 36 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc(EOF, file)); in TEST() 40 ASSERT_EQ(LIBC_NAMESPACE::ungetc(int(c), file), int(c)); in TEST() 49 ASSERT_EQ(unget_char, LIBC_NAMESPACE::ungetc(unget_char, file)); in TEST() 52 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc(unget_char, file)); in TEST() 64 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc('1', file)); in TEST()
|
/external/llvm-libc/test/src/stdio/ |
D | ungetc_test.cpp | 29 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc('1', file)); in TEST() 36 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc(EOF, file)); in TEST() 40 ASSERT_EQ(LIBC_NAMESPACE::ungetc(int(c), file), int(c)); in TEST() 49 ASSERT_EQ(unget_char, LIBC_NAMESPACE::ungetc(unget_char, file)); in TEST() 52 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc(unget_char, file)); in TEST() 64 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc('1', file)); in TEST()
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/stdio/ |
D | ungetc_test.cpp | 29 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc('1', file)); in TEST() 36 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc(EOF, file)); in TEST() 40 ASSERT_EQ(LIBC_NAMESPACE::ungetc(int(c), file), int(c)); in TEST() 49 ASSERT_EQ(unget_char, LIBC_NAMESPACE::ungetc(unget_char, file)); in TEST() 52 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc(unget_char, file)); in TEST() 64 ASSERT_EQ(EOF, LIBC_NAMESPACE::ungetc('1', file)); in TEST()
|
/external/llvm-libc/src/stdio/scanf_core/ |
D | vfscanf_internal.h | 45 LIBC_INLINE void ungetc(int c, ::FILE *f) { LIBC_NAMESPACE::ungetc(c, f); } in ungetc() function 72 LIBC_INLINE void ungetc(int c, FILE *f) { 88 LIBC_INLINE void ungetc(int c, ::FILE *f) { ::ungetc(c, f); } 105 LIBC_INLINE void ungetc(int c) { in ungetc() function 106 internal::ungetc(c, static_cast<FILE *>(stream)); in ungetc()
|
D | reader.h | 34 LIBC_INLINE void ungetc(int c) { in ungetc() function 36 static_cast<Derived *>(this)->ungetc(c); in ungetc()
|
D | int_converter.h | 162 reader->ungetc(cur_char); in convert_int() 214 reader->ungetc(cur_char); in convert_int()
|
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/scanf_core/ |
D | vfscanf_internal.h | 45 LIBC_INLINE void ungetc(int c, void *f) { in ungetc() function 46 LIBC_NAMESPACE::ungetc(c, reinterpret_cast<::FILE *>(f)); in ungetc() 72 LIBC_INLINE void ungetc(int c, void *f) { 90 LIBC_INLINE void ungetc(int c, void *f) { 91 ::ungetc(c, reinterpret_cast<::FILE *>(f)); 106 scanf_core::Reader reader(stream, &internal::getc, internal::ungetc); in vfscanf_internal()
|
D | int_converter.cpp | 160 reader->ungetc(cur_char); in convert_int() 212 reader->ungetc(cur_char); in convert_int()
|
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/scanf_core/ |
D | vfscanf_internal.h | 45 LIBC_INLINE void ungetc(int c, void *f) { in ungetc() function 46 LIBC_NAMESPACE::ungetc(c, reinterpret_cast<::FILE *>(f)); in ungetc() 72 LIBC_INLINE void ungetc(int c, void *f) { 90 LIBC_INLINE void ungetc(int c, void *f) { 91 ::ungetc(c, reinterpret_cast<::FILE *>(f)); 106 scanf_core::Reader reader(stream, &internal::getc, internal::ungetc); in vfscanf_internal()
|
D | int_converter.cpp | 160 reader->ungetc(cur_char); in convert_int() 212 reader->ungetc(cur_char); in convert_int()
|
/external/javassist/src/main/javassist/compiler/ |
D | Lex.java | 131 ungetc(c); in readLine() 160 ungetc(c); in getNextNonWhiteChar() 163 ungetc(c); in getNextNonWhiteChar() 231 ungetc(c); in readStringL() 257 ungetc(c); in readNumber() 271 ungetc(c); in readNumber() 298 ungetc(c2); in readNumber() 339 ungetc(c); in readDouble() 372 ungetc(c3); in readSeparator() 382 ungetc(c3); in readSeparator() [all …]
|
/external/llvm-libc/src/stdio/generic/ |
D | ungetc.cpp | 17 LLVM_LIBC_FUNCTION(int, ungetc, (int c, ::FILE *stream)) { 18 return reinterpret_cast<LIBC_NAMESPACE::File *>(stream)->ungetc(c);
|
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/generic/ |
D | ungetc.cpp | 17 LLVM_LIBC_FUNCTION(int, ungetc, (int c, ::FILE *stream)) { 18 return reinterpret_cast<LIBC_NAMESPACE::File *>(stream)->ungetc(c);
|
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/generic/ |
D | ungetc.cpp | 17 LLVM_LIBC_FUNCTION(int, ungetc, (int c, ::FILE *stream)) { 18 return reinterpret_cast<LIBC_NAMESPACE::File *>(stream)->ungetc(c);
|
/external/libcups/monitor/ |
D | tbcp.c | 177 ungetc(ch, fp); /* Nope, save it for later... */ in psgets() 199 ungetc(ch, fp); in psgets()
|
D | bcp.c | 188 ungetc(ch, fp); /* Nope, save it for later... */ in psgets() 210 ungetc(ch, fp); in psgets()
|
/external/libese/tools/ese_replay/ |
D | buffer.c | 49 ungetc(c, fp); in buffer_read_hex() 57 ungetc(b->buffer[b->len], fp); in buffer_read_hex()
|
/external/cronet/tot/third_party/llvm-libc/src/src/stdio/gpu/ |
D | CMakeLists.txt | 262 ungetc 264 ungetc.cpp 266 ../ungetc.h
|
/external/cronet/stable/third_party/llvm-libc/src/src/stdio/gpu/ |
D | CMakeLists.txt | 262 ungetc 264 ungetc.cpp 266 ../ungetc.h
|
/external/cronet/tot/third_party/icu/source/tools/toolutil/ |
D | filestrm.cpp | 141 int32_t c = ungetc(ch, (FILE*)fileStream); in T_FileStream_ungetc() 149 return ungetc(c, (FILE*)fileStream); in T_FileStream_peek()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | filestrm.cpp | 141 int32_t c = ungetc(ch, (FILE*)fileStream); in T_FileStream_ungetc() 149 return ungetc(c, (FILE*)fileStream); in T_FileStream_peek()
|
/external/cronet/stable/third_party/icu/source/tools/toolutil/ |
D | filestrm.cpp | 141 int32_t c = ungetc(ch, (FILE*)fileStream); in T_FileStream_ungetc() 149 return ungetc(c, (FILE*)fileStream); in T_FileStream_peek()
|