HomeSort by relevance Sort by last modified time
    Searched refs:kError (Results 51 - 75 of 95) sorted by null

1 23 4

  /external/v4l2_codec2/vda/
h264_decoder.h 133 kError, // Error in decode, can't continue.
vp8_decoder.cc 62 state_ = kError;
vp9_decoder.cc 212 state_ = kError;
v4l2_slice_video_decode_accelerator.h 177 // Sets the state to kError and notifies client if needed.
275 kError,
v4l2_video_decode_accelerator.h 144 kError, // Error in kDecoding state.
325 // Set the decoder_state_ to kError and notify the client (if necessary).
  /external/webrtc/webrtc/modules/audio_coding/neteq/
time_stretch.cc 153 case kError:
  /system/update_engine/
omaha_request_action.h 81 error_code(ErrorCode::kError) {}
metrics_utils.cc 98 case ErrorCode::kError:
169 case ErrorCode::kError:
update_attempter_unittest.cc 221 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kError);
343 GetErrorCodeForAction(&omaha_request_action, ErrorCode::kError));
347 ErrorCode::kError));
351 ErrorCode::kError));
356 ErrorCode::kError));
359 EXPECT_EQ(ErrorCode::kError,
360 GetErrorCodeForAction(&action_mock, ErrorCode::kError));
424 ErrorCode err = ErrorCode::kError;
    [all...]
update_attempter_android_unittest.cc 189 update_attempter_android_.ProcessingDone(nullptr, ErrorCode::kError);
  /external/gflags/src/
gflags.cc 154 static const char kError[] = "ERROR: ";
790 kError, key->c_str());
797 kError, key->c_str());
804 kError, key->c_str(), flag->type_name());
829 kError, value,
838 kError, tentative_value->ToString().c_str(),
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
array_internal.h 158 static const ValidationError kError =
164 validation_context, kError,
array_serialization.h 317 static const ValidationError kError =
326 kError,
  /system/core/libziparchive/
zip_writer.cc 109 writer.state_ = State::kError;
121 writer.state_ = State::kError;
126 state_ = State::kError;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender.cc     [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 138 static const char *kError = "ERROR: ";
1021 *g_ErrStream << endl << kError << NError::MyFormatMessage(errorCode) <<
1029 *g_ErrStream << endl << kError << arcPath << " is not a file" << endl << endl;
1078 *g_ErrStream << endl << kError << arcPath << " : ";
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 148 return Event::Status::kError;
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.h 126 return Event::Status::kError;
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.cc 155 case Vad::kError: {
  /system/update_engine/common/
action_processor_unittest.cc 65 action_exit_code_(ErrorCode::kError) {}
utils.h 379 code_(ErrorCode::kError),
  /external/v8/src/
fast-accessor-assembler.cc 231 state_ = !code.is_null() ? kBuilt : kError;
  /system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc 70 ErrorCode code_{ErrorCode::kError};
delta_performer_unittest.cc 327 expected_result = MetadataParseResult::kError;
333 expected_result = MetadataParseResult::kError;
434 testing::DoAll(testing::SetArgPointee<0>(ErrorCode::kError),
    [all...]
  /external/v8/src/inspector/
v8-console-message.cc 31 case ConsoleAPIType::kError:
212 else if (m_type == ConsoleAPIType::kError ||
389 } else if (type == ConsoleAPIType::kError ||

Completed in 631 milliseconds

1 23 4