Searched refs:file (Results 176 - 200 of 2662) sorted by relevance

1234567891011>>

/external/sonivox/arm-fm-22k/host_src/
H A Deas_host.h16 * you may not use this file except in compliance with the License.
58 /* file I/O */
60 extern EAS_RESULT EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead);
61 extern EAS_RESULT EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p);
62 extern EAS_RESULT EAS_HWGetWord (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst);
63 extern EAS_RESULT EAS_HWGetDWord (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst);
64 extern EAS_RESULT EAS_HWFilePos (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition);
65 extern EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
66 extern EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
67 extern EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I3
[all...]
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_host.h16 * you may not use this file except in compliance with the License.
58 /* file I/O */
60 extern EAS_RESULT EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead);
61 extern EAS_RESULT EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p);
62 extern EAS_RESULT EAS_HWGetWord (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst);
63 extern EAS_RESULT EAS_HWGetDWord (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst);
64 extern EAS_RESULT EAS_HWFilePos (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition);
65 extern EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
66 extern EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
67 extern EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I3
[all...]
/external/sonivox/arm-wt-22k/host_src/
H A Deas_host.h16 * you may not use this file except in compliance with the License.
62 /* file I/O */
64 extern EAS_RESULT EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead);
65 extern EAS_RESULT EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p);
66 extern EAS_RESULT EAS_HWGetWord (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst);
67 extern EAS_RESULT EAS_HWGetDWord (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst);
68 extern EAS_RESULT EAS_HWFilePos (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition);
69 extern EAS_RESULT EAS_HWFileSeek (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
70 extern EAS_RESULT EAS_HWFileSeekOfs (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position);
71 extern EAS_RESULT EAS_HWFileLength (EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I3
[all...]
/external/guava/guava/src/com/google/common/io/
H A DFiles.java5 * you may not use this file except in compliance with the License.
65 * Returns a buffered reader that reads from a file using the given
68 * @param file the file to read from
69 * @param charset the character set used when writing the file
72 public static BufferedReader newReader(File file, Charset charset) argument
75 new InputStreamReader(new FileInputStream(file), charset));
79 * Returns a buffered writer that writes to a file using the given
82 * @param file the file t
86 newWriter(File file, Charset charset) argument
99 newInputStreamSupplier( final File file) argument
117 newOutputStreamSupplier( File file) argument
131 newOutputStreamSupplier( final File file, final boolean append) argument
150 newReaderSupplier(File file, Charset charset) argument
163 newWriterSupplier(File file, Charset charset) argument
178 newWriterSupplier(File file, Charset charset, boolean append) argument
193 toByteArray(File file) argument
222 toString(File file, Charset charset) argument
440 touch(File file) argument
457 createParentDirs(File file) argument
510 readFirstLine(File file, Charset charset) argument
525 readLines(File file, Charset charset) argument
540 readLines(File file, Charset charset, LineProcessor<T> callback) argument
557 readBytes(File file, ByteProcessor<T> processor) argument
572 getChecksum(File file, Checksum checksum) argument
587 getDigest(File file, MessageDigest md) argument
608 map(File file) argument
630 map(File file, MapMode mode) argument
659 map(File file, MapMode mode, long size) argument
[all...]
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile24 # distribute this file as part of a program that contains a
28 # This file is maintained in Automake, please report
42 # Convert a $build file to $host form and store it in $file
48 file=$1
49 case $file in
50 / | /[!/]*) # absolute file, and not a UNC file
69 file=`cmd //C echo "$file " | se
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc71 CodeGeneratorResponse::File* file = response_->add_file(); local
72 file->set_name(filename);
73 return new io::StringOutputStream(file->mutable_content());
78 CodeGeneratorResponse::File* file = response_->add_file(); local
79 file->set_name(filename);
80 file->set_insertion_point(insertion_point);
81 return new io::StringOutputStream(file->mutable_content());
108 const FileDescriptor* file = pool.BuildFile(request.proto_file(i)); local
109 if (file == NULL) {
119 const FileDescriptor* file local
[all...]
H A Dmock_code_generator.cc35 #include <google/protobuf/testing/file.h>
64 const string& file,
69 output_directory + "/" + GetOutputFileName(name, file), &content));
87 EXPECT_EQ(GetOutputFileContent(name, parameter, file, first_message_name),
95 file, first_message_name),
100 file, first_message_name),
106 const FileDescriptor* file,
110 for (int i = 0; i < file->message_type_count(); i++) {
111 if (HasPrefixString(file->message_type(i)->name(), "MockCodeGenerator_")) {
112 string command = StripPrefixString(file
60 ExpectGenerated( const string& name, const string& parameter, const string& insertions, const string& file, const string& first_message_name, const string& output_directory) argument
105 Generate( const FileDescriptor* file, const string& parameter, OutputDirectory* output_directory, string* error) const argument
179 GetOutputFileName(const string& generator_name, const FileDescriptor* file) argument
184 GetOutputFileName(const string& generator_name, const string& file) argument
189 GetOutputFileContent(const string& generator_name, const string& parameter, const FileDescriptor* file) argument
198 GetOutputFileContent( const string& generator_name, const string& parameter, const string& file, const string& first_message_name) argument
[all...]
/external/chromium/base/
H A Dplatform_file_posix.cc3 // found in the LICENSE file.
138 bool ClosePlatformFile(PlatformFile file) { argument
139 return !HANDLE_EINTR(close(file));
142 int ReadPlatformFile(PlatformFile file, int64 offset, char* data, int size) { argument
143 if (file < 0)
146 return HANDLE_EINTR(pread(file, data, size, offset));
149 int WritePlatformFile(PlatformFile file, int64 offset, argument
151 if (file < 0)
154 return HANDLE_EINTR(pwrite(file, data, size, offset));
157 bool TruncatePlatformFile(PlatformFile file, int6 argument
161 FlushPlatformFile(PlatformFile file) argument
165 TouchPlatformFile(PlatformFile file, const base::Time& last_access_time, const base::Time& last_modified_time) argument
182 GetPlatformFileInfo(PlatformFile file, PlatformFileInfo* info) argument
[all...]
H A Dplatform_file_win.cc3 // found in the LICENSE file.
70 HANDLE file = CreateFile(name.value().c_str(), access, sharing, NULL, local
73 if (created && (INVALID_HANDLE_VALUE != file)) {
81 if (file != kInvalidPlatformFileValue)
104 return file;
107 bool ClosePlatformFile(PlatformFile file) { argument
109 return (CloseHandle(file) != 0);
112 int ReadPlatformFile(PlatformFile file, int64 offset, char* data, int size) { argument
114 if (file == kInvalidPlatformFileValue)
125 if (::ReadFile(file, dat
133 WritePlatformFile(PlatformFile file, int64 offset, const char* data, int size) argument
153 TruncatePlatformFile(PlatformFile file, int64 length) argument
179 FlushPlatformFile(PlatformFile file) argument
184 TouchPlatformFile(PlatformFile file, const base::Time& last_access_time, const base::Time& last_modified_time) argument
196 GetPlatformFileInfo(PlatformFile file, PlatformFileInfo* info) argument
[all...]
H A Dplatform_file_unittest.cc3 // found in the LICENSE file.
13 // Reads from a file the given number of bytes, or until EOF is reached.
15 int ReadFully(base::PlatformFile file, int64 offset, char* data, int size) { argument
20 file, offset + total_bytes_read, &data[total_bytes_read],
36 // Writes the given number of bytes to a file.
38 int WriteFully(base::PlatformFile file, int64 offset, argument
44 file, offset + total_bytes_written, &data[total_bytes_written],
66 // Open a file that doesn't exist.
68 base::PlatformFile file = base::CreatePlatformFile( local
71 EXPECT_EQ(base::kInvalidPlatformFileValue, file);
134 base::PlatformFile file = base::CreatePlatformFile( local
206 base::PlatformFile file = base::CreatePlatformFile( local
255 base::PlatformFile file = base::CreatePlatformFile( local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DUniformItemSection.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
25 * A section of a {@code .dex} file which consists of a sequence of
31 * Constructs an instance. The file offset is initially unknown.
35 * @param file {@code non-null;} file that this instance is part of
39 public UniformItemSection(String name, DexFile file, int alignment) { argument
40 super(name, file, alignment);
71 DexFile file = getFile();
76 one.addContents(file);
[all...]
H A DMemberIdItem.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
27 * Dalvik file.
52 public void addContents(DexFile file) { argument
53 super.addContents(file);
55 StringIdsSection stringIds = file.getStringIds();
61 public final void writeTo(DexFile file, AnnotatedOutput out) { argument
62 TypeIdsSection typeIds = file.getTypeIds();
63 StringIdsSection stringIds = file.getStringIds();
67 int typoidIdx = getTypoidIdx(file);
90 getTypoidIdx(DexFile file) argument
[all...]
H A DEncodedMember.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
69 * @param file {@code non-null;} the file to populate
71 public abstract void addContents(DexFile file); argument
76 * @param file {@code non-null;} file this instance is part of
84 public abstract int encode(DexFile file, AnnotatedOutput out, argument
H A DHeaderSection.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
26 * File header section of a {@code .dex} file.
33 * Constructs an instance. The file offset is initially unknown.
35 * @param file {@code non-null;} file that this instance is part of
37 public HeaderSection(DexFile file) { argument
38 super(null, file, 4);
H A DMemberIdsSection.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
22 * Member (field or method) refs list section of a {@code .dex} file.
29 * Constructs an instance. The file offset is initially unknown.
33 * @param file {@code non-null;} file that this instance is part of
35 public MemberIdsSection(String name, DexFile file) { argument
36 super(name, file, 4);
/external/elfutils/libasm/
H A Dasm_addstrz.c3 This file is part of Red Hat elfutils.
82 fputs ("\t.string\t\"", asmscn->ctx->out.file);
87 fputs ("\\000", asmscn->ctx->out.file);
89 fprintf (asmscn->ctx->out.file, "\\%03o",
92 fputs ("\\\\", asmscn->ctx->out.file);
95 fputs ("\\n\"", asmscn->ctx->out.file);
99 fputc (*str, asmscn->ctx->out.file);
106 fputs ("\"\n", asmscn->ctx->out.file);
/external/zlib/src/contrib/minizip/
H A Dunzip.h110 /* unz_file_info contain information about a file in the zipfile */
117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
123 uLong size_file_comment; /* file comment length 2 bytes */
126 uLong internal_fa; /* internal file attributes 2 bytes */
127 uLong external_fa; /* external file attributes 4 bytes */
138 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
144 uLong size_file_comment; /* file comment length 2 bytes */
147 uLong internal_fa; /* internal file attributes 2 bytes */
148 uLong external_fa; /* external file attributes 4 bytes */
169 Open a Zip file
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DANTLRFileStream.as10 public function ANTLRFileStream(file:File, encoding:String = null) {
11 load(file, encoding);
14 public function load(file:File, encoding:String = null):void {
15 _file = file;
23 stream.open(file, FileMode.READ);
24 data = stream.readMultiByte(file.size, encoding);
/external/freetype/src/base/
H A Dftsystem.c10 /* This file is part of the FreeType project, and may only be used, */
13 /* this file you indicate that you have read the license and */
20 /* This file contains the default interface used by FreeType to access */
206 FT_FILE* file; local
212 file = STREAM_FILE( stream );
215 ft_fseek( file, offset, SEEK_SET );
217 return (unsigned long)ft_fread( buffer, 1, count, file );
227 FT_FILE* file; local
240 file = ft_fopen( filepathname, "rb" );
241 if ( !file )
[all...]
/external/llvm/utils/lit/lit/
H A DShCommands.py16 def toShell(self, file):
24 print >>file, quoted,
34 print >>file, "%s '%s'" % (r[0][0], r[1]),
36 print >>file, "%s%s '%s'" % (r[0][1], r[0][0], r[1]),
55 def toShell(self, file, pipefail=False):
59 print >>file, '!',
61 cmd.toShell(file)
63 print >>file, '|\n ',
82 def toShell(self, file, pipefail=False):
83 self.lhs.toShell(file, pipefai
[all...]
/external/proguard/src/proguard/gui/
H A DExtensionFileFilter.java59 public boolean accept(File file) argument
61 if (file.isDirectory())
66 String fileName = file.getName().toLowerCase();
/external/sepolicy/
H A Dcts.te11 allow appdomain domain:{ file lnk_file } r_file_perms;
16 dontaudit appdomain appdomain:file r_file_perms;
18 # Walk the file tree, stat any file.
27 allow appdomain shell_exec:file rx_file_perms;
28 allow appdomain system_file:file rx_file_perms;
31 allow appdomain apk_tmp_file:file rw_file_perms;
32 allow appdomain shell_data_file:file r_file_perms;
34 # Read permission over link file to devices.
/external/srec/srec/clib/
H A Dswimodel.c7 * you may not use this file except in compliance with the License. *
334 const void* file = NULL; local
345 file = swimodel->mmap_zip_data;
347 swimodel->num_hmmstates = *(const short*)file;
348 file += sizeof(short);
349 swimodel->num_dims = *(const short*)file;
350 file += sizeof(short);
351 swimodel->num_pdfs = *(const short*)file;
352 file += sizeof(short);
357 const short* num_pdfs_in_model = (const short*)file;
[all...]
/external/webkit/Tools/Scripts/
H A Dsvn-create-patch131 # Final sort is a "smart" sort by directory and file name.
144 my ($file) = @_;
148 if (my $hunkHeaderLineRegEx = hunkHeaderLineRegExForFile($file)) {
171 my ($file, $revision) = @_;
173 open PROPGET, "svn propget svn:mime-type $args '$file' |" or die;
199 my ($file) = @_;
203 open INFO, "svn info '$file' |" or die;
218 my $file = File::Spec->catdir($prefix, $fileData->{path});
220 if ($ignoreChangelogs && basename($file) eq "ChangeLog") {
229 my $diffOptions = diffOptionsForFile($file);
[all...]
/external/icu4c/tools/toolutil/
H A Dunewdata.c8 * file name: unewdata.c
28 FileStream *file; member in struct:UNewDataMemory
84 /* open the output file */
100 pData->file=T_FileStream_open(filename, "wb");
101 if(pData->file==NULL) {
120 T_FileStream_write(pData->file, &pData->headerSize, 4);
123 T_FileStream_write(pData->file, pInfo, pInfo->size);
127 T_FileStream_write(pData->file, comment, commentLength);
135 T_FileStream_write(pData->file, bytes, headerSize);
150 if(pData->file!
[all...]

Completed in 815 milliseconds

1234567891011>>