Searched refs:file (Results 76 - 100 of 2668) sorted by relevance

1234567891011>>

/external/libcap-ng/libcap-ng-0.7/
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/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/webkit/Tools/TestResultServer/model/
H A Dtestfile.py45 file = db.get(key)
46 if not file:
50 file._delete_all()
59 for file in files:
60 file._delete_all()
78 for file in files:
79 file.load_data()
85 file = TestFile()
86 file.master = master
87 file
[all...]
H A Ddashboardfile.py54 file = DashboardFile()
55 file.name = name
56 file.data = db.Blob(data)
57 file.put()
59 logging.debug("Dashboard file saved, name: %s.", name)
61 return file
65 logging.debug("Grab file from SVN, name: %s.", name)
69 logging.info("Grab file from SVN, url: %s.", url)
71 file = urllib2.urlopen(url)
72 if not file
[all...]
/external/icu4c/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/valgrind/main/helgrind/tests/
H A Dfilter_xml12 # Stack frames whose associated file name does not match any name in
54 my ($file, $files) = @_;
59 return 1 if ($file =~ /$qstring/);
67 my ($file, $lineno, $in_frame, $keep_frame, $num_discarded, $ignore_line);
123 $file = "";
124 } elsif ($line =~ /<file>(.*)<\/file>/) {
126 $file = $1;
127 if (file_matches($file, \@tool_files) ||
128 file_matches($file, \
[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/webkit/Source/WebCore/platform/efl/
H A DSharedBufferEfl.cpp42 FILE* file; local
49 if (!(file = fopen(filePath.utf8().data(), "rb")))
52 if (fstat(fileno(file), &fileStat)) {
53 fclose(file);
60 fclose(file);
64 fread(result->m_buffer.data(), 1, fileStat.st_size, file);
65 fclose(file);
/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
112 EAS_HW_FILE *file; local
240 EAS_HW_FILE *file; local
312 EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) argument
353 EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p) argument
368 EAS_HWGetWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
397 EAS_HWGetDWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
430 EAS_HWFilePos(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition) argument
450 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
475 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
501 EAS_HWFileLength(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
520 EAS_HWDupHandle(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_FILE_HANDLE *pDupFile) argument
[all...]
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c7 * This file contains the host wrapper functions for stdio, stdlib, etc.
10 * file system calls. The file locator (EAS_FILE_LOCATOR) handle passed
13 * using a file system, you can use the locator handle to point to
18 * Modify this file to suit the needs of your particular system.
21 * a MIDI type 1 file that can be played.
23 * EAS_HW_FILE is a structure to support the file I/O functions. It
24 * comprises the base memory pointer, the file read pointer, and
25 * the dup flag, which when sets, indicates that the file handle has
28 * base memory pointer and file rea
204 EAS_HW_FILE *file; local
275 EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) argument
309 EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p) argument
337 EAS_HWGetWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
366 EAS_HWGetDWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
399 EAS_HWFilePos(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition) argument
419 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
444 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
470 EAS_HWFileLength(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
489 EAS_HWDupHandle(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_FILE_HANDLE *pDupFile) argument
[all...]
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_hostmm.c7 * This file contains the host wrapper functions for stdio, stdlib, etc.
10 * file system calls. The file locator (EAS_FILE_LOCATOR) handle passed
13 * using a file system, you can use the locator handle to point to
18 * Modify this file to suit the needs of your particular system.
21 * a MIDI type 1 file that can be played.
23 * EAS_HW_FILE is a structure to support the file I/O functions. It
24 * comprises the base memory pointer, the file read pointer, and
25 * the dup flag, which when sets, indicates that the file handle has
28 * base memory pointer and file rea
204 EAS_HW_FILE *file; local
275 EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) argument
309 EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p) argument
337 EAS_HWGetWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
366 EAS_HWGetDWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
399 EAS_HWFilePos(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition) argument
419 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
444 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
470 EAS_HWFileLength(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
489 EAS_HWDupHandle(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_FILE_HANDLE *pDupFile) argument
[all...]
/external/grub/
H A Dmissing26 # 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'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/external/libffi/
H A Dmissing26 # 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'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/external/llvm/autoconf/
H A Dmissing26 # 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'
83 help2man touch the output file
85 makeinfo touch the output file
195 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196 test -z "$file" && file
[all...]
/external/compiler-rt/lib/arm/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/compiler-rt/lib/i386/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/compiler-rt/lib/ppc/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/compiler-rt/lib/x86_64/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
/external/proguard/src/proguard/
H A DClassPathEntry.java37 private File file; field in class:ClassPathEntry
49 public ClassPathEntry(File file, boolean isOutput) argument
51 this.file = file;
63 return file.getCanonicalPath();
67 return file.getPath();
74 return file;
78 public void setFile(File file) argument
80 this.file = file;
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DResourceLoaderAdaptor.java5 * you may not use this file except in compliance with the License.
58 File file = locateFile(name);
59 if (file == null) {
60 throw new FileNotFoundException("Could not locate file " + name);
62 return new InputStreamReader(new FileInputStream(file), "UTF-8");
71 text.append("No file '");
97 * @param name name of the file to locate.
98 * @return a File object corresponding to the existing file or {@code null} if it does not exist.
102 // Full path to file was given.
103 File file
[all...]
/external/webkit/Tools/Scripts/
H A Dresolve-ChangeLogs136 exec qw(git merge-file -L THEIRS -L BASE -L OURS), $theirs, $base, $ours;
139 for my $file (@changeLogFiles) {
141 fixOneMergedChangeLog($file);
143 resolveChangeLog($file);
171 my ($file) = @_;
176 if (-e $file && -e "$file.orig" && -e "$file.rej") {
177 return ("$file.rej", "$file
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dgetsectsize.c8 * This file may be redistributed under the terms of the GNU Library
44 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize) argument
49 fd = open64(file, O_RDONLY);
51 fd = open(file, O_RDONLY);
70 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize) argument
75 fd = open64(file, O_RDONLY);
77 fd = open(file, O_RDONLY);
/external/libsepol/tests/policies/test-deps/
H A Dmodule.conf8 class file {read write};
15 allow system_t file_t : file { read write };
19 allow sysadm_t file_t : file { read write };
/external/protobuf/src/google/protobuf/compiler/
H A Dmock_code_generator.h44 // its own file so that it can be used both directly and as a plugin.
51 // its own file. NAMES is a comma-separated list of the names of those other
54 // MockCodeGenerator will also modify its behavior slightly if the input file
71 // should have inserted lines into this file.
75 const string& file,
79 // Get the name of the file which would be written by the given generator.
81 const FileDescriptor* file);
83 const string& file);
87 virtual bool Generate(const FileDescriptor* file,
97 const FileDescriptor* file);
[all...]

Completed in 3602 milliseconds

1234567891011>>