Searched refs:ALWAYS (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dmacro_help.h72 boolean_t ALWAYS; variable
75 #define ALWAYS TRUE macro
81 #define MACRO_RETURN if (ALWAYS) return
/macosx-10.9.5/xnu-2422.115.4/config/
H A DMakefile89 $(SYMROOT_INSTALL_KEXT_MACHO_FILES): ALWAYS
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c506 ** The ALWAYS and NEVER macros surround boolean expressions which
514 ** In other words, ALWAYS and NEVER are added for defensive code.
516 ** When doing coverage testing ALWAYS and NEVER are hard-coded to
521 # define ALWAYS(X) (1) macro
524 # define ALWAYS(X) ((X)?1:(assert(0),0)) macro
527 # define ALWAYS(X) (X) macro
13148 if( ALWAYS(pSchema!=0) ){
16519 while( ALWAYS(iLogsize<LOGMAX) ){
20811 for(i=1, j=0; ALWAYS(z[i]); i++){
21581 }while( v!=0 && ALWAYS(
114118 # define ALWAYS macro
114121 # define ALWAYS macro
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DgenSCPreferences.c174 #define ALWAYS "Always" macro
743 { SC_10_6_IPHONE_3_0_PRIVATE, NETPROP IPSEC, ONDEMAND MATCH DOMAINS ALWAYS, NULL, CFARRAY_CFSTRING },
973 { SC_10_7_IPHONE_5_0_PRIVATE, NETPROP PPP, ONDEMAND MATCH DOMAINS ALWAYS, NULL, CFARRAY_CFSTRING },
1111 { SC_10_7_IPHONE_4_0_PRIVATE, NETPROP VPN, ONDEMAND MATCH DOMAINS ALWAYS, NULL, CFARRAY_CFSTRING },
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DWebGLRenderingContext.idl69 /* ALWAYS */
141 /* ALWAYS */
284 const GLenum ALWAYS = 0x0207;
H A DWebGLRenderingContext.cpp5402 case GraphicsContext3D::ALWAYS:
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/
H A DLog4perl.pm126 for(qw(TRACE DEBUG INFO WARN ERROR FATAL ALWAYS)) {
128 $level = "OFF" if $level eq "ALWAYS";
1891 C<ERROR()>, C<FATAL()>, and C<ALWAYS> into the package namespace.
1896 use the C<ALWAYS> function which corresponds to a log level of C<OFF>:
1898 ALWAYS "This will be printed regardless of the log level";
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm129 for(qw(TRACE DEBUG INFO WARN ERROR FATAL ALWAYS)) {
131 $level = "OFF" if $level eq "ALWAYS";
2150 C<ERROR()>, C<FATAL()>, and C<ALWAYS> into the package namespace.
2156 use the C<ALWAYS> function which corresponds to a log level of C<OFF>:
2158 ALWAYS "This will be printed regardless of the log level";
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext3D.h286 ALWAYS = 0x0207, enumerator in enum:WebCore::GraphicsContext3D::__anon5381
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges367 * (ms) Added ALWAYS easy mode macro (level=OFF)
H A DREADME1441 "WARN()", "ERROR()", "FATAL()", and "ALWAYS" into the package namespace.
1446 the "ALWAYS" function which corresponds to a log level of "OFF":
1448 ALWAYS "This will be printed regardless of the log level";
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm2580 So, the best Log4perl offers is the ALWAYS level for a message that even
2586 ALWAYS "This gets logged always. Well, almost always";

Completed in 519 milliseconds