Home
last modified time | relevance | path

Searched defs:is_sync (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dsamidec.c69 int is_sync, is_body, n = ff_smil_extract_next_text_chunk(&tr, &buf, &c); in sami_read_header() local
/third_party/python/Lib/
Dcontextlib.py527 def _push_exit_callback(self, callback, is_sync=True): argument
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dmod.rs1251 fn is_sync<T: Sync>() {} in _check_kinds() function