HomeSort by relevance Sort by last modified time
    Searched refs:check_file (Results 1 - 25 of 29) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/exit/
exit02.c 41 static void check_file(void) function
74 check_file();
  /external/icu/icu4c/source/tools/
icu-file-utf8-check.py 52 def check_file(file_name, is_source): function
101 check_file(f, source_file)
  /external/libaom/libaom/test/
test_data_download_worker.cmake 43 check_file("${filepath}" "${AOM_TEST_CHECKSUM}" "needs_download")
test_data_util.cmake 607 function(check_file local_path expected_checksum out_needs_update)
  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.c 44 static int check_file(const char *fpath, function
157 nftw(dir, check_file, 1024, nftw_flags);
163 nftw("/", check_file, 1024, nftw_flags);
166 nftw(dir, check_file, 1024, nftw_flags);
169 check_file(path, &sbuf, 0, NULL);
  /external/ltp/testcases/kernel/syscalls/splice/
splice01.c 45 static void check_file(void) function
88 check_file();
  /external/ltp/testcases/kernel/syscalls/tee/
tee01.c 48 static void check_file(void) function
100 check_file();
  /external/ltp/testcases/kernel/syscalls/vmsplice/
vmsplice01.c 48 static void check_file(void) function
118 check_file();
  /external/python/cpython3/Lib/test/
audiotests.py 74 def check_file(self, testfile, nframes, frames): member in class:AudioWriteTests
143 self.check_file(TESTFN, self.nframes, self.frames)
151 self.check_file(TESTFN, self.nframes, self.frames)
159 self.check_file(TESTFN, self.nframes, self.frames)
167 self.check_file(TESTFN, self.nframes, self.frames)
179 self.check_file(testfile, self.nframes, self.frames)
193 self.check_file(testfile, self.nframes, self.frames)
205 self.check_file(testfile, self.nframes, self.frames)
213 self.check_file(testfile, self.nframes, self.frames)
221 self.check_file(TESTFN, self.nframes, self.frames
    [all...]
  /external/tensorflow/tensorflow/tools/test/
check_futures_test.py 57 def check_file(path, old_division): function
103 check_file(path, old_division=path in old_division)
  /external/python/cpython2/Lib/test/
audiotests.py 79 def check_file(self, testfile, nframes, frames): member in class:AudioWriteTests
104 self.check_file(TESTFN, self.nframes, self.frames)
116 self.check_file(testfile, self.nframes, self.frames)
130 self.check_file(testfile, self.nframes, self.frames)
142 self.check_file(testfile, self.nframes, self.frames)
151 self.check_file(testfile, self.nframes, self.frames)
161 self.check_file(TESTFN, self.nframes, self.frames)
179 self.check_file(testfile, self.nframes + 1, self.frames)
198 self.check_file(testfile, self.nframes - 1, self.frames[:-framesize])
test_zipfile.py 480 def check_file(self, filename, content): member in class:TestsWithSourceFile
502 self.check_file(writtenfile, content)
562 self.check_file(correctfile, content)
567 self.check_file(correctfile, content)
576 self.check_file(correctfile, content)
581 self.check_file(correctfile, content)
    [all...]
  /art/build/apex/
art_apex_test.py 209 def check_file(self, path): member in class:Checker
218 if not self.check_file(path):
249 return self.check_file('javalib/%s.jar' % basename)
306 self.check_file('lib/%s.so' % basename)
326 self.check_file('lib64/%s.so' % basename)
348 self.check_file('lib/%s.so' % basename)
349 self.check_file('lib64/%s.so' % basename)
356 self.check_file('lib64/%s.so' % basename)
368 self._checker.check_file('apex_manifest.json')
  /external/f2fs-tools/fsck/
quotaio.c 136 if (h->qh_ops->check_file &&
137 (h->qh_ops->check_file(h, qtype) == 0)) {
138 log_err("qh_ops->check_file failed");
quotaio.h 155 int (*check_file) (struct quota_handle *h, int type); member in struct:quotafile_ops
quotaio_v2.c 35 .check_file = v2_check_file,
  /external/linux-kselftest/tools/testing/selftests/ntb/
ntb_test.sh 130 function check_file() function
154 check_file ${PEER_DIR} || break
  /external/e2fsprogs/lib/support/
quotaio.c 273 if (h->qh_ops->check_file &&
274 (h->qh_ops->check_file(h, qtype, fmt) == 0)) {
275 log_err("qh_ops->check_file failed");
quotaio.h 162 int (*check_file) (struct quota_handle *h, int type, int fmt); member in struct:quotafile_ops
quotaio_v2.c 34 .check_file = v2_check_file,
  /external/autotest/utils/
run_pylint.py 217 def check_file(file_path, base_opts): function
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 114 int check_file(int fd, int cf_inter, char *filename, int no_file_check);
2694 int check_file(int fd, int cf_inter, char *filename, int no_file_check) function
    [all...]
doio.c 407 char *check_file(char *file, int offset, int length, char *pattern,
3736 char *check_file(char *file, int offset, int length, char *pattern, function
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/tools/
expect.py 313 def check_file(self, status): member in class:ValidFileContents
  /external/swiftshader/third_party/SPIRV-Tools/test/tools/
expect.py 313 def check_file(self, status): member in class:ValidFileContents

Completed in 926 milliseconds

1 2