Searched refs:file (Results 101 - 125 of 2662) sorted by relevance

1234567891011>>

/external/webkit/Tools/Scripts/webkitpy/common/config/
H A Dbuild.py28 def _should_file_trigger_build(target_platform, file):
112 # See if the file is in one of the known directories.
114 if re.search(r"(?:^|/)%s/" % directory, file):
117 # See if the file matches a known pattern.
119 if re.search(pattern, file):
122 # See if the file is a platform-specific test result.
123 match = re.match("LayoutTests/platform/(?P<platform>[^/]+)/", file)
125 # See if the file is a test result for this platform, our base
129 # The file isn't one we know about specifically, so we should assume we
137 platforms used in the build.webkit.org master's config.json file
[all...]
/external/webkit/Tools/iExploder/iexploder-1.3.2/tools/
H A Dlasthit.rb15 file = File.open(ARGV[0])
17 file = $stdin
20 file.readlines.each { |line|
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c9 * you may not use this file except in compliance with the License.
68 * the file size and read position.
681 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Buffered file access\n");
683 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Memory mapped file access\n");
690 /* need to track file opens for duplicate handles */
798 * Open a file for read or write
804 EAS_HW_FILE *file; local
814 /* find an empty entry in the file table */
815 file = hwInstData->files;
819 if (file
863 EAS_HWFillBuffer(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file) argument
885 EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) argument
972 EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p) argument
1009 EAS_HWGetWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
1039 EAS_HWGetDWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
1071 EAS_HWFilePos(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition) argument
1091 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1132 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1174 EAS_HWFileLength(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
1201 EAS_HWDupHandle(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_FILE_HANDLE* pDupFile) argument
1313 EAS_HW_FILE *file; local
1388 EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) argument
1426 EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p) argument
1458 EAS_HWGetWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
1487 EAS_HWGetDWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
1520 EAS_HWFilePos(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition) argument
1544 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1573 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1603 EAS_HWFileLength(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
1626 EAS_HWDupHandle(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_FILE_HANDLE *pDupFile) argument
[all...]
H A DEASLibVst.c8 * you may not use this file except in compliance with the License.
66 * the file size and read position.
376 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Buffered file access\n");
378 EAS_ReportX(_EAS_SEVERITY_INFO, "EAS_HWInit: Memory mapped file access\n");
385 /* need to track file opens for duplicate handles */
493 * Open a file for read or write
499 EAS_HW_FILE *file; local
509 /* find an empty entry in the file table */
510 file = hwInstData->files;
514 if (file
558 EAS_HWFillBuffer(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file) argument
580 EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) argument
667 EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p) argument
704 EAS_HWGetWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
734 EAS_HWGetDWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
766 EAS_HWFilePos(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition) argument
786 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
827 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
869 EAS_HWFileLength(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
896 EAS_HWDupHandle(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_FILE_HANDLE* pDupFile) argument
1008 EAS_HW_FILE *file; local
1083 EAS_HWReadFile(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *pBuffer, EAS_I32 n, EAS_I32 *pBytesRead) argument
1121 EAS_HWGetByte(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p) argument
1153 EAS_HWGetWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
1182 EAS_HWGetDWord(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, void *p, EAS_BOOL msbFirst) argument
1215 EAS_HWFilePos(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pPosition) argument
1239 EAS_HWFileSeek(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1268 EAS_HWFileSeekOfs(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 position) argument
1298 EAS_HWFileLength(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_I32 *pLength) argument
1321 EAS_HWDupHandle(EAS_HW_DATA_HANDLE hwInstData, EAS_FILE_HANDLE file, EAS_FILE_HANDLE *pDupFile) argument
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/Class/
H A DLoad.pm9 my ($class, $file, $dir) = @_;
11 return if !$class->SUPER::is_test_class($file, $dir);
16 (my $class = $file) =~ s!^\Q$dir\E/!!xms;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dcall-stack.rb5 Call = Struct.new( :file, :line, :method )
10 file = parts.shift
13 return Call.new( file, line )
18 return Call.new( file, line, method )
27 self.file == '(irb)'
31 self.file == '-e'
35 string = '%s:%i' % [ file, line ]
/external/bison/src/
H A Dlocation.h4 This file is part of Bison, the GNU Compiler Compiler.
17 along with Bison; see the file COPYING. If not, write to
29 /* The name of the file that contains the boundary. */
30 uniqstr file; member in struct:__anon331
49 && UNIQSTR_EQ (a.file, b.file));
/external/chromium/sdch/open-vcdiff/
H A Dmissing26 # distribute this file as part of a program that contains a
57 # a file that requires a minimum version. In this case we
79 aclocal touch file \`aclocal.m4'
80 autoconf touch file \`configure'
81 autoheader touch file \`config.h.in'
82 autom4te touch the output file, or create a stub one
86 help2man touch the output file
88 makeinfo touch the output file
198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file"
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DIdItem.java5 * you may not use this file except in compliance with the License.
17 package com.android.dx.dex.file;
22 * Representation of a reference to an item inside a Dalvik file.
47 public void addContents(DexFile file) { argument
48 TypeIdsSection typeIds = file.getTypeIds();
/external/elfutils/config/
H A Dmissing26 # distribute this file as part of a program that contains a
57 # a file that requires a minimum version. In this case we
79 aclocal touch file \`aclocal.m4'
80 autoconf touch file \`configure'
81 autoheader touch file \`config.h.in'
82 autom4te touch the output file, or create a stub one
86 help2man touch the output file
88 makeinfo touch the output file
198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file"
[all...]
/external/libmtp/
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
206 file=`echo "$*" | sed -n "$sed_output"`
207 test -z "$file"
[all...]
/external/libpng/
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
206 file=`echo "$*" | sed -n "$sed_output"`
207 test -z "$file"
[all...]
/external/libusb/
H A Dmissing26 # distribute this file as part of a program that contains a
57 # a file that requires a minimum version. In this case we
79 aclocal touch file \`aclocal.m4'
80 autoconf touch file \`configure'
81 autoheader touch file \`config.h.in'
82 autom4te touch the output file, or create a stub one
86 help2man touch the output file
88 makeinfo touch the output file
198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file"
[all...]
/external/libusb-compat/
H A Dmissing26 # distribute this file as part of a program that contains a
57 # a file that requires a minimum version. In this case we
79 aclocal touch file \`aclocal.m4'
80 autoconf touch file \`configure'
81 autoheader touch file \`config.h.in'
82 autom4te touch the output file, or create a stub one
86 help2man touch the output file
88 makeinfo touch the output file
198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file"
[all...]
/external/openfst/
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
206 file=`echo "$*" | sed -n "$sed_output"`
207 test -z "$file"
[all...]
/external/protobuf/gtest/build-aux/
H A Dmissing26 # distribute this file as part of a program that contains a
57 # a file that requires a minimum version. In this case we
79 aclocal touch file \`aclocal.m4'
80 autoconf touch file \`configure'
81 autoheader touch file \`config.h.in'
82 autom4te touch the output file, or create a stub one
86 help2man touch the output file
88 makeinfo touch the output file
198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file"
[all...]
/external/protobuf/
H A Dmissing26 # distribute this file as part of a program that contains a
57 # a file that requires a minimum version. In this case we
79 aclocal touch file \`aclocal.m4'
80 autoconf touch file \`configure'
81 autoheader touch file \`config.h.in'
82 autom4te touch the output file, or create a stub one
86 help2man touch the output file
88 makeinfo touch the output file
198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file"
[all...]
/external/stressapptest/
H A Dmissing26 # distribute this file as part of a program that contains a
57 # a file that requires a minimum version. In this case we
79 aclocal touch file \`aclocal.m4'
80 autoconf touch file \`configure'
81 autoheader touch file \`config.h.in'
82 autom4te touch the output file, or create a stub one
86 help2man touch the output file
88 makeinfo touch the output file
198 file=`echo "$*" | sed -n "$sed_output"`
199 test -z "$file"
[all...]
/external/webkit/Source/JavaScriptCore/
H A Dcreate_jit_stubs17 # along with this library; see the file COPYING.LIB. If not, write to
25 my $usage = basename($0) . " --prefix prefix file";
31 my $file;
37 $file = $ARGV[0];
39 die "$usage\n" unless ($prefix and $file);
48 print STDERR "Creating JIT stubs for $file \n";
49 open(IN, $file) or die "No such file $file";
/external/webkit/Tools/Scripts/
H A Dgenerate-qt-inspector-resource35 foreach $file (@files) {
36 $file =~ s,Source/WebCore/inspector/front-end/,,;
37 print WEBKIT_QRC " <file>".$file . "</file>\n";
/external/checkpolicy/
H A Dparse_util.h33 int read_source_policy(policydb_t * p, const char *file, const char *progname);
/external/chromium/third_party/libevent/
H A Dmkinstalldirs11 for file
13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
/external/chromium/third_party/libjingle/source/talk/base/
H A Dchecks.h37 void Fatal(const char* file, int line, const char* format, ...);
/external/compiler-rt/lib/
H A Dint_util.h5 * This file is dual licensed under the MIT and the University of Illinois Open
10 * This file is not part of the interface of this library.
12 * This file defines non-inline utilities which are available for use in the
26 void compilerrt_abort_impl(const char *file, int line,
/external/e2fsprogs/config/
H A Dmkinstalldirs11 for file
13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`

Completed in 1984 milliseconds

1234567891011>>