Searched refs:ignoring (Results 1 – 25 of 148) sorted by relevance
123456
/external/stlport/test/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
|
/external/clang/test/Parser/ |
D | opencl-pragma.cl | 5 …ion : disable /* expected-warning {{unknown OpenCL extension 'cl_no_such_extension' - ignoring}} */ 8 … OPENCL EXTENSION all : enable /* expected-warning {{unknown OpenCL extension 'all' - ignoring}} */ 10 …NCL EXTENSION cl_khr_fp64 : on /* expected-warning {{expected 'enable' or 'disable' - ignoring}} */
|
/external/valgrind/main/massif/tests/ |
D | Makefile.am | 21 ignoring.post.exp ignoring.stderr.exp ignoring.vgtest \ 52 ignoring \ program
|
D | Makefile.in | 59 deep$(EXEEXT) ignored$(EXEEXT) ignoring$(EXEEXT) \ 98 ignoring_SOURCES = ignoring.c 99 ignoring_OBJECTS = ignoring.$(OBJEXT) 155 custom_alloc.c deep.c ignored.c ignoring.c insig.c \ 160 custom_alloc.c deep.c ignored.c ignoring.c insig.c \ 459 ignoring.post.exp ignoring.stderr.exp ignoring.vgtest \ 547 ignoring$(EXEEXT): $(ignoring_OBJECTS) $(ignoring_DEPENDENCIES) 548 @rm -f ignoring$(EXEEXT) 604 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ignoring.Po@am__quote@
|
D | ignoring.vgtest | 1 prog: ignoring
|
/external/clang/test/SemaObjC/ |
D | method-warn-unused-attribute.m | 12 …[a fee]; // expected-warning {{ignoring return value of function declared with warn_unused_result … 13 …[INTF c]; // expected-warning {{ignoring return value of function declared with warn_unused_result…
|
/external/webkit/LayoutTests/http/tests/cookies/ |
D | double-quoted-value-with-semi-colon-expected.txt | 1 Test for <rdar://problem/5666078> Cookie parsing terminates at the first semicolon, ignoring quotes…
|
/external/clang/include/clang/Basic/ |
D | DiagnosticDriverKinds.td | 110 "ignoring -fapple-kext which is valid for C++ and Objective-C++ only">; 135 "ignoring invalid -ftabstop value '%0', using default value %1">; 140 "Objective-C garbage collection is not supported on this platform, ignoring '%0'">;
|
D | DiagnosticParseKinds.td | 573 "ignoring '%select{static|inline}0' keyword on explicit template " 718 "missing '(' after '#pragma %0' - ignoring">; 720 "missing ')' after '#pragma %0' - ignoring">; 756 "missing ':' after %0 - ignoring">; 758 "expected 'enable' or 'disable' - ignoring">; 760 "unknown OpenCL extension %0 - ignoring">;
|
/external/clang/test/Driver/ |
D | darwin-objc-gc.m | 11 …RR: warning: Objective-C garbage collection is not supported on this platform, ignoring '-fobjc-gc'
|
/external/llvm/test/CodeGen/PowerPC/ |
D | delete-node.ll | 4 ; ISel is ignoring dead nodes, though it would be preferable for
|
/external/llvm/test/CodeGen/Generic/ |
D | 2011-07-07-ScheduleDAGCrash.ll | 3 ; the uses of a copy to a physical register without ignoring non-data
|
/external/webkit/LayoutTests/fast/encoding/ |
D | bracket-in-script-expected.txt | 4 …t mode and ignore the meta tag. This test relies on the charset sniffer ignoring meta tags inside …
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/util/bugzilla/ |
D | messages.properties | 28 UpdateBugStateTask.missingBug=this means that the bug probably doesn't exist, ignoring.
|
/external/zlib/src/contrib/asm686/ |
D | README.686 | 39 I've been ignoring these assembly routines for years, believing that
|
/external/bison/examples/ |
D | extexi | 47 message("ignoring " $3);
|
/external/clang/include/clang/AST/ |
D | TypeNodes.def | 26 // (ignoring, e.g., typedefs and other type alises used for
|
/external/dnsmasq/po/ |
D | pt_BR.po | 837 msgid "ignoring nameserver %s - local interface" 842 msgid "ignoring nameserver %s - cannot make/bind socket: %s" 966 msgid "warning: ignoring resolv-file flag because no-resolv is set" 1125 msgid "ignoring %s line %d, duplicate name or IP address"
|
D | it.po | 837 msgid "ignoring nameserver %s - local interface" 842 msgid "ignoring nameserver %s - cannot make/bind socket: %s" 966 msgid "warning: ignoring resolv-file flag because no-resolv is set" 1125 msgid "ignoring %s line %d, duplicate name or IP address"
|
D | fi.po | 837 msgid "ignoring nameserver %s - local interface" 842 msgid "ignoring nameserver %s - cannot make/bind socket: %s" 966 msgid "warning: ignoring resolv-file flag because no-resolv is set" 1125 msgid "ignoring %s line %d, duplicate name or IP address"
|
D | de.po | 880 msgid "ignoring nameserver %s - local interface" 885 msgid "ignoring nameserver %s - cannot make/bind socket: %s" 1009 msgid "warning: ignoring resolv-file flag because no-resolv is set" 1168 msgid "ignoring %s line %d, duplicate name or IP address"
|
/external/webkit/Source/WebCore/editing/mac/ |
D | EditorMac.mm | 75 // Mail is ignoring the frament passed to the delegate and creates a new one.
|
/external/llvm/test/DebugInfo/X86/ |
D | earlydup-crash.ll | 3 ; This used to crash because early dup was not ignoring debug instructions.
|
/external/eigen/doc/ |
D | I16_TemplateKeyword.dox | 87 The precise rules are rather complicated, but ignoring some subtleties we can summarize them as fol…
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | FontMac.mm | 233 …// If shadows are ignoring transforms, then we haven't applied the Y coordinate flip yet, so down …
|
123456