HomeSort by relevance Sort by last modified time
    Searched full:kerror (Results 26 - 50 of 62) sorted by null

12 3

  /system/core/libziparchive/
zip_writer.cc 96 writer.state_ = State::kError;
107 writer.state_ = State::kError;
112 state_ = State::kError;
382 state_ = State::kError;
  /system/update_engine/
update_attempter_unittest.cc 239 attempter_.ActionCompleted(nullptr, &action, ErrorCode::kError);
283 GetErrorCodeForAction(&omaha_request_action, ErrorCode::kError));
287 ErrorCode::kError));
292 ErrorCode::kError));
297 ErrorCode::kError));
300 EXPECT_EQ(ErrorCode::kError,
301 GetErrorCodeForAction(&action_mock, ErrorCode::kError));
366 ErrorCode err = ErrorCode::kError;
    [all...]
metrics_utils.cc 93 case ErrorCode::kError:
161 case ErrorCode::kError:
omaha_request_action.h 80 error_code(ErrorCode::kError) {}
  /system/connectivity/shill/vpn/
third_party_vpn_driver.cc 182 static_cast<uint32_t>(PlatformMessage::kError));
408 static_cast<uint32_t>(PlatformMessage::kError));
522 static_cast<uint32_t>(PlatformMessage::kError));
third_party_vpn_driver.h 49 kError
third_party_vpn_driver_unittest.cc 144 EmitPlatformMessage(static_cast<uint32_t>(ThirdPartyVpnDriver::kError)));
  /external/libpng/
pngtest.c 1881 int kerror; local
1947 int kerror; local
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
ExtractCallbackConsole.cpp 35 static const char *kError = "ERROR: ";
354 (*OutStream) << endl << kError;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender.h 183 // malformed, kError is returned. Otherwise *extension_offset is set to the
189 kError,
rtp_sender.cc     [all...]
  /external/icu/icu4c/source/test/cintltst/
crestst.c 37 const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/,
364 string= kERROR;
387 expected_string = (UChar*)malloc(sizeof(UChar)*(u_strlen(kERROR) + 1));
388 u_strcpy(expected_string,kERROR);
    [all...]
creststn.c 115 static const UChar kERROR[] = { 0x0045 /*E*/, 0x0052 /*'R'*/, 0x0052 /*'R'*/,
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/cng/
audio_encoder_cng.cc 155 case Vad::kError: {
  /system/core/include/ziparchive/
zip_writer.h 154 kError,
  /system/update_engine/common/
action_processor_unittest.cc 65 action_exit_code_(ErrorCode::kError) {}
error_code.h 27 kError = 1,
  /system/weaved/libweaved/
command.cc 96 return Command::State::kError;
command.h 43 kError,
  /external/v8/src/
fast-accessor-assembler.cc 199 state_ = !code.is_null() ? kBuilt : kError;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
time_stretch.cc 153 case kError:
  /external/v8/test/unittests/wasm/
ast-decoder-unittest.cc 47 #define EXPECT_FAILURE(env, x) Verify(kError, env, x, x + arraysize(x))
58 Verify(kError, env, code, code + arraysize(code)); \
170 Verify(kError, sigs.i_i(), code, code);
228 Verify(kError, sigs.i_i(), code, code + size);
492 Verify(kError, sigs.v_v(), code, code + i);
794 Verify(kError, sigs.i_i(), kCode, kCode + len);
    [all...]
  /external/libweave/src/privet/
wifi_bootstrap_manager.cc 275 case Network::State::kError: {
  /system/update_engine/payload_consumer/
postinstall_runner_action_unittest.cc 73 ErrorCode code_{ErrorCode::kError};
  /external/v8/src/wasm/
module-decoder.cc 721 error_code = kError;
734 error_code = kError;

Completed in 1811 milliseconds

12 3