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

1 2 3

  /external/libbrillo/brillo/
url_utils.h 24 const std::string& subpath) WARN_UNUSED_RESULT;
27 const std::vector<std::string>& parts) WARN_UNUSED_RESULT;
67 bool remove_fragment) WARN_UNUSED_RESULT;
73 const std::string& value) WARN_UNUSED_RESULT;
77 const data_encoding::WebParamList& params) WARN_UNUSED_RESULT;
userdb_utils.h 22 const std::string& user, uid_t* uid, gid_t* gid) WARN_UNUSED_RESULT;
27 const std::string& group, gid_t* gid) WARN_UNUSED_RESULT;
mime_utils.h 79 const Parameters& parameters = {}) WARN_UNUSED_RESULT;
109 const std::string& mime_string) WARN_UNUSED_RESULT;
116 const std::string& paramValue) WARN_UNUSED_RESULT;
  /external/libchrome/base/strings/
stringprintf.h 21 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT;
25 ...) WPRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT;
30 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT;
  /system/tpm/tpm_manager/server/
openssl_crypto_util.h 36 std::string* random_data) WARN_UNUSED_RESULT = 0;
openssl_crypto_util_impl.h 42 std::string* random_data) override WARN_UNUSED_RESULT;
  /external/libchrome/base/files/
scoped_temp_dir.h 34 bool CreateUniqueTempDir() WARN_UNUSED_RESULT;
37 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT;
41 bool Set(const FilePath& path) WARN_UNUSED_RESULT;
44 bool Delete() WARN_UNUSED_RESULT;
file_path_watcher.h 49 const Callback& callback) WARN_UNUSED_RESULT = 0;
  /frameworks/base/libs/hwui/utils/
Macros.h 35 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result))
  /external/libchrome/base/
callback_helpers.h 54 Closure Release() WARN_UNUSED_RESULT;
sequence_checker_impl.h 30 bool CalledOnValidSequence() const WARN_UNUSED_RESULT;
base64url.h 52 std::string* output) WARN_UNUSED_RESULT;
  /external/libchrome/base/test/
test_file_util.h 57 bool MakeFileUnreadable(const FilePath& path) WARN_UNUSED_RESULT;
58 bool MakeFileUnwritable(const FilePath& path) WARN_UNUSED_RESULT;
gtest_util.h 92 bool WriteCompiledInTestsToFile(const FilePath& path) WARN_UNUSED_RESULT;
98 std::vector<TestIdentifier>* output) WARN_UNUSED_RESULT;
  /external/libchrome/crypto/
nss_util.h 61 WARN_UNUSED_RESULT;
nss_util_internal.h 36 CRYPTO_EXPORT PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT;
56 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT;
77 const std::string& username_hash) WARN_UNUSED_RESULT;
98 const std::string& username_hash) WARN_UNUSED_RESULT;
105 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT;
hmac.h 52 bool Init(const unsigned char* key, size_t key_length) WARN_UNUSED_RESULT;
56 bool Init(SymmetricKey* key) WARN_UNUSED_RESULT;
60 bool Init(const base::StringPiece& key) WARN_UNUSED_RESULT {
69 size_t digest_length) const WARN_UNUSED_RESULT;
79 const base::StringPiece& digest) const WARN_UNUSED_RESULT;
85 const base::StringPiece& digest) const WARN_UNUSED_RESULT;
  /external/v8/src/base/
compiler-specific.h 22 // int foo() WARN_UNUSED_RESULT;
24 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result))
26 #define WARN_UNUSED_RESULT /* NOT SUPPORTED */
  /system/netd/server/
DummyNetwork.h 33 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
34 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
LocalNetwork.h 32 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
33 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
PhysicalNetwork.h 33 Permission permission) WARN_UNUSED_RESULT = 0;
35 Permission permission) WARN_UNUSED_RESULT = 0;
43 int setPermission(Permission permission) WARN_UNUSED_RESULT;
45 int addAsDefault() WARN_UNUSED_RESULT;
46 int removeAsDefault() WARN_UNUSED_RESULT;
50 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
51 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
VirtualNetwork.h 45 const std::set<uid_t>& protectableUsers) WARN_UNUSED_RESULT;
47 const std::set<uid_t>& protectableUsers) WARN_UNUSED_RESULT;
51 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
52 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
  /external/libchrome/base/threading/
thread_checker_impl.h 27 bool CalledOnValidThread() const WARN_UNUSED_RESULT;
  /external/libmojo/base/i18n/
rtl.h 142 const string16& text) WARN_UNUSED_RESULT;
150 const string16& text) WARN_UNUSED_RESULT;
  /external/v4l2_codec2/vda/
accelerated_video_decoder.h 30 virtual bool Flush() WARN_UNUSED_RESULT = 0;
54 virtual DecodeResult Decode() WARN_UNUSED_RESULT = 0;

Completed in 567 milliseconds

1 2 3