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

1234567891011>>

/external/elfutils/libdw/
H A Ddwarf_linesrc.c3 This file is part of Red Hat elfutils.
26 those well defined interfaces identified in the file named EXCEPTION
37 covered by this exception. If you modify this file, you may extend this
38 exception to your version of the file, but you are not obligated to do
41 this file solely under the GPL without exception.
64 if (line->file >= line->files->nfiles)
71 *mtime = line->files->info[line->file].mtime;
74 *length = line->files->info[line->file].length;
76 return line->files->info[line->file].name;
/external/emma/ant/ant15/com/vladium/emma/ant/
H A DXFileSet.java19 * a single 'file' attribute
40 // 'file' attribute:
41 public void setFile (final File file) argument
45 super.setFile (file);
51 final File parent = file.getParentFile ();
55 include.setName (file.getName ());
/external/expat/conftools/
H A Dmkinstalldirs11 for file
13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/external/icu4c/
H A Dmkinstalldirs14 for file
16 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/external/llvm/lib/Support/
H A DValgrind.cpp5 // This file is distributed under the University of Illinois Open Source
28 // want that to cause the rest of the code in this file to run the
60 void AnnotateHappensBefore(const char *file, int line, argument
62 void AnnotateHappensAfter(const char *file, int line, argument
64 void AnnotateIgnoreWritesBegin(const char *file, int line) {} argument
65 void AnnotateIgnoreWritesEnd(const char *file, int line) {} argument
/external/llvm/test/MC/ELF/
H A Ddebug-loc.s26 .file 1 "Driver.ii"
/external/openssh/
H A Dmkinstalldirs11 for file
13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/external/oprofile/daemon/
H A Dopd_mangling.h2 * @file daemon/opd_mangling.h
6 * @remark Read the file COPYING
20 * opd_open_sample_file - open a sample file
21 * @param sf sfile to open sample file for
23 * @param cg if this is a callgraph file
25 * Open image sample file for the sfile, counter
30 int opd_open_sample_file(odb_t *file, struct sfile *last,
/external/proguard/src/proguard/io/
H A DDirectoryPump.java27 * This class can read a given file or directory, recursively, applying a given
50 throw new IOException("No such file or directory");
61 private void readFiles(File file, DataEntryReader dataEntryReader) argument
64 // Pass the file data entry to the reader.
65 dataEntryReader.read(new FileDataEntry(directory, file));
67 if (file.isDirectory())
70 File[] files = file.listFiles();
/external/srec/portable/include/
H A DpLastError.h7 * you may not use this file except in compliance with the License. *
35 PORTABLE_API void printGetLastErrorInternal(const LCHAR* text, char* file, int line);
/external/webkit/Source/WebKit/qt/tests/MIMESniffing/
H A DTestData.h15 along with this library; see the file COPYING.LIB. If not, write to
24 const char* file; member in struct:_TestData
/external/webkit/Tools/Scripts/
H A Dupdate-webkit-dependency47 update-webkit-dependancy <URL with the dependancy zip file> <*prefix dir inside zip without filename>
58 # Time in seconds that the new zip file must be newer than the old for us to
61 # because the zip file is served from a set of mirrors with slightly different
68 my $file = getLibraryName($libsURL);
69 my $zipFile = "$file.zip";
76 my $result = system "curl -s -I $libsURL | grep Last-Modified > \"$tmpAbsDir/$file.headers\"";
82 if (! -f "$webkitLibrariesDir/$file.headers") {
83 print STDERR "Unable to check Last-Modified date and no version of $file to fall back to.\n";
87 print STDERR "Falling back to existing version of $file.\n";
91 if (open NEW, "$tmpAbsDir/$file
[all...]
/external/zlib/src/contrib/minizip/
H A Dmztools.h20 /* Repair a ZIP file (missing central directory)
21 file: file to recover
22 fileOut: output file after recovery
23 fileOutTmp: temporary file name used for recovery
25 extern int ZEXPORT unzRepair(const char* file,
/external/libvorbis/vq/
H A Dhuffbuild.c66 FILE *file; local
104 /* scan the file for maximum value */
105 file=fopen(infile,"r");
106 if(!file){
107 fprintf(stderr,"Could not open file %s\n",infile);
119 if(get_next_ivalue(file,&v))break;
124 rewind(file);
135 if(file){
138 while(!feof(file)){
139 long val=getval(file,begi
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DHeaderItem.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.
50 public void addContents(DexFile file) { argument
56 public void writeTo(DexFile file, AnnotatedOutput out) { argument
57 int mapOff = file.getMap().getFileOffset();
58 Section firstDataSection = file.getFirstDataSection();
59 Section lastDataSection = file.getLastDataSection();
64 String magic = file.getDexOptions().getMagic();
71 Hex.u4(file
[all...]
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.h64 // Gets the unqualified class name for the file. Each .proto file becomes a
66 string FileClassName(const FileDescriptor* file);
68 // Returns the file's Java package name.
69 string FileJavaPackage(const FileDescriptor* file);
73 // file.
74 string ToJavaName(const string& full_name, const FileDescriptor* file);
79 return ToJavaName(descriptor->full_name(), descriptor->file());
82 return ToJavaName(descriptor->full_name(), descriptor->file());
85 return ToJavaName(descriptor->full_name(), descriptor->file());
150 HasGenericServices(const FileDescriptor *file) argument
[all...]
/external/bison/build-aux/
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/doclava/src/com/google/doclava/
H A DSourcePositionInfo.java5 * you may not use this file except in compliance with the License.
22 public SourcePositionInfo(String file, int line, int column) { argument
23 this.file = file;
29 this.file = that.file;
53 return new SourcePositionInfo(that.file, line, 0);
69 return new SourcePositionInfo(that.file, line, 0);
74 return file + ':' + line;
79 int r = this.file
100 public String file; field in class:SourcePositionInfo
[all...]
/external/genext2fs/
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/libogg/
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/libvorbis/
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/chromium/third_party/libevent/
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
82 aclocal touch file \`aclocal.m4'
83 autoconf touch file \`configure'
84 autoheader touch file \`config.h.in'
88 help2man touch the output file
90 makeinfo touch the output file
188 file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
189 test -z "$file" && file
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
H A Dantlr.stg29 New style messages. This file contains the actual layout of the messages emitted by ANTLR.
31 This file contains the default format ANTLR uses.
36 location(file, line, column) ::= "<file>:<line>:<column>:"
H A Dgnu.stg29 New style messages. This file contains the actual layout of the messages emitted by ANTLR.
31 This file contains the format that mimicks GCC output.
36 location(file, line, column) ::= "<file>:<line>:"
H A Dvs2005.stg29 New style messages. This file contains the actual layout of the messages emitted by ANTLR.
31 This file contains the default format ANTLR uses.
36 location(file, line, column) ::= "<file>(<line>,<column>)"

Completed in 735 milliseconds

1234567891011>>