Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 60) sorted by relevance

123

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
Dignore.pass.cpp47 is.ignore(); in main()
51 is.ignore(5, '\n'); in main()
55 is.ignore(15); in main()
63 is.ignore(); in main()
67 is.ignore(5, '\n'); in main()
71 is.ignore(15); in main()
Dignore_0xff.pass.cpp31 is.ignore(ignoreLen); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.creation/
Dtie.pass.cpp26 std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_istream.h149 _Self& ignore();
150 _Self& ignore(streamsize __n);
151 _Self& ignore(streamsize __n, int_type __delim);
D_istream.c395 basic_istream<_CharT, _Traits>& basic_istream<_CharT, _Traits>::ignore() { in ignore() function
1102 basic_istream<_CharT, _Traits>::ignore(streamsize __n) { in ignore() function
1142 basic_istream<_CharT, _Traits>::ignore(streamsize __n, int_type __delim) { in ignore() function
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c1007 int ignore = oldcount; local
1009 if ((flags & GLOB_DOOFFS) && ignore < pglob->gl_offs)
1010 ignore = pglob->gl_offs;
1013 &pglob->gl_pathv[ignore],
1014 pglob->gl_pathc - ignore))
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Derrors57 # If make acted as planned, it should ignore the error from the first
/ndk/sources/host-tools/make-3.81/
Dmain.c107 ignore /* Ignored. */ enumerator
364 { 'b', ignore, 0, 0, 0, 0, 0, 0, 0 },
397 { 'm', ignore, 0, 0, 0, 0, 0, 0, 0 },
2269 case ignore: in init_switches()
2449 case ignore: in decode_switches()
2707 case ignore: in define_makeflags()
Dreadme.vms150 ignore SIGCHLD.
185 needs to be re-made with a make to make a correct version: ignore all
/ndk/sources/host-tools/make-3.81/tests/
DNEWS81 Updated for changes in make 3.72.12, and to ignore CVS directories
104 The load_limit test should now silently ignore a failure due to
DREADME48 Tests cannot end with a "~" character, as the test suite will ignore any
/ndk/sources/android/cpufeatures/
Dcpu-features.c198 int len, ignore; in extract_cpuinfo_field() local
/ndk/sources/host-tools/make-3.81/config/
Dpo.m467 [found $GMSGFMT program is not GNU msgfmt; ignore it])
82 [found xgettext program is not GNU xgettext; ignore it])
Dtexinfo.tex932 % @ignore ... @end ignore is another way to write a comment
2076 % Although only regular is the truly official Euro symbol, we ignore
2936 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
2948 \def\ignore{\doignore{ignore}}
3403 % We can just ignore other control letters.
5005 \let\par = \lisppar % don't ignore blank lines
5251 % ignore everything up to the first ^^M, that's the newline at the end
7223 @ignore
7225 @end ignore
/ndk/tests/device/test-gnustl-full/unit/
Dcodecvt_test.cpp503 ifs.ignore(4096); in imbue_while_reading()
/ndk/tests/device/test-stlport/unit/
Dcodecvt_test.cpp503 ifs.ignore(4096); in imbue_while_reading()
/ndk/sources/host-tools/sed-4.2.1/m4/
Dlib-prefix.m4210 # Better ignore directories of this form. They are misleading.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Distream73 basic_istream& ignore(streamsize n = 1, int_type delim = traits_type::eof());
232 basic_istream& ignore(streamsize __n = 1, int_type __dlm = traits_type::eof());
1125 basic_istream<_CharT, _Traits>::ignore(streamsize __n, int_type __dlm)
Dtuple73 const unspecified ignore;
812 namespace { const __ignore_t<unsigned char> ignore = __ignore_t<unsigned char>(); }
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dtest_tools.ipp562 m_pimpl->m_pattern.ignore(
Ddebug.ipp698 // User opted to ignore the breakpoint
/ndk/docs/text/
DNDK-GDB.text97 development machine. You can safely ignore these messages.
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.texi1035 ignore matches before the @var{number}th,
1407 @ignore
1419 @end ignore
2656 # also empty? then ignore it, and get next... this will
3494 @ignore
3501 @end ignore
3700 @ignore
3706 @end ignore
Dsed-in.texi1034 ignore matches before the @var{number}th,
1406 @ignore
1418 @end ignore
2492 # also empty? then ignore it, and get next... this will
3327 @ignore
3334 @end ignore
3533 @ignore
3539 @end ignore
/ndk/sources/host-tools/make-3.81/po/
Dja.po751 msgid " -i, --ignore-errors Ignore errors from commands.\n"
752 msgstr " -i, --ignore-errors ���ޥ�ɤ����֤��줿���顼��̵�뤹��.\n"

123