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

1234567891011>>

/external/ant-glob/src/org/apache/tools/ant/types/selectors/
H A DSelectorUtils.java63 * Tests whether or not a given path matches the start of a given
72 * @param str The path to match, as a String. Must not be
75 * @return whether or not a given path matches the start of a given
83 * Tests whether or not a given path matches the start of a given
92 * @param str The path to match, as a String. Must not be
97 * @return whether or not a given path matches the start of a given
118 * Tests whether or not a given path matches the start of a given
127 * @param strDirs The tokenized path to match. Must not be
132 * @return whether or not a given path matches the start of a given
172 * Tests whether or not a given path matche
512 tokenizePath(String path) argument
528 tokenizePath(String path, String separator) argument
545 tokenizePathAsArray(String path) argument
[all...]
/external/ant-glob/src/org/apache/tools/ant/util/
H A DFileUtils.java28 * referred to using abstract path names which are translated to native
107 * Verifies that the specified filename represents an absolute path.
108 * Differs from new java.io.File("filename").isAbsolute() in that a path
110 * at minimum match "\\a\b" to be considered an absolute path.
112 * @return true if the filename represents an absolute path.
143 * Dissect the specified absolute path.
144 * @param path the path to dissect.
145 * @return String[] {root, remaining path}.
146 * @throws java.lang.NullPointerException if path i
149 dissect(String path) argument
[all...]
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java241 for ( String path : classpathElements() ) {
243 getLog().info( "Adding project compile classpath element : " + path );
244 classPathUrls.add( new File( path ).toURI().toURL() );
247 throw new MojoExecutionException( "Unable to build path URL [" + path + "]" );
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DStGUnit.g89 | fileInput {$in = adapter.createFileInput($fileInput.path);}
98 fileInput returns [String path]
99 : id {$path = $id.text;} (EXT {$path += $EXT.text;})?
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jar ... .analysis.NFAState nfaStart java.util.List path org.antlr.analysis.NFAState altStart org. ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl30 my ($path) = @_;
32 if ($path =~ /\.(java|g)$/xms) {
122 my $path = resolve_file($filename);
123 if (!defined $path) {
126 my $digest = sha1sum($path);
144 my $path = resolve_file($filename);
146 my $digest = sha1sum($path);
/external/antlr/antlr-3.4/runtime/Python/
H A Dez_setup.py63 """Automatically find/download setuptools and make it available on sys.path
84 sys.path.insert(0, egg)
114 saveto = os.path.join(to_dir, egg_name)
116 if not os.path.exists(saveto): # Avoid repeated downloads
145 return os.path.realpath(saveto)
156 sys.path.insert(0,egg)
160 if egg and os.path.exists(egg):
195 base = os.path.basename(name)
H A Dsetup.py35 for path in ('antlr3', 'unittests', 'tests'):
36 path = os.path.join(os.path.dirname(__file__), path)
37 if os.path.isdir(path):
38 for root, dirs, files in os.walk(path, topdown=True):
44 filePath = os.path.join(root, name)
83 testDir = os.path
[all...]
H A Dxmlrunner.py10 import os.path namespace
156 current working directory (if not overridden with the path property),
171 stream = file(os.path.join(self._path, filename), "w")
206 def _set_path(self, path):
207 self._path = path
209 path = property(lambda self: self._path, _set_path, None, variable in class:XMLTestRunner
210 """The path where the XML files are stored.
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt012lexerXML.py29 inputPath = os.path.splitext(__file__)[0] + '.input'
41 outputPath = os.path.splitext(__file__)[0] + '.output'
H A Dt018llstar.py15 inputPath = os.path.splitext(__file__)[0] + '.input'
24 outputPath = os.path.splitext(__file__)[0] + '.output'
H A Dt019lexer.py12 inputPath = os.path.splitext(__file__)[0] + '.input'
H A Dt020fuzzy.py15 inputPath = os.path.splitext(__file__)[0] + '.input'
27 outputPath = os.path.splitext(__file__)[0] + '.output'
H A Dt052import.py10 self.oldPath = sys.path[:]
11 sys.path.insert(0, self.baseDir)
15 sys.path = self.oldPath
H A Dt054main.py13 self.oldPath = sys.path[:]
14 sys.path.insert(0, self.baseDir)
18 sys.path = self.oldPath
H A Dtestbase.py15 def unlink(path):
17 os.unlink(path)
30 testbasedir = os.path.join(
31 os.path.realpath(tempfile.gettempdir()),
67 baseDir = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..', '..'))
68 libDir = os.path.join(baseDir, 'lib')
70 jar = os.path.join(libDir, 'ST-4.0.1.jar')
71 if not os.path
[all...]
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dteststreams.py250 path = os.path.join(os.path.dirname(__file__), 'teststreams.input1')
252 stream = antlr3.FileStream(path)
273 path = os.path.join(os.path.dirname(__file__), 'teststreams.input2')
275 stream = antlr3.FileStream(path, 'utf-8')
/external/antlr/antlr-3.4/runtime/Ruby/lib/
H A Dantlr3.rb112 # Returns the library path for the module. If any arguments are given,
113 # they will be joined to the end of the libray path using
121 # they will be joined to the end of the path using
140 def self.antlr_jar=( path )
141 @antlr_jar = path ? File.expand_path( path.to_s ) : path
147 path = data_path "antlr-full-#{ ANTLR_VERSION_STRING }.jar"
154 "as it is not the path to an existing file\n" <<
155 " -> trying default jar path
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb53 and the decision path the recognizer is currently attempting
60 and then either try another possible decision path or
H A Dmain.rb399 opt.on( '--lexer-file PATH_TO_LIBRARY', "path to library defining the lexer class" ) { |val|
421 opt.on( '--log PATH', "path of file to use to record socket activity",
422 "(stderr by default)" ) do |path|
423 @log = open( path, 'w' )
511 'path to load to make the lexer class available'
526 'path to load to make the parser class available'
545 opt.on( '--log PATH', "path of file to use to record socket activity",
546 "(stderr by default)" ) do |path|
547 @log = open( path, 'w' )
H A Dstreams.rb220 # indicates an identifying name for the stream -- usually the file path of the input
679 # If +file+ is a path string, the file will be read and the contents
680 # will be used and the +name+ attribute will be set to the path.
684 # on the object, then trying the method #path on the object.
696 @name = file.path
699 file.reopen( file.path, 'r' )
700 @name = file.path
707 elsif file.respond_to?( :path ) then @name = file.path
H A Dtask.rb188 | unable to locate .tokens file `#{ vocab }' referenced in #{ grammar.path }
215 parts << grammar.path
250 def initialize( group, path, options = {} )
252 @path = path.to_s
273 :path, :group
344 touch( @path )
350 imported_files.push( grammar.path, *grammar.all_imported_files )
373 depends = [ @path, *all_imported_files ]
394 | #{ @path }
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb11 # ~~~> start load path setup
22 on the load path. If rubygems is available on your system, this can
27 Current load path:
35 # 1: try to load the ruby antlr3 runtime library from the system path
57 # <~~~ end load path setup
H A Dgroup-file-parser.rb11 # ~~~> start load path setup
22 on the load path. If rubygems is available on your system, this can
27 Current load path:
35 # 1: try to load the ruby antlr3 runtime library from the system path
57 # <~~~ end load path setup

Completed in 774 milliseconds

1234567891011>>