/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/chromium_org/tools/telemetry/telemetry/core/platform/ |
D | desktop_platform_backend.py | 17 def FlushSystemCacheForDirectory(self, directory, ignoring=None): argument 27 if not ignoring or item not in ignoring:
|
D | __init__.py | 179 def FlushSystemCacheForDirectory(self, directory, ignoring=None): argument 187 directory, ignoring=ignoring)
|
D | cros_platform_backend.py | 114 def FlushSystemCacheForDirectory(self, directory, ignoring=None): argument
|
D | platform_backend.py | 185 def FlushSystemCacheForDirectory(self, directory, ignoring=None): argument
|
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
D | initbss.errwarn | 1 -:2: warning: initialized space declared in nobits section: ignoring 2 -:5: warning: initialized space declared in nobits section: ignoring
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/ |
D | gas-prefix.errwarn | 2 -:5: warning: ignoring REX prefix on jump 3 -:6: warning: REX prefix not allowed on this instruction, ignoring
|
/external/valgrind/main/massif/tests/ |
D | Makefile.am | 21 ignoring.post.exp ignoring.stderr.exp ignoring.vgtest \ 53 ignoring \ program
|
D | ignoring.vgtest | 1 prog: ignoring
|
D | Makefile.in | 65 deep$(EXEEXT) ignored$(EXEEXT) ignoring$(EXEEXT) \ 104 ignoring_SOURCES = ignoring.c 105 ignoring_OBJECTS = ignoring.$(OBJEXT) 161 custom_alloc.c deep.c ignored.c ignoring.c insig.c \ 166 custom_alloc.c deep.c ignored.c ignoring.c insig.c \ 478 ignoring.post.exp ignoring.stderr.exp ignoring.vgtest \ 568 ignoring$(EXEEXT): $(ignoring_OBJECTS) $(ignoring_DEPENDENCIES) $(EXTRA_ignoring_DEPENDENCIES) 569 @rm -f ignoring$(EXEEXT) 625 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ignoring.Po@am__quote@
|
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | o64loop.errwarn | 1 -:2: warning: ignoring REX prefix on jump
|
/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/clang/include/clang/Basic/ |
D | DiagnosticDriverKinds.td | 126 "ignoring -fapple-kext which is valid for C++ and Objective-C++ only">; 147 "ignoring invalid -ftabstop value '%0', using default value %1">; 155 "Objective-C garbage collection is not supported on this platform, ignoring '%0'">;
|
/external/llvm/test/Bitcode/ |
D | drop-debug-info.ll | 26 ; WARN: warning: ignoring debug info with an invalid version (0)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/ |
D | nasm-token.re | 504 N_("ignoring unrecognized character `%s'"), 542 N_("ignoring unrecognized character `%s'"), 586 N_("ignoring unrecognized character `%s'"), 621 N_("ignoring unrecognized character `%s'"), 729 N_("ignoring unrecognized character `%s'"),
|
/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/freetype/src/autofit/ |
D | afblue.dat | 36 // in the line, respectively, ignoring whitespace before and after the 45 // the first character of a line (ignoring whitespace), and the closing 46 // brace the last (ignoring whitespace also). The script appends a comma
|
/external/chromium_org/third_party/skia/expectations/gm/ |
D | ignored-tests.txt | 32 ## http://skbug.com/123456 : ignoring failures on gradtext GM test
|
/external/zlib/src/contrib/asm686/ |
D | README.686 | 39 I've been ignoring these assembly routines for years, believing that
|
/external/skia/expectations/gm/ |
D | ignored-tests.txt | 32 ## http://skbug.com/123456 : ignoring failures on gradtext GM test
|
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/ |
D | ContentSecurityPolicy.cpp | 798 String ignoring = "The fragment identifier, including the '#', will be ignored."; in reportInvalidPathCharacter() local 800 ignoring = "The query component, including the '?', will be ignored."; in reportInvalidPathCharacter() 801 …tive '" + directiveName + "' contains a source with an invalid path: '" + value + "'. " + ignoring; in reportInvalidPathCharacter()
|