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

1234567891011>>

/external/ant-glob/
H A DAndroid.mk19 # Only compile source java files in this lib.
20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
H A DNOTICE29 * source, and configuration files.
98 * (b) You must cause any modified files to carry prominent notices
99 * stating that You changed the files; and
225 3. Notice of any changes or modifications to the files, including the date
/external/antlr/
H A DAndroid.mk20 LOCAL_SRC_FILES := $(call all-java-files-under, antlr-3.4/runtime/Java/src/main/java)
30 # LOCAL_SRC_FILES := $(call all-java-files-under, src)
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java72 /** location of token files */
138 * The directory to write the generated files to.
146 * The directory to write the generated files to.
153 * The token files output directory.
406 * stringtemplate-*.jar files in the lib directory and add them
424 String[] files = ds.getIncludedFiles();
425 for (String file : files) {
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
H A Dantlr3.jar ... .tools.ant.DirectoryScanner ds String separator String[] files public void execute () throws org.apache.tools. ...
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DMain.java79 String files[] = source.list();
81 for (int i=0; i<files.length; i++)
83 parse(new File(source, files[i]));
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DParserLoader.java51 // load all the class files in the "classDir" related to the grammarName
56 File[] files = dir.listFiles(new ClassFilenameFilter(grammarName));
57 for(File f : files) {
/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/JavaScript/build/
H A DREADME14 * closure compiler: Download here: http://closure-compiler.googlecode.com/files/compiler-latest.zip
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm60 including the names and locations of any configuration files, and the
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm326 including the names and locations of any configuration files, and the
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl109 add: Adds the file to the list of ported files.
134 status: Print the status of the ported files.
197 primary files have changed (C<port status>). The revision control software
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py18 """Also cleanup local temp files."""
25 # kill temporary files
38 for root, dirs, files in os.walk(path, topdown=True):
41 graveyard.extend(fnmatch.filter(files, pat))
72 "Directory for JUnit compatible XML files."),
99 # collect tests from all unittests/test*.py files
163 "Directory for JUnit compatible XML files."),
223 # collect tests from all tests/t*.py files
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file.rb7 purpose: Loads the ANTLR recognition code for ANTLR Template Group files
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DBuildDependencyGenerator.java71 * all of its template files in order to figure out the file extension
74 * This code was obvious until I removed redundant "./" on front of files
96 * name files ANTLR will emit from T.g.
99 List<File> files = new ArrayList<File>();
112 files.add(new File(outputDir, recognizer));
116 files.add(new File(tool.getOutputDirectory(), generator.getVocabFileName()));
124 files.add(new File(outputDir, fileName));
132 files.add(new File(outputDir, lexer));
137 files.add(new File(outputDir, header));
142 // handle generated files fo
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DBaseTest.java789 String[] files = tmpdirF.list();
790 for(int i = 0; files!=null && i < files.length; i++) {
791 if ( files[i].endsWith(filesEndingWith) ) {
792 new File(tmpdir+"/"+files[i]).delete();
799 String[] files = tmpdirF.list();
800 for(int i = 0; files!=null && i < files.length; i++) {
801 new File(tmpdir+"/"+files[i]).delete();
/external/apache-harmony/
H A DAndroid.mk5 define all-harmony-test-java-files-under
22 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/java) \
23 $(call all-harmony-test-java-files-under,$(harmony_test_dirs),src/test/support/java) \
24 $(call all-harmony-test-java-files-under,luni,src/test/api/common) \
25 $(call all-harmony-test-java-files-under,luni,src/test/api/unix) \
26 $(call all-harmony-test-java-files-under,luni,src/test/impl/common) \
27 $(call all-harmony-test-java-files-under,luni,src/test/impl/unix)
/external/apache-harmony/jdwp/
H A DAndroid.mk5 define all-harmony-test-java-files-under
10 $(call all-harmony-test-java-files-under,,src/test/java/)
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java280 File[] files = file.listFiles();
281 for (int i = 0; i < files.length; i++) {
282 files[i].delete();
/external/apache-http/
H A DAndroid.mk22 LOCAL_SRC_FILES := $(call all-java-files-under,src)
/external/apache-xml/
H A DAndroid.mk18 apache-xml_src_files := $(call all-java-files-under,src/main/java)
/external/bison/
H A DAndroid.mk160 src/files.c \
/external/bison/build-aux/
H A Dgnupload2 # Sign files and upload them.
50 -- treat the remaining arguments as files to upload
57 --replace allow replacements of existing files
73 build directive files and upload files by FTP
75 build directive files and upload files by SFTP
76 [user@]host:DIRECTORY upload files with scp
101 (the -- terminates the list of files to delete):
223 # Make sure all files exis
[all...]
H A Dmissing80 automake touch all 'Makefile.in' files
163 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
164 test -z "$files" && files="config.h"
166 for f in $files; do
190 You might have modified some files without having the
313 You might have modified some files without having the
H A Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
54 % extent. You can get the existing language-specific files from the
1037 \newif\iflinks \linkstrue % by default we want the aux files.
1041 % So open here the files we need to have open while reading the input.
1354 % Texinfo index files. So set that up.
2903 % and @{ and @} for the aux/toc files.
4335 % The \closeout helps reduce unnecessary open files; the limit on the
4336 % Acorn RISC OS is a mere 16 files.
4369 \escapechar = `\\ % use backslash in output files.
4370 \def\@{@}% change to @@ when we switch to @ as escape char in index files
[all...]

Completed in 796 milliseconds

1234567891011>>