Searched
full:files (Results
751 -
775 of
7650) sorted by null
<<31323334353637383940>>
/external/e2fsprogs/lib/ext2fs/tdb/ |
build-tdb | 11 FILES="error.c lock.c io.c transaction.c freelist.c \ 22 for i in $FILES; do
|
/external/e2fsprogs/misc/ |
chattr.1.in | 17 .I files... 25 existing attributes of the files; `-' causes them to be removed; and 26 `=' causes them to be the only attributes that the files have. 28 The letters `acdijsuADST' select the new attributes for the files: 62 the `dirsync' mount option applied to a subset of the files. 100 the `sync' mount option applied to a subset of the files. 107 the end of the file merged with other files (for those filesystems which 110 files. Note: As of this writing, the ext2 or ext3 filesystems do not
|
/external/emma/ |
Android.mk | 10 LOCAL_SRC_FILES := $(call all-java-files-under, core pregenerated) 28 LOCAL_SRC_FILES := $(call all-java-files-under, core pregenerated)
|
/external/emma/core/res/com/vladium/emma/report/ |
report_usage.res | 4 '<list of files>', 5 "list of meta/coverage data files";
|
/external/expat/win32/ |
MANIFEST.txt | 11 <top>\ Some general information files. 25 <top>\Source\bcb5\ Project files for Borland C++ Builder 5 and BCC 5.5.
|
/external/genext2fs/ |
genext2fs.8 | 26 the image file to copy files on it, nor does it require that 49 path (by default the root), including files, directories and 50 special files like devices. 51 If the specified files are already present in the image, their 76 Make files with holes. 107 All files in the 119 This example builds a filesystem from all the files in 139 to device special files.
|
/external/gtest/ |
README.android | 16 Added Android.mk, src/Android.mk and test/Android.mk files. 18 Removed non Android build files:
|
/external/icu4c/samples/ufortune/ |
fortunedefs.mk | 15 # files - will use separate files, such as es.res, fi.res, etc.
|
/external/iptables/ |
COMMIT_NOTES | 15 1) header files are just in patch-o-matic patch, you need an 17 2) header files are in patch-o-matic patch, and copied to
|
/external/libffi/ |
LICENSE | 2 See source files for details. 5 a copy of this software and associated documentation files (the
|
NOTICE | 2 See source files for details. 5 a copy of this software and associated documentation files (the
|
/external/opencore/doc/pvplayer_html/ |
files.html | 8 <a class="qindex" href="index.html">Main Page</a> <a class="qindex" href="annotated.html">Data Structures</a> <a class="qindex" href="files.html">File List</a> <a class="qindex" href="functions.html">Data Fields</a> </center> 9 <hr><h1>pvplayer_engine File List</h1>Here is a list of all files with brief descriptions:<table>
|
/external/qemu/docs/ |
ANDROID-ELFF.TXT | 4 by the emulator to extract debugging information from symbol files of the 10 files corresponding to the libraries of the emulated system, in order to extract
|
/external/quake/ |
cleanupdevicesdcard.sh | 3 # Copy Quake's data files from perforce to the Android device's sd card. 41 echo "Removing Quake files and directories from the device's sdcard"
|
/external/webkit/WebCore/platform/brew/ |
KURLBrew.cpp | 31 // Access files relative to the current module directory in a case-sensitive manner. 32 // As IWeb "file:" engine opens files in BREW's application-relative file namespace,
|
/external/webkit/WebKitTools/Scripts/ |
sort-Xcode-project-file | 29 # Script to sort "children" and "files" sections in Xcode project.pbxproj files 40 # Files (or products) without extensions 58 print STDERR "ERROR: No Xcode project files (project.pbxproj) listed on command-line.\n"; 101 if ($line =~ /^(\s*)files = \(\s*$/) { 104 my @files; 110 push @files, $fileLine; 112 print $OUT sort sortFilesByFileName @files;
|
/external/webkit/WebKitTools/iExploder/tools/ |
osx_last_crash.rb | 9 files=`find #$LogDir -mtime -#$Days -type f | grep -v synergy` 10 files.each { |filename|
|
/external/zlib/contrib/dotzlib/ |
DotZLib.build | 5 <property name="nunit.location" value="c:/program files/NUnit V2.1/bin" />
14 <target name="clean" description="Remove all generated files">
|
/frameworks/base/common/ |
Android.mk | 24 $(call all-java-files-under, java) \ 25 $(call all-logtags-files-under, java)
|
/frameworks/base/core/tests/hosttests/ |
Android.mk | 21 # Only compile source java files in this apk. 22 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
/frameworks/base/test-runner/src/android/test/ |
RenamingDelegatingContext.java | 70 * Makes accessible all files and databases whose names match the filePrefix that was passed to 71 * the constructor. Normally only files and databases that were created through this context are 235 // * Given an array of files returns only those whose names indicate that they belong to this 237 // * @param allFiles the original list of files 238 // * @return the pruned list of files 241 // List<String> files = Lists.newArrayList(); 244 // files.add(file); 247 // return files.toArray(new String[]{});
|
/ndk/build/toolchains/x86-4.2.1/ |
setup.mk | 17 # toolchain any number of source files 20 # various sources into target object files, libraries or executables. 51 TARGET-process-src-files-tags = \ 52 $(eval __debug_sources := $(call get-src-files-with-tag,debug)) \ 53 $(eval __release_sources := $(call get-sr-files-without-tag,debug)) \ 54 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \ 55 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_release_CFLAGS)) \ 56 $(call set-src-files-text,$(LOCAL_SRC_FILES),x86$(space)$(space)) \
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
CertFile.java | 36 * Base class that deals with certificate files on the SD card. 100 * Returns a list of certificate files found on the SD card. 108 File[] files = download.listFiles(this); local 109 if (files != null) Collections.addAll(allFiles, files); 112 File[] files = root.listFiles(this); local 113 if (files != null) Collections.addAll(allFiles, files);
|
/packages/apps/QuickSearchBox/ |
Android.mk | 29 $(call all-java-files-under, src) \ 30 $(call all-logtags-files-under, src)
|
/system/bluetooth/data/ |
Android.mk | 21 files := \ macro 28 copy_to := $(addprefix $(dest_dir)/,$(files))
|
Completed in 96 milliseconds
<<31323334353637383940>>