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

1 2 3 4

  /system/netd/server/
RouteController.h 39 static int Init(unsigned localNetId) WARN_UNUSED_RESULT;
41 static int addInterfaceToLocalNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
43 const char* interface) WARN_UNUSED_RESULT;
46 Permission permission) WARN_UNUSED_RESULT;
48 Permission permission) WARN_UNUSED_RESULT;
51 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
53 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
57 Permission newPermission) WARN_UNUSED_RESULT;
60 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
62 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
    [all...]
PhysicalNetwork.h 30 Permission permission) WARN_UNUSED_RESULT = 0;
32 Permission permission) WARN_UNUSED_RESULT = 0;
40 int setPermission(Permission permission) WARN_UNUSED_RESULT;
42 int addAsDefault() WARN_UNUSED_RESULT;
43 int removeAsDefault() WARN_UNUSED_RESULT;
47 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
48 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
DummyNetwork.h 30 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
31 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
LocalNetwork.h 29 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
30 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
NetworkController.h 52 int setDefaultNetwork(unsigned netId) WARN_UNUSED_RESULT;
64 int createPhysicalNetwork(unsigned netId, Permission permission) WARN_UNUSED_RESULT;
65 int createVirtualNetwork(unsigned netId, bool hasDns, bool secure) WARN_UNUSED_RESULT;
66 int destroyNetwork(unsigned netId) WARN_UNUSED_RESULT;
68 int addInterfaceToNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
69 int removeInterfaceFromNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
75 const std::vector<unsigned>& netIds) WARN_UNUSED_RESULT;
77 int addUsersToNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT;
78 int removeUsersFromNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT;
86 const char* nexthop, bool legacy, uid_t uid) WARN_UNUSED_RESULT;
    [all...]
Network.h 47 virtual int addInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
48 virtual int removeInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
49 int clearInterfaces() WARN_UNUSED_RESULT;
VirtualNetwork.h 42 const std::set<uid_t>& protectableUsers) WARN_UNUSED_RESULT;
44 const std::set<uid_t>& protectableUsers) WARN_UNUSED_RESULT;
48 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT;
49 int removeInterface(const std::string& interface) 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.h 236 FilePath DirName() const WARN_UNUSED_RESULT;
242 FilePath BaseName() const WARN_UNUSED_RESULT;
254 StringType Extension() const WARN_UNUSED_RESULT;
263 StringType FinalExtension() const WARN_UNUSED_RESULT;
268 FilePath RemoveExtension() const WARN_UNUSED_RESULT;
272 FilePath RemoveFinalExtension() const WARN_UNUSED_RESULT;
282 StringPieceType suffix) const WARN_UNUSED_RESULT;
284 StringPiece suffix) const WARN_UNUSED_RESULT;
288 FilePath AddExtension(StringPieceType extension) const WARN_UNUSED_RESULT;
294 FilePath ReplaceExtension(StringPieceType extension) const WARN_UNUSED_RESULT;
    [all...]
  /external/libchrome/sandbox/linux/services/
credentials.h 43 static bool DropAllCapabilities(int proc_fd) WARN_UNUSED_RESULT;
45 static bool DropAllCapabilities() WARN_UNUSED_RESULT;
50 WARN_UNUSED_RESULT;
56 static bool DropAllCapabilitiesOnCurrentThread() WARN_UNUSED_RESULT;
58 const std::vector<Capability>& caps) WARN_UNUSED_RESULT;
82 static bool MoveToNewUserNS() WARN_UNUSED_RESULT;
96 static bool DropFileSystemAccess(int proc_fd) WARN_UNUSED_RESULT;
proc_util.h 30 static bool HasOpenDirectory(int proc_fd) WARN_UNUSED_RESULT;
31 static bool HasOpenDirectory() WARN_UNUSED_RESULT;
namespace_utils.h 28 generic_id_t id) WARN_UNUSED_RESULT;
46 static bool DenySetgroups() WARN_UNUSED_RESULT;
resource_limits.h 21 static bool Lower(int resource, rlim_t limit) WARN_UNUSED_RESULT;
  /external/libchrome/crypto/
hmac.h 51 bool Init(const unsigned char* key, size_t key_length) WARN_UNUSED_RESULT;
55 bool Init(SymmetricKey* key) WARN_UNUSED_RESULT;
59 bool Init(const base::StringPiece& key) WARN_UNUSED_RESULT {
68 size_t digest_length) const WARN_UNUSED_RESULT;
78 const base::StringPiece& digest) const WARN_UNUSED_RESULT;
84 const base::StringPiece& digest) const WARN_UNUSED_RESULT;
nss_util_internal.h 34 CRYPTO_EXPORT PK11SlotInfo* GetPersistentNSSKeySlot() WARN_UNUSED_RESULT;
54 const base::Callback<void(ScopedPK11Slot)>& callback) WARN_UNUSED_RESULT;
75 const std::string& username_hash) WARN_UNUSED_RESULT;
96 const std::string& username_hash) WARN_UNUSED_RESULT;
103 const base::Callback<void(ScopedPK11Slot)>& callback) 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 */
  /external/libchrome/base/
pickle.h 36 bool ReadBool(bool* result) WARN_UNUSED_RESULT;
37 bool ReadInt(int* result) WARN_UNUSED_RESULT;
38 bool ReadLong(long* result) WARN_UNUSED_RESULT;
39 bool ReadUInt16(uint16_t* result) WARN_UNUSED_RESULT;
40 bool ReadUInt32(uint32_t* result) WARN_UNUSED_RESULT;
41 bool ReadInt64(int64_t* result) WARN_UNUSED_RESULT;
42 bool ReadUInt64(uint64_t* result) WARN_UNUSED_RESULT;
43 bool ReadSizeT(size_t* result) WARN_UNUSED_RESULT;
44 bool ReadFloat(float* result) WARN_UNUSED_RESULT;
45 bool ReadDouble(double* result) WARN_UNUSED_RESULT;
    [all...]
  /external/libchrome/base/threading/
thread_checker.h 29 bool CalledOnValidThread() const WARN_UNUSED_RESULT {
thread_checker_impl.h 26 bool CalledOnValidThread() const WARN_UNUSED_RESULT;
  /external/libbrillo/brillo/
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;
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;
  /external/v8/src/base/utils/
random-number-generator.h 49 V8_INLINE int NextInt() WARN_UNUSED_RESULT {
59 int NextInt(int max) WARN_UNUSED_RESULT;
66 V8_INLINE bool NextBool() WARN_UNUSED_RESULT {
75 double NextDouble() WARN_UNUSED_RESULT;
82 int64_t NextInt64() WARN_UNUSED_RESULT;
118 int Next(int bits) WARN_UNUSED_RESULT;
  /external/libchrome/base/test/
test_file_util.h 55 bool MakeFileUnreadable(const FilePath& path) WARN_UNUSED_RESULT;
56 bool MakeFileUnwritable(const FilePath& path) WARN_UNUSED_RESULT;
  /external/libweave/third_party/chromium/base/strings/
stringprintf.h 20 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT;
24 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT;
  /external/v8/src/crankshaft/
hydrogen-types.h 43 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;
69 Zone* temp_zone) WARN_UNUSED_RESULT;
70 static HType FromValue(Handle<Object> value) WARN_UNUSED_RESULT;

Completed in 908 milliseconds

1 2 3 4