Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 7 of 7) sorted by relevance

/test/vts-testcase/vndk/golden/
Dvndk_data.py118 logging.warning("Unknown %d-bit ABI %s.", abi_bitness, abi_name)
234 logging.warning("Cannot load %s.", vndk_lib_list_name)
238 logging.warning("Cannot load %s.", vndk_lib_extra_list_name)
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPreconditionPreparer.java116 protected void logWarning(String warning) { in logWarning() argument
117 CLog.w(warning); in logWarning()
/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py204 logging.warning("%s: Unexpected vtable entry kind %s",
215 logging.warning("%s: Expected pure virtual function"
/test/vts-testcase/vndk/dependency/
Dvts_vndk_dependency_test.py244 logging.warning("%s is not built for Android, which is no "
431 logging.warning("Ignore dependency errors: %s", dep_errors)
/test/app_compat/csuite/
Dpylintrc161 # note). You have access to the variables errors warning, statement which
165 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
406 # warning.
423 # Exceptions that will emit a warning when being caught. Defaults to
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py141 logging.warning("attempt to read property 0x%x returned error %d",
383 logging.warning("Set value failed for Property 0x%x" % prop)
/test/dittosuite/
DDoxyfile831 # Configuration options related to warning and progress messages
841 # The WARNINGS tag can be used to turn on/off the warning messages that are
867 # parameters have no documentation without warning.
891 # a warning is encountered. If the WARN_AS_ERROR tag is set to FAIL_ON_WARNINGS
896 # write the warning messages in between other messages but write them at the end
897 # of a run, in case a WARN_LOGFILE is defined the warning messages will be
906 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
908 # will be replaced by the file and line number from which the warning originated
909 # and the warning text. Optionally the format may contain $version, which will
927 # The WARN_LOGFILE tag can be used to specify a file to which warning and error
[all …]