/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | ignore.pass.cpp | 47 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()
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/tuple.creation/ |
D | tie.pass.cpp | 26 std::tie(i, std::ignore, s) = std::make_tuple(42, 3.14, "C++"); in main()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _istream.h | 149 _Self& ignore(); 150 _Self& ignore(streamsize __n); 151 _Self& ignore(streamsize __n, int_type __delim);
|
D | _istream.c | 395 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/build/tools/toolchain-patches/mclinker/ |
D | 0001-Add-GCC-collect2-compatibility-flags.patch | 7 both ld.bfd ld.gold ignore
|
/ndk/sources/host-tools/make-3.81/glob/ |
D | glob.c | 1007 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/ |
D | errors | 57 # If make acted as planned, it should ignore the error from the first
|
/ndk/sources/host-tools/make-3.81/ |
D | main.c | 107 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()
|
D | readme.vms | 150 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/ |
D | NEWS | 81 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
|
D | README | 48 Tests cannot end with a "~" character, as the test suite will ignore any
|
/ndk/sources/android/cpufeatures/ |
D | cpu-features.c | 193 int len, ignore; in extract_cpuinfo_field() local
|
/ndk/sources/host-tools/make-3.81/config/ |
D | po.m4 | 67 [found $GMSGFMT program is not GNU msgfmt; ignore it]) 82 [found xgettext program is not GNU xgettext; ignore it])
|
D | texinfo.tex | 932 % @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/sources/host-tools/sed-4.2.1/m4/ |
D | lib-prefix.m4 | 210 # Better ignore directories of this form. They are misleading.
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | codecvt_test.cpp | 503 ifs.ignore(4096); in imbue_while_reading()
|
/ndk/tests/device/test-stlport/unit/ |
D | codecvt_test.cpp | 503 ifs.ignore(4096); in imbue_while_reading()
|
/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | istream | 73 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)
|
D | tuple | 73 const unspecified ignore; 804 namespace { const __ignore_t<unsigned char> ignore = __ignore_t<unsigned char>(); }
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.texi | 1035 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
|
D | sed-in.texi | 1034 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/ |
D | ja.po | 751 msgid " -i, --ignore-errors Ignore errors from commands.\n" 752 msgstr " -i, --ignore-errors ���ޥ�ɤ����֤��줿���顼��̵�뤹��.\n"
|
D | da.po | 749 msgid " -i, --ignore-errors Ignore errors from commands.\n" 750 msgstr " -i, --ignore-errors Ignor�r fejl fra kommandoer.\n"
|
/ndk/build/gmsl/ |
D | gmsl-tests | 501 $(call test_assert,$(call assert,$(true),ignore),)
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | texinfo.tex | 999 % @ignore ... @end ignore is another way to write a comment 2867 % Although only regular is the truly official Euro symbol, we ignore 3842 % Ignore @ignore, @ifhtml, @ifinfo, and the like. 3854 \def\ignore{\doignore{ignore}} 4353 % We can just ignore other control letters. 6085 \let\par = \lisppar % don't ignore blank lines 6395 % ignore everything up to the first ^^M, that's the newline at the end 9285 @ignore 9287 @end ignore
|