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

1234567891011>>

/macosx-10.9.5/curl-78.94.1/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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/ruby-104/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.9.5/cups-372.4/cups/scheduler/
H A Dcups-exec.c34 # pragma GCC diagnostic ignored "-Wdeprecated-declarations"
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCodec.h67 bool ignored; local
68 return decode(str, length, flush, false, ignored);
H A DTextEncoding.h69 bool ignored; local
70 return decode(str, length, false, ignored);
/macosx-10.9.5/libauto-185.5/tests/
H A Dmallocfree.m28 void *allocFreeALot(void *ignored) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dgitsendemail.vim4 " Filenames: *.msg.[0-9]* (first line is "From ... # This line is ignored.")
H A Dbzr.vim36 syn region bzrRegion start="^-\{14} This line and the following will be ignored -\{14}$" end="\%$" contains=@NoSpell,@Statuses
40 syn sync match bzrSync grouphere bzrRegion "^-\{14} This line and the following will be ignored -\{14}$"me=s-1
/macosx-10.9.5/Security-55471.14.18/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};
138 or do { ignored "not in $SPI_H{$type}"; next; };
250 print "$written API functions generated; $ignored ignored (see $REPORT)\n";
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaQuery.h57 bool ignored() const { return m_ignored; } function in class:WebCore::MediaQuery
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreObjCExtras.mm32 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Dtdlint95 echo "ignored library $1"
/macosx-10.9.5/ruby-104/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.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCList.cpp119 IrDAErr ignored = InsertLast(add); local
120 XASSERTNOT(ignored);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMMCInstLower.cpp102 bool ignored; local
103 Val.convert(APFloat::IEEEdouble, APFloat::rmTowardZero, &ignored);
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLLIntData.h94 #pragma clang diagnostic ignored "-Wmissing-noreturn"
/macosx-10.9.5/MITKerberosShim-62.1/test/
H A Dtest-KLAcquireInitialTickets.c12 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
/macosx-10.9.5/emacs-92/emacs/lisp/erc/
H A Derc-identd.el101 (defun erc-identd-quickstart (&rest ignored)
/macosx-10.9.5/xnu-2422.115.4/libkern/libkern/c++/
H A DOSObject.h40 #pragma clang diagnostic ignored "-Woverloaded-virtual"
/macosx-10.9.5/zsh-60/zsh/StartupFiles/
H A Dzshrc156 zstyle ':completion:*:*:(^rm):*:*files' ignored-patterns '*?.o' '*?.c~' \
162 zstyle ':completion:*:functions' ignored-patterns '_*'
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Windows/
H A DSignals.inc37 // with -Wall, this will generate these warnings which should be ignored. So
41 #pragma GCC diagnostic ignored "-Wformat"
42 #pragma GCC diagnostic ignored "-Wformat-extra-args"
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DDOMInternal.mm43 #pragma clang diagnostic ignored "-Wdeprecated-declarations"
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestmutexscope.c165 apr_status_t ignored; local
167 rv = apr_thread_join(&ignored,

Completed in 338 milliseconds

1234567891011>>