Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_capi/
Dtest_unicode.py33 def check_format(expected, format, *args): function
/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
/external/OpenCL-CTS/test_conformance/basic/
Dtest_writeimage.cpp201 bool check_format(cl_device_id device, cl_context context, in check_format() function
Dtest_readimage.cpp293 bool check_format(cl_device_id device, cl_context context, in check_format() function
/external/rust/beto-rust/nearby/src/
Dmain.rs75 fn check_format(root: &path::Path, options: &FormatterOptions) -> anyhow::Result<()> { in check_format() function
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dxml_consistency.py708 def check_format(self): member in Checker
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconsistency_tools.py386 def check_format(self): member in XMLChecker
/external/crosvm/win_audio/src/win_audio_impl/
Dwave_format.rs484 pub(crate) fn check_format( in check_format() function
/external/python/cpython2/Lib/test/
Dtest_unicode.py1695 def check_format(expected, format, *args): function