Home
last modified time | relevance | path

Searched refs:check_content (Results 1 – 9 of 9) sorted by relevance

/external/ltp/testcases/commands/tar/
Dtar_tests.sh51 check_content() function
105 check_content $fname "$verbose" $TAR_FILES
115 check_content $fname "$verbose" $TAR_FILES file4
/external/ltp/testcases/kernel/syscalls/getrandom/
Dgetrandom02.c16 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/
Dpycore_object.h16 PyAPI_FUNC(int) _PyDict_CheckConsistency(PyObject *mp, int check_content);
/external/python/cpython3/Include/cpython/
Dobject.h456 int check_content);
Dunicodeobject.h248 int check_content);
/external/python/cpython3/Objects/
Dobject.c30 _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()
Ddictobject.c469 _PyDict_CheckConsistency(PyObject *op, int check_content) in _PyDict_CheckConsistency() argument
493 if (check_content) { in _PyDict_CheckConsistency()
Dunicodeobject.c511 _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/
Dtests.rs199 fn check_content(server: &mut Server, content: &[u8], fid: u32) { in check_content() function
978 check_content(&mut server, &content, fid);