Searched refs:warning (Results 1 - 6 of 6) sorted by relevance

/art/build/
H A DAndroid.common.mk48 $(warning unsupported TARGET_ARCH=$(TARGET_ARCH))
51 $(warning unsupported HOST_ARCH=$(HOST_ARCH))
66 $(warning Do not know what to do with this multi-target configuration!)
/art/runtime/arch/
H A Dmemcmp16.cc44 #pragma GCC diagnostic warning "-Wunused-function"
/art/compiler/
H A Dcompiler.h99 Compiler(CompilerDriver* driver, uint64_t warning) : argument
100 driver_(driver), maximum_compilation_time_before_warning_(warning) {
/art/runtime/base/unix_file/
H A Dfd_file.h105 // given warning if the current state is or exceeds warn_threshold.
106 void moveTo(GuardState target, GuardState warn_threshold, const char* warning);
110 // warning.
111 void moveUp(GuardState target, const char* warning);
H A Dfd_file.cc73 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) { argument
77 LOG(::art::ERROR) << warning;
84 void FdFile::moveUp(GuardState target, const char* warning) { argument
90 LOG(::art::ERROR) << warning;
/art/test/
H A DAndroid.run-test.mk265 $(warning "No python3 found. Disabling tests: $(TEST_ART_PYTHON3_DEPENDENCY_RUN_TESTS)")

Completed in 140 milliseconds