HomeSort by relevance Sort by last modified time
    Searched defs:kError (Results 1 - 25 of 29) sorted by null

1 2

  /external/skia/tools/
gpuveto.cpp 22 static const int kError = 1;
33 return kError;
41 return kError;
49 return kError;
69 return kError;
imgblur.cpp 26 static const int kError = 1;
36 return kError;
44 return kError;
52 return kError;
60 return kError;
69 return kError;
imgslice.cpp 33 static const int kError = 1;
44 return kError;
51 return kError;
58 return kError;
66 return kError;
74 return kError;
82 return kError;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
time_stretch.h 35 kError = -1
  /external/webrtc/webrtc/common_audio/vad/include/
vad.h 30 enum Activity { kPassive = 0, kActive = 1, kError = -1 };
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_symbolizer.h 62 kError,
  /external/v4l2_codec2/vda/
vp9_decoder.h 120 // Called on error, when decoding cannot continue. Sets state_ to kError and
128 kError, // Error in decode, can't continue.
vp8_decoder.h 86 kError, // Error in decode, can't continue.
h264_decoder.h 131 kError, // Error in decode, can't continue.
  /external/v8/src/
fast-accessor-assembler.h 114 enum { kBuilding, kBuilt, kError } state_;
  /external/libmojo/mojo/public/cpp/bindings/lib/
array_internal.h 157 static const ValidationError kError =
163 validation_context, kError,
array_serialization.h 311 static const ValidationError kError =
320 kError,
  /system/connectivity/wifilogd/tests/
os_unittest.cpp 107 constexpr Os::Errno kError = EINVAL;
109 .WillOnce(SetErrnoAndReturn(kError, -1));
111 constexpr std::tuple<int, Os::Errno> kExpectedResult{Os::kInvalidFd, kError};
243 constexpr Os::Errno kError = EBADF;
246 .WillOnce(SetErrnoAndReturn(kError, -1));
248 constexpr std::tuple<size_t, Os::Errno> kExpectedResult{0, kError};
285 constexpr Os::Errno kError = EBADF;
288 .WillOnce(SetErrnoAndReturn(kError, -1));
290 constexpr std::tuple<size_t, Os::Errno> kExpectedResult{0, kError};
296 constexpr Os::Errno kError = EBADF
    [all...]
  /system/core/libziparchive/include/ziparchive/
zip_writer.h 173 kError,
  /system/netd/libnetdutils/
SyscallsTest.cpp 87 const Status kError = statusFromErrno(EINVAL, "test");
88 EXPECT_CALL(mSyscalls, getsockname(kFd, _, _)).WillOnce(Return(kError));
89 EXPECT_EQ(kError, sys.getsockname<sockaddr_nl>(kFd).status());
105 const Status kError = statusFromErrno(EINVAL, "test");
107 .WillOnce(Return(kError));
108 EXPECT_EQ(kError, sys.setsockopt(kFd, kLevel, kOptname, expected));
122 const Status kError = statusFromErrno(EINVAL, "test");
124 .WillOnce(Return(kError));
125 EXPECT_EQ(kError, sys.bind(kFd, expected));
139 const Status kError = statusFromErrno(EINVAL, "test")
    [all...]
  /system/netd/server/
InterfaceControllerTest.cpp 144 const auto kError = statusFromErrno(EINVAL, "");
149 expectSetProperty(kStableSecretProperty, kTestIPv6AddressString, kError);
150 EXPECT_EQ(kError, enableStablePrivacyAddresses(kTestIface));
  /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
  /system/connectivity/wifilogd/
protocol.h 46 kError,
  /bionic/linker/
linker_config.cpp 52 kError,
63 * kError: error_msg is set.
85 return kError;
182 if (result == ConfigParser::kError) {
266 if (result == ConfigParser::kError) {
  /external/lzma/CPP/7zip/UI/Console/
UpdateCallbackConsole.cpp 33 static const char *kError = "ERROR: ";
146 *_se << kError << name << endl;
186 *_se << endl << (isWarning ? kWarning : kError)
  /external/v8/src/inspector/
v8-console-message.h 27 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,
  /system/extras/tests/sdcard/
sysutil.cpp 42 const int kError = -1;
92 return kError;
131 return kError;
157 return kError;
188 return kError;
  /system/update_engine/common/
error_code.h 27 kError = 1,

Completed in 508 milliseconds

1 2