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

1 2

  /external/skia/tools/
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/skqp/tools/
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
  /development/vndk/tools/header-checker/header-abi-diff/src/
header_abi_diff.cpp 127 static const char kError[] = "\033[31;1merror: \033[0m";
157 error_or_warning_str = kError;
162 error_or_warning_str = kError;
171 error_or_warning_str = kError;
  /external/tensorflow/tensorflow/stream_executor/
event.h 45 kError,
  /external/webrtc/webrtc/common_audio/vad/include/
vad.h 30 enum Activity { kPassive = 0, kActive = 1, kError = -1 };
  /system/update_engine/payload_consumer/
payload_metadata.h 36 kError,
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_symbolizer.h 62 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'
unilib-icu.cc 87 constexpr int UniLib::RegexMatcher::kError;
92 *status = kError;
99 *status = kError;
108 *status = kError;
152 *status = kError;
158 *status = kError;
173 *status = kError;
174 return kError;
180 *status = kError;
181 return kError;
    [all...]
  /external/v4l2_codec2/vda/
vp9_decoder.h 121 // Called on error, when decoding cannot continue. Sets state_ to kError and
129 kError, // Error in decode, can't continue.
vp8_decoder.h 87 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 158 static const ValidationError kError =
164 validation_context, kError,
array_serialization.h 317 static const ValidationError kError =
326 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));
125 const Status kError = statusFromErrno(EINVAL, "test");
127 .WillOnce(Return(kError));
128 EXPECT_EQ(kError, sys.getsockopt(kFd, kLevel, kOptname, &expected, &optLen));
142 const Status kError = statusFromErrno(EINVAL, "test")
    [all...]
  /art/dt_fd_forward/
dt_fd_forward.h 75 kOk, kInterrupt, kError, kEOF,
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_lexer.cc 36 constexpr int kError = -2;
48 if (current_char != kEOF && current_char != kError) {
61 return kError;
98 return TokKind::kError;
102 case kError:
104 return TokKind::kError;
250 return TokKind::kError;
313 return TokKind::kError;
363 return TokKind::kError;
378 return TokKind::kError;
    [all...]
hlo_token.h 31 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

Completed in 932 milliseconds

1 2