/packages/providers/ApplicationsProvider/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/packages/providers/DownloadProvider/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/packages/providers/DrmProvider/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/packages/providers/MediaProvider/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/packages/providers/TelephonyProvider/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/packages/providers/UserDictionaryProvider/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/sdk/dumpeventlog/src/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/sdk/jarutils/src/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/sdk/layoutopt/app/src/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/sdk/layoutopt/libs/uix/src/ |
Android.mk | 6 LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
/development/pdk/pndk/ |
Pndk.mk | 21 # A macro to make rules to copy all newer files in a directory tree matching an 22 # optional find filter and add the files to a list variable for dependencies. 27 # $(3): list variable to append destination files to 39 # Install all the files needed to build the pndk. 46 # (A) Common files used in all versions of the pndk 47 # (B) Common files used in the full versions of the pndk 48 # (C) Files used in the standard pndk (no source files included) 49 # (D) Files used in both the JNI-only and full-with-source version 50 # (E) Files used in just the full-with-source versio [all...] |
/external/icu4c/tools/gensprep/ |
gensprep.8.in | 10 \- compile StringPrep data from files filtered by filterRFC3454.pl 30 reads filtered RFC 3454 files and compiles their 38 The files read by 41 .B FILES 74 .SH FILES 75 The following files are read by 79 /misc for rfc3454_*.txt files and in
|
/cts/tests/core/luni-io/ |
Android.mk | 26 LOCAL_SRC_FILES := $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/tests/api/java/io) \ 27 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io) \ 28 $(call all-java-files-under,../../../../dalvik/libcore/support/src/test/java/) \ 29 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg1) \ 30 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/pkg2) \
|
/cts/tests/core/luni-net/ |
Android.mk | 26 LOCAL_SRC_FILES := $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net) \ 27 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/tests/api/java/net) \ 28 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http) \ 29 $(call all-java-files-under,../../../../dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https) \ 30 $(call all-java-files-under,../../../../dalvik/libcore/support/src/test/java/) \
|
/external/bzip2/ |
bzgrep.1 | 5 bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression 25 on bzip2-compressed files. All options specified are passed directly to 29 Otherwise the given files are uncompressed if necessary and fed to 50 for sh: GREP=fgrep bzgrep string files 51 for csh: (setenv GREP fgrep; bzgrep string files)
|
/external/libpng/ |
ANNOUNCE | 6 Files available for download: 8 Source files with LF line endings (for Unix/Linux) and with a 15 Source files with LF line endings (for Unix/Linux) without the 22 Source files with CRLF line endings (for Windows), without the 29 Project files
|
/external/proguard/src/proguard/io/ |
DirectoryPump.java | 28 * DataEntryReader to all files it comes across. 59 * to all files that are encountered. 70 File[] files = file.listFiles(); local 72 for (int index = 0; index < files.length; index++) 74 readFiles(files[index], dataEntryReader);
|
/external/webkit/WebKitTools/FindSafari/ |
FindSafari.vcproj | 84 <Files>
86 Name="Source Files"
96 Name="Header Files"
106 Name="Resource Files"
115 </Files>
|
/external/webkit/WebKitTools/WebKitLauncherWin/ |
WebKitLauncherWin.vcproj | 85 <Files>
87 Name="Source Files"
97 Name="Header Files"
107 Name="Resource Files"
120 </Files>
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
FileFileFilter.java | 23 * This filter accepts <code>File</code>s that are files (not directories).
25 * For example, here is how to print out a list of the real files
30 * String[] files = dir.list( FileFileFilter.FILE );
31 * for ( int i = 0; i < files.length; i++ ) {
32 * System.out.println(files[i]);
|
/external/jpeg/ |
filelist.doc | 8 Here is a road map to the files in the IJG JPEG distribution. The 11 files to and from some other popular image formats. A third application 20 Include files: 28 jinclude.h Central include file used by all IJG .c files to reference 29 system include files. 40 other include files are intended for internal use and would not normally 43 Most other applications will directly include the system include files they 47 C source code files: 49 These files contain most of the functions intended to be called directly by 103 Support files for both compression and decompression [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/ |
webkit_logging.py | 45 def __init__(self, *files): 46 self.files = files 49 for file in self.files: 76 def _tee_outputs_to_files(self, files): 80 if files and len(files): 81 sys.stdout = tee(self._original_stdout, *files) 82 sys.stderr = tee(self._original_stderr, *files)
|
/frameworks/base/tools/localize/ |
merge_res_and_xliff.cpp | 209 MergedFileSet files; local 224 set<string> xf = xliff->Files(); 234 if (files.find(mf) != files.end()) { 238 files.find(mf)->xliffFilename.c_str()); 242 files.insert(mf); 247 size_t J = files.size() * 3; 249 // Read all of the files from perforce. 250 for (MergedFileSet::iterator mf = files.begin(); mf != files.end(); mf++) [all...] |
/ndk/build/toolchains/arm-eabi-4.2.1/ |
setup.mk | 17 # toolchain any number of source files 20 # various sources into target object files, libraries or executables. 68 TARGET-process-src-files-tags = \ 69 $(eval __arm_sources := $(call get-src-files-with-tag,arm)) \ 70 $(eval __thumb_sources := $(call get-src-files-without-tag,arm)) \ 71 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 72 $(eval __release_sources := $(call get-src-files-without-tag,debug)) \ 73 $(call set-src-files-target-cflags, \ 76 $(call set-src-files-target-cflags,\ 79 $(call set-src-files-target-cflags, [all...] |
/development/tools/idegen/src/ |
IntelliJ.java | 30 * Generates IntelliJ configuration files from the given configuration. 34 String ipr = Files.toString(new File(templatesDirectory, IDEA_IPR)); 35 Files.toFile(ipr, new File(IDEA_IPR)); 37 String iml = Files.toString(new File(templatesDirectory, IDEA_IML)); 50 * up random non-Java files. 76 Files.toFile(iml, new File(IDEA_IML));
|