Home
last modified time | relevance | path

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

/external/ltp/testcases/commands/tar/
Dtar_tests.sh51 check_content() function
/external/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom02.c18 static int check_content(unsigned char *buf, int nb) in check_content() function
/external/liburing/test/
Dsplice.c63 static int check_content(int fd, void *buf, int len, const void *src) in check_content() function
/external/crosvm/common/p9/src/server/
Dtests.rs201 fn check_content(server: &mut Server, content: &[u8], fid: u32) { in check_content() function
/external/python/cpython3/Objects/
Dobject.c37 _PyObject_CheckConsistency(PyObject *op, int check_content) in _PyObject_CheckConsistency()
Ddictobject.c495 _PyDict_CheckConsistency(PyObject *op, int check_content) in _PyDict_CheckConsistency()
Dunicodeobject.c505 _PyUnicode_CheckConsistency(PyObject *op, int check_content) in _PyUnicode_CheckConsistency()