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

12 3 4

  /external/v4l2_codec2/vda/
vp8_decoder.h 87 kError, // Error in decode, can't continue.
vp9_decoder.h 121 // Called on error, when decoding cannot continue. Sets state_ to kError and
129 kError, // Error in decode, can't continue.
v4l2_video_decode_accelerator.cc 514 } else if (decoder_state_ == kError) {
515 VLOGF(2) << "early out: kError state";
616 if (decoder_state_ == kError) {
783 // Both of these calls will set kError state if they fail.
795 DCHECK_NE(decoder_state_, kError);
859 DCHECK_NE(decoder_state_, kError);
887 return (decoder_state_ != kError);
898 } else if (decoder_state_ == kError) {
899 DVLOGF(3) << "early out: kError state";
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
accelerate.cc 29 return kError;
time_stretch.h 35 kError = -1
preemptive_expand.cc 35 return kError;
time_stretch_unittest.cc 98 case TimeStretch::kError:
  /system/extras/tests/sdcard/
sysutil.cpp 42 const int kError = -1;
92 return kError;
131 return kError;
157 return kError;
188 return kError;
  /external/libtextclassifier/util/utf8/
unilib-icu.h 52 static constexpr int kError = -1;
73 // Sets status to 'kError' if 'Find'
79 // Sets status to 'kError' if an invalid group was specified or if 'Find'
84 // Sets status to 'kError' if 'Find'
90 // Sets status to 'kError' if an invalid group was specified or if 'Find'
95 // Sets status to 'kError' if 'Find' was not called previously.
99 // Sets status to 'kError' if an invalid group was specified or if 'Find'
  /external/v8/src/
fast-accessor-assembler.h 114 enum { kBuilding, kBuilt, kError } state_;
  /system/core/libziparchive/include/ziparchive/
zip_writer.h 173 kError,
  /system/update_engine/common/
error_code_utils.cc 37 case ErrorCode::kError: return "ErrorCode::kError";
  /system/netd/server/
InterfaceControllerTest.cpp 148 const auto kError = statusFromErrno(EINVAL, "");
153 expectSetProperty(kStableSecretProperty, kTestIPv6AddressString, kError);
154 EXPECT_EQ(kError, enableStablePrivacyAddresses(kTestIface));
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 35 static const char *kError = "ERROR: ";
63 *_se << endl << kError << NError::MyFormatMessage(systemError) << endl <<
343 *_se << kError << message << endl;
386 dest += kError;
672 *_se << kError << name << endl;
753 *_se << endl << kError;
UpdateCallbackConsole.cpp 33 static const char *kError = "ERROR: ";
146 *_se << kError << name << endl;
186 *_se << endl << (isWarning ? kWarning : kError)
  /art/dt_fd_forward/
dt_fd_forward.h 75 kOk, kInterrupt, kError, kEOF,
dt_fd_forward.cc 152 return IOResult::kError;
168 return IOResult::kError;
178 return IOResult::kError;
226 return IOResult::kError;
257 return IOResult::kError;
306 return IOResult::kError;
334 return IOResult::kError;
492 case IOResult::kError:
  /external/v8/src/inspector/
v8-console-message.h 27 kError,
  /external/v8/src/wasm/
wasm-result.h 25 kError, // TODO(titzer): introduce real error codes
  /system/connectivity/wificond/scanning/offload/
offload_scan_manager.h 78 kError
offload_scan_manager.cpp 78 offload_status_(OffloadScanManager::kError),
295 status_result = OffloadScanManager::kError;
  /system/connectivity/wifilogd/tests/
protocol_unittest.cpp 103 EXPECT_EQ(0U, static_cast<uint8_t>(MessageSeverity::kError));
  /bionic/linker/
linker_config.cpp 57 kError,
69 * kError: error_msg is set.
103 return kError;
203 if (result == ConfigParser::kError) {
310 if (result == ConfigParser::kError) {
  /external/boringssl/src/ssl/
tls_record.cc 613 return OpenRecordResult::kError;
625 return OpenRecordResult::kError;
636 return OpenRecordResult::kError;
639 return OpenRecordResult::kError;
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_event_mgr.cc 200 case gpu::Event::Status::kError:

Completed in 561 milliseconds

12 3 4