Home
last modified time | relevance | path

Searched defs:validate_config (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/
H A Dconfig.rs33 pub fn validate_config(_cfg: &mut Config) -> std::result::Result<(), String> { in validate_config() function
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEReduceMean.cpp37 Status validate_config(const ITensorInfo *input, const Coordinates &reduction_axis, bool keep_dims,… in validate_config() function
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLReduceMean.cpp41 Status validate_config(const ITensorInfo *input, const Coordinates &reduction_axis, bool keep_dims,… in validate_config() function
/aosp_15_r20/external/crosvm/tools/
H A Dpresubmit458 def validate_config(): function
/aosp_15_r20/external/wmediumd/wmediumd/
H A Dconfig.c409 int validate_config(const char* file) { in validate_config() function
/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Dconfig.rs45 pub fn validate_config(_cfg: &mut Config) -> std::result::Result<(), String> { in validate_config() function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/utils/
H A Dgeneric_utils.py1146 def validate_config(config): function
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp403 static astcenc_error validate_config( in validate_config() function
/aosp_15_r20/external/libvpx/vp8/
H A Dvp8_cx_iface.c143 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config() function
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Dcrosvm.rs1332 fn validate_config(config: &CrosvmConfig) -> Result<(), Error> { in validate_config() function
/aosp_15_r20/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
H A Dentry.rs348 fn validate_config( in validate_config() function
/aosp_15_r20/external/libvpx/vp9/
H A Dvp9_cx_iface.c183 static vpx_codec_err_t validate_config(vpx_codec_alg_priv_t *ctx, in validate_config() function
/aosp_15_r20/external/crosvm/src/crosvm/
H A Dconfig.rs1117 pub fn validate_config(cfg: &mut Config) -> std::result::Result<(), String> { in validate_config() function
/aosp_15_r20/external/libaom/av1/
H A Dav1_cx_iface.c643 static aom_codec_err_t validate_config(aom_codec_alg_priv_t *ctx, in validate_config() function