Searched refs:check_content (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/commands/tar/ |
D | tar_tests.sh | 51 check_content() function 105 check_content $fname "$verbose" $TAR_FILES 115 check_content $fname "$verbose" $TAR_FILES file4
|
/external/ltp/testcases/kernel/syscalls/getrandom/ |
D | getrandom02.c | 16 static int check_content(unsigned char *buf, int nb) in check_content() function 48 if (!check_content(buf, TST_RET)) in verify_getrandom()
|
/external/python/cpython3/Include/internal/ |
D | pycore_object.h | 16 PyAPI_FUNC(int) _PyDict_CheckConsistency(PyObject *mp, int check_content);
|
/external/python/cpython3/Include/cpython/ |
D | object.h | 456 int check_content);
|
D | unicodeobject.h | 248 int check_content);
|
/external/python/cpython3/Objects/ |
D | object.c | 30 _PyObject_CheckConsistency(PyObject *op, int check_content) in _PyObject_CheckConsistency() argument 41 _PyUnicode_CheckConsistency(op, check_content); in _PyObject_CheckConsistency() 44 _PyDict_CheckConsistency(op, check_content); in _PyObject_CheckConsistency()
|
D | dictobject.c | 469 _PyDict_CheckConsistency(PyObject *op, int check_content) in _PyDict_CheckConsistency() argument 493 if (check_content) { in _PyDict_CheckConsistency()
|
D | unicodeobject.c | 511 _PyUnicode_CheckConsistency(PyObject *op, int check_content) in _PyUnicode_CheckConsistency() argument 594 if (check_content && kind != PyUnicode_WCHAR_KIND) { in _PyUnicode_CheckConsistency()
|
/external/vm_tools/p9/src/server/ |
D | tests.rs | 199 fn check_content(server: &mut Server, content: &[u8], fid: u32) { in check_content() function 978 check_content(&mut server, &content, fid);
|