Home
last modified time | relevance | path

Searched defs:warning_message (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/libpng/
H A Dpngerror.c217 png_warning(png_const_structrp png_ptr, png_const_charp warning_message) in png_warning()
498 png_chunk_warning(png_const_structrp png_ptr, png_const_charp warning_message) in png_chunk_warning()
786 png_default_warning(png_const_structrp png_ptr, png_const_charp warning_message) in png_default_warning()
922 png_safe_warning(png_structp png_nonconst_ptr, png_const_charp warning_message) in png_safe_warning()
/aosp_15_r20/external/curl/scripts/
H A Dmk-ca-bundle.pl154 sub warning_message() { subroutine
/aosp_15_r20/external/libaom/build/cmake/
H A Dutil.cmake57 set(warning_message "${verb} ${feature}, ${reason} ${cause}.") variable
/aosp_15_r20/external/googleapis/google/maps/roads/v1op/
H A Droads.proto99 string warning_message = 2; field
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/tel/lab/
DTelLabEtwsTest.py96 warning_message): argument
DTelLabCmasTest.py114 warning_message, argument
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Danritsu_utils.py2067 log, ad, anritsu_handle, serial_number, message_id, warning_message): argument
2162 log, ad, anritsu_handle, serial_number, message_id, warning_message): argument
2206 message_id, warning_message): argument
/aosp_15_r20/external/googleapis/google/cloud/networkconnectivity/v1/
H A Dpolicy_based_routing.proto176 string warning_message = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/aosp_15_r20/external/googleapis/google/devtools/resultstore/v2/
H A Daction.proto318 string warning_message = 1; field
/aosp_15_r20/frameworks/base/tools/aapt/
H A DImages.cpp94 static void log_warning(png_structp png_ptr, png_const_charp warning_message) in log_warning()