/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...] |
PhysicalNetwork.cpp | 26 WARN_UNUSED_RESULT int addToDefault(unsigned netId, const std::string& interface, 38 WARN_UNUSED_RESULT int removeFromDefault(unsigned netId, const std::string& interface,
|
/bionic/libc/private/ |
UniquePtr.h | 69 T* release() __attribute__((warn_unused_result)) { 119 T* release() __attribute__((warn_unused_result)) {
|
/external/libchrome/base/mac/ |
scoped_typeref.h | 83 T* InitializeInto() WARN_UNUSED_RESULT { 123 T release() 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;
|
semaphore.h | 50 bool WaitFor(const TimeDelta& rel_time) 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,
|
/external/libchrome/base/ |
move.h | 51 type&& Pass() WARN_UNUSED_RESULT { return std::move(*this); } \
|
macros.h | 56 // that has been marked WARN_UNUSED_RESULT, wrap it with this. Example:
|
/external/libweave/third_party/chromium/base/ |
move.h | 51 type&& Pass() WARN_UNUSED_RESULT { return std::move(*this); } \
|
/libnativehelper/include/nativehelper/ |
ScopedFd.h | 46 int release() __attribute__((warn_unused_result)) {
|
UniquePtr.h | 68 T* release() __attribute__((warn_unused_result)) { 112 T* release() __attribute__((warn_unused_result)) {
|
/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
|
/external/v8/src/compiler/ |
simplified-operator.h | 57 BufferAccess const BufferAccessOf(const Operator* op) WARN_UNUSED_RESULT; 80 FieldAccess const& FieldAccessOf(const Operator* op) WARN_UNUSED_RESULT; 103 ElementAccess const& ElementAccessOf(const Operator* op) WARN_UNUSED_RESULT;
|
/external/google-breakpad/src/common/ |
basictypes.h | 45 // that has been marked with __attribute__((warn_unused_result)), wrap it with
|
/external/libchrome/base/threading/ |
thread_checker.h | 29 bool CalledOnValidThread() const WARN_UNUSED_RESULT {
|
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/ |
filewritestream.h | 63 // added to avoid warn_unused_result build errors
|
/system/core/base/include/android-base/ |
unique_fd.h | 80 int release() __attribute__((warn_unused_result)) {
|
/external/conscrypt/src/compat/native/ |
UniquePtr.h | 72 T* release() __attribute__((warn_unused_result)) { 123 T* release() __attribute__((warn_unused_result)) {
|
/external/conscrypt/src/openjdk/native/ |
UniquePtr.h | 72 T* release() __attribute__((warn_unused_result)) { 123 T* release() __attribute__((warn_unused_result)) {
|
/external/webrtc/webrtc/common_audio/ |
swap_queue.h | 120 bool Insert(T* input) WARN_UNUSED_RESULT { 153 bool Remove(T* output) WARN_UNUSED_RESULT {
|
/frameworks/base/libs/hwui/ |
BakedOpRenderer.h | 71 WARN_UNUSED_RESULT OffscreenBuffer* startTemporaryLayer(uint32_t width, uint32_t height); 75 WARN_UNUSED_RESULT OffscreenBuffer* copyToLayer(const Rect& area);
|
ClipArea.h | 177 WARN_UNUSED_RESULT const ClipBase* serializeClip(LinearAllocator& allocator); 178 WARN_UNUSED_RESULT const ClipBase* serializeIntersectedClip(LinearAllocator& allocator,
|
/external/bison/lib/ |
hash.h | 31 The warn_unused_result attribute appeared first in gcc-3.4.0. */
|
/external/libchrome/base/files/ |
file_path_watcher.h | 43 const Callback& callback) WARN_UNUSED_RESULT = 0;
|