/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
SimpleFile.java | 61 else if (arg.getName().equals("files")) { //$NON-NLS-1$ 62 ProcessArgument[][] files = arg.getComplexArrayValue(); local 63 for (ProcessArgument[] file : files) { 84 // Find bundle to find source files 93 // don't overwrite files if they exist already
|
/build/core/ |
product.mk | 18 # Functions for including AndroidProducts.mk files 27 # Returns the list of all AndroidProducts.mk files. 30 define _find-android-products-files 38 # variables set in the given AndroidProducts.mk files. 39 # $(1): the list of AndroidProducts.mk files. 56 # variables set in all AndroidProducts.mk files. 60 $(call get-product-makefiles,$(_find-android-products-files)) 305 define add-to-product-copy-files-if-exists
|
definitions.mk | 36 # Some targets may have multiple files listed in the BUILT and INSTALLED 58 # Full paths to all prebuilt files that will be copied 62 # Full path to all files that are made by some tool 65 # Full path to all asm, C, C++, lex and yacc generated C files. 72 # These files go into the SDK 75 # Files for dalvik. This is often build without building the rest of the OS. 78 # All findbugs xml files 81 # GPL module license files 178 ## Find all of the java files under the named directories. 180 ## SRC_FILES := $(call all-java-files-under,src tests [all...] |
/libcore/ |
JavaLibrary.mk | 32 # resources/ # Support files. 36 # resources/ # Support files. 40 define all-main-java-files-under 44 define all-test-java-files-under 52 # The Java files and their associated resources. 53 common_core_src_files := $(call all-main-java-files-under,dalvik dex dom json luni xml) 56 test_src_files := $(call all-test-java-files-under,dalvik dom harmony-tests json luni xml) 60 common_core_src_files += $(call all-java-files-under, ../external/emma/core ../external/emma/pregenerated) 65 libart_core_src_files += $(common_core_src_files) $(call all-main-java-files-under,libart) 77 icu4j_src_files := $(call all-java-files-under,$(icu4j_root)/main/classes [all...] |
/packages/apps/Launcher3/util/com/android/launcher3/ |
DecoderRing.java | 88 List<File> files = new LinkedList<File>(); local 117 files.add(new File(args[i])); 124 if (defaultType == null && files.isEmpty()) { 129 if (files.size() > 1 && defaultType != null) { 130 System.err.println("Explicit type ignored for multiple files."); 134 if (files.isEmpty()) { 135 files.add(new File(STANDARD_IN)); 138 for (File source : files) { 217 // save off the widget icon and preview bits in files for inspection 229 // In logcat, backup data is base64 encoded, but in localtransport files it is ra [all...] |
/bionic/libc/kernel/uapi/linux/ |
cramfs_fs.h | 45 __u32 files; member in struct:cramfs_info
|
/cts/common/host-side/java-scanner/src/com/android/compatibility/common/scanner/ |
JavaScanner.java | 107 final File[] files = sourceDir.listFiles(new FileFilter() { local 112 for (File f : files) {
|
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/ |
SequentialRWTest.java | 53 getReportLog().printValue("files", numberOfFiles, ResultType.NEUTRAL, 56 final File[] files = FileUtil.createNewFiles(getContext(), DIR_SEQ_WR, local 64 FileUtil.writeFile(files[i], data, false);
|
/cts/tests/tests/content/src/android/content/cts/ |
ReadableFileReceiverActivity.java | 63 List<File> files = getFilesFromIntent(intent); local 64 if (files == null) { 65 Log.e(TAG, "Could not get files from clipdata."); 68 for (File file : files) {
|
/cts/tests/tests/content/src/android/content/res/cts/ |
AssetManagerTest.java | 76 String[] files = mAssets.list(""); local 78 for (int i = 0; i < files.length; i++) { 79 if (files[i].equals(fileName)) {
|
/cts/tools/cts-java-scanner/src/com/android/cts/javascanner/ |
DocletRunner.java | 99 File[] files = sourceDir.listFiles(new FileFilter() { local 106 for (File file : files) {
|
/dalvik/dx/src/com/android/dx/command/annotool/ |
Main.java | 57 String[] files; field in class:Main.Arguments 95 files = new String[argArray.length - i]; 96 System.arraycopy(argArray, i, files, 0, files.length);
|
/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/ |
MainActivityFragment.java | 136 File[] files = dir.listFiles(); local 137 for (File file: files) { 152 // Display a message instructing to add files if no files found.
|
/developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/ |
MainActivityFragment.java | 136 File[] files = dir.listFiles(); local 137 for (File file: files) { 152 // Display a message instructing to add files if no files found.
|
/development/ndk/platforms/android-21/include/linux/ |
cramfs_fs.h | 45 __u32 files; member in struct:cramfs_info
|
/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/ |
MainActivityFragment.java | 136 File[] files = dir.listFiles(); local 137 for (File file: files) { 152 // Display a message instructing to add files if no files found.
|
/development/tools/idegen/src/ |
Configuration.java | 39 /** Found .jar files (that weren't excluded). */ 48 /** File name used for excluded path files. */ 53 * for .java and .jar files and identifying source roots. 77 Log.debug(jarFiles.size() + " jar files"); 86 * Reads excluded path files. 111 * Recursively finds .java source roots, .jar files, and excluded 121 * R.java files and aidl .java files don't share the same source 126 File[] files = directory.listFiles(); local 127 if (files == null) [all...] |
/development/tools/idegen/src/com/android/idegen/ |
DirectorySearch.java | 77 File[] files = file.listFiles(new FilenameFilter() { local 83 if (files.length > 0) {
|
/external/blktrace/btt/ |
btt_plot.py | 3 # btt_plot.py: Generate matplotlib plots for BTT generate data files 23 btt_plot.py: Generate matplotlib plots for BTT generated data files 25 Files handled: 47 <data-files...> 51 q2d, d2c and q2c). It will find files with the appropriate suffix for 52 each type ('aqd.dat' for example). If such files are found, a plot for 89 def get_data(files): 90 """Retrieve data from files provided. 154 for file in files: 187 Returns list of (data) files that need to be processed -- /unless 373 files = parse_args(sys.argv) variable 378 files = get_files(t) variable [all...] |
/external/chromium-libpac/test/ |
proxy_resolver_v8_unittest.cc | 223 // These are the files of PAC scripts which each return a non-string 226 static const String16 files[] = { local 236 int result = resolver.SetPacScript(files[i]);
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/ |
shell.py | 89 for path in files(dest, '*'): 402 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): function
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/ |
shell.py | 89 for path in files(dest, '*'): 402 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): function
|
/external/clang/lib/StaticAnalyzer/Core/ |
PlistDiagnostics.cpp | 352 // - "files", an <array> mapping from FIDs to file names 357 o << " <key>files</key>\n" 463 PDFileEntry::ConsumerFiles *files = filesMade->getFiles(*D); local 464 if (files) { 465 for (PDFileEntry::ConsumerFiles::const_iterator CI = files->begin(), 466 CE = files->end(); CI != CE; ++CI) {
|
/external/elfutils/src/tests/ |
dwflmodtest.c | 47 Dwarf_Files *files; local 48 if (dwarf_getsrcfiles (info->cudie, &files, NULL) == 0) 55 const char *file = dwarf_filesrc (files, val, NULL, 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;
|