Searched refs:msg (Results 251 - 275 of 3391) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/
H A Dbrowser.js69 function err( msg, page, line ) {
70 writeLineToLog( "Test failed with the message: " + msg );
73 testcases[tc].reason = msg;
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/
H A Dbrowser.js72 function err( msg, page, line ) {
73 writeLineToLog( "Test failed on line " + line + " with the message: " + msg );
76 testcases[tc].reason = msg;
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A D15.10.4.1-1.js57 var status = ''; var actual = ''; var expect = ''; var msg = ''; variable
91 msg = status + quote(prop);
94 reportCompare (expect, actual, msg);
H A D15.10.4.1-2.js63 var status = ''; var actual = ''; var expect = ''; var msg = ''; variable
97 msg = status + quote(prop);
100 reportCompare (expect, actual, msg);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_1/
H A Dbrowser.js69 function err( msg, page, line ) {
70 writeLineToLog( "Test failed with the message: " + msg );
73 testcases[tc].reason = msg;
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/
H A Dbrowser.js72 function err ( msg, page, line ) {
73 writeLineToLog( "Test " + page + " failed on line " + line +" with the message: " + msg );
76 testcases[tc].reason = msg;
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_4/
H A Dbrowser.js69 function err( msg, page, line ) {
70 writeLineToLog( "Test failed with the message: " + msg );
73 testcases[tc].reason = msg;
/macosx-10.10.1/Libc-1044.1.2/os/
H A Ddebug_private.h35 _os_debug_log(const char *msg, ...);
65 bool _os_debug_log_redirect_func(const char *msg) { \
66 return func(msg); \
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPExtResult.cpp17 LDAPExtResult::LDAPExtResult(const LDAPRequest* req, LDAPMessage* msg) : argument
18 LDAPResult(req, msg){
23 int err=ldap_parse_extended_result(lc, msg, &oid, &data, 0);
H A DLDAPSaslBindResult.cpp17 LDAPSaslBindResult::LDAPSaslBindResult(const LDAPRequest* req, LDAPMessage* msg) : argument
18 LDAPResult(req, msg){
23 int err = ldap_parse_sasl_bind_result(lc, msg, &data, 0);
H A DLDAPSearchReference.cpp19 LDAPMessage *msg) : LDAPMsg(msg){
25 int err = ldap_parse_reference(con->getSessionHandle(), msg, &ref,
18 LDAPSearchReference(const LDAPRequest *req, LDAPMessage *msg) argument
H A DLDAPSearchResults.cpp19 LDAPResult* LDAPSearchResults::readMessageQueue(LDAPMessageQueue* msg){ argument
20 if(msg != 0){
24 res = msg->getNext();
H A DLDAPResult.cpp18 LDAPResult::LDAPResult(const LDAPRequest *req, LDAPMessage *msg) : argument
19 LDAPMsg(msg){
20 if(msg != 0){
27 int err=ldap_parse_result(con->getSessionHandle(),msg,&m_resCode,
57 LDAPResult::LDAPResult(int type, int resultCode, const std::string &msg) : argument
58 LDAPMsg(type,0), m_resCode(resultCode), m_errMsg(msg)
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dmessages.c40 ldap_next_message( LDAP *ld, LDAPMessage *msg )
44 assert( msg != NULL );
46 return msg->lm_chain;
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Ddebug.h29 * LogXxd(priority, msg, buffer, size);
30 * log "msg" + a hex dump of size bytes of buffer[]
65 #define LogXxd(priority, msg, buffer, size) log_xxd(priority, msg, buffer, size)
68 void log_xxd(const int priority, const char *msg,
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlerror/
H A Dmain.c46 char* msg = dlerror(); local
47 //fprintf(stderr, "dlopen(%s) => %s\n", str, msg);
48 if ( (msg == NULL) || (strstr(msg, str) == NULL) ) {
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntptrap345 $msg="";
348 $msg .= sprintf("%40s trap#%-5d",
353 $msg .= " SYSTEM ";
355 $msg .= "$evnt ";
359 $msg .= "stratum=$stratum refid=$refid";
363 $msg .= " " . $x if defined($x)
367 $msg .= sprintf("%s %s ",
375 $msg .= " peer=$peer";
383 $msg .= sprintf("- %-32s",&ntp'clock_status($Cstatus)); #');
385 $msg
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/queue/
H A Dutil.h26 #define ASSERT(x,msg) if (!(x)) { Tcl_Panic (msg " (" #x "), in file " __FILE__ " @line " STR(__LINE__));}
29 #define ASSERT(x,msg)
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/stack/
H A Dutil.h26 #define ASSERT(x,msg) if (!(x)) { Tcl_Panic (msg " (" #x "), in file " __FILE__ " @line " STR(__LINE__));}
29 #define ASSERT(x,msg)
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Ddup.test36 list [catch {dup} msg] $msg
40 list [catch {dup a b c} msg] $msg
44 list [catch {dup a} msg] $msg
48 list [catch {dup stdin a} msg] $msg
73 set result [list [catch {dup $testFH $testFH2} msg] $msg]
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DMAILTO.pm55 my $msg = MIME::Lite->new(
70 $msg->replace('X-Mailer' => join '/', 'SOAP::Lite', 'Perl', SOAP::Transport::MAILTO->VERSION);
71 $msg->add(SOAPAction => $action);
73 SOAP::Trace::transport($msg);
74 SOAP::Trace::debug($msg->as_string);
79 eval { local $SIG{__DIE__}; $MIME::Lite::AUTO_CC = 0; $msg->send };
/macosx-10.10.1/Heimdal-398.1.2/base/
H A Derror.c40 heim_string_t msg; member in struct:heim_error
48 heim_release(p->msg);
58 return heim_cmp(ap->msg, bp->msg);
109 e->msg = heim_string_create(str);
121 return heim_retain(error->msg);
/macosx-10.10.1/Heimdal-398.1.2/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
152 WARNING: \`$1' is $msg. You should only need it if
161 WARNING: \`$1' is $msg. You should only need it if
170 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is $msg. You should only need it if
200 WARNING: \`$1' is needed, but is $msg.
223 WARNING: \`$1' $msg. You should only need it if
253 WARNING: \`$1' is $msg. You should only need it if
276 WARNING: \`$1' is $msg
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/build/
H A Dmissing58 msg="missing on your system"
73 msg="probably too old"
154 WARNING: \`$1' is $msg. You should only need it if
163 WARNING: \`$1' is $msg. You should only need it if
172 WARNING: \`$1' is $msg. You should only need it if
191 WARNING: \`$1' is $msg. You should only need it if
202 WARNING: \`$1' is needed, but is $msg.
225 WARNING: \`$1' $msg. You should only need it if
255 WARNING: \`$1' is $msg. You should only need it if
278 WARNING: \`$1' is $msg
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/
H A Dmissing45 msg="missing on your system"
60 msg="probably too old"
141 WARNING: \`$1' is $msg. You should only need it if
150 WARNING: \`$1' is $msg. You should only need it if
159 WARNING: \`$1' is $msg. You should only need it if
178 WARNING: \`$1' is $msg. You should only need it if
189 WARNING: \`$1' is needed, but is $msg.
212 WARNING: \`$1' $msg. You should only need it if
242 WARNING: \`$1' is $msg. You should only need it if
265 WARNING: \`$1' is $msg
[all...]

Completed in 188 milliseconds

<<11121314151617181920>>