OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ErrorCode
(Results
126 - 150
of
184
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/third_party/WebKit/Source/modules/imagebitmap/
ImageBitmapFactories.h
103
virtual void didFail(FileError::
ErrorCode
) OVERRIDE;
/external/chromium_org/remoting/protocol/
connection_to_host.cc
264
void ConnectionToHost::CloseOnError(
ErrorCode
error) {
278
void ConnectionToHost::SetState(State state,
ErrorCode
error) {
protocol_mock_objects.h
59
ErrorCode
error));
166
MOCK_METHOD0(error,
ErrorCode
());
connection_to_client.cc
196
void ConnectionToClient::Close(
ErrorCode
error) {
jingle_session_manager.cc
124
ErrorCode
error;
jingle_session.cc
47
ErrorCode
AuthRejectionReasonToErrorCode(
85
ErrorCode
JingleSession::error() {
603
void JingleSession::CloseInternal(
ErrorCode
error) {
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileReader.cpp
328
void FileReader::didFail(FileError::
ErrorCode
errorCode
)
338
m_error = FileError::create(static_cast<FileError::
ErrorCode
>(
errorCode
));
FileReaderLoader.cpp
282
void FileReaderLoader::failed(FileError::
ErrorCode
errorCode
)
284
m_errorCode =
errorCode
;
290
FileError::
ErrorCode
FileReaderLoader::httpStatusCodeToErrorCode(int httpStatusCode)
/frameworks/compile/libbcc/tools/bcc/
Main.cpp
148
Compiler::
ErrorCode
result = RSC->config(*config);
172
Compiler::
ErrorCode
result = pCompiler.compile(pScript, output_file);
/external/chromium_org/net/tools/balsa/
balsa_frame_test.cc
101
ASSERT_EQ(BalsaFrameEnums::NO_ERROR, frame_->
ErrorCode
());
324
frame_->
ErrorCode
());
348
frame_->
ErrorCode
());
374
ASSERT_EQ(BalsaFrameEnums::REQUEST_URI_TOO_LONG, frame_->
ErrorCode
());
394
ASSERT_EQ(BalsaFrameEnums::HEADERS_TOO_LONG, frame_->
ErrorCode
());
436
ASSERT_EQ(BalsaFrameEnums::HEADER_MISSING_COLON, frame_->
ErrorCode
());
593
frame_->
ErrorCode
());
balsa_frame.cc
117
BalsaFrameEnums::
ErrorCode
error_code) {
189
// error_code is a valid pointer to a BalsaFrameEnums::
ErrorCode
value.
213
BalsaFrameEnums::
ErrorCode
* error_code) {
301
static_cast<BalsaFrameEnums::
ErrorCode
>(
328
static_cast<BalsaFrameEnums::
ErrorCode
>(
413
BalsaFrameEnums::
ErrorCode
previous_error = last_error_;
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
NewWebSocketChannelImpl.cpp
65
virtual void didFail(FileError::
ErrorCode
) OVERRIDE;
92
void NewWebSocketChannelImpl::BlobLoader::didFail(FileError::
ErrorCode
errorCode
)
94
m_channel->didFailLoadingBlob(
errorCode
);
474
void NewWebSocketChannelImpl::didFailLoadingBlob(FileError::
ErrorCode
errorCode
)
477
if (
errorCode
== FileError::ABORT_ERR) {
482
failAsError("Failed to load Blob: error code = " + String::number(
errorCode
));
MainThreadWebSocketChannel.h
102
virtual void didFail(FileError::
ErrorCode
);
NewWebSocketChannelImpl.h
142
void didFailLoadingBlob(FileError::
ErrorCode
);
/external/chromium_org/third_party/re2/re2/
re2.h
224
enum
ErrorCode
{
283
ErrorCode
error_code() const { return error_code_; }
704
mutable
ErrorCode
error_code_; // Error code
[
all
...]
/external/regex-re2/re2/
re2.h
224
enum
ErrorCode
{
283
ErrorCode
error_code() const { return error_code_; }
716
mutable
ErrorCode
error_code_; // Error code
[
all
...]
/external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.cc
45
webrtc::AudioDeviceModule::
ErrorCode
webrtc_audio_device_not_impl.h
42
virtual webrtc::AudioDeviceModule::
ErrorCode
LastError() const OVERRIDE;
/external/chromium_org/remoting/client/
chromoting_client.cc
145
protocol::
ErrorCode
error) {
/external/chromium_org/remoting/host/
client_session.h
122
protocol::
ErrorCode
error) OVERRIDE;
/external/chromium_org/chrome/tools/profile_reset/
jtl_compiler.cc
93
JtlCompiler::CompileError::
ErrorCode
TranscodeInstruction(
238
CompileError::
ErrorCode
error_code = instruction_set.TranscodeInstruction(
/external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp
13
#include "unicode/
errorcode
.h"
88
ErrorCode
errorCode
;
89
if(
errorCode
.get()!=U_ZERO_ERROR || !
errorCode
.isSuccess() ||
errorCode
.isFailure()) {
90
errln("
ErrorCode
did not initialize properly");
93
errorCode
.assertSuccess();
94
if(
errorCode
.errorName()!=u_errorName(U_ZERO_ERROR)) {
95
errln("
ErrorCode
did not format error message string properly")
[
all
...]
/external/chromium/net/tools/flip_server/
balsa_frame.cc
117
BalsaFrameEnums::
ErrorCode
error_code) {
189
// error_code is a valid pointer to a BalsaFrameEnums::
ErrorCode
value.
213
BalsaFrameEnums::
ErrorCode
* error_code) {
301
static_cast<BalsaFrameEnums::
ErrorCode
>(
328
static_cast<BalsaFrameEnums::
ErrorCode
>(
413
BalsaFrameEnums::
ErrorCode
previous_error = last_error_;
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
464
std::string
ErrorCode
=
467
if (!
ErrorCode
.empty())
470
ErrorCode
+ ".");
491
std::string
ErrorCode
=
494
if (!
ErrorCode
.empty()) {
498
GV->getSection() + "': " +
ErrorCode
+ ".");
/external/chromium_org/sandbox/linux/seccomp-bpf/
codegen.cc
165
Instruction* CodeGen::MakeInstruction(uint16_t code, const
ErrorCode
& err) {
169
if (err.error_type_ !=
ErrorCode
::ET_SIMPLE &&
170
err.error_type_ !=
ErrorCode
::ET_TRAP) {
171
SANDBOX_DIE("
ErrorCode
is not suitable for returning from a BPF program");
Completed in 726 milliseconds
1
2
3
4
5
6
7
8