/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/ |
NeXT | 24 FMyIO: in cc, these files contain the word make_support: 30 FMyIO: in cc, these files contain the word REPORT_EVENT:
|
/external/webkit/WebKitTools/wx/packaging/ |
wxWebKitInstaller.iss.in | 26 [Files] 27 <<FILES>>
|
/external/zlib/contrib/asm586/ |
README.586 | 2 Pentium-optimized assembly code in the deflation algorithm. The files 16 files). Even here, though, cache contention can still be the limiting
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
trxhdr.h | 33 #define TRX_GZ_FILES 0x2 /* Contains up to TRX_MAX_OFFSET individual gzip files */ 34 #define TRX_MAX_OFFSET 3 /* Max number of individual files */
|
/sdk/files/ |
ant_lib_rules_r2.xml | 107 <!-- Compiles this project's .java files into .class files. --> 109 description="Compiles project's .java files into .class files"> 128 <target name="clean" description="Removes output files created by other targets."> 138 <echo> clean: Removes output files created by other targets.</echo> 139 <echo> compile: Compiles project's .java files into .class files.</echo>
|
/build/tools/droiddoc/src/ |
SampleCode.java | 69 TreeSet<String> files = new TreeSet<String>(); local 85 files.add(name); 91 files.add(name); 112 for (String f: files) { 113 hdf.setValue("files." + i + ".name", f); 114 hdf.setValue("files." + i + ".href", convertExtension(f, ".html"));
|
/cts/tests/tests/os/src/android/os/cts/ |
FileAccessPermissionTest.java | 83 File[] files = file.listFiles(); local 84 assertTrue(files == null || files.length == 0); 102 files = userAppDataDir.listFiles(); 103 assertTrue(files == null || files.length == 0);
|
/dalvik/libcore/ |
JavaLibrary.mk | 27 define all-core-java-files 37 # The core Java files and associated resources. 38 core_src_files := $(call all-core-java-files,main) 41 # The test Java files and associated resources. 42 test_src_files := $(call all-core-java-files,test) 117 $(call unzip-jar-files,$(dir $<)classes.jar,$(dir $<)hostctsclasses)
|
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/ |
Permissions2Test.java | 34 FilePermission readAllFiles = new FilePermission("<<ALL FILES>>", "read"); 36 FilePermission alsoReadAllFiles = new FilePermission("<<ALL FILES>>", 175 assertTrue("Returned true for non-subset of files", !perms 176 .implies(new FilePermission("<<ALL FILES>>", "execute"))); 182 assertTrue("Returned false for subset of files", perms 185 assertTrue("Returned false for subset of files and actions", perms
|
/external/bluetooth/glib/ |
Makefile.am | 123 .PHONY: files release sanity snapshot ChangeLog 125 files: 126 @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ 145 files='$(BUILT_EXTRA_DIST)'; \ 146 for f in $$files; do \
|
/external/emma/ant/ant14/com/vladium/emma/ant/ |
FileTask.java | 33 // public FileElement (final List /* File */ files) 35 // m_files = files; 104 // // merge files: 118 final String [] files = new String [_files.size ()]; local 119 _files.toArray (files); 121 return files;
|
/external/emma/ant/ant14/com/vladium/emma/data/ |
mergeTask.java | 37 String [] files = getDataPath (true); local 38 if ((files == null) || (files.length == 0)) 40 + ": no valid input data files have been specified", location).fillInStackTrace (); 44 processor.setDataPath (files); files = null;
|
/external/emma/ant/ant14/com/vladium/emma/report/ |
reportTask.java | 53 String [] files = getDataPath (true); local 54 if ((files == null) || (files.length == 0)) 56 + ": no valid input data files have been specified", location).fillInStackTrace (); 73 processor.setDataPath (files); files = null;
|
/external/icu4c/test/intltest/ |
ucaconf.cpp | 9 * files. ICU ships with stub data files, as the whole test are too 10 * long. To do the whole test, download the test files. 117 // we try to open 3 files: 139 dataerrln("Could not open any of the conformance test files, tried opening base %s\n", buffer); 145 "download the appropriate data files from:\n"
|
/external/libpng/scripts/ |
makefile.cegcc | 36 MANIFESTVERBIN = "Libpng-$(VER): Binary files" 37 MANIFESTVERDEV = "Libpng-$(VER): Developer files" 47 @echo " * Removal of the old files" 52 @echo " * Copy of source files" 54 @echo " * Creation of directories and files" 70 @echo " * Copy of binary and development files"
|
/external/proguard/src/proguard/ |
InputReader.java | 31 * This class reads the input class files. 41 * Creates a new InputReader to read input class files as specified by the 52 * class files, based on the current configuration. 74 // Read the program class files. 94 // Read the library class files, if any. 125 " classes in incorrectly named files.");
|
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/ |
text_diff.py | 33 files into the layout test results directory. 96 # Write output files for new tests, too. 98 # Text doesn't match, write output files. 110 """Diff two text files. 113 file1, file2: full paths of the files to compare. 116 True if two files are different.
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/ |
THINK_C_notes | 13 If you want to recreate the project, you'll need to add the files 14 alloca.c and xmalloc.c in this directory. Both files are copylefted; see 17 files that flex creates to have 'KAHL' as the creator you'll need to apply 56 on another system if necessary. These are the actual files modified: 63 THINK C users may find it convenient to have the output text files written 81 The output files created by Flex contain large amounts of preinitialized
|
/frameworks/base/docs/html/guide/developing/tools/ |
index.jd | 55 <dd>The adb tool lets you install your application's .apk files on an 62 <dd>The aapt tool lets you create .apk files containing the binaries and 72 files created and used by Android applications.</dd> 84 (stored in .dex files.)</dd> 95 href="http://ant.apache.org/" title="Ant">Ant</a> build files that 101 to align .apk files after they have been signed.</dd>
|
/frameworks/base/docs/html/guide/topics/resources/ |
index.jd | 92 <p>An alternative to saving files in {@code res/} is to save files in the {@code 93 assets/} directory. This should only be necessary if you need direct access to original files and 94 directories by name. Files saved in the {@code assets/} directory will not be given a resource 100 (such as a video or audio file), then you should save files into the {@code res/raw/} directory and 102 is uncommon, but if you need direct access to original files in {@code assets/}, refer to the {@link
|
/packages/apps/Email/src/org/apache/commons/io/comparator/ |
SizeFileComparator.java | 26 * Compare the <b>length/size</b> of two files for order (see
29 * This comparator can be used to sort lists or arrays of files
32 * Example of sorting a list of files using the
39 * Example of doing a <i>reverse</i> sort of an array of files using the
98 * Compare the length of two files.
104 * same and a positive value if the first files length
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
SuffixFileFilter.java | 26 * Filters files based on the suffix (what the filename ends with).
27 * This is used in retrieving all the files of a particular type.
29 * For example, to retrieve and print all <code>*.java</code> files
34 * String[] files = dir.list( new SuffixFileFilter(".java") );
35 * for (int i = 0; i < files.length; i++) {
36 * System.out.println(files[i]);
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Constants.java | 64 /** The default base name for downloaded files if we can't get one at the HTTP level */ 67 /** The default extension for html files if we can't get one at the HTTP level */ 70 /** The default extension for text files if we can't get one at the HTTP level */ 73 /** The default extension for binary files if we can't get one at the HTTP level */ 82 /** Where we store downloaded files on the external storage */ 94 /** The MIME type of special DRM files */
|
/external/bison/ |
INSTALL | 18 It may also create one or more `.h' files containing system-dependent 28 cache files.) 58 4. Type `make install' to install the programs and any data files and 61 5. You can remove the program binaries and object files from the 63 files that `configure' created (so you can compile the package for 67 all sorts of other programs in order to regenerate files that came 89 same time, by placing the object files for each architecture in their 92 directory where you want the object files and executables to go and run 106 `/usr/local/bin', include files under `/usr/local/include', etc. You 111 architecture-specific files and architecture-independent files. If yo [all...] |
/external/bluetooth/bluez/ |
INSTALL | 18 It may also create one or more `.h' files containing system-dependent 28 cache files.) 58 4. Type `make install' to install the programs and any data files and 61 5. You can remove the program binaries and object files from the 63 files that `configure' created (so you can compile the package for 67 all sorts of other programs in order to regenerate files that came 89 same time, by placing the object files for each architecture in their 92 directory where you want the object files and executables to go and run 105 By default, `make install' will install the package's files in 111 architecture-specific files and architecture-independent files. If yo [all...] |