Searched full:check_format (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/ |
D | test_unicode.py | 33 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/ |
D | test_unicode.py | 1695 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.yml | 35 - 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 D | test_readimage.cpp | 293 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 D | test_writeimage.cpp | 201 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/ |
D | main.rs | 50 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/ |
D | cargo_workspace.rs | 34 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/ |
D | main.rs | 59 FormatterOptions { reformat: false }.check_format(&sh)?; in main()
|
/aosp_15_r20/external/crosvm/win_audio/src/win_audio_impl/ |
H A D | wave_format.rs | 476 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 D | mod.rs | 2134 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()
|