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

1 2

  /frameworks/base/tests/backup/
test_restore.sh 23 function check_file function
82 check_file files/file.txt "first file" || need_bug=1
83 check_file files/another_file.txt "asdf" || need_bug=1
84 #check_file files/3.txt "3" || need_bug=1
85 check_file files/empty.txt "" || need_bug=1
86 check_file shared_prefs/raw.xml '<map><int name="pref" value="1" /></map>' || need_bug=1
  /external/valgrind/none/tests/solaris/
proc_auxv.c 11 static int check_file(const char *path, auxv_t *auxv) function
63 if (check_file("/proc/self/auxv", auxv))
68 if (check_file(buf, auxv))
  /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/autotest/client/site_tests/security_AccountsBaseline/
security_AccountsBaseline.py 101 def check_file(self, basename): member in class:security_AccountsBaseline
147 passwd_ok = self.check_file('passwd')
148 group_ok = self.check_file('group')
  /external/ltp/testcases/kernel/syscalls/splice/
splice01.c 68 static void check_file(void) function
115 check_file();
  /external/ltp/testcases/kernel/syscalls/tee/
tee01.c 73 static void check_file(void) function
129 check_file();
  /external/ltp/testcases/kernel/syscalls/vmsplice/
vmsplice01.c 72 static void check_file(void) function
144 check_file();
  /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...]
test_optparse.py 1032 def check_file(option, opt, value): member in class:TestExtendAddTypes.MyOption
    [all...]
  /external/autotest/utils/
run_pylint.py 265 def check_file(file_path, base_opts): function
291 check_file(os.path.join(dirname, filename), arg)
  /external/e2fsprogs/lib/support/
quotaio.c 270 if (h->qh_ops->check_file &&
271 (h->qh_ops->check_file(h, qtype, fmt) == 0)) {
272 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,
  /toolchain/binutils/binutils-2.25/binutils/
elfedit.c 442 check_file (const char *file_name, struct stat *statbuf_p)
475 if (check_file (file_name, NULL))
441 check_file (const char *file_name, struct stat *statbuf_p) function
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_zipfile.py 429 def check_file(self, filename, content): member in class:TestsWithSourceFile
451 self.check_file(writtenfile, content)
511 self.check_file(correctfile, content)
516 self.check_file(correctfile, content)
525 self.check_file(correctfile, content)
530 self.check_file(correctfile, content)
    [all...]
test_optparse.py 1031 def check_file(option, opt, value): member in class:TestExtendAddTypes.MyOption
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_zipfile.py 429 def check_file(self, filename, content): member in class:TestsWithSourceFile
451 self.check_file(writtenfile, content)
511 self.check_file(correctfile, content)
516 self.check_file(correctfile, content)
525 self.check_file(correctfile, content)
530 self.check_file(correctfile, content)
    [all...]
test_optparse.py 1031 def check_file(option, opt, value): member in class:TestExtendAddTypes.MyOption
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 429 def check_file(self, filename, content): member in class:TestsWithSourceFile
451 self.check_file(writtenfile, content)
511 self.check_file(correctfile, content)
516 self.check_file(correctfile, content)
525 self.check_file(correctfile, content)
530 self.check_file(correctfile, content)
    [all...]
test_optparse.py 1031 def check_file(option, opt, value): member in class:TestExtendAddTypes.MyOption
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 429 def check_file(self, filename, content): member in class:TestsWithSourceFile
451 self.check_file(writtenfile, content)
511 self.check_file(correctfile, content)
516 self.check_file(correctfile, content)
525 self.check_file(correctfile, content)
530 self.check_file(correctfile, content)
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 112 int check_file(int fd, int cf_inter, char *filename, int no_file_check);
2681 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_optparse.py 1024 def check_file(option, opt, value): member in class:TestExtendAddTypes.MyOption
    [all...]

Completed in 890 milliseconds

1 2