Searched refs:FILE (Results 126 - 150 of 2705) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/LLVM/utils/
H A DUpdateCMakeLists.pl88 open(FILE, $cmakeList) or
90 binmode FILE;
91 my $digestA = Digest::MD5->new->addfile(*FILE)->hexdigest;
92 close(FILE);
94 open(FILE, $cmakeListNew) or
96 binmode FILE;
97 my $digestB = Digest::MD5->new->addfile(*FILE)->hexdigest;
98 close(FILE);
/external/syslinux/mbr/
H A Dchecksize.pl41 open(FILE, '+<', $file) or die;
42 @st = stat(FILE);
50 seek(FILE, $size, 0);
51 print FILE "\0" x ($padsize-$size);
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
H A DRetrCommandHandlerTest.groovy38 def FILE = p(DIR, FILENAME)
47 handleCommandAndVerifySendDataReplies([FILE])
53 handleCommandAndVerifySendDataReplies([FILE])
69 def path = FILE + "XXX"
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
76 handleCommand([FILE])
77 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', FILE])
82 handleCommand([FILE])
87 fileSystem.delete(FILE)
88 def fileEntry = new BadFileEntry(FILE)
[all...]
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
H A DRetrCommandHandlerTest.groovy38 def FILE = p(DIR, FILENAME)
47 handleCommandAndVerifySendDataReplies([FILE])
53 handleCommandAndVerifySendDataReplies([FILE])
69 def path = FILE + "XXX"
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
76 handleCommand([FILE])
77 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', FILE])
82 handleCommand([FILE])
87 fileSystem.delete(FILE)
88 def fileEntry = new BadFileEntry(FILE)
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
H A DRetrCommandHandlerTest.groovy38 def FILE = p(DIR, FILENAME)
47 handleCommandAndVerifySendDataReplies([FILE])
53 handleCommandAndVerifySendDataReplies([FILE])
69 def path = FILE + "XXX"
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
76 handleCommand([FILE])
77 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', FILE])
82 handleCommand([FILE])
87 fileSystem.delete(FILE)
88 def fileEntry = new BadFileEntry(FILE)
[all...]
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
H A DRetrCommandHandlerTest.groovy38 def FILE = p(DIR, FILENAME)
47 handleCommandAndVerifySendDataReplies([FILE])
53 handleCommandAndVerifySendDataReplies([FILE])
69 def path = FILE + "XXX"
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
76 handleCommand([FILE])
77 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', FILE])
82 handleCommand([FILE])
87 fileSystem.delete(FILE)
88 def fileEntry = new BadFileEntry(FILE)
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
H A DRetrCommandHandlerTest.groovy38 def FILE = p(DIR, FILENAME)
47 handleCommandAndVerifySendDataReplies([FILE])
53 handleCommandAndVerifySendDataReplies([FILE])
69 def path = FILE + "XXX"
75 fileSystem.getEntry(FILE).permissions = Permissions.NONE
76 handleCommand([FILE])
77 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', FILE])
82 handleCommand([FILE])
87 fileSystem.delete(FILE)
88 def fileEntry = new BadFileEntry(FILE)
[all...]
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTest.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
H A DAbstractStoreFileCommandHandlerTestCase.groovy37 protected static final FILE = p(DIR, FILENAME)
45 fileSystem.add(new FileEntry(path: FILE))
46 fileSystem.getEntry(FILE).permissions = Permissions.NONE
47 handleCommand([FILE])
48 assertSessionReply(ReplyCodes.WRITE_FILE_ERROR, ['filesystem.cannotWrite', FILE])
53 handleCommand([FILE])
58 fileSystem.add(new FileEntry(path: FILE))
60 handleCommand([FILE])
67 handleCommand([FILE])
101 return new Command(CommandNames.APPE, [FILE])
[all...]
/external/libcxxabi/test/
H A Dtestit42 for FILE in $(ls *.fail.cpp); do
43 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE > /dev/null 2>&1
46 echo "$FILE should not compile"
56 for FILE in $(ls *.pass.cpp); do
57 if $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS -o ./$TEST_EXE
64 echo "$FILE failed at run time"
69 echo "$FILE failed to compile"
97 for FILE in *
99 if [ -d "$FILE" ];
101 cd $FILE
[all...]
/external/icu/icu4c/source/tools/toolutil/
H A Dfilestrm.c36 FILE *file = fopen(filename, mode);
49 FILE* result = _wfopen(filename, mode);
54 FILE *result;
78 fclose((FILE*)fileStream);
84 FILE* temp = fopen(filename, "r");
99 FILE* file = tmpfile();
107 return fread(addr, 1, len, (FILE*)fileStream);
114 return fwrite(addr, 1, len, (FILE*)fileStream);
120 rewind((FILE*)fileStream);
126 int32_t c = fputc(ch, (FILE*)fileStrea
[all...]
/external/libpcap/lbl/
H A Dos-sunos4.h23 #ifdef FILE
24 int _filbuf(FILE *);
25 int _flsbuf(u_char, FILE *);
26 int fclose(FILE *);
27 int fflush(FILE *);
28 int fgetc(FILE *);
29 int fprintf(FILE *, const char *, ...);
30 int fputc(int, FILE *);
31 int fputs(const char *, FILE *);
32 u_int fread(void *, u_int, u_int, FILE *);
[all...]
/external/tcpdump/lbl/
H A Dos-sunos4.h23 #ifdef FILE
24 int _filbuf(FILE *);
25 int _flsbuf(u_char, FILE *);
26 int fclose(FILE *);
27 int fflush(FILE *);
28 int fgetc(FILE *);
29 int fprintf(FILE *, const char *, ...);
30 int fputc(int, FILE *);
31 int fputs(const char *, FILE *);
32 u_int fread(void *, u_int, u_int, FILE *);
[all...]
/external/bison/src/
H A Dgram.h222 void rule_lhs_print (rule *r, symbol *previous_lhs, FILE *out);
223 void rule_lhs_print_xml (rule *r, FILE *out, int level);
229 void rule_rhs_print (rule *r, FILE *out);
232 void rule_print (rule *r, FILE *out);
249 void ritem_print (FILE *out);
255 void grammar_rules_partial_print (FILE *out, const char *title,
259 void grammar_rules_print (FILE *out);
261 void grammar_rules_print_xml (FILE *out, int level);
264 void grammar_dump (FILE *out, const char *title);
/external/libxml2/win32/wince/
H A Dwincecompat.c24 return(fread(&buffer[0], len, 1, (FILE *) handle));
29 return(fwrite(&buffer[0], len,1,(FILE *) handle));
45 return ( fclose((FILE *) handle) );

Completed in 1709 milliseconds

1234567891011>>