Searched refs:ignoring (Results 1 – 25 of 32) sorted by relevance
12
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | cppunit_mini.h | 146 bool ignoring = false; CPPUNIT_MINI_HIDE_UNUSED_VARIABLE(ignoring) 155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \ 156 if (shouldRun && !ignoring) { \ 174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \ 175 if (shouldRun && !ignoring) \ 186 ignoring = true 189 ignoring = false
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | cppunit_mini.h | 146 bool ignoring = false; CPPUNIT_MINI_HIDE_UNUSED_VARIABLE(ignoring) 155 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \ 156 if (shouldRun && !ignoring) { \ 174 progress(className, #X, ignoring || !shouldRun, !ignoring && Y); \ 175 if (shouldRun && !ignoring) \ 186 ignoring = true 189 ignoring = false
|
/ndk/sources/host-tools/make-3.81/ |
D | read.c | 79 char *ignoring; /* Are we ignoring or interpreting? member 290 if (conditionals->ignoring) in restore_conditionals() 291 free (conditionals->ignoring); in restore_conditionals() 462 int ignoring = 0, in_ignored_define = 0; in eval() local 543 if (ignoring) in eval() 607 if (ignoring) in eval() 625 ignoring = i; in eval() 640 if (ignoring) in eval() 667 if (ignoring) in eval() 685 else if (!ignoring in eval() [all …]
|
D | aclocal.m4 | 227 # icc: Command line warning: ignoring option '-M'; no argument required 230 if (grep 'ignoring option' conftest.err ||
|
D | ChangeLog | 746 ignoring flag can now also be 2, which means "already parsed a 1886 ignoring all arguments after the first one. Change the algorithm
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_parameters.ipp | 263 … cla::description = "Allows to switch between catching and ignoring system errors (signals)") 266 … cla::description = "Allows to switch between catching and ignoring floating point exceptions") 269 cla::description = "Allows to switch between catching and ignoring memory leaks")
|
/ndk/sources/host-tools/make-3.81/po/ |
D | make.pot | 1308 msgid "warning: ignoring old commands for target `%s'"
|
D | be.po | 1327 msgid "warning: ignoring old commands for target `%s'"
|
D | ja.po | 1379 msgid "warning: ignoring old commands for target `%s'"
|
D | ko.po | 1369 msgid "warning: ignoring old commands for target `%s'"
|
D | zh_CN.po | 1333 msgid "warning: ignoring old commands for target `%s'"
|
D | rw.po | 1429 msgid "warning: ignoring old commands for target `%s'"
|
D | he.po | 1368 msgid "warning: ignoring old commands for target `%s'"
|
D | sv.po | 1363 msgid "warning: ignoring old commands for target `%s'"
|
D | id.po | 1366 msgid "warning: ignoring old commands for target `%s'"
|
D | fi.po | 1389 msgid "warning: ignoring old commands for target `%s'"
|
D | nl.po | 1392 msgid "warning: ignoring old commands for target `%s'"
|
D | pl.po | 1386 msgid "warning: ignoring old commands for target `%s'"
|
D | da.po | 1377 msgid "warning: ignoring old commands for target `%s'"
|
D | hr.po | 1385 msgid "warning: ignoring old commands for target `%s'"
|
D | pt_BR.po | 1383 msgid "warning: ignoring old commands for target `%s'"
|
D | de.po | 1425 msgid "warning: ignoring old commands for target `%s'"
|
D | ga.po | 1392 msgid "warning: ignoring old commands for target `%s'"
|
D | tr.po | 1382 msgid "warning: ignoring old commands for target `%s'"
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 2050 // Note: ignoring case comes from the POSIX strptime spec 2064 // Note: ignoring case comes from the POSIX strptime spec
|
12