Home
last modified time | relevance | path

Searched defs:check_format (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_unicode.py33 def check_format(expected, format, *args): function
/aosp_15_r20/external/rust/beto-rust/common/cmd_runner/src/
Dcargo_workspace.rs98 pub fn check_format(&self, sh: &xshell::Shell) -> anyhow::Result<()> { in check_format() method
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_writeimage.cpp201 bool check_format(cl_device_id device, cl_context context, in check_format() function
H A Dtest_readimage.cpp293 bool check_format(cl_device_id device, cl_context context, in check_format() function
/aosp_15_r20/external/rust/beto-rust/nearby/src/
Dmain.rs75 fn check_format(root: &path::Path, options: &FormatterOptions) -> anyhow::Result<()> { in check_format() function
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Dwave_format.rs484 pub(crate) fn check_format( in check_format() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_unicode.py1695 def check_format(expected, format, *args): function