Searched defs:aLine (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsDebug.cpp88 NS_COM void nsDebug::Abort(const char* aFile, PRIntn aLine) argument
93 gDebugObject->Abort(aFile, aLine);
96 NS_COM void nsDebug::Break(const char* aFile, PRIntn aLine) argument
101 gDebugObject->Break(aFile, aLine);
106 PRIntn aLine)
110 gDebugObject->Warning(aStr, aFile, aLine);
114 const char* aFile, PRIntn aLine)
118 gDebugObject->Assertion(aStr, aExpr, aFile, aLine);
104 Warning(const char* aStr, const char* aFile, PRIntn aLine) argument
113 Assertion(const char* aStr, const char* aExpr, const char* aFile, PRIntn aLine) argument
/vbox/src/libs/xpcom18a4/java/src/
H A DnsFileStreams.cpp333 nsFileInputStream::ReadLine(nsACString& aLine, PRBool* aResult) argument
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsDebugImpl.cpp188 nsDebugImpl::Assertion(const char *aStr, const char *aExpr, const char *aFile, PRInt32 aLine) argument
195 aStr, aExpr, aFile, aLine);
290 Break(aFile, aLine);
295 nsDebugImpl::Break(const char *aFile, PRInt32 aLine) argument
302 ("###!!! Break: at file %s, line %d", aFile, aLine));
305 fprintf(stderr, "Break: at file %s, line %d\n",aFile, aLine); fflush(stderr);
349 Abort(aFile, aLine);
367 sprintf(buf, "Break: at file %s, line %d", aFile, aLine);
372 Abort(aFile, aLine);
379 nsDebugImpl::Abort(const char *aFile, PRInt32 aLine) argument
416 Warning(const char* aMessage, const char* aFile, PRIntn aLine) argument
[all...]

Completed in 52 milliseconds