HomeSort by relevance Sort by last modified time
    Searched full:check_content (Results 1 - 5 of 5) sorted by null

  /external/ltp/testcases/kernel/syscalls/getrandom/
getrandom02.c 37 static int check_content(unsigned char *buf, int nb) function
69 if (!check_content(buf, TEST_RETURN))
  /external/ltp/testcases/commands/tar/
tar_tests.sh 67 check_content() function
121 check_content $fname "$verbose" $TAR_FILES
131 check_content $fname "$verbose" $TAR_FILES file4
  /test/vts-testcase/kernel/api/rootdir/
VtsKernelRootDirTest.py 84 # - check_content: check its content recursively.
100 "/res": "check_content",
101 "/res/images": "check_content",
102 "/res/images/charger": "check_content",
103 "/sbin": "check_content",
206 if d in _ALLOWED_DIRS and _ALLOWED_DIRS[d] == "check_content":
  /external/python/cpython3/Include/
unicodeobject.h     [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 359 _PyUnicode_CheckConsistency(PyObject *op, int check_content)
437 if (check_content && kind != PyUnicode_WCHAR_KIND)
    [all...]

Completed in 307 milliseconds