Searched refs:file (Results 1 - 25 of 9296) sorted by path

1234567891011>>

/external/android-clat/
H A DAndroid.mk17 # The configuration file.
H A Dconfig.c5 * you may not use this file except in compliance with the License.
241 * ip - the IP address from the configuration file
294 * reads the config file and parses it into the global variable Global_Clatd_Config. returns 0 on failure, 1 on success
295 * file - filename to parse
297 * plat_prefix - (optional) plat prefix to use, otherwise follow config file
300 int read_config(const char *file, const char *uplink_interface, const char *plat_prefix, argument
313 config_load_file(root, file);
315 logmsg(ANDROID_LOG_FATAL,"Could not read config file %s", file);
H A Dconfig.h5 * you may not use this file except in compliance with the License.
41 int read_config(const char *file, const char *uplink_interface, const char *plat_prefix,
/external/ant-glob/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/external/antlr/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java5 * you may not use this file except in compliance with the License.
62 * Invokes the ANTLR3 Translator generator on a grammar file.
68 /** the file to process */
74 /** an optional super grammar file */
82 /** optional flag to print out a diagnostic file */
116 /** Instance of a utility class to use for file operations. */
130 * The grammar file to process.
169 * Sets an optional super grammar file
423 String separator = System.getProperty("file.separator");
425 for (String file
[all...]
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... .io.File outputDirectoryFile public java.io.File getOutputdirectory () public void setLibdirectory (java.io.File) java ...
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
H A DgUnit.g144 | file
146 testInput = $file.text;
148 line = $file.line;
171 file returns [int line]
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
H A DTestCaseInputFile.java42 public TestCaseInputFile(String file) { argument
43 this.fileName = file;
H A DTestSuiteFactory.java63 * suite file in the same directory of the grammar file.
64 * @param grammarFile ANTLRv3 grammar file.
81 throw new RuntimeException("Can't save test suite file.");
84 throw new RuntimeException("Invalid grammar file.");
89 /* Load rules from an ANTLR grammar file. */
115 /* Save testsuite to *.gunit file. */
145 * @param file testsuite file (.gunit)
148 public static TestSuite loadTestSuite(File file) { argument
[all...]
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... String failureProperty private String swf private java.io.File reportDir public void " href="/5.1.0_r1/s ...
/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs660 protected virtual string LocationDescription(string file, string rule, int line, int pos) { argument
661 return file + ":" + line + ":" + pos + "(" + rule + ")";
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRFileStream.cs44 /// and caches the contents of it's underlying file fully during
49 /// but, it is a special case. Since we know the exact size of the file to
65 /// specified file name
74 /// specified file name and encoding
83 /// Gets the file name of this ANTLRFileStream underlying file
96 /// Loads and buffers the specified file to be used as this
100 /// <param name="encoding">Encoding to apply to file</param>
132 /// <summary>Fully qualified name of the stream's underlying file</summary>
140 private long GetFileLength(FileInfo file) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs720 protected virtual string LocationDescription(string file, string rule, int line, int pos) argument
722 return file + ":" + line + ":" + pos + "(" + rule + ")";
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas181 /// for the file name or whatever.
408 /// and caches the contents of it's underlying file fully during
413 /// but, it is a special case. Since we know the exact size of the file to
421 /// Loads and buffers the specified file to be used as this
425 /// <param name="Encoding">Encoding to apply to file</param>
825 /// you want more details such as the file/line info of where
1259 /// useful for generating a C file and also its header file--all from the
1697 /// <summary>Fully qualified name of the stream's underlying file</summary>
1709 /// specified file nam
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java731 protected String locationDescription(String file, String rule, int line, int pos) { argument
732 return file+":"+line+":"+pos+"(" + rule + ")";
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME11 * Unzip the downloaded file.
15 * Unzip the downloaded file.
19 * Unzip the downloaded file.
23 * Unzip the downloaded file.
47 when opened with the 'file://' protocol. To circumvent this issue, start
49 3) Select the file runtime/JavaScript/tests/functional/all.html (or any other
50 test html file).
/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/Perl5/tools/
H A Dport.pl109 add: Adds the file to the list of ported files.
194 This tool keeps a database of file paths and content checksum. Once the port
195 of a file (Java class, grammar, ...) is completed it is added to the
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dstreams.py176 for the file name or whatever.
526 @brief CharStream that opens a file to read the data.
528 This is a char buffer stream that is loaded from a file
534 @param fileName The path to the file to be opened. The file will be
561 @brief CharStream that reads data from a file-like object.
563 This is a char buffer stream that is loaded from a file like object
566 All input is consumed from the file, but it is not closed.
569 def __init__(self, file, encoding=None):
571 @param file
[all...]
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py122 traceback.print_exc(file=buf)
254 traceback.print_exc(file=buf)
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt055templates.py64 file=StringIO(templates),
235 file=StringIO(templates),
H A Dtestbase.py73 "Missing file '%s'. Grap it from a distribution package."
81 "Missing file '%s'. Grap it from a distribution package."
89 "Missing file '%s'. Grap it from a distribution package."
159 def _invokeantlr(self, dir, file, options, javaOptions=''):
161 dir, javaOptions, classpath, options, file
178 "Failed to compile grammar '%s':\n%s\n\n" % (file, cmd)
377 # dump temp grammar file
398 # write grammar file

Completed in 815 milliseconds

1234567891011>>