Searched refs:DEBUG (Results 1 - 25 of 1403) sorted by relevance

1234567891011>>

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/NSPTool/
H A DPrefix.h22 #define DEBUG 1 macro
25 #define DEBUG 0 macro
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSWindows/SystemService/
H A DPrefix.h22 #define DEBUG 1 macro
25 #define DEBUG 0 macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_options.h32 #define UPL_DEBUG DEBUG
35 #define VM_PAGE_BUCKETS_CHECK DEBUG
41 #define VM_SCAN_FOR_SHADOW_CHAIN (DEVELOPMENT || DEBUG)
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Drun_client.sh94 DEBUG=
101 DEBUG="-d"
118 ${CLIENT} ${DEBUG} 0 $1 3 400 y n # Null call
119 ${CLIENT} ${DEBUG} 0 $1 3 400 y y # Null idempotent call
120 ${CLIENT} ${DEBUG} 1 $1 3 50 y n 3000 # Ins
121 ${CLIENT} ${DEBUG} 1 $1 3 50 y y 3000 # Ins, idempotent
122 ${CLIENT} ${DEBUG} 2 $1 3 50 y n 3000 # Outs
123 ${CLIENT} ${DEBUG} 2 $1 3 50 y y 3000 # Outs idempotent
126 ${CLIENT} ${DEBUG} 1 $1 3 3 y n 100000 # Ins (100K)
127 ${CLIENT} ${DEBUG}
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/include/idn/
H A Dassert.h53 #ifndef DEBUG
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPRebindAuth.cpp15 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPRebindAuth::LDAPRebindAuth()" << endl);
16 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER," dn:" << dn << endl
23 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPRebindAuth::LDAPRebindAuth(&)" << endl);
29 DEBUG(LDAP_DEBUG_DESTROY,"LDAPRebindAuth::~LDAPRebindAuth()" << endl);
33 DEBUG(LDAP_DEBUG_TRACE,"LDAPRebindAuth::getDN()" << endl);
38 DEBUG(LDAP_DEBUG_TRACE,"LDAPRebindAuth::getPassword()" << endl);
H A DLDAPConstraints.cpp17 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPConstraints::LDAPConstraints()" << endl);
29 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPConstraints::LDAPConstraints(&)" << endl);
50 DEBUG(LDAP_DEBUG_DESTROY,"LDAPConstraints::~LDAPConstraints()" << endl);
56 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setAliasDeref()" << endl);
57 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER,
70 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setMaxTime()" << endl);
71 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER," time:" << t << endl);
76 DEBUG(LDAP_DEBUG_TRACE,"LDAPConstraints::setSizeLimit()" << endl);
77 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER," size:" << s << endl);
82 DEBUG(LDAP_DEBUG_TRAC
[all...]
H A DLDAPControlSet.cpp16 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPControlSet::LDAPControlSet(&)" << endl);
21 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPControlSet::LDAPControlSet()" << endl);
31 DEBUG(LDAP_DEBUG_DESTROY,"LDAPControlSet::~LDAPControlSet()" << endl);
35 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::size()" << endl);
40 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::empty()" << endl);
45 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::begin()" << endl);
51 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::end()" << endl);
56 DEBUG(LDAP_DEBUG_TRACE,"LDAPControlSet::add()" << endl);
61 DEBUG(LDAP_DEBUG_TRACE, "LDAPControlSet::toLDAPControlArray()" << endl);
77 DEBUG(LDAP_DEBUG_TRAC
[all...]
H A DLDAPRequest.cpp14 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPRequest::LDAPRequest()" << endl);
18 DEBUG(LDAP_DEBUG_CONSTRUCT, "LDAPRequest::LDAPRequest(&)" << endl);
29 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPRequest::LDAPRequest()" << endl);
47 DEBUG(LDAP_DEBUG_DESTROY,"LDAPRequest::~LDAPRequest()" << endl);
53 DEBUG(LDAP_DEBUG_DESTROY,"LDAPRequest::getNextMessage()" << endl);
75 DEBUG(LDAP_DEBUG_TRACE,"LDAPBindRequest::followReferral()" << endl);
76 DEBUG(LDAP_DEBUG_TRACE,
82 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getConstraints()" << endl);
87 DEBUG(LDAP_DEBUG_TRACE,"LDAPRequest::getConnection()" << endl);
92 DEBUG(LDAP_DEBUG_TRAC
[all...]
H A Ddebug.h24 #define DEBUG(level, arg) \ macro
29 #undef DEBUG macro
30 #define DEBUG(level,arg) macro
H A DLDAPEntry.cpp17 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry(&)" << endl);
24 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry()" << endl);
25 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER,
35 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPEntry::LDAPEntry()" << endl);
43 DEBUG(LDAP_DEBUG_DESTROY,"LDAPEntry::~LDAPEntry()" << endl);
55 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::setDN()" << endl);
56 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER,
62 DEBUG(LDAP_DEBUG_TRACE,"LDAPEntry::setAttributes()" << endl);
63 DEBUG(LDAP_DEBUG_TRACE | LDAP_DEBUG_PARAMETER,
72 DEBUG(LDAP_DEBUG_TRAC
[all...]
H A DLDAPMessage.cpp22 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPMsg::LDAPMsg()" << endl);
28 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPMsg::LDAPMsg()" << endl);
35 DEBUG(LDAP_DEBUG_TRACE,"LDAPMsg::create()" << endl);
56 DEBUG(LDAP_DEBUG_TRACE,"LDAPMsg::getMessageType()" << endl);
61 DEBUG(LDAP_DEBUG_TRACE,"LDAPMsg::getMsgID()" << endl);
H A DLDAPModification.cpp14 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPModification::LDAPModification()" << endl);
15 DEBUG(LDAP_DEBUG_CONSTRUCT | LDAP_DEBUG_PARAMETER,
22 DEBUG(LDAP_DEBUG_TRACE,"LDAPModification::toLDAPMod()" << endl);
H A DLDAPModList.cpp16 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPModList::LDAPModList()" << endl);
20 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPModList::LDAPModList(&)" << endl);
25 DEBUG(LDAP_DEBUG_TRACE,"LDAPModList::addModification()" << endl);
30 DEBUG(LDAP_DEBUG_TRACE,"LDAPModList::toLDAPModArray()" << endl);
H A DLDAPSaslBindResult.cpp19 DEBUG(LDAP_DEBUG_CONSTRUCT,"LDAPSaslBindResult::LDAPSaslBindResult()"
29 DEBUG(LDAP_DEBUG_TRACE, " creds present" << std::endl);
33 DEBUG(LDAP_DEBUG_TRACE, " no creds present" << std::endl);
39 DEBUG(LDAP_DEBUG_DESTROY,"LDAPSaslBindResult::~LDAPSaslBindResult()" << endl);
H A DLDAPUrlList.cpp14 DEBUG(LDAP_DEBUG_CONSTRUCT," LDAPUrlList::LDAPUrlList()" << endl);
19 DEBUG(LDAP_DEBUG_CONSTRUCT," LDAPUrlList::LDAPUrlList(&)" << endl);
25 DEBUG(LDAP_DEBUG_CONSTRUCT," LDAPUrlList::LDAPUrlList()" << endl);
34 DEBUG(LDAP_DEBUG_DESTROY," LDAPUrlList::~LDAPUrlList()" << endl);
/macosx-10.10.1/apr-32/apr-util/apr-util/dbm/sdbm/
H A Dsdbm_tune.h34 #ifdef DEBUG
/macosx-10.10.1/bootp-298/bootplib/
H A Ddprintf.h26 #ifdef DEBUG
28 #else /* DEBUG */
30 #endif /* DEBUG */
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/example/
H A Dasync_https_server.pl17 *{DEBUG} = sub {} if !defined(&DEBUG);
36 DEBUG( "new client" );
60 DEBUG( "new client ssl handshake done" );
67 DEBUG( "new client need to retry accept: $SSL_ERROR" );
87 DEBUG( "reading header" );
92 DEBUG( $SSL_ERROR );
100 DEBUG( "connection closed" );
113 DEBUG( "got header:\n$header" );
116 DEBUG( "wil
[all...]
/macosx-10.10.1/CPANInternal-159.1/Crypt-Rijndael-1.10/t/rt/
H A D27632.t22 diag( "-" x 50 ) if $ENV{DEBUG};
26 diag( "Plain text: [$in_plain]" ) if $ENV{DEBUG};
27 diag( "Crypt text: [$crypt]" ) if $ENV{DEBUG};
30 diag( "MD5 digest of crypt: [$digest]" ) if $ENV{DEBUG};
35 diag( "-" x 50 ) if $ENV{DEBUG};
39 diag( "Crypt text: [$crypt]" ) if $ENV{DEBUG};
40 diag( "Plain text: [$out_plain]" ) if $ENV{DEBUG};
/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Ddbg-support2.tests15 trap 'print_trap $LINENO' DEBUG
/macosx-10.10.1/ntp-92/include/
H A Dntp_debug.h15 #ifdef DEBUG
/macosx-10.10.1/cddafs-253/
H A DAppleCDDAFileSystemDebug.h36 #define DEBUG 0 macro
39 #if DEBUG
61 #if DEBUG
/macosx-10.10.1/ruby-106/ruby/test/psych/
H A Dtest_numeric.rb11 @old_debug = $DEBUG
12 $DEBUG = true
16 $DEBUG = @old_debug
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dmake_gnv_curl_install.sh30 export GNV_CC_QUALIFIERS=/DEBUG/OPTIMIZE/STANDARD=RELAXED\
32 export GNV_CXX_QUALIFIERS=/DEBUG/OPTIMIZE/float=ieee/ieee_mode=denorm_results

Completed in 275 milliseconds

1234567891011>>