HomeSort by relevance Sort by last modified time
    Searched defs:WARN_UNUSED (Results 1 - 9 of 9) sorted by null

  /art/runtime/arch/
instruction_set_features.h 65 const std::string& feature_list, std::string* error_msg) const WARN_UNUSED;
  /external/selinux/libsemanage/src/
utilities.h 31 #define WARN_UNUSED \
34 # define WARN_UNUSED /* nothing */
55 char *semanage_findval(const char *file, const char *var, const char *delim) WARN_UNUSED;
68 int semanage_is_prefix(const char *str, const char *val) WARN_UNUSED;
74 char *semanage_split_on_space(const char *str) WARN_UNUSED;
85 char *semanage_split(const char *str, const char *delim) WARN_UNUSED;
91 int semanage_list_push(semanage_list_t ** list, const char *data) WARN_UNUSED;
95 const char *data) WARN_UNUSED;
96 int semanage_list_sort(semanage_list_t ** l) WARN_UNUSED;
146 WARN_UNUSED;
    [all...]
  /system/core/base/include/android-base/
macros.h 123 #define WARN_UNUSED __attribute__((warn_unused_result))
  /art/runtime/base/unix_file/
fd_file.h 92 int Close() OVERRIDE WARN_UNUSED;
93 int64_t Read(char* buf, int64_t byte_count, int64_t offset) const OVERRIDE WARN_UNUSED;
94 int SetLength(int64_t new_length) OVERRIDE WARN_UNUSED;
96 int64_t Write(const char* buf, int64_t byte_count, int64_t offset) OVERRIDE WARN_UNUSED;
98 int Flush() OVERRIDE WARN_UNUSED;
111 int FlushCloseOrErase() WARN_UNUSED;
114 int FlushClose() WARN_UNUSED;
125 bool ReadFully(void* buffer, size_t byte_count) WARN_UNUSED;
126 bool PreadFully(void* buffer, size_t byte_count, size_t offset) WARN_UNUSED;
127 bool WriteFully(const void* buffer, size_t byte_count) WARN_UNUSED;
    [all...]
  /art/runtime/
thread_list.h 69 REQUIRES(!Locks::thread_suspend_count_lock_) WARN_UNUSED;
art_method.h 423 REQUIRES_SHARED(Locks::mutator_lock_) WARN_UNUSED;
  /art/runtime/base/
bit_utils.h 148 constexpr T RoundDown(T x, typename Identity<T>::type n) WARN_UNUSED;
157 constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) WARN_UNUSED;
166 inline T* AlignDown(T* x, uintptr_t n) WARN_UNUSED;
174 inline T* AlignUp(T* x, uintptr_t n) WARN_UNUSED;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/
ctx.h 42 #define WARN_UNUSED GCC_WARN_UNUSED_RESULT
44 #define WARN_UNUSED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
ctx.h 42 #define WARN_UNUSED GCC_WARN_UNUSED_RESULT
44 #define WARN_UNUSED

Completed in 439 milliseconds