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

1 2 3

  /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;
gpuveto.cpp 22 static const int kError = 1;
33 return kError;
41 return kError;
49 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/google-breakpad/src/processor/
stack_frame_symbolizer.cc 62 if (!modules) return kError;
64 if (!module) return kError;
67 if (!resolver_) return kError; // no resolver.
71 return kError;
83 return kError;
110 return kError;
116 return kError;
123 return kError;
125 return kError;
stackwalker.cc 86 assert(symbolizer_result == StackFrameSymbolizer::kError ||
97 BPLOG(INFO) << ((symbolizer_result == StackFrameSymbolizer::kError) ?
144 case StackFrameSymbolizer::kError:
  /external/webrtc/webrtc/common_audio/vad/include/
vad.h 30 enum Activity { kPassive = 0, kActive = 1, kError = -1 };
  /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/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...]
protocol_unittest.cpp 82 EXPECT_EQ(0U, static_cast<uint8_t>(MessageSeverity::kError));
  /external/google-breakpad/src/google_breakpad/processor/
stack_frame_symbolizer.h 62 kError,
  /external/webrtc/webrtc/common_audio/vad/
vad.cc 39 return kError;
  /system/connectivity/wifilogd/
protocol.h 46 kError,
  /system/update_engine/common/
error_code.h 27 kError = 1,
  /external/webrtc/talk/media/base/
videoframe_unittest.h     [all...]
  /system/update_engine/payload_consumer/
filesystem_verifier_action.cc 152 Cleanup(ErrorCode::kError);
164 Cleanup(ErrorCode::kError);
171 return Cleanup(ErrorCode::kError);
189 Cleanup(ErrorCode::kError);
195 return Cleanup(ErrorCode::kError);
filesystem_verifier_action_unittest.cc 67 : action_(action), ran_(false), code_(ErrorCode::kError) {}
196 EXPECT_EQ(ErrorCode::kError, delegate.code());
197 return (ErrorCode::kError == delegate.code());
253 EXPECT_EQ(ErrorCode::kError, delegate.code_);
282 EXPECT_EQ(ErrorCode::kError, delegate.code_);
  /external/clang/test/SemaCXX/
PR10177.cpp 18 int U<N>::a = S<N>::kError; // expected-error 6{{undefined}}
  /external/v4l2_codec2/vda/
vp8_decoder.h 86 kError, // Error in decode, can't continue.
vp9_decoder.h 120 // Called on error, when decoding cannot continue. Sets state_ to kError and
128 kError, // Error in decode, can't continue.
  /external/webrtc/webrtc/modules/audio_coding/neteq/
accelerate.cc 29 return kError;
time_stretch.h 35 kError = -1
preemptive_expand.cc 35 return 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/v8/src/
fast-accessor-assembler.h 114 enum { kBuilding, kBuilt, kError } state_;
  /system/core/libziparchive/include/ziparchive/
zip_writer.h 173 kError,

Completed in 660 milliseconds

1 2 3