Searched refs:file (Results 151 - 175 of 9296) sorted by relevance

1234567891011>>

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/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...]
H A DruniSACNB.txt27 for file in $SUBSET # loop over all input files
32 $ISAC $rate -FL 30 -NB 1 $INDIR/"$file" $OUTDIR/nb130_$index1"$file" >> $LOGFILE
33 $ISAC $rate -FL 60 -NB 1 $INDIR/"$file" $OUTDIR/nb160_$index1"$file" >> $LOGFILE
34 $ISAC $rate -FL 30 -NB 2 $INDIR/"$file" $OUTDIR/nb230_$index1"$file" >> $LOGFILE
35 $ISAC $rate -FL 60 -NB 2 $INDIR/"$file" $OUTDIR/nb260_$index1"$file" >> $LOGFILE
36 $ISAC $rate -FL 30 -NB 2 -PL 10 $INDIR/"$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/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...]
/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/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACNB.txt27 for file in $SUBSET # loop over all input files
32 $ISAC $rate -FL 30 -NB 1 $INDIR/"$file" $OUTDIR/nb130_$index1"$file" >> $LOGFILE
33 $ISAC $rate -FL 60 -NB 1 $INDIR/"$file" $OUTDIR/nb160_$index1"$file" >> $LOGFILE
34 $ISAC $rate -FL 30 -NB 2 $INDIR/"$file" $OUTDIR/nb230_$index1"$file" >> $LOGFILE
35 $ISAC $rate -FL 60 -NB 2 $INDIR/"$file" $OUTDIR/nb260_$index1"$file" >> $LOGFILE
36 $ISAC $rate -FL 30 -NB 2 -PL 10 $INDIR/"$file"
[all...]
/external/chromium_org/third_party/ots/src/
H A Dhdmx.cc3 // found in the LICENSE file.
13 do { delete file->hdmx; file->hdmx = 0; } while (0)
17 bool ots_hdmx_parse(OpenTypeFile *file, const uint8_t *data, size_t length) { argument
19 file->hdmx = new OpenTypeHDMX;
20 OpenTypeHDMX * const hdmx = file->hdmx;
22 if (!file->head || !file->maxp) {
26 if ((file->head->flags & 0x14) == 0) {
50 const int32_t actual_size_device_record = file
99 ots_hdmx_should_serialise(OpenTypeFile *file) argument
105 ots_hdmx_serialise(OTSStream *out, OpenTypeFile *file) argument
130 ots_hdmx_free(OpenTypeFile *file) argument
[all...]
/external/compiler-rt/lib/builtins/armv6m/
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/builtins/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/builtins/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/builtins/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/droiddriver/src/com/google/android/droiddriver/util/
H A DFileUtils.java5 * you may not use this file except in compliance with the License.
33 * Opens file at {@code path} to output. If any directories on {@code path} do
34 * not exist, they will be created. The file will be readable and writable to
38 File file = getAbsoluteFile(path);
40 Logs.log(Log.INFO, "opening file " + file.getAbsolutePath());
41 BufferedOutputStream stream = new BufferedOutputStream(new FileOutputStream(file));
42 file.setReadable(true /* readable */, false/* ownerOnly */);
43 file.setWritable(true /* readable */, false/* ownerOnly */);
48 * Returns a new file constructe
[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/chromium_org/base/files/
H A Dfile_unittest.cc3 // found in the LICENSE file.
5 #include "base/files/file.h"
21 File file; local
22 EXPECT_FALSE(file.IsValid());
23 EXPECT_EQ(base::File::FILE_ERROR_FAILED, file.error_details());
31 // Open a file that doesn't exist.
32 File file(file_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
33 EXPECT_FALSE(file.IsValid());
34 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, file.error_details());
38 // Open or create a file
59 File file; local
[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/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dlogging.cc5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
35 const char* DescribeFile(const char* file) { argument
36 const char* end1 = ::strrchr(file, '/');
37 const char* end2 = ::strrchr(file, '\\');
39 return file;
46 LogMessage::LogMessage(const char* file, int line, LoggingSeverity sev) argument
48 print_stream_ << "(" << DescribeFile(file) << ":" << line << "): ";
/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...]
/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 ]

Completed in 1203 milliseconds

1234567891011>>