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

12 3 4

  /external/libchrome/base/
base64url.h 52 std::string* output) WARN_UNUSED_RESULT;
move.h 51 type&& Pass() WARN_UNUSED_RESULT { return std::move(*this); } \
callback_helpers.h 40 Closure Release() WARN_UNUSED_RESULT;
compiler_specific.h 124 // int foo() WARN_UNUSED_RESULT;
126 #undef WARN_UNUSED_RESULT
128 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result))
130 #define WARN_UNUSED_RESULT
  /external/libweave/third_party/chromium/base/
move.h 51 type&& Pass() WARN_UNUSED_RESULT { return std::move(*this); } \
compiler_specific.h 124 // int foo() WARN_UNUSED_RESULT;
126 #undef WARN_UNUSED_RESULT
128 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result))
130 #define 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/v8/src/base/platform/
condition-variable.h 59 bool WaitFor(Mutex* mutex, const TimeDelta& rel_time) WARN_UNUSED_RESULT;
71 Event* Pre() WARN_UNUSED_RESULT;
mutex.h 53 bool TryLock() WARN_UNUSED_RESULT;
152 bool TryLock() WARN_UNUSED_RESULT;
semaphore.h 50 bool WaitFor(const TimeDelta& rel_time) WARN_UNUSED_RESULT;
  /frameworks/base/libs/hwui/utils/
Macros.h 36 #define WARN_UNUSED_RESULT \
37 __attribute__((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;
  /external/webrtc/webrtc/
typedefs.h 70 // int foo() WARN_UNUSED_RESULT;
74 #if !defined(WARN_UNUSED_RESULT)
76 #define WARN_UNUSED_RESULT __attribute__ ((__warn_unused_result__))
78 #define WARN_UNUSED_RESULT
80 #endif // WARN_UNUSED_RESULT
  /external/v8/src/base/
flags.h 82 Type::flag_type rhs)ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
87 const Type& rhs)ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
95 ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
100 ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
108 ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
113 ALLOW_UNUSED_TYPE WARN_UNUSED_RESULT; \
  /external/libbrillo/brillo/
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/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 65 bool StartSandbox(SeccompLevel level) WARN_UNUSED_RESULT;
  /external/curl/lib/
sendf.h 55 size_t len) WARN_UNUSED_RESULT;
57 size_t len) WARN_UNUSED_RESULT;
  /system/netd/server/
RouteController.cpp 193 WARN_UNUSED_RESULT int sendNetlinkRequest(uint16_t action, uint16_t flags, iovec* iov, int iovlen) {
265 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint8_t ruleType,
346 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table,
353 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table,
361 WARN_UNUSED_RESULT int modifyIpRoute(uint16_t action, uint32_t table, const char* interface,
454 WARN_UNUSED_RESULT int modifyIncomingPacketMark(unsigned netId, const char* interface,
479 WARN_UNUSED_RESULT int modifyVpnOutputToLocalRule(const char* vpnInterface, bool add) {
490 WARN_UNUSED_RESULT int modifyVpnUidRangeRule(uint32_t table, uid_t uidStart, uid_t uidEnd,
518 WARN_UNUSED_RESULT int modifyVpnSystemPermissionRule(unsigned netId, uint32_t table, bool secure,
542 WARN_UNUSED_RESULT int modifyExplicitNetworkRule(unsigned netId, uint32_t table
    [all...]
  /external/libchrome/base/files/
file_path_watcher.h 43 const Callback& callback) WARN_UNUSED_RESULT = 0;
  /external/libchrome/base/mac/
scoped_authorizationref.h 68 AuthorizationRef release() WARN_UNUSED_RESULT {
scoped_typeref.h 83 T* InitializeInto() WARN_UNUSED_RESULT {
123 T release() WARN_UNUSED_RESULT {
  /external/libchrome/crypto/
nss_util.h 64 WARN_UNUSED_RESULT;
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.h 92 WARN_UNUSED_RESULT OffscreenBuffer* get(RenderState& renderState,
95 WARN_UNUSED_RESULT OffscreenBuffer* resize(OffscreenBuffer* layer,
  /system/extras/perfprofd/quipper/base/
compiler_specific.h 151 // int foo() WARN_UNUSED_RESULT;
154 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result))
156 #define WARN_UNUSED_RESULT

Completed in 901 milliseconds

12 3 4