Searched refs:WARN_UNUSED_RESULT (Results 1 - 25 of 56) sorted by relevance

123

/external/libchrome/sandbox/linux/services/
H A Dcredentials.h43 static bool DropAllCapabilities(int proc_fd) WARN_UNUSED_RESULT; member in class:sandbox::Credentials
45 static bool DropAllCapabilities() WARN_UNUSED_RESULT; member in class:sandbox::Credentials
50 WARN_UNUSED_RESULT; member in class:sandbox::Credentials
56 static bool DropAllCapabilitiesOnCurrentThread() WARN_UNUSED_RESULT; member in class:sandbox::Credentials
58 const std::vector<Capability>& caps) WARN_UNUSED_RESULT; member in class:sandbox::Credentials
82 static bool MoveToNewUserNS() WARN_UNUSED_RESULT; member in class:sandbox::Credentials
96 static bool DropFileSystemAccess(int proc_fd) WARN_UNUSED_RESULT; member in class:sandbox::Credentials
H A Dnamespace_utils.h28 generic_id_t id) WARN_UNUSED_RESULT; member in class:sandbox::NamespaceUtils
46 static bool DenySetgroups() WARN_UNUSED_RESULT; member in class:sandbox::NamespaceUtils
H A Dproc_util.h30 static bool HasOpenDirectory(int proc_fd) WARN_UNUSED_RESULT; member in class:sandbox::ProcUtil
31 static bool HasOpenDirectory() WARN_UNUSED_RESULT; member in class:sandbox::ProcUtil
H A Dresource_limits.h21 static bool Lower(int resource, rlim_t limit) WARN_UNUSED_RESULT; member in class:sandbox::ResourceLimits
/external/libchrome/base/files/
H A Dscoped_temp_dir.h34 bool CreateUniqueTempDir() WARN_UNUSED_RESULT; member in class:base::ScopedTempDir
37 bool CreateUniqueTempDirUnderPath(const FilePath& path) WARN_UNUSED_RESULT; member in class:base::ScopedTempDir
41 bool Set(const FilePath& path) WARN_UNUSED_RESULT; member in class:base::ScopedTempDir
44 bool Delete() WARN_UNUSED_RESULT; member in class:base::ScopedTempDir
H A Dfile_path.h236 FilePath DirName() const WARN_UNUSED_RESULT; member in class:base::FilePath
242 FilePath BaseName() const WARN_UNUSED_RESULT; member in class:base::FilePath
254 StringType Extension() const WARN_UNUSED_RESULT; member in class:base::FilePath
263 StringType FinalExtension() const WARN_UNUSED_RESULT; member in class:base::FilePath
268 FilePath RemoveExtension() const WARN_UNUSED_RESULT; member in class:base::FilePath
272 FilePath RemoveFinalExtension() const WARN_UNUSED_RESULT; member in class:base::FilePath
282 StringPieceType suffix) const WARN_UNUSED_RESULT; member in class:base::FilePath
284 StringPiece suffix) const WARN_UNUSED_RESULT; member in class:base::FilePath
288 FilePath AddExtension(StringPieceType extension) const WARN_UNUSED_RESULT; member in class:base::FilePath
294 FilePath ReplaceExtension(StringPieceType extension) const WARN_UNUSED_RESULT; member in class:base::FilePath
306 FilePath Append(StringPieceType component) const WARN_UNUSED_RESULT; member in class:base::FilePath
307 FilePath Append(const FilePath& component) const WARN_UNUSED_RESULT; member in class:base::FilePath
315 FilePath AppendASCII(StringPiece component) const WARN_UNUSED_RESULT; member in class:base::FilePath
324 bool EndsWithSeparator() const WARN_UNUSED_RESULT; member in class:base::FilePath
328 FilePath AsEndingWithSeparator() const WARN_UNUSED_RESULT; member in class:base::FilePath
332 FilePath StripTrailingSeparators() const WARN_UNUSED_RESULT; member in class:base::FilePath
[all...]
/external/libchrome/crypto/
H A Dhmac.h51 bool Init(const unsigned char* key, size_t key_length) WARN_UNUSED_RESULT; member in class:crypto::HMAC
55 bool Init(SymmetricKey* key) WARN_UNUSED_RESULT; member in class:crypto::HMAC
59 bool Init(const base::StringPiece& key) WARN_UNUSED_RESULT {
68 size_t digest_length) const WARN_UNUSED_RESULT; member in class:crypto::HMAC
78 const base::StringPiece& digest) const WARN_UNUSED_RESULT; member in class:crypto::HMAC
84 const base::StringPiece& digest) const WARN_UNUSED_RESULT; member in class:crypto::HMAC
H A Dnss_util_internal.h34 CRYPTO_EXPORT PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT; member in namespace:crypto
54 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT; member in namespace:crypto
75 const std::string& username_hash) WARN_UNUSED_RESULT; member in namespace:crypto
96 const std::string& username_hash) WARN_UNUSED_RESULT; member in namespace:crypto
103 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT; member in namespace:crypto
/external/v8/src/base/
H A Dcompiler-specific.h22 // int foo() WARN_UNUSED_RESULT;
24 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
26 #define WARN_UNUSED_RESULT /* NOT SUPPORTED */ macro
/external/libbrillo/brillo/
H A Duserdb_utils.h22 const std::string& user, uid_t* uid, gid_t* gid) WARN_UNUSED_RESULT; member in namespace:brillo::userdb
27 const std::string& group, gid_t* gid) WARN_UNUSED_RESULT; member in namespace:brillo::userdb
H A Durl_utils.h24 const std::string& subpath) WARN_UNUSED_RESULT; member in namespace:brillo::url
27 const std::vector<std::string>& parts) WARN_UNUSED_RESULT; member in namespace:brillo::url
67 bool remove_fragment) WARN_UNUSED_RESULT; member in namespace:brillo::url
73 const std::string& value) WARN_UNUSED_RESULT; member in namespace:brillo::url
77 const data_encoding::WebParamList& params) WARN_UNUSED_RESULT; member in namespace:brillo::url
/external/v8/src/base/utils/
H A Drandom-number-generator.h49 V8_INLINE int NextInt() WARN_UNUSED_RESULT {
59 int NextInt(int max) WARN_UNUSED_RESULT; member in class:v8::base::final
66 V8_INLINE bool NextBool() WARN_UNUSED_RESULT {
75 double NextDouble() WARN_UNUSED_RESULT; member in class:v8::base::final
82 int64_t NextInt64() WARN_UNUSED_RESULT; member in class:v8::base::final
118 int Next(int bits) WARN_UNUSED_RESULT; member in class:v8::base::final
/external/libchrome/base/
H A Dpickle.h36 bool ReadBool(bool* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
37 bool ReadInt(int* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
38 bool ReadLong(long* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
39 bool ReadUInt16(uint16_t* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
40 bool ReadUInt32(uint32_t* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
41 bool ReadInt64(int64_t* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
42 bool ReadUInt64(uint64_t* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
43 bool ReadSizeT(size_t* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
44 bool ReadFloat(float* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
45 bool ReadDouble(double* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
46 bool ReadString(std::string* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
48 bool ReadStringPiece(StringPiece* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
49 bool ReadString16(string16* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
51 bool ReadStringPiece16(StringPiece16* result) WARN_UNUSED_RESULT; member in class:base::PickleIterator
57 bool ReadData(const char** data, int* length) WARN_UNUSED_RESULT; member in class:base::PickleIterator
64 bool ReadBytes(const char** data, int length) WARN_UNUSED_RESULT; member in class:base::PickleIterator
[all...]
H A Dbase64url.h52 std::string* output) WARN_UNUSED_RESULT; member in namespace:base
H A Dmove.h51 type&& Pass() WARN_UNUSED_RESULT { return std::move(*this); } \
H A Dcompiler_specific.h124 // int foo() WARN_UNUSED_RESULT;
126 #undef WARN_UNUSED_RESULT macro
128 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
130 #define WARN_UNUSED_RESULT macro
/external/libweave/third_party/chromium/base/strings/
H A Dstringprintf.h20 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT; member in namespace:base
24 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT; member in namespace:base
/external/v8/src/crankshaft/
H A Dhydrogen-types.h43 static HType Name() WARN_UNUSED_RESULT { return HType(k##Name); }
48 HType Combine(HType other) const WARN_UNUSED_RESULT {
52 bool Equals(HType other) const WARN_UNUSED_RESULT {
56 bool IsSubtypeOf(HType other) const WARN_UNUSED_RESULT {
61 bool Is##Name() const WARN_UNUSED_RESULT { \
67 static HType FromType(Type* type) WARN_UNUSED_RESULT; member in class:v8::internal::final
69 Zone* temp_zone) WARN_UNUSED_RESULT; member in class:v8::internal::final
70 static HType FromValue(Handle<Object> value) WARN_UNUSED_RESULT; member in class:v8::internal::final
/external/libchrome/base/threading/
H A Dthread_checker.h29 bool CalledOnValidThread() const WARN_UNUSED_RESULT {
H A Dthread_checker_impl.h26 bool CalledOnValidThread() const WARN_UNUSED_RESULT; member in class:base::ThreadCheckerImpl
/external/libchrome/base/test/
H A Dtest_file_util.h55 bool MakeFileUnreadable(const FilePath& path) WARN_UNUSED_RESULT; member in namespace:base
56 bool MakeFileUnwritable(const FilePath& path) WARN_UNUSED_RESULT; member in namespace:base
/external/libweave/third_party/chromium/base/
H A Dmove.h51 type&& Pass() WARN_UNUSED_RESULT { return std::move(*this); } \
H A Dcompiler_specific.h124 // int foo() WARN_UNUSED_RESULT;
126 #undef WARN_UNUSED_RESULT macro
128 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
130 #define WARN_UNUSED_RESULT macro
/external/libchrome/base/strings/
H A Dstringprintf.h21 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT; member in namespace:base
25 ...) WPRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT; member in namespace:base
30 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT; member in namespace:base
/external/webrtc/webrtc/
H A Dtypedefs.h70 // int foo() WARN_UNUSED_RESULT;
74 #if !defined(WARN_UNUSED_RESULT)
76 #define WARN_UNUSED_RESULT __attribute__ ((__warn_unused_result__)) macro
78 #define WARN_UNUSED_RESULT macro
80 #endif // WARN_UNUSED_RESULT

Completed in 2105 milliseconds

123