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

1 2 3 4

  /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 244 FilePath DirName() const WARN_UNUSED_RESULT;
250 FilePath BaseName() const WARN_UNUSED_RESULT;
262 StringType Extension() const WARN_UNUSED_RESULT;
271 StringType FinalExtension() const WARN_UNUSED_RESULT;
276 FilePath RemoveExtension() const WARN_UNUSED_RESULT;
280 FilePath RemoveFinalExtension() const WARN_UNUSED_RESULT;
290 StringPieceType suffix) const WARN_UNUSED_RESULT;
292 StringPiece suffix) const WARN_UNUSED_RESULT;
296 FilePath AddExtension(StringPieceType extension) const WARN_UNUSED_RESULT;
302 FilePath ReplaceExtension(StringPieceType extension) const WARN_UNUSED_RESULT;
    [all...]
  /external/v8/src/
value-serializer.h 56 Maybe<bool> WriteObject(Handle<Object> object) WARN_UNUSED_RESULT;
115 Maybe<bool> WriteJSReceiver(Handle<JSReceiver> receiver) WARN_UNUSED_RESULT;
116 Maybe<bool> WriteJSObject(Handle<JSObject> object) WARN_UNUSED_RESULT;
117 Maybe<bool> WriteJSObjectSlow(Handle<JSObject> object) WARN_UNUSED_RESULT;
118 Maybe<bool> WriteJSArray(Handle<JSArray> array) WARN_UNUSED_RESULT;
120 Maybe<bool> WriteJSValue(Handle<JSValue> value) WARN_UNUSED_RESULT;
122 Maybe<bool> WriteJSMap(Handle<JSMap> map) WARN_UNUSED_RESULT;
123 Maybe<bool> WriteJSSet(Handle<JSSet> map) WARN_UNUSED_RESULT;
125 WARN_UNUSED_RESULT;
127 Maybe<bool> WriteWasmModule(Handle<JSObject> object) WARN_UNUSED_RESULT;
    [all...]
  /system/netd/server/
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;
RouteController.h 46 static int Init(unsigned localNetId) WARN_UNUSED_RESULT;
57 static int addInterfaceToLocalNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
59 const char* interface) WARN_UNUSED_RESULT;
62 Permission permission) WARN_UNUSED_RESULT;
64 Permission permission) WARN_UNUSED_RESULT;
67 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
69 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
73 Permission newPermission) WARN_UNUSED_RESULT;
76 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
78 const UidRanges& uidRanges) WARN_UNUSED_RESULT;
    [all...]
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;
NetlinkCommands.h 47 WARN_UNUSED_RESULT int openNetlinkSocket(int protocol);
51 WARN_UNUSED_RESULT int recvNetlinkAck(int sock);
65 WARN_UNUSED_RESULT int sendNetlinkRequest(uint16_t action, uint16_t flags, iovec* iov, int iovlen,
69 WARN_UNUSED_RESULT int processNetlinkDump(int sock, const NetlinkDumpCallback& callback);
75 WARN_UNUSED_RESULT int rtNetlinkFlush(uint16_t getAction, uint16_t deleteAction,
Network.h 50 virtual int addInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
51 virtual int removeInterface(const std::string& interface) WARN_UNUSED_RESULT = 0;
52 int clearInterfaces() 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;
NetworkController.h 89 int setDefaultNetwork(unsigned netId) WARN_UNUSED_RESULT;
101 int createPhysicalNetwork(unsigned netId, Permission permission) WARN_UNUSED_RESULT;
102 int createPhysicalOemNetwork(Permission permission, unsigned *netId) WARN_UNUSED_RESULT;
103 int createVirtualNetwork(unsigned netId, bool hasDns, bool secure) WARN_UNUSED_RESULT;
104 int destroyNetwork(unsigned netId) WARN_UNUSED_RESULT;
106 int addInterfaceToNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
107 int removeInterfaceFromNetwork(unsigned netId, const char* interface) WARN_UNUSED_RESULT;
113 const std::vector<unsigned>& netIds) WARN_UNUSED_RESULT;
115 int addUsersToNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT;
116 int removeUsersFromNetwork(unsigned netId, const UidRanges& uidRanges) WARN_UNUSED_RESULT;
    [all...]
  /external/libchrome/crypto/
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;
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;
  /external/libchrome/base/threading/
thread_checker.h 19 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/v4l2_codec2/vda/
accelerated_video_decoder.h 30 virtual bool Flush() WARN_UNUSED_RESULT = 0;
54 virtual DecodeResult Decode() WARN_UNUSED_RESULT = 0;
  /external/v8/src/base/utils/
random-number-generator.h 50 V8_INLINE int NextInt() WARN_UNUSED_RESULT {
60 int NextInt(int max) WARN_UNUSED_RESULT;
67 V8_INLINE bool NextBool() WARN_UNUSED_RESULT {
76 double NextDouble() WARN_UNUSED_RESULT;
83 int64_t NextInt64() WARN_UNUSED_RESULT;
119 int Next(int bits) WARN_UNUSED_RESULT;
  /external/libchrome/base/process/
memory.h 75 BASE_EXPORT WARN_UNUSED_RESULT bool UncheckedMalloc(size_t size,
77 BASE_EXPORT WARN_UNUSED_RESULT bool UncheckedCalloc(size_t num_items,
  /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;
  /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/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(AstType* type) WARN_UNUSED_RESULT;
69 Zone* temp_zone) WARN_UNUSED_RESULT;
70 static HType FromValue(Handle<Object> value) WARN_UNUSED_RESULT;
  /external/libchrome/base/
pickle.h 41 bool ReadBool(bool* result) WARN_UNUSED_RESULT;
42 bool ReadInt(int* result) WARN_UNUSED_RESULT;
43 bool ReadLong(long* result) WARN_UNUSED_RESULT;
44 bool ReadUInt16(uint16_t* result) WARN_UNUSED_RESULT;
45 bool ReadUInt32(uint32_t* result) WARN_UNUSED_RESULT;
46 bool ReadInt64(int64_t* result) WARN_UNUSED_RESULT;
47 bool ReadUInt64(uint64_t* result) WARN_UNUSED_RESULT;
48 bool ReadFloat(float* result) WARN_UNUSED_RESULT;
49 bool ReadDouble(double* result) WARN_UNUSED_RESULT;
50 bool ReadString(std::string* result) WARN_UNUSED_RESULT;
    [all...]
base64url.h 52 std::string* output) WARN_UNUSED_RESULT;
sequence_checker_impl.h 30 bool CalledOnValidSequence() const WARN_UNUSED_RESULT;

Completed in 348 milliseconds

1 2 3 4