Searched defs:WARN_UNUSED (Results 1 - 7 of 7) sorted by last modified time

/art/runtime/
H A Dthread_list.h69 REQUIRES(!Locks::thread_suspend_count_lock_) WARN_UNUSED; member in class:art::ThreadList
H A Dart_method.h445 REQUIRES_SHARED(Locks::mutator_lock_) WARN_UNUSED; member in class:art::FINAL
/art/dexlayout/
H A Ddex_writer.h219 std::string* error_msg) WARN_UNUSED; member in class:art::DexWriter
/art/libartbase/base/
H A Dbit_utils.h161 constexpr T RoundDown(T x, typename Identity<T>::type n) WARN_UNUSED; member in namespace:art
170 constexpr T RoundUp(T x, typename std::remove_reference<T>::type n) WARN_UNUSED; member in namespace:art
179 inline T* AlignDown(T* x, uintptr_t n) WARN_UNUSED; member in namespace:art
187 inline T* AlignUp(T* x, uintptr_t n) WARN_UNUSED; member in namespace:art
/art/libartbase/base/unix_file/
H A Dfd_file.h92 int Close() OVERRIDE WARN_UNUSED; member in class:unix_file::FdFile
93 int64_t Read(char* buf, int64_t byte_count, int64_t offset) const OVERRIDE WARN_UNUSED; member in class:unix_file::FdFile
94 int SetLength(int64_t new_length) OVERRIDE WARN_UNUSED; member in class:unix_file::FdFile
96 int64_t Write(const char* buf, int64_t byte_count, int64_t offset) OVERRIDE WARN_UNUSED; member in class:unix_file::FdFile
98 int Flush() OVERRIDE WARN_UNUSED; member in class:unix_file::FdFile
111 int FlushCloseOrErase() WARN_UNUSED; member in class:unix_file::FdFile
114 int FlushClose() WARN_UNUSED; member in class:unix_file::FdFile
125 bool ReadFully(void* buffer, size_t byte_count) WARN_UNUSED; member in class:unix_file::FdFile
126 bool PreadFully(void* buffer, size_t byte_count, size_t offset) WARN_UNUSED; member in class:unix_file::FdFile
127 bool WriteFully(const void* buffer, size_t byte_count) WARN_UNUSED; member in class:unix_file::FdFile
128 bool PwriteFully(const void* buffer, size_t byte_count, size_t offset) WARN_UNUSED; member in class:unix_file::FdFile
[all...]
/art/runtime/arch/
H A Dinstruction_set_features.h65 const std::string& feature_list, std::string* error_msg) const WARN_UNUSED; member in class:art::InstructionSetFeatures
/art/compiler/dex/
H A Ddex_to_dex_compiler.h59 const CompilationLevel compilation_level) WARN_UNUSED; member in class:art::optimizer::DexToDexCompiler

Completed in 113 milliseconds