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

1 2

  /external/chromium_org/third_party/skia/tools/
gpuveto.cpp 21 static const int kSuccess = 0;
69 return kSuccess;
skpinfo.cpp 24 static const int kSuccess = 0;
74 return kSuccess;
115 return kSuccess; // TODO: need to store size in bytes
124 return kSuccess; // TODO: need to store size in bytes
131 return kSuccess; // TODO: need to store size in bytes
153 return kSuccess;
  /external/skia/tools/
gpuveto.cpp 21 static const int kSuccess = 0;
67 return kSuccess;
skpinfo.cpp 25 static const int kSuccess = 0;
76 return kSuccess;
117 return kSuccess; // TODO: need to store size in bytes
126 return kSuccess; // TODO: need to store size in bytes
133 return kSuccess; // TODO: need to store size in bytes
155 return kSuccess;
  /external/lzma/CPP/7zip/UI/Common/
ExitCode.h 10 kSuccess = 0, // Successful operation
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.h 28 kSuccess,
  /external/chromium_org/media/base/
decryptor.h 34 kSuccess, // Decryption successfully completed. Decrypted buffer ready.
64 // - Set to kSuccess if the encrypted buffer is successfully decrypted and
86 // pending DecryptCB immediately with kSuccess and NULL.
111 // - Set to kSuccess if the encrypted buffer is successfully decrypted and
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
time_stretch.h 32 kSuccess = 0,
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_message_filter_unittest.cc 84 static const bool kSuccess = true;
101 kRouteId, kCallbackId, kMarkers, kSuccess, kText, results);
113 EXPECT_EQ(kSuccess, sent_success);
  /external/chromium_org/media/filters/
source_buffer_stream.h 38 // kSuccess: Indicates that the next buffer was returned.
43 kSuccess,
108 // Returns kSuccess if |out_buffer| is filled with a valid buffer, kNeedBuffer
254 // kSuccess.
  /external/chromium_org/testing/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/chromium_org/third_party/mesa/src/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/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/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 51 kSuccess, // Succeeded.
88 bool passed() const { return type_ == kSuccess; }
91 bool failed() const { return type_ != kSuccess; }
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 55 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; }
  /external/chromium_org/content/renderer/media/crypto/
encrypted_media_player_support_impl.cc 85 kSuccess,
99 return kSuccess;
  /external/chromium_org/extensions/browser/api/declarative/
rules_registry.cc 28 const char kSuccess[] = "";
121 return kSuccess;
156 return kSuccess;
183 return kSuccess;
  /external/chromium_org/components/policy/core/common/cloud/
device_management_service.cc 38 const int kSuccess = 200;
87 fetcher->GetResponseCode() == kSuccess &&
223 if (response_code != kSuccess)
227 case kSuccess: {
  /external/skia/include/core/
SkImageDecoder.h 258 kSuccess = 2 //!< The entire image was decoded, if Mode is
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc     [all...]
  /art/runtime/gc/
heap.h 106 kSuccess,
    [all...]

Completed in 936 milliseconds

1 2