Home
last modified time | relevance | path

Searched refs:validate_error (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/media/camera/docs/
H A Dmetadata_validate.py179 def validate_error(msg): function
215 validate_error(error_msg)
222 validate_error(error_msg)
245 validate_error(error_msg)
275 validate_error(("Entry '%s' in kind '%s' has type '%s' but " + \
283 validate_error(("Entry '%s' in kind '%s' is missing enum") \
296 validate_error(("Entry '%s' has id '%s', which is not" + \
302 validate_error(("Entry '%s' kind '%s' has enum el, but no enum attr") \
310validate_error(("Entry '%s' in kind '%s' is deprecated, but missing deprecation description") \
316validate_error(("Entry '%s' in kind '%s' has deprecation description, but is not deprecated") \
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_validate.c29 validate_error(struct ir3_validate_ctx *ctx, const char *condstr) in validate_error() function
44 validate_error(ctx, #cond); \
H A Dir3_ra_validate.c101 validate_error(struct ra_val_ctx *ctx, const char *condstr) in validate_error() function
112 validate_error(ctx, #cond); \
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection.cc1540 RTCError validate_error = ValidateConfiguration(modified_config); in SetConfiguration() local
1541 if (!validate_error.ok()) { in SetConfiguration()
1542 return validate_error; in SetConfiguration()