Searched refs:peek (Results 1 – 14 of 14) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/ |
D | stream_extract.pass.cpp | 31 assert(in.peek() == ' '); in main() 35 assert(in.peek() == ' '); in main() 40 assert(in.peek() == 'g'); in main() 53 assert(in.peek() == L' '); in main() 57 assert(in.peek() == L' '); in main() 62 assert(in.peek() == L'g'); in main() 77 assert(in.peek() == ' '); in main() 81 assert(in.peek() == ' '); in main() 86 assert(in.peek() == 'g'); in main() 100 assert(in.peek() == L' '); in main() [all …]
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lex.c | 94 int peek(void) in peek() function 214 if (peek() == '\n') { in yylex() 216 } else if (peek() == '\r') { in yylex() 224 if (peek() == '&') { in yylex() 229 if (peek() == '|') { in yylex() 234 if (peek() == '=') { in yylex() 236 } else if (peek() == '~') { in yylex() 244 if (peek() == '=') { in yylex() 250 if (peek() == '=') { in yylex() 256 if (peek() == '=') { in yylex() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | peek.pass.cpp | 46 assert(is.peek() == ' '); in main() 51 assert(is.peek() == '1'); in main() 59 assert(is.peek() == L' '); in main() 64 assert(is.peek() == L'1'); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.manip/ |
D | ws.pass.cpp | 50 assert(is.peek() == '1'); in main() 57 assert(is.peek() == L'1'); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istream.iterator/istream.iterator.cons/ |
D | istream.pass.cpp | 25 assert(inf.peek() == ' '); in main()
|
/ndk/sources/cxx-stl/stlport/src/details/ |
D | fstream_win32io.cpp | 417 char peek = ' '; in _M_read() local 419 ReadFile(_M_file_id, (LPVOID)&peek, 1, &NumberOfBytesPeeked, 0); in _M_read() 421 if (peek != _STLP_LF) { //not a <CR><LF> combination in _M_read() 423 if ((to < buf + n) && (peek != _STLP_CR)) in _M_read() 426 *to++ = peek; in _M_read()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _istream.h | 126 int_type peek();
|
D | _istream.c | 316 basic_istream<_CharT, _Traits>::peek() { in peek() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | istream | 74 int_type peek(); 233 int_type peek(); 1180 basic_istream<_CharT, _Traits>::peek()
|
D | complex | 1457 if (__is.peek() == _CharT('(')) 1465 _CharT __c = __is.peek(); 1474 __c = __is.peek();
|
/ndk/build/gmsl/ |
D | __gmsl | 803 # Function: peek 807 peek = $(__gmsl_tr1)$(call assert_no_dollar,$0,$1)$(call first,$(__gmsl_stack_$1))
|
D | gmsl-tests | 423 $(call test_assert,$(call peek,mystack),f2)
|
/ndk/tests/device/test-libc++-static-full/jni/ |
D | Android.mk | 1565 $(call gen-test, input.output/iostream.format/input.streams/istream.unformatted/peek)
|
/ndk/tests/device/test-libc++-shared-full/jni/ |
D | Android.mk | 1574 $(call gen-test, input.output/iostream.format/input.streams/istream.unformatted/peek)
|