Searched refs:level (Results 201 - 225 of 1544) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/test/letest/
H A Dletsutil.cpp81 UBiDiLevel level = 0; local
90 ubidi_getLogicalRun(ubidi, 0, &limit, &level);
94 return level & 1;
/macosx-10.10/PowerManagement-494.1.2/AppleSmartBatteryManager/
H A DAppleSmartBatteryManager.h116 IOReturn inhibitCharging(int level);
119 IOReturn disableInflow(int level);
132 void gatedSendCommand(int cmd, int level, IOReturn *ret_code);
/macosx-10.10/gpatch-3/patch/
H A Dansi2knr.c483 int level = 0; local
486 level += (*p == '(' ? 1 : *p == ')' ? -1 : 0);
487 if (level > 0)
529 { int level = 0; local
547 if ( !level ) end = p;
550 if ( !level ) lp = p;
551 level++;
554 if ( --level < 0 ) end = p;
581 { int level = 1; local
582 while ( level )
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Derr.c48 errmsg(int level, int code, const char* fmt, va_list ap) argument
63 errorv(fmt, level|ERROR_NOID, ap);
64 if ((level & ERROR_LEVEL) >= ERROR_ERROR)
/macosx-10.10/ntp-92/util/
H A Dansi2knr.c544 int level = 0; local
547 level += (*p == '(' ? 1 : *p == ')' ? -1 : 0);
548 if (level > 0)
590 { int level = 0; local
608 if ( !level ) end = p;
611 if ( !level ) lp = p;
612 level++;
615 if ( --level < 0 ) end = p;
642 { int level = 1; local
643 while ( level )
[all...]
/macosx-10.10/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DDeflater.cs22 private static extern int deflateInit_(ref ZStream sz, int level, string vs, int size); argument
37 /// <param name="level">The compression level to use for this <c>Deflater</c></param>
38 public Deflater(CompressLevel level) : base() argument
40 int retval = deflateInit_(ref _ztream, (int)level, Info.Version, Marshal.SizeOf(_ztream));
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DApacheLog.pm50 my $level = $self->_level_as_name( $p{level} );
52 my $method = $methods{$level} || $level;
/macosx-10.10/Libc-1044.1.2/include/
H A Dftw.h50 int level; member in struct:FTW
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DsslAlertMessage.h80 AlertLevel level,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslAlertMessage.h80 AlertLevel level,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslAlertMessage.h80 AlertLevel level,
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Ddebugging.c50 static CFMutableArrayRef sLogSettings = NULL; /* Either sets or dictionaries of level => set. */
69 bool IsScopeActive(int level, CFStringRef scope) argument
74 CFNumberRef level_number = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &level);
108 bool IsScopeActiveC(int level, const char *scope) argument
111 bool isActive = IsScopeActive(level, scopeString);
272 int level = string_to_log_level((CFStringRef) key);
274 if (level >= 0)
275 key_number = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &level);
423 CFArrayAppendValue(sSecurityLogHandlers, ^(int level, CFStringRef scope, const char *function,
433 asl_log(get_aslclient(), msg, level, "
512 __security_post_msg(int level, CFStringRef scope, const char *function, const char *file, int line, CFStringRef message) argument
522 __security_log_msg_v(int level, CFStringRef scope, const char *function, const char *file, int line, CFStringRef format, va_list args) argument
547 __security_log(int level, CFStringRef scope, const char *function, const char *file, int line, CFStringRef format, ...) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Ddebugging.c50 static CFMutableArrayRef sLogSettings = NULL; /* Either sets or dictionaries of level => set. */
69 bool IsScopeActive(int level, CFStringRef scope) argument
74 CFNumberRef level_number = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &level);
108 bool IsScopeActiveC(int level, const char *scope) argument
111 bool isActive = IsScopeActive(level, scopeString);
272 int level = string_to_log_level((CFStringRef) key);
274 if (level >= 0)
275 key_number = CFNumberCreate(kCFAllocatorDefault, kCFNumberIntType, &level);
423 CFArrayAppendValue(sSecurityLogHandlers, ^(int level, CFStringRef scope, const char *function,
433 asl_log(get_aslclient(), msg, level, "
512 __security_post_msg(int level, CFStringRef scope, const char *function, const char *file, int line, CFStringRef message) argument
522 __security_log_msg_v(int level, CFStringRef scope, const char *function, const char *file, int line, CFStringRef format, va_list args) argument
547 __security_log(int level, CFStringRef scope, const char *function, const char *file, int line, CFStringRef format, ...) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/glib/
H A DBatteryProviderUPower.cpp122 double level = 0; local
124 level = combinedEnergyCapacityCurrent / combinedEnergyCapacityFull;
130 m_client->updateBatteryStatus(Charging, chargingTime, level);
133 m_client->updateBatteryStatus(Discharging, dischargingTime, level);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitUserContent.h38 * sheet *only* in the top-level frame loaded by the web view,
83 WebKitUserStyleLevel level,
/macosx-10.10/apache-793/httpd/test/
H A Dtest_find.c52 AP_DECLARE(void) ap_log_error(const char *file, int line, int level, argument
H A Dtest_parser.c52 AP_DECLARE(void) ap_log_error(const char *file, int line, int level, argument
/macosx-10.10/bind9-45.101/bind9/lib/isc/pthreads/include/isc/
H A Dthread.h42 isc_thread_setconcurrency(unsigned int level);
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dsyslog.c94 syslog(int level, const char *fmt, ...) { argument
107 switch (level) {
146 * Keep event logging synced with the current debug level
149 ModifyLogLevel(int level) { argument
150 debug_level = level;
/macosx-10.10/bootp-298/bootplib/
H A DIPConfigurationLog.h51 IPConfigurationLog(int level, CFStringRef format, ...);
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPLog.h46 EAPLog(int level, CFStringRef format, ...);
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A DnumbersInternals.h31 const xmlChar *level; member in struct:_xsltNumberData
/macosx-10.10/ntp-92/lib/isc/pthreads/include/isc/
H A Dthread.h42 isc_thread_setconcurrency(unsigned int level);
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dsyslog.c94 syslog(int level, const char *fmt, ...) { argument
107 switch (level) {
146 * Keep event logging synced with the current debug level
149 ModifyLogLevel(int level) { argument
150 debug_level = level;
/macosx-10.10/ntp-92/scripts/
H A Dntpsweep.in54 $program [--help|--peers|--strip <string>|--maxlevel <level>|--version] \\
58 $program prints per host given in <file> the NTP stratum level, the
75 --maxlevel <level>
76 Traverse peers up to this level (4 is a reasonable number).
129 my($host, $level, @trace) = @_;
224 # Stratum level 0 is consider invalid
231 my $printhost = ' ' x $level . $host;
243 if ($showpeers && (eval($maxlevel ? $level < $maxlevel : 1))) {
250 $printhost = ' ' x ($level + 1) . "= " . $peer;
259 &scan_host($peer, $level
[all...]

Completed in 417 milliseconds

1234567891011>>