OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetError
(Results
1 - 25
of
108
) sorted by null
1
2
3
4
5
/external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_program.h
16
CXFA_FMErrorInfo&
GetError
() { return m_pErrorInfo; }
xfa_fm2jsapi.cpp
23
wsError = program.
GetError
().message;
28
wsError = program.
GetError
().message;
/external/webrtc/webrtc/base/
asyncresolverinterface.h
30
virtual int
GetError
() const = 0;
asyncudpsocket.cc
23
LOG(LS_ERROR) << "Bind() failed with error " << socket->
GetError
();
94
int AsyncUDPSocket::
GetError
() const {
95
return socket_->
GetError
();
114
<< "receive failed with error " << socket_->
GetError
();
asynctcpsocket.cc
41
LOG(LS_ERROR) << "Bind() failed with error " << socket->
GetError
();
45
LOG(LS_ERROR) << "Connect() failed with error " << socket->
GetError
();
71
LOG(LS_ERROR) << "Listen() failed with error " << socket_->
GetError
();
119
int AsyncTCPSocketBase::
GetError
() const {
120
return socket_->
GetError
();
187
LOG(LS_ERROR) << "TCP accept failed with error " << socket_->
GetError
();
200
LOG(LS_ERROR) << "Recv() returned error: " << socket_->
GetError
();
asyncudpsocket.h
50
int
GetError
() const override;
nethelpers.h
41
int
GetError
() const override;
sslsocketfactory.cc
54
int
GetError
() const override {
56
return socket_->
GetError
();
86
} else if (!IsBlockingError(socket_->
GetError
())) {
87
SignalCloseEvent(this, socket_->
GetError
());
asyncsocket.cc
87
int AsyncSocketAdapter::
GetError
() const {
88
return socket_->
GetError
();
socketstream.cc
68
*error = socket_->
GetError
();
87
*error = socket_->
GetError
();
testclient.h
72
int
GetError
();
/external/webrtc/webrtc/sound/
alsasoundsystem.cc
104
LOG(LS_ERROR) << "snd_pcm_avail_update(): " <<
GetError
(frames);
114
LOG(LS_ERROR) << "snd_pcm_wait(): " <<
GetError
(ready);
127
LOG(LS_ERROR) << "snd_pcm_avail_update(): " <<
GetError
(frames);
146
LOG(LS_ERROR) << "snd_pcm_delay(): " <<
GetError
(err);
170
LOG(LS_ERROR) << "Unable to recover from \"" <<
GetError
(error) << "\": "
171
<<
GetError
(err);
180
LOG(LS_ERROR) << "snd_pcm_start(): " <<
GetError
(err);
192
LOG(LS_ERROR) << "snd_pcm_drop(): " <<
GetError
(err);
197
LOG(LS_ERROR) << "snd_pcm_close(): " <<
GetError
(err);
213
const char *
GetError
(int err)
[
all
...]
/external/lzma/C/
Threads.c
12
static WRes
GetError
()
18
WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 :
GetError
(); }
19
WRes BOOLToWRes(BOOL v) { return v ? 0 :
GetError
(); }
25
return
GetError
();
/build/tools/ijar/
zip.h
52
virtual const char*
GetError
() = 0;
60
// On failure, returns NULL and
GetError
() will return an non-empty message.
68
// On failure, returns -1 and
GetError
() will return an non-empty message.
76
// On failure, returns -1 and
GetError
() will return an non-empty message.
85
// On failure, returns -1 and
GetError
() will return an non-empty message.
138
virtual const char*
GetError
() = 0;
143
// of
GetError
() for potential errors.
146
// Process the all files, returns -1 on error (
GetError
() will be populated
160
// On error, 0 is returned and
GetError
() returns a non-empty message.
/system/connectivity/shill/binder/android/system/connectivity/shill/
IService.aidl
44
// An error occurred while trying to reach the "ready" state. Call
GetError
()
49
* Error types that can returned by
GetError
().
136
int
GetError
();
/system/keymaster/
ecdsa_keymaster1_operation.h
44
keymaster_error_t
GetError
(EVP_PKEY* ecdsa_key);
79
if (wrapped_operation_.
GetError
(super::ecdsa_key_) != KM_ERROR_OK)
80
error = wrapped_operation_.
GetError
(super::ecdsa_key_);
rsa_keymaster1_operation.h
44
keymaster_error_t
GetError
(EVP_PKEY* rsa_key);
79
if (wrapped_operation_.
GetError
(super::rsa_key_) != KM_ERROR_OK)
80
error = wrapped_operation_.
GetError
(super::rsa_key_);
/external/libweave/include/weave/
command.h
55
virtual const Error*
GetError
() const = 0;
/external/libweave/include/weave/test/
mock_command.h
31
MOCK_CONST_METHOD0(
GetError
, const Error*());
/external/webrtc/webrtc/libjingle/xmpp/
asyncsocket.h
50
virtual int
GetError
() = 0; // winsock error code
prexmppauth.h
63
virtual int
GetError
() const = 0;
xmppauth.h
38
virtual int
GetError
() const { return 0; }
util_unittest.cc
46
switch (engine_->
GetError
(NULL)) {
xmppsocket.h
39
virtual int
GetError
();
/external/webrtc/webrtc/p2p/base/
basicpacketsocketfactory.cc
59
<< socket->
GetError
();
86
<< socket->
GetError
();
119
<< socket->
GetError
();
158
<< socket->
GetError
();
Completed in 809 milliseconds
1
2
3
4
5