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

1 2

  /external/skia/tools/
gpuveto.cpp 20 static const int kSuccess = 0;
66 return kSuccess;
imgblur.cpp 23 static const int kSuccess = 0;
60 if (SkImageDecoder::kSuccess != res) {
76 return kSuccess;
imgslice.cpp 30 static const int kSuccess = 0;
131 return kSuccess;
skpinfo.cpp 25 static const int kSuccess = 0;
75 return kSuccess;
136 return kSuccess; // TODO: need to store size in bytes
158 return kSuccess;
  /external/lzma/CPP/7zip/UI/Common/
ExitCode.h 10 kSuccess = 0, // Successful operation
  /external/webrtc/webrtc/modules/audio_coding/neteq/
time_stretch.h 32 kSuccess = 0,
  /art/cmdline/
cmdline_result.h 29 kSuccess,
43 bool IsSuccess() const { return status_ == kSuccess; }
45 bool IsError() const { return status_ != kSuccess; }
58 assert(status != kSuccess);
64 assert(status != kSuccess);
80 case CmdlineResult::kSuccess:
81 stream << "kSuccess";
  /system/connectivity/apmanager/
error.h 36 kSuccess = 0, // No error.
56 bool IsSuccess() const { return type_ == kSuccess; }
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 56 kSuccess,
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-test-part.h 52 kSuccess, // Succeeded.
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/
pairingsession.h 49 kSuccess,
  /external/gtest/include/gtest/
gtest-test-part.h 52 kSuccess, // Succeeded.
91 bool passed() const { return type_ == kSuccess; }
94 bool failed() const { return type_ != kSuccess; }
  /external/libweave/src/privet/
privet_types.h 107 kSuccess,
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 52 kSuccess, // Succeeded.
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
  /external/mesa3d/src/gtest/include/gtest/
gtest-test-part.h 52 kSuccess, // Succeeded.
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 52 kSuccess, // Succeeded.
89 bool passed() const { return type_ == kSuccess; }
92 bool failed() const { return type_ != kSuccess; }
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-test-part.h 52 kSuccess, // Succeeded.
91 bool passed() const { return type_ == kSuccess; }
94 bool failed() const { return type_ != kSuccess; }
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h 52 kSuccess, // Succeeded.
91 bool passed() const { return type_ == kSuccess; }
94 bool failed() const { return type_ != kSuccess; }
  /system/tpm/attestation/server/
attestation_service_test.cc 51 kSuccess, // Valid successful response.
71 SetupFakeCAEnroll(kSuccess);
72 SetupFakeCASign(kSuccess);
153 } else if (state == kSuccess) {
183 } else if (state == kSuccess || state == kBadMessageID) {
186 if (state == kSuccess) {
    [all...]
  /external/skia/include/codec/
SkCodec.h 156 kSuccess,
269 * @return Result kSuccess, or another value explaining the type of failure.
320 * Returns kSuccess, or another value explaining the type of failure.
  /external/v8/src/compiler/
code-generator.h 93 enum CodeGenResult { kSuccess, kTooManyDeoptimizationBailouts };
  /external/v8/src/wasm/
wasm-result.h 23 kSuccess,
42 Result() : val(), error_code(kSuccess), start(nullptr), error_pc(nullptr) {
53 bool ok() const { return error_code == kSuccess; }
54 bool failed() const { return error_code != kSuccess; }
  /system/connectivity/shill/
error.h 40 kSuccess = 0, // No error.
92 bool IsSuccess() const { return type_ == kSuccess; }
  /system/update_engine/common/
error_code.h 26 kSuccess = 0,
  /system/update_engine/
metrics.h 181 kSuccess,

Completed in 405 milliseconds

1 2