Searched refs:warning (Results 1 – 12 of 12) sorted by relevance
/art/tools/ |
D | findbuildbotwarnings.py | 91 for warning in sorted(list(sharedwarnings)): 92 print warning
|
/art/build/ |
D | Android.common.mk | 49 $(warning unsupported TARGET_ARCH=$(TARGET_ARCH)) 52 $(warning unsupported HOST_ARCH=$(HOST_ARCH))
|
D | Android.bp | 48 // that working around this warning would be extra-painful. 93 // Enable warning of converting ints to void*. 96 // Enable warning of wrong unused annotations. 99 // Enable warning for deprecated language features. 102 // Enable warning for unreachable break & return. 106 // Disable warning for use of offsetof on non-standard layout type. 110 // Enable inconsistent-missing-override warning. This warning is disabled by default in
|
/art/runtime/ |
D | backtrace_helper.cc | 124 #pragma clang diagnostic warning "-W#warnings" 125 #warning "Backtrace collector is not implemented. GCStress cannot be used."
|
D | thread.cc | 388 #pragma clang diagnostic warning "-W#warnings" in Park() 389 #warning "LockSupport.park/unpark implemented as noops without FUTEX support." in Park()
|
/art/compiler/ |
D | compiler.h | 103 uint64_t warning) : in Compiler() argument 106 maximum_compilation_time_before_warning_(warning) { in Compiler()
|
/art/runtime/arch/ |
D | memcmp16.cc | 44 #pragma GCC diagnostic warning "-Wunused-function"
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 132 void moveTo(GuardState target, GuardState warn_threshold, const char* warning); 137 void moveUp(GuardState target, const char* warning);
|
D | fd_file.cc | 264 void FdFile::moveTo(GuardState target, GuardState warn_threshold, const char* warning) { in moveTo() argument 268 LOG(ERROR) << warning; in moveTo() 275 void FdFile::moveUp(GuardState target, const char* warning) { in moveUp() argument 281 LOG(ERROR) << warning; in moveUp()
|
/art/tools/jvmti-agents/jit-load/ |
D | README.md | 18 loaded on a jit thread. Otherwise a warning will be printed.
|
/art/build/apex/ |
D | art_apex_test.py | 128 logging.warning('Could not break and parse line \'%s\'', line) 136 logging.warning('Dont understand bits \'%s\'', bits) 966 logging.warning('--flavor=auto, trying to autodetect. This may be incorrect!') 998 logging.warning('--bitness=auto, trying to autodetect. This may be incorrect!') 1002 logging.warning(' Detected multilib') 1005 logging.warning(' Detected 32-only') 1008 logging.warning(' Detected 64-only')
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 37 The generation tool does *not* print a warning if your instructions
|