Home
last modified time | relevance | path

Searched full:check_format (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_unicode.py33 def check_format(expected, format, *args): function
38 check_format('ascii\x7f=unicode\xe9',
49 check_format('\uabcd',
51 check_format('\U0010ffff',
56 check_format('\U00010000\U00100000',
60 check_format('%',
62 check_format('%',
64 check_format('%s',
66 check_format('[%]',
68 check_format('%abc',
[all …]
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_unicode.py1695 def check_format(expected, format, *args): function
1700 check_format(u'ascii\x7f=unicode\xe9',
1711 check_format(u'\uabcd',
1714 check_format(u'\U0010ffff',
1723 check_format(u'\U00010000\U00100000',
1727 check_format(u'%',
1729 check_format(u'%',
1731 check_format(u'%s',
1733 check_format(u'[%]',
1735 check_format(u'%abc',
[all …]
/aosp_15_r20/external/vulkan-validation-layers/
H A D.travis.yml35 - env: CHECK_FORMAT=ON
79 if [[ "$CHECK_FORMAT" == "ON" && "$TRAVIS_PULL_REQUEST" != "false" ]]; then
167 if [[ "$CHECK_FORMAT" == "ON" ]]; then
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/
H A Dtest_readimage.cpp293 bool check_format(cl_device_id device, cl_context context, in check_format() function
313 if (check_format(device, context, CL_MEM_OBJECT_IMAGE2D, format[1])) in test_readimage()
349 if (check_format(device, context, CL_MEM_OBJECT_IMAGE3D, format[1])) in test_readimage3d()
H A Dtest_writeimage.cpp201 bool check_format(cl_device_id device, cl_context context, in check_format() function
223 if (check_format(device, context, CL_MEM_OBJECT_IMAGE2D, format[1], in test_writeimage()
/aosp_15_r20/external/rust/beto-rust/nearby/src/
Dmain.rs50 Subcommand::CheckFormat(ref options) => check_format(&root_dir, options)?, in main()
75 fn check_format(root: &path::Path, options: &FormatterOptions) -> anyhow::Result<()> { in check_format() function
126 check_format(root, &options.formatter_options)?; in check_workspace()
/aosp_15_r20/external/rust/beto-rust/common/cmd_runner/src/
Dcargo_workspace.rs34 formatter_options.check_format(sh) in run()
98 pub fn check_format(&self, sh: &xshell::Shell) -> anyhow::Result<()> { in check_format() method
/aosp_15_r20/external/rust/beto-rust/common/build_scripts/src/
Dmain.rs59 FormatterOptions { reformat: false }.check_format(&sh)?; in main()
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/
H A Dwave_format.rs476 check_format(audio_client, &format, wave_format_details, event_code)?; in get_valid_mix_format()
484 pub(crate) fn check_format( in check_format() function
H A Dmod.rs2134 assert!(check_format( in test_check_format_get_mix_format_success()
2163 assert!(check_format( in test_check_format_get_mix_format_success()
2193 assert!(check_format( in test_check_format_get_mix_format_success()