OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WARN_UNUSED_RESULT
(Results
51 - 75
of
77
) sorted by null
1
2
3
4
/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/webrtc/webrtc/base/
common.h
190
// int foo()
WARN_UNUSED_RESULT
;
194
#if !defined(
WARN_UNUSED_RESULT
)
196
#define
WARN_UNUSED_RESULT
__attribute__ ((__warn_unused_result__))
198
#define
WARN_UNUSED_RESULT
200
#endif //
WARN_UNUSED_RESULT
scoped_ptr.h
434
element_type* release()
WARN_UNUSED_RESULT
{
440
element_type** accept()
WARN_UNUSED_RESULT
{
445
element_type** use()
WARN_UNUSED_RESULT
{
560
element_type* release()
WARN_UNUSED_RESULT
{
566
element_type** accept()
WARN_UNUSED_RESULT
{
571
element_type** use()
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
{
/system/netd/server/
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,
NetdConstants.h
59
#define
WARN_UNUSED_RESULT
__attribute__((__warn_unused_result__))
NetworkController.cpp
71
Permission permission, bool add)
WARN_UNUSED_RESULT
;
75
Permission permission) override
WARN_UNUSED_RESULT
;
77
Permission permission) override
WARN_UNUSED_RESULT
;
80
bool add)
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,
Snapshot.h
173
WARN_UNUSED_RESULT
const ClipBase* serializeIntersectedClip(LinearAllocator& allocator,
RecordingCanvas.h
54
virtual
WARN_UNUSED_RESULT
DisplayList* finishRecording() override;
DisplayListCanvas.h
71
virtual
WARN_UNUSED_RESULT
DisplayList* finishRecording() override;
/system/connectivity/shill/net/
sockets.h
140
int Release()
WARN_UNUSED_RESULT
;
/system/weaved/libweaved/
service.h
133
const ConnectionCallback& callback)
WARN_UNUSED_RESULT
;
/external/libchrome/base/
callback_list.h
106
scoped_ptr<Subscription> Add(const CallbackType& cb)
WARN_UNUSED_RESULT
{
scoped_generic.h
124
element_type release()
WARN_UNUSED_RESULT
{
/external/libweave/third_party/chromium/base/
callback_list.h
106
scoped_ptr<Subscription> Add(const CallbackType& cb)
WARN_UNUSED_RESULT
{
/external/libchrome/base/test/
trace_event_analyzer.h
116
bool SetFromJSON(const base::Value* event_value)
WARN_UNUSED_RESULT
;
569
WARN_UNUSED_RESULT
;
633
bool SetEvents(const std::string& json_events)
WARN_UNUSED_RESULT
;
/external/v8/src/base/
macros.h
195
// Newly written code should use
WARN_UNUSED_RESULT
.
196
#define MUST_USE_RESULT
WARN_UNUSED_RESULT
/external/curl/lib/
curl_setup.h
622
# define
WARN_UNUSED_RESULT
__attribute__((
warn_unused_result
))
625
# define
WARN_UNUSED_RESULT
/external/libchrome/base/memory/
scoped_ptr.h
393
element_type* release()
WARN_UNUSED_RESULT
{
485
element_type* release()
WARN_UNUSED_RESULT
{
/external/libweave/third_party/chromium/base/memory/
scoped_ptr.h
393
element_type* release()
WARN_UNUSED_RESULT
{
485
element_type* release()
WARN_UNUSED_RESULT
{
/external/libchrome/base/mac/
foundation_util.h
382
NSRange* range_out)
WARN_UNUSED_RESULT
;
/external/libchrome/base/files/
file_path_watcher_unittest.cc
195
bool recursive_watch)
WARN_UNUSED_RESULT
;
197
bool WaitForEvents()
WARN_UNUSED_RESULT
{
/external/v8/src/ic/
ic.h
603
Handle<Object> right)
WARN_UNUSED_RESULT
;
Completed in 1815 milliseconds
1
2
3
4