Home
last modified time | relevance | path

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/
Dstream_extract.pass.cpp31 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/
Dlex.c94 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/
Dpeek.pass.cpp46 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/
Dws.pass.cpp50 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/
Distream.pass.cpp25 assert(inf.peek() == ' '); in main()
/ndk/sources/cxx-stl/stlport/src/details/
Dfstream_win32io.cpp417 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.h126 int_type peek();
D_istream.c316 basic_istream<_CharT, _Traits>::peek() { in peek() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Distream74 int_type peek();
233 int_type peek();
1180 basic_istream<_CharT, _Traits>::peek()
Dcomplex1457 if (__is.peek() == _CharT('('))
1465 _CharT __c = __is.peek();
1474 __c = __is.peek();
/ndk/build/gmsl/
D__gmsl803 # Function: peek
807 peek = $(__gmsl_tr1)$(call assert_no_dollar,$0,$1)$(call first,$(__gmsl_stack_$1))
Dgmsl-tests423 $(call test_assert,$(call peek,mystack),f2)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk1565 $(call gen-test, input.output/iostream.format/input.streams/istream.unformatted/peek)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk1574 $(call gen-test, input.output/iostream.format/input.streams/istream.unformatted/peek)