Searched refs:setError (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dfmtable.cpp90 static void setError(UErrorCode& ec, UErrorCode err) { function
628 setError(status, U_INVALID_FORMAT_ERROR);
632 setError(status, U_MEMORY_ALLOCATION_ERROR);
645 setError(status, U_INVALID_FORMAT_ERROR);
649 setError(status, U_MEMORY_ALLOCATION_ERROR);
660 setError(status, U_INVALID_FORMAT_ERROR);
664 setError(status, U_MEMORY_ALLOCATION_ERROR);
675 setError(status, U_INVALID_FORMAT_ERROR);
1010 setError(*status, U_INDEX_OUTOFBOUNDS_ERROR);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DYAMLParser.cpp267 void setError(const Twine &Message, StringRef::iterator Position) { function in class:llvm::yaml::Scanner
278 void setError(const Twine &Message) { function in class:llvm::yaml::Scanner
279 setError(Message, Current);
937 setError( "Could not find expected : for simple key"
1245 setError("Expected quote at end of scalar", Current);
1275 setError("Found unexpected ':' while scanning a plain scalar", Current);
1303 setError("Found invalid tab character in indentation", Tmp);
1324 setError("Got empty plain scalar", Start);
1358 setError("Got empty alias or anchor", Start);
1400 setError("Go
1596 void Node::setError(const Twine &Msg, Token &Tok) const { function in class:Node
2014 void Document::setError(const Twine &Message, Token &Location) const { function in class:Document
[all...]
/macosx-10.10.1/Security-57031.1.35/securityd/libsecurity_agent/lib/
H A Dagentclient.cpp19 Alternatively, there can be an answer that isn't the answer we expected: setError, where the server aborts the transaction.
388 void Client::setError(const OSStatus inMechanismError) function in class:SecurityAgent::Client
483 find(in.remotePort()).setError(errAuthorizationInternal);
588 SecurityAgent::Clients::gClients().find(instanceReplyPort).setError(status);
H A Dagentclient.h127 void setError(const OSStatus inMechanismError); // setMessageType(reportError); setError(mechanismError);
/macosx-10.10.1/Security-57031.1.35/securityd/libsecurity_agent/security_agent_client/
H A Dagentclient.cpp19 Alternatively, there can be an answer that isn't the answer we expected: setError, where the server aborts the transaction.
388 void Client::setError(const OSStatus inMechanismError) function in class:SecurityAgent::Client
483 find(in.remotePort()).setError(errAuthorizationInternal);
588 SecurityAgent::Clients::gClients().find(instanceReplyPort).setError(status);
H A Dagentclient.h127 void setError(const OSStatus inMechanismError); // setMessageType(reportError); setError(mechanismError);
/macosx-10.10.1/Security-57031.1.35/securityd/security_agent_client/
H A Dagentclient.cpp19 Alternatively, there can be an answer that isn't the answer we expected: setError, where the server aborts the transaction.
388 void Client::setError(const OSStatus inMechanismError) function in class:SecurityAgent::Client
483 find(in.remotePort()).setError(errAuthorizationInternal);
588 SecurityAgent::Clients::gClients().find(instanceReplyPort).setError(status);
H A Dagentclient.h127 void setError(const OSStatus inMechanismError); // setMessageType(reportError); setError(mechanismError);
/macosx-10.10.1/Security-57031.1.35/securityd/security_agent_server/
H A Dagentclient.cpp19 Alternatively, there can be an answer that isn't the answer we expected: setError, where the server aborts the transaction.
388 void Client::setError(const OSStatus inMechanismError) function in class:SecurityAgent::Client
483 find(in.remotePort()).setError(errAuthorizationInternal);
588 SecurityAgent::Clients::gClients().find(instanceReplyPort).setError(status);
H A Dagentclient.h127 void setError(const OSStatus inMechanismError); // setMessageType(reportError); setError(mechanismError);
/macosx-10.10.1/libsecurity_agent-55000/lib/
H A Dagentclient.cpp19 Alternatively, there can be an answer that isn't the answer we expected: setError, where the server aborts the transaction.
378 void Client::setError(const OSStatus inMechanismError) function in class:SecurityAgent::Client
472 find(in.remotePort()).setError(errAuthorizationInternal);
556 SecurityAgent::Clients::gClients().find(instanceReplyPort).setError(status);
H A Dagentclient.h126 void setError(const OSStatus inMechanismError); // setMessageType(reportError); setError(mechanismError);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DYAMLParser.h130 void setError(const Twine &Message, Token &Location) const;
499 void setError(const Twine &Message, Token &Location) const;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTestObj.c506 int allowAbbrev, index, index2, setError, i, result;
547 if (Tcl_GetBooleanFromObj(interp, objv[1], &setError) != TCL_OK) {
576 result = Tcl_GetIndexFromObj((setError? interp : NULL), objv[3],
501 int allowAbbrev, index, index2, setError, i, result; local
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclTestObj.c411 int allowAbbrev, index, index2, setError, i, result;
453 if (Tcl_GetBooleanFromObj(interp, objv[1], &setError) != TCL_OK) {
482 result = Tcl_GetIndexFromObj((setError? interp : NULL), objv[3],
406 int allowAbbrev, index, index2, setError, i, result; local

Completed in 263 milliseconds