Searched refs:ignored (Results 1 - 25 of 397) sorted by relevance

1234567891011>>

/macosx-10.10/apache-793/httpd/modules/core/test/conf/
H A Dtest69.conf1 # warn if ignored non-blank stuff after closing '>'
2 <Macro Foo> this stuff is ignored...
4 </Macro> this stuff is ignored as well...
/macosx-10.10/JavaScriptCore-7600.1.17/llvm/
H A DLLVMHeaders.h41 #pragma clang diagnostic ignored "-Wmissing-noreturn"
42 #pragma clang diagnostic ignored "-Wunused-parameter"
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DClassDefinitionTables.h29 LEErrorCode ignored = LE_NO_ERROR; local
30 return getGlyphClass(base,glyphID,ignored);
35 LEErrorCode ignored = LE_NO_ERROR; local
36 return hasGlyphClass(base,glyphClass,ignored);
/macosx-10.10/autofs-246/automountlib/
H A Dwe_are_a_server.c28 #pragma clang diagnostic ignored "-Wignored-qualifiers"
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dsymbol-scan.pl94 my $ignored=0;
108 $ignored++;
149 printf "%d symbols in headers (out of which %d are ignored)\n", scalar(@syms),
150 $ignored;
152 scalar(@syms)- $ignored;
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodec.h66 bool ignored; local
67 return decode(str, length, flush, false, ignored);
H A DTextEncoding.h68 bool ignored; local
69 return decode(str, length, false, ignored);
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dfilesys.c95 apr_wchar_t *ignored; local
104 if (!GetFullPathNameW(wdrive, sizeof(wpath) / sizeof(apr_wchar_t), wpath, &ignored))
113 char *ignored; local
119 if (!GetFullPathName(drivestr, sizeof(path), path, &ignored))
139 apr_wchar_t *ignored; local
149 if (!GetFullPathNameW(wroot, sizeof(wpath) / sizeof(apr_wchar_t), wpath, &ignored))
163 char *ignored; local
164 if (!GetFullPathName(root, sizeof(path), path, &ignored))
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dcode_object.rb131 @ignored = false
161 @document_self and not @ignored
252 # (#record_location is called). An ignored item will not be shown in
257 # The ignored status is temporary in order to allow implementation details
261 # If a class was ignored (via stopdoc) then reopened later with additional
262 # documentation it should be shown. If a class was ignored and never
266 @ignored = true
272 # Has this class been ignored?
274 def ignored?
275 @ignored
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebNSImageExtras.m57 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
69 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
75 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
81 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
88 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
/macosx-10.10/Heimdal-398.1.2/base/
H A Dabort.c45 #pragma clang diagnostic ignored "-Wlanguage-extension-token"
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dprotocol.m15 #pragma clang diagnostic ignored "-Wprotocol"
16 #pragma clang diagnostic ignored "-Wincomplete-implementation"
H A Dpyobjc-unittest.h51 #pragma GCC diagnostic ignored "-Wformat-nonliteral"
52 #pragma clang diagnostic ignored "-Wformat-nonliteral"
/macosx-10.10/JavaScriptCore-7600.1.17/llvm/library/
H A DLLVMExports.cpp43 #pragma clang diagnostic ignored "-Wmissing-noreturn"
44 #pragma clang diagnostic ignored "-Wunused-parameter"
/macosx-10.10/libauto-186/tests/
H A Dmallocfree.m28 void *allocFreeALot(void *ignored) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dgitsendemail.vim4 " Filenames: *.msg.[0-9]* (first line is "From ... # This line is ignored.")
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cssm/lib/
H A Dgenerator.pl104 sub ignored { subroutine
106 $ignored++;
116 do { ignored "has custom implementation"; next; } if $config =~ /custom/;
128 do { ignored "has no module type"; next; } unless defined $SPI_H{$type};
137 or do { ignored "not in $SPI_H{$type}"; next; };
249 print "$written API functions generated; $ignored ignored (see $REPORT)\n";
/macosx-10.10/WebCore-7600.1.25/platform/ios/wak/
H A DWKGraphics.h71 #pragma clang diagnostic ignored "-Wunused-private-field"
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreObjCExtras.mm32 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dhostcheck.c66 struct in_addr ignored; local
85 if(Curl_inet_pton(AF_INET, hostname, &ignored) > 0)
/macosx-10.10/ncurses-44/ncurses/misc/
H A Dtdlint95 echo "ignored library $1"
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_code_object.rb197 assert @co.ignored?
201 refute @co.ignored?
205 assert @co.ignored?
263 refute @co.ignored?
303 refute @co.ignored?
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWKTextInputWindowController.mm109 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
127 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
164 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCList.cpp119 IrDAErr ignored = InsertLast(add); local
120 XASSERTNOT(ignored);
/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A DPortableFontInstance.h66 const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, ignored); } local

Completed in 391 milliseconds

1234567891011>>