Home
last modified time | relevance | path

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

1234

/hardware/qcom/sm8150/media/conf_files/sm6150/
Dsm6150.mk26 $(warning "Compiling with full value-added framework")
28 $(warning "Compiling without full value-added framework - enabling GENERIC_ODM_IMAGE")
36 $(warning "Forcing OMX for Generic auto build variant")
45 $(warning "Forcing codec2.0 HW for generic odm build variant")
54 $(warning "Enabling codec2.0 non-audio SW only for non-generic odm build variant")
62 $(warning "Compiling without value-added features")
/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
Dshapestr.h4 #warning "shapestr.h is obsolete and may be removed in the future."
5 #warning "include <X11/extensions/shapeproto.h> for the protocol defines."
/hardware/google/gfxstream/guest/mesa/include/CL/
Dcl_d3d10.h22 #pragma warning( push )
23 #pragma warning( disable : 4201 )
24 #pragma warning( disable : 5105 )
30 #pragma warning( pop )
Dcl_d3d11.h22 #pragma warning( push )
23 #pragma warning( disable : 4201 )
24 #pragma warning( disable : 5105 )
30 #pragma warning( pop )
Dcl_dx9_media_sharing.h37 #pragma warning( push )
38 #pragma warning( disable : 4201 )
39 #pragma warning( disable : 5105 )
45 #pragma warning( pop )
/hardware/qcom/sm8150/media/conf_files/msmnile/
Dmsmnile.mk24 $(warning "Forcing codec2.0 HW for generic odm build variant")
34 $(warning "Enabling codec2.0 non-audio SW only for non-generic odm build variant")
42 $(warning "Compiling without value-added features")
/hardware/qcom/sm8150/media/conf_files/atoll/
Datoll.mk18 $(warning "Forcing codec2.0 HW for generic odm build variant")
23 $(warning "Enabling codec2.0 non-audio SW only for non-generic odm build variant")
/hardware/interfaces/tetheroffload/aidl/vts/functional/
DVtsHalTetheroffloadTargetTest.cpp297 const int64_t warning = 5000LL; in TEST_P() local
300 mOffload->setDataWarningAndLimit(upstream, warning, limit).getExceptionCode()); in TEST_P()
415 const int64_t warning = 12345LL; in TEST_P() local
418 mOffload->setDataWarningAndLimit(upstream, warning, limit).getExceptionCode()); in TEST_P()
425 const int64_t warning = 4000LL; in TEST_P() local
427 auto ret = mOffload->setDataWarningAndLimit(upstream, warning, limit); in TEST_P()
435 const int64_t warning = 0LL; in TEST_P() local
437 auto ret = mOffload->setDataWarningAndLimit(upstream, warning, limit); in TEST_P()
445 const int64_t warning = LLONG_MAX; in TEST_P() local
447 auto ret = mOffload->setDataWarningAndLimit(upstream, warning, limit); in TEST_P()
[all …]
/hardware/qcom/sm7250/media/conf_files/kona/
Dkona.mk26 $(warning "Forcing codec2.0 HW for generic odm build variant")
33 $(warning "Enabling codec2.0 non-audio SW only for non-generic odm build variant")
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dmacro_checker_file.py310 self.logger.warning("Unclosed blocks: %s",
329 self.warning(MessageId.MISSING_VALIDITY_INCLUDE,
549 … self.warning(MessageId.EXTENSION, "Seems like this is an extension name that was not linked.",
552 self.warning(MessageId.MISSING_MACRO,
569 self.warning(MessageId.EXTENSION,
573 self.warning(MessageId.MISSING_MACRO,
581 self.warning(MessageId.MISSING_MACRO,
644 self.logger.warning(
840 self.warning(MessageId.BAD_ENUMERANT, msg +
910 self.warning(MessageId.MISUSED_TEXT, msg)
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_quat.hpp35 # pragma warning(push)
36 # pragma warning(disable:4201) // warning C4201: nonstandard extension used : nameless struct/u…
303 # pragma warning(pop)
Dsimd_vec4.hpp36 # pragma warning(push)
37 # pragma warning(disable:4201) // warning C4201: nonstandard extension used : nameless struct/uni…
543 # pragma warning(pop)
/hardware/qcom/sm7250/media/conf_files/lito/
Dlito.mk28 $(warning "Forcing codec2.0 HW for generic odm build variant")
36 $(warning "Enabling codec2.0 non-audio SW only for non-generic odm build variant")
/hardware/google/gfxstream/include/render-utils/
Drender_api_platform_types.h45 #warning "Unsupported platform"
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dlog.h126 __pragma (warning(suppress : 4127 )) \
129 __pragma (warning(suppress : 4127 )) \
348 __pragma (warning(suppress : 4127 )) \
/hardware/qcom/sm7250/media/conf_files/bengal/
Dbengal.mk37 $(warning "Forcing codec2.0 HW for generic odm build variant")
42 $(warning "Enabling codec2.0 non-audio SW only for non-generic odm build variant")
/hardware/google/gfxstream/guest/mesa/src/util/tests/
Du_atomic_test.cpp35 #pragma warning( disable : 28112 ) /* Accessing a local variable via an Interlocked function */
36 #pragma warning( disable : 28113 ) /* A variable which is accessed via an Interlocked function must…
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dlog.h144 __pragma (warning(suppress : 4127 )) \
147 __pragma (warning(suppress : 4127 )) \
402 __pragma (warning(suppress : 4127 )) \
/hardware/qcom/sm7250/media/libc2dcolorconvert/
DAndroid.mk8 $(warning INTSAN_DIAG_ENABLED)
/hardware/qcom/sm7250/media/libstagefrighthw/
DAndroid.mk36 $(warning INTSAN_DIAG_ENABLED)
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/
DcheckLinks.py56 def warning(*args, **kwargs): function
77 warning(value, 'exists in the API but not as a',
294 warning('parameter', value, 'not found. curStruct =',
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.h349 #define wsi_common_vk_warn_once(warning) \ argument
353 mesa_loge(warning); \
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcLoader.h20 #warning "HwcLoader.h included without LOG_TAG"
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposer.h20 #warning "Composer.h included without LOG_TAG"
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcLoader.h20 #warning "HwcLoader.h included without LOG_TAG"

1234