Searched refs:file (Results 126 - 150 of 8392) sorted by relevance

1234567891011>>

/external/openssl/apps/
H A Dapp_rand.c122 int app_RAND_load_file(const char *file, BIO *bio_e, int dont_warn) argument
124 int consider_randfile = (file == NULL);
134 if (file == NULL)
135 file = RAND_file_name(buffer, sizeof buffer);
136 else if (RAND_egd(file) > 0)
139 if it is, we don't write anything back to the file. */
143 if (file == NULL || !RAND_load_file(file, -1))
152 if (consider_randfile) /* explanation does not apply when a file is explicitly named */
154 BIO_printf(bio_e,"Consider setting the RANDFILE environment variable to point at a file tha
194 app_RAND_write_file(const char *file, BIO *bio_e) argument
[all...]
/external/pixman/
H A Dmissing24 # distribute this file as part of a program that contains a
55 # a file that requires a minimum version. In this case we
77 aclocal touch file \`aclocal.m4'
78 autoconf touch file \`configure'
79 autoheader touch file \`config.h.in'
80 autom4te touch the output file, or create a stub one
84 help2man touch the output file
86 makeinfo touch the output file
196 file=`echo "$*" | sed -n "$sed_output"`
197 test -z "$file"
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c414 static int string (FILE *file, char *string) argument
416 fputs (string, file);
448 static int control (FILE *file, char *name, char *ctrl[], GLuint id, int *space) argument
451 fprintf (file, "*** invalid %s value %d ",
458 string (file, " ");
459 string (file, ctrl[id]);
466 static int print_opcode (FILE *file, int id) argument
469 format (file, "*** invalid opcode value %d ", id);
472 string (file, opcode[id].name);
476 static int reg (FILE *file, GLuin argument
528 dest(FILE *file, struct brw_instruction *inst) argument
585 dest_3src(FILE *file, struct brw_instruction *inst) argument
607 src_align1_region(FILE *file, GLuint _vert_stride, GLuint _width, GLuint _horiz_stride) argument
621 src_da1(FILE *file, GLuint type, GLuint _reg_file, GLuint _vert_stride, GLuint _width, GLuint _horiz_stride, GLuint reg_num, GLuint sub_reg_num, GLuint __abs, GLuint _negate) argument
639 src_ia1(FILE *file, GLuint type, GLuint _reg_file, GLint _addr_imm, GLuint _addr_subreg_nr, GLuint _negate, GLuint __abs, GLuint _addr_mode, GLuint _horiz_stride, GLuint _width, GLuint _vert_stride) argument
666 src_da16(FILE *file, GLuint _reg_type, GLuint _reg_file, GLuint _vert_stride, GLuint _reg_nr, GLuint _subreg_nr, GLuint __abs, GLuint _negate, GLuint swz_x, GLuint swz_y, GLuint swz_z, GLuint swz_w) argument
723 src0_3src(FILE *file, struct brw_instruction *inst) argument
771 src1_3src(FILE *file, struct brw_instruction *inst) argument
824 src2_3src(FILE *file, struct brw_instruction *inst) argument
874 imm(FILE *file, GLuint type, struct brw_instruction *inst) argument
903 src0(FILE *file, struct brw_instruction *inst) argument
963 src1(FILE *file, struct brw_instruction *inst) argument
1032 qtr_ctrl(FILE *file, struct brw_instruction *inst) argument
1061 brw_disasm(FILE *file, struct brw_instruction *inst, int gen) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c414 static int string (FILE *file, char *string) argument
416 fputs (string, file);
448 static int control (FILE *file, char *name, char *ctrl[], GLuint id, int *space) argument
451 fprintf (file, "*** invalid %s value %d ",
458 string (file, " ");
459 string (file, ctrl[id]);
466 static int print_opcode (FILE *file, int id) argument
469 format (file, "*** invalid opcode value %d ", id);
472 string (file, opcode[id].name);
476 static int reg (FILE *file, GLuin argument
528 dest(FILE *file, struct brw_instruction *inst) argument
585 dest_3src(FILE *file, struct brw_instruction *inst) argument
607 src_align1_region(FILE *file, GLuint _vert_stride, GLuint _width, GLuint _horiz_stride) argument
621 src_da1(FILE *file, GLuint type, GLuint _reg_file, GLuint _vert_stride, GLuint _width, GLuint _horiz_stride, GLuint reg_num, GLuint sub_reg_num, GLuint __abs, GLuint _negate) argument
639 src_ia1(FILE *file, GLuint type, GLuint _reg_file, GLint _addr_imm, GLuint _addr_subreg_nr, GLuint _negate, GLuint __abs, GLuint _addr_mode, GLuint _horiz_stride, GLuint _width, GLuint _vert_stride) argument
666 src_da16(FILE *file, GLuint _reg_type, GLuint _reg_file, GLuint _vert_stride, GLuint _reg_nr, GLuint _subreg_nr, GLuint __abs, GLuint _negate, GLuint swz_x, GLuint swz_y, GLuint swz_z, GLuint swz_w) argument
723 src0_3src(FILE *file, struct brw_instruction *inst) argument
771 src1_3src(FILE *file, struct brw_instruction *inst) argument
824 src2_3src(FILE *file, struct brw_instruction *inst) argument
874 imm(FILE *file, GLuint type, struct brw_instruction *inst) argument
903 src0(FILE *file, struct brw_instruction *inst) argument
963 src1(FILE *file, struct brw_instruction *inst) argument
1032 qtr_ctrl(FILE *file, struct brw_instruction *inst) argument
1061 brw_disasm(FILE *file, struct brw_instruction *inst, int gen) argument
[all...]
/external/icu/icu4c/source/io/
H A Dufile.c147 return result; /* not a file leak */
198 u_fflush(UFILE *file) argument
200 ufile_flush_translit(file);
201 ufile_flush_io(file);
202 if (file->fFile) {
203 fflush(file->fFile);
205 else if (file->str.fPos < file->str.fLimit) {
206 *(file->str.fPos++) = 0;
212 u_frewind(UFILE *file) argument
227 u_fclose(UFILE *file) argument
254 u_fgetlocale( UFILE *file) argument
260 u_fsetlocale(UFILE *file, const char *locale) argument
271 u_fgetcodepage(UFILE *file) argument
285 u_fsetcodepage( const char *codepage, UFILE *file) argument
304 u_fgetConverter(UFILE *file) argument
309 u_fgetNumberFormat(UFILE *file) argument
[all...]
/external/chromium_org/chrome/common/safe_browsing/
H A Dzip_analyzer.cc3 // found in the LICENSE file.
20 VLOG(1) << "Failed to open zip file";
31 VLOG(1) << "Failed to open current entry in zip file";
34 const base::FilePath& file = reader.current_entry_info()->file_path(); local
35 if (download_protection_util::IsBinaryFile(file)) {
38 if (download_protection_util::IsArchiveFile(file)) {
41 VLOG(2) << "Downloaded a zipped executable: " << file.value();
46 VLOG(3) << "Ignoring non-binary file: " << file.value();
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDataTransferItemFileSystem.cpp57 Blob* file = item.getAsFile().get();
59 if (!file)
61 ASSERT(file->isFile());
70 String virtualPath = DOMFilePath::append("/", toFile(file)->name());
72 // FIXME: This involves synchronous file operation. Consider passing file type data when we dispatch drag event.
74 if (!getFileMetadata(toFile(file)->path(), metadata))
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFilePrintStream.cpp31 FilePrintStream::FilePrintStream(FILE* file, AdoptionMode adoptionMode) argument
32 : m_file(file)
46 FILE* file = fopen(filename, mode); local
47 if (!file)
50 return adoptPtr(new FilePrintStream(file));
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DSourceLocation.h4 // found in the LICENSE file.
16 : file(0),
21 : file(f),
28 return (file == other.file) && (line == other.line);
31 int file; member in struct:pp::SourceLocation
/external/chromium_org/third_party/icu/source/io/
H A Dufile.c201 u_fflush(UFILE *file) argument
203 ufile_flush_translit(file);
204 ufile_flush_io(file);
205 if (file->fFile) {
206 fflush(file->fFile);
208 else if (file->str.fPos < file->str.fLimit) {
209 *(file->str.fPos++) = 0;
215 u_frewind(UFILE *file) argument
217 u_fflush(file);
230 u_fclose(UFILE *file) argument
257 u_fgetlocale( UFILE *file) argument
263 u_fsetlocale(UFILE *file, const char *locale) argument
274 u_fgetcodepage(UFILE *file) argument
288 u_fsetcodepage( const char *codepage, UFILE *file) argument
307 u_fgetConverter(UFILE *file) argument
[all...]
/external/libpng/contrib/tools/
H A Dpngfix.c687 unsigned int errors :1; /* print file errors to stderr */
708 # define FILE_ERROR 0x10 /* could not read the file */
713 struct IDAT_list idat_cache; /* Cache of file IDAT information buffers */
827 struct file struct
834 const char * out_name; /* Name of output file (if required) */
855 FILE * file; /* Original PNG file */ member in struct:file
896 void (*alloc)(struct file*,int idat);
943 emit_error(struct file *file, in argument
983 file_end(struct file *file) argument
1023 file_init(struct file *file, struct global *global, const char *file_name, const char *out_name, void *alloc_ptr, void (*alloc)(struct file*,int)) argument
1082 log_error(struct file *file, int code, const char *what) argument
1124 stop(struct file *file, int code, const char *what) argument
1179 stop_invalid(struct file *file, const char *what) argument
1185 type_message(struct file *file, png_uint_32 type, const char *what) argument
1203 file_getpos(struct file *file, fpos_t *pos) argument
1214 file_setpos(struct file *file, const fpos_t *pos) argument
1224 getpos(struct file *file) argument
1239 read_byte(struct file *file) argument
1290 reread_byte(struct file *file) argument
1307 reread_4(struct file *file) argument
1320 skip_12(struct file *file) argument
1336 write_byte(struct file *file, int b) argument
1357 read_4(struct file *file, png_uint_32 *pu) argument
1381 crc_read_many(struct file *file, png_uint_32 length) argument
1408 calc_image_size(struct file *file) argument
1537 struct file * file; member in struct:chunk
1577 chunk_init(struct chunk * const chunk, struct file * const file) argument
1606 current_type(struct file *file, int code) argument
1658 process_zTXt_iCCP(struct file *file) argument
1689 process_iTXt(struct file *file) argument
1747 struct file * file; member in struct:IDAT
1769 struct file *file = idat->file; local
1786 IDAT_init(struct IDAT * const idat, struct file * const file) argument
1902 process_IDAT(struct file *file) argument
2010 struct file * file; member in struct:zlib
2280 struct file *file = zlib->file; local
2601 zlib_check(struct file *file, png_uint_32 offset) argument
2778 process_chunk(struct file *file, png_uint_32 file_crc, png_uint_32 next_length, png_uint_32 next_type) argument
2958 sync_stream(struct file *file) argument
3076 read_chunk(struct file *file) argument
3171 struct file *file = get_control(png_ptr); local
3184 struct file *file = get_control(png_ptr); local
3518 struct file file; member in struct:control
3541 allocate(struct file *file, int allocate_idat) argument
[all...]
/external/chromium_org/base/
H A Dplatform_file_posix.cc3 // found in the LICENSE file.
47 // wrap them in order to minimize the number of #ifdef's in this file.
49 static bool IsOpenAppend(PlatformFile file) { argument
50 return (fcntl(file, F_GETFL) & O_APPEND) != 0;
53 static int CallFtruncate(PlatformFile file, int64 length) { argument
54 return HANDLE_EINTR(ftruncate(file, length));
57 static int CallFsync(PlatformFile file) { argument
58 return HANDLE_EINTR(fsync(file));
61 static int CallFutimes(PlatformFile file, const struct timeval times[2]) { argument
72 return futimens(file, ts_time
78 CallFctnlFlock(PlatformFile file, bool do_lock) argument
90 IsOpenAppend(PlatformFile file) argument
97 CallFtruncate(PlatformFile file, int64 length) argument
102 CallFsync(PlatformFile file) argument
107 CallFutimes(PlatformFile file, const struct timeval times[2]) argument
112 CallFctnlFlock(PlatformFile file, bool do_lock) argument
120 ClosePlatformFile(PlatformFile file) argument
125 SeekPlatformFile(PlatformFile file, PlatformFileWhence whence, int64 offset) argument
135 ReadPlatformFile(PlatformFile file, int64 offset, char* data, int size) argument
154 ReadPlatformFileAtCurrentPos(PlatformFile file, char* data, int size) argument
172 ReadPlatformFileNoBestEffort(PlatformFile file, int64 offset, char* data, int size) argument
181 ReadPlatformFileCurPosNoBestEffort(PlatformFile file, char* data, int size) argument
190 WritePlatformFile(PlatformFile file, int64 offset, const char* data, int size) argument
214 WritePlatformFileAtCurrentPos(PlatformFile file, const char* data, int size) argument
233 WritePlatformFileCurPosNoBestEffort(PlatformFile file, const char* data, int size) argument
242 TruncatePlatformFile(PlatformFile file, int64 length) argument
247 FlushPlatformFile(PlatformFile file) argument
252 TouchPlatformFile(PlatformFile file, const base::Time& last_access_time, const base::Time& last_modified_time) argument
265 GetPlatformFileInfo(PlatformFile file, PlatformFileInfo* info) argument
323 LockPlatformFile(PlatformFile file) argument
327 UnlockPlatformFile(PlatformFile file) argument
[all...]
/external/deqp/framework/delibs/scripts/
H A Dupdate-copyright-year.py22 for file in files:
23 if isSrcFile(file):
24 srcFiles.append(os.path.join(root, file))
29 file = open(filename, "rb")
30 data = file.read()
31 file.close()
33 file = open(filename, "wb")
34 file.write(data)
35 file.close()
39 for file i
[all...]
/external/junit/src/org/junit/rules/
H A DTemporaryFolder.java49 * Returns a new fresh file with the given name under the temporary folder.
52 File file= new File(getRoot(), fileName);
53 file.createNewFile();
54 return file;
58 * Returns a new fresh file with a random name under the temporary folder.
68 File file = getRoot();
70 file = new File(file, folderName);
71 file.mkdir();
73 return file;
106 recursiveDelete(File file) argument
[all...]
/external/chromium_org/build/mac/
H A Dchange_mach_o_flags.py4 # found in the LICENSE file.
102 def CheckedSeek(file, offset):
103 """Seeks the file-like object at |file| to offset |offset| and raises a
106 file.seek(offset, os.SEEK_SET)
107 new_offset = file.tell()
113 def CheckedRead(file, count):
114 """Reads |count| bytes from the file-like |file| object, raising a
117 bytes = file
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACLongtest.txt25 for file in $INFILES # loop over all input files
31 $ISAC -I $rate -FL 30 $INDIR/"$file" $OUTDIR/i30_$index1"$file" >> $LOGFILE
32 $ISAC -I $rate -FL 60 $INDIR/"$file" $OUTDIR/i60_$index1"$file" >> $LOGFILE
37 $ISAC $INDIR/$channel $INDIR/"$file" $OUTDIR/a$index2"$file" >> $LOGFILE
44 for file in $SUBSET # loop over the subset of input files
47 $ISAC $INDIR/${CHANNELLIST[0]} -FL 30 -FIXED_FL $INDIR/"$file" $OUTDIR/a30_$index1"$file" >>
[all...]
H A DruniSACfixfloat.txt20 for file in $INFILES # loop over all input files
27 $ISACFIXFLOAT $INDIR/$channel -m 1 -PLC $INDIR/"$file" $OUTDIR/flfx$index1"$file" >> $LOGFILE
28 $ISACFIXFLOAT $INDIR/$channel -m 2 -PLC $INDIR/"$file" $OUTDIR/fxfl$index1"$file" >> $LOGFILE
35 for file in $SUBSET # loop over the subset of input files
38 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 1 $INDIR/"$file" $OUTDIR/flfxnb1_$index1"$file" >> $LOGFILE
39 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 1 $INDIR/"$file" $OUTDIR/fxflnb1_$index1"$file" >>
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/QA/
H A DruniSACfixfloat.txt20 for file in $INFILES # loop over all input files
27 $ISACFIXFLOAT $INDIR/$channel -m 1 -PLC $INDIR/"$file" $OUTDIR/flfx$index1"$file" >> $LOGFILE
28 $ISACFIXFLOAT $INDIR/$channel -m 2 -PLC $INDIR/"$file" $OUTDIR/fxfl$index1"$file" >> $LOGFILE
35 for file in $SUBSET # loop over the subset of input files
38 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 1 $INDIR/"$file" $OUTDIR/flfxnb1_$index1"$file" >> $LOGFILE
39 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 1 $INDIR/"$file" $OUTDIR/fxflnb1_$index1"$file" >>
[all...]
/external/chromium_org/v8/tools/
H A Dshell-utils.h42 FILE* file = fopen(name, "rb"); local
44 if (file == NULL) return NULL;
46 fseek(file, 0, SEEK_END);
47 int file_size = ftell(file);
48 rewind(file);
54 int read = static_cast<int>(fread(&chars[i], 1, file_size - i, file));
57 fclose(file);
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACLongtest.txt25 for file in $INFILES # loop over all input files
31 $ISAC -I $rate -FL 30 $INDIR/"$file" $OUTDIR/i30_$index1"$file" >> $LOGFILE
32 $ISAC -I $rate -FL 60 $INDIR/"$file" $OUTDIR/i60_$index1"$file" >> $LOGFILE
37 $ISAC $INDIR/$channel $INDIR/"$file" $OUTDIR/a$index2"$file" >> $LOGFILE
44 for file in $SUBSET # loop over the subset of input files
47 $ISAC $INDIR/${CHANNELLIST[0]} -FL 30 -FIXED_FL $INDIR/"$file" $OUTDIR/a30_$index1"$file" >>
[all...]
H A DruniSACfixfloat.txt20 for file in $INFILES # loop over all input files
27 $ISACFIXFLOAT $INDIR/$channel -m 1 -PLC $INDIR/"$file" $OUTDIR/flfx$index1"$file" >> $LOGFILE
28 $ISACFIXFLOAT $INDIR/$channel -m 2 -PLC $INDIR/"$file" $OUTDIR/fxfl$index1"$file" >> $LOGFILE
35 for file in $SUBSET # loop over the subset of input files
38 $ISACFIXFLOAT $INDIR/$channel -m 1 -NB 1 $INDIR/"$file" $OUTDIR/flfxnb1_$index1"$file" >> $LOGFILE
39 $ISACFIXFLOAT $INDIR/$channel -m 2 -NB 1 $INDIR/"$file" $OUTDIR/fxflnb1_$index1"$file" >>
[all...]
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h103 // Convert a file name into a valid identifier.
106 // Return the name of the AddDescriptors() function for a given file.
109 // Return the name of the AssignDescriptors() function for a given file.
112 // Return the name of the ShutdownFile() function for a given file.
115 // Do message classes in this file keep track of unknown fields?
116 inline bool HasUnknownFields(const FileDescriptor *file) { argument
117 return file->options().optimize_for() != FileOptions::LITE_RUNTIME;
120 // Does this file have generated parsing, serialization, and other
122 inline bool HasGeneratedMethods(const FileDescriptor *file) { argument
123 return file
127 HasDescriptorMethods(const FileDescriptor *file) argument
132 HasGenericServices(const FileDescriptor *file) argument
139 HasUtf8Verification(const FileDescriptor* file) argument
146 HasFastArraySerialization(const FileDescriptor* file) argument
[all...]
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c7 * This file contains the host wrapper functions for stdio, stdlib, etc.
9 * The file locator (EAS_FILE_LOCATOR) handle passed to
12 * Modify this file to suit the needs of your particular system.
15 * a MIDI type 1 file that can be played.
17 * EAS_HW_FILE is a structure to support the file I/O functions. It
18 * comprises the file descriptor, the file read pointer, and
19 * the dup flag, which when set, indicates that the file handle has
20 * been duplicated, and offset and length within the file.
25 * you may not use this file excep
111 EAS_HW_FILE *file; local
239 EAS_HW_FILE *file; local
311 EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) argument
352 EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p) argument
367 EAS_HWGetWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
396 EAS_HWGetDWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
429 EAS_HWFilePos(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition) argument
449 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
474 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
500 EAS_HWFileLength(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
519 EAS_HWDupHandle(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_FILE_HANDLE *pDupFile) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
H A Dtestfile.py45 file = db.get(key)
46 if not file:
50 file._delete_all()
60 for file in files:
61 file._delete_all()
82 for file in files:
83 file.load_data()
88 def save_file(cls, file, data):
89 file_information = "master: %s, builder: %s, test_type: %s, name: %s." % (file.master, file
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.h109 // Convert a file name into a valid identifier.
112 // Return the name of the AddDescriptors() function for a given file.
115 // Return the name of the AssignDescriptors() function for a given file.
118 // Return the name of the ShutdownFile() function for a given file.
124 // Do message classes in this file keep track of unknown fields?
125 inline bool HasUnknownFields(const FileDescriptor* file) { argument
126 return file->options().optimize_for() != FileOptions::LITE_RUNTIME ||
127 file->options().retain_unknown_fields();
130 // Does this file have any enum type definitions?
131 bool HasEnumDefinitions(const FileDescriptor* file);
135 HasGeneratedMethods(const FileDescriptor* file) argument
140 HasDescriptorMethods(const FileDescriptor* file) argument
145 HasGenericServices(const FileDescriptor* file) argument
152 HasUtf8Verification(const FileDescriptor* file) argument
159 HasFastArraySerialization(const FileDescriptor* file) argument
[all...]

Completed in 7090 milliseconds

1234567891011>>