Home
last modified time | relevance | path

Searched refs:ignoring (Results 1 – 25 of 168) sorted by relevance

1234567

/external/stlport/test/unit/cppunit/
Dcppunit_mini.h146 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/
Ddesktop_platform_backend.py17 def FlushSystemCacheForDirectory(self, directory, ignoring=None): argument
27 if not ignoring or item not in ignoring:
D__init__.py179 def FlushSystemCacheForDirectory(self, directory, ignoring=None): argument
187 directory, ignoring=ignoring)
Dcros_platform_backend.py114 def FlushSystemCacheForDirectory(self, directory, ignoring=None): argument
Dplatform_backend.py185 def FlushSystemCacheForDirectory(self, directory, ignoring=None): argument
/external/clang/test/Parser/
Dopencl-pragma.cl5 …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/
Dinitbss.errwarn1 -: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/
Dgas-prefix.errwarn2 -:5: warning: ignoring REX prefix on jump
3 -:6: warning: REX prefix not allowed on this instruction, ignoring
/external/valgrind/main/massif/tests/
DMakefile.am21 ignoring.post.exp ignoring.stderr.exp ignoring.vgtest \
53 ignoring \ program
Dignoring.vgtest1 prog: ignoring
DMakefile.in65 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/
Dmethod-warn-unused-attribute.m12 …[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/
Do64loop.errwarn1 -:2: warning: ignoring REX prefix on jump
/external/clang/test/Driver/
Ddarwin-objc-gc.m11 …RR: warning: Objective-C garbage collection is not supported on this platform, ignoring '-fobjc-gc'
/external/llvm/test/CodeGen/PowerPC/
Ddelete-node.ll4 ; ISel is ignoring dead nodes, though it would be preferable for
/external/llvm/test/CodeGen/Generic/
D2011-07-07-ScheduleDAGCrash.ll3 ; the uses of a copy to a physical register without ignoring non-data
/external/clang/include/clang/Basic/
DDiagnosticDriverKinds.td126 "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/
Ddrop-debug-info.ll26 ; WARN: warning: ignoring debug info with an invalid version (0)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/
Dnasm-token.re504 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/
Dmessages.properties28 UpdateBugStateTask.missingBug=this means that the bug probably doesn't exist, ignoring.
/external/freetype/src/autofit/
Dafblue.dat36 // 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/
Dignored-tests.txt32 ## http://skbug.com/123456 : ignoring failures on gradtext GM test
/external/zlib/src/contrib/asm686/
DREADME.68639 I've been ignoring these assembly routines for years, believing that
/external/skia/expectations/gm/
Dignored-tests.txt32 ## http://skbug.com/123456 : ignoring failures on gradtext GM test
/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.cpp798 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()

1234567