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

1 2

  /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/chrome/browser/spellchecker/
spellcheck_message_filter_unittest.cc 84 static const bool kSuccess = true;
99 kRouteId, kCallbackId, kMarkers, kSuccess, kText, results);
113 EXPECT_EQ(kSuccess, sent_success);
  /external/chromium_org/chrome/test/webdriver/
webdriver_error.h 21 kSuccess = 0,
  /frameworks/compile/mclinker/tools/mcld/include/alone/
Linker.h 39 kSuccess,
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 94 kSuccess,
100 // canonicalizes it using GURL. Returns kSuccess if the rule is interpreted as
104 NormalizeResult result = kSuccess;
169 return kSuccess;
175 NormalizeResult result = kSuccess;
290 if (result != kSuccess) {
  /external/chromium/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/chromium_org/media/filters/
source_buffer_stream.h 37 // kSuccess: Indicates that the next buffer was returned.
42 kSuccess,
94 // Returns kSuccess if |out_buffer| is filled with a valid buffer, kNeedBuffer
249 // 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/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/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/open-vcdiff/gtest/include/gtest/
gtest-test-part.h 51 kSuccess, // Succeeded.
88 bool passed() const { return type_ == kSuccess; }
91 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 50 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/chrome/browser/extensions/api/declarative/
rules_registry_with_cache.cc 28 const char kSuccess[] = "";
135 return kSuccess;
156 return kSuccess;
178 return kSuccess;
194 return kSuccess;
208 return kSuccess;
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.cc 55 const int kSuccess = 200;
205 case kSuccess: {
  /external/chromium_org/chrome/browser/policy/cloud/
device_management_service.cc 61 const int kSuccess = 200;
114 fetcher->GetResponseCode() == kSuccess &&
369 if (response_code != kSuccess)
373 case kSuccess: {
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 961 kSuccess,
    [all...]
  /external/chromium_org/content/renderer/media/
webmediaplayer_impl.cc 679 kSuccess,
693 return kSuccess;
    [all...]
  /dalvik/vm/compiler/
CompilerIR.h 195 kSuccess,
  /art/compiler/dex/
compiler_enums.h 142 kSuccess,

Completed in 593 milliseconds

1 2