/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-ar.1 | 141 other files in a structure that makes it possible to retrieve 142 the original individual files (called \fImembers\fR of the archive). 144 The original files' contents, mode (permissions), timestamp, owner, and 173 of the member files of the archives. Such an archive is useful 202 specify no files to delete. 224 If you specify no \fImember\fR arguments, all the files in the archive are 228 \&\fIQuick append\fR; Historically, add the files \fImember\fR... to the end of 244 Insert the files \fImember\fR... into \fIarchive\fR (with 249 If one of the files named in \fImember\fR... does not exist, \fBar\fR 264 of the files listed in \fImember\fR... that are present in th [all...] |
/prebuilt/linux-x86_64/swt/ |
about.html | 36 <p>The "Gnome Binding" is a binding to the Gnome API. The Content may include any or all of the following files:</p> 38 <p>The following files in the plug-in JAR shall be defined as the native code portion of the Gnome Binding:</p> 43 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Gnome Binding:</p> 61 <p>The "GTK+ Binding" is a binding to the GTK+ API. The Content may include any or all of the following files:</p> 63 <p>The following files in the plug-in JAR shall be defined as the native code portion of the GTK+ Binding:</p> 69 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the GTK+ Binding:</p> 90 <p>The "Mozilla Binding" is a binding to the Mozilla API. The Content may include any or all of the following files:</p> 92 <p>The following files in the plug-in JAR shall be defined as the native code portion of the Mozilla Binding:</p> 100 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Mozilla Binding:</p> 111 The libraries swt-xulrunner-gtk-xxxx.dll, swt-mozilla-gtk-xxxx.dll, and swt-mozilla-gcc3-gtk-xxxx.dll (where "xxxx" is the version number) contain a small portion of XULRunner 1.9 content (header files) [all...] |
/sdk/eclipse/ |
changes.txt | 37 - Fixed issue with libs/ folder where files with no extension would prevent the build from finishing. 43 - Projects now store generated Java files (R.java/Manifest.java and output from aidl) in a 'gen' source folder. 63 - Fixed issue with using custom classes implementing Parcelable in aidl files. Right click the project and choose Android Tools > Create aidl preprocess file for Parcelable Classes. 86 - normal java resources (non java files placed in package folders) are now properly packaged in the final package, and can be accessed through normal java API such as ClassLoader.getResourceAsStream() 91 - Tree-based resource editor + content assist in XML editor for layout, menu, preferences, values xml files. Work in progress... 101 - Fixed an issue with compiling aidl file when they import project local files. 113 - Plugin generated files are now properly marked as derived. This will make Team plugins ignore them. 118 - Custom java editor for R.java/Manifest.java to make those files non editable. This is to replace the current locking mechanism which causes issues on Mac OS. 120 - Better handling of aidl files and the java files generated from them [all...] |
/sdk/files/ |
ant_rules_r2.xml | 68 <!-- Intermediate files --> 124 <echo>Converting compiled files and external libraries into ${intermediate.dex.file}...</echo> 138 <!-- This is macro that enable passing variable list of external jar files to ApkBuilder 225 <!-- Generates java classes from .aidl files. --> 227 <echo>Compiling aidl files into Java classes...</echo> 238 <!-- Compiles this project's .java files into .class files. --> 240 description="Compiles project's .java files into .class files"> 266 <!-- Converts this project's .class files into .dex files -- [all...] |
/build/core/ |
pathmap.mk | 19 # them in Android.mk files. 22 # Android.mk files are included, so we don't need to have a big central 97 # and apps can find the .aidl files in the framework, though we should really
|
/build/tools/ |
findleaves.py | 19 # Finds files with the specified name under a particular directory, stopping 31 for root, dirs, files in os.walk(rootdir): 51 if filename in files:
|
/dalvik/libcore/dom/src/test/resources/ |
staffNS.svg | 38 <employee xmlns:dmstc="http://www.usa.com" xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-2/Files"> 49 <employee xmlns:dmstc="http://www.netzero.com" xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-2/Files"> 65 <employee xmlns:emp2="http://www.nist.gov" xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-2/Files">
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
SerializationTest.java | 62 * is performed but golden files are produced, which contain reference 65 * The location of golden files (in both modes) is controlled via 84 * Reference files generation mode switch. 89 * Key to a system property defining root location of golden files. 111 * Depending on testing mode, produces golden files or performs testing. 153 * Tests that data objects can be deserialized from golden files, to verify 187 * Working method for files generation mode. Serializes test objects 188 * returned by {@link #getData() getData()}to golden files, each object to 413 * Verifies that objects from array deserialized from golden files 432 * Verifies that objects from array deserialized from golden files [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceRandomScript.java | 45 * @param scriptFileNames An ArrayList of the names of the script files to be run randomly. 69 * @param scriptFileNames An ArrayList of the names of the script files to be run randomly. 127 * @return True if all the script files are valid.
|
/development/testrunner/test_defs/ |
host_test.py | 18 """Parser for test definition xml files.""" 81 host_lib_path: path to directory that contains host library files 82 test_data_path: path to directory that contains test data files
|
/device/sample/frameworks/PlatformLibrary/ |
Android.mk | 28 $(call all-subdir-java-files) 41 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-subdir-html-files)
|
/external/bison/src/ |
main.c | 34 #include "files.h" 92 /* Record other info about the grammar. In files derives and 147 files. */
|
/external/bluetooth/glib/gio/ |
gfileenumerator.c | 37 * @short_description: Enumerated Files Routines 313 * Request information for a number of files from the enumerator asynchronously. 317 * The callback can be called with less than @num_files files in case of error 415 /* Special case read of 0 files */ 604 GList *files; member in struct:__anon1191 611 g_list_foreach (op->files, (GFunc)g_object_unref, NULL); 612 g_list_free (op->files); 659 op->files = g_list_prepend (op->files, info); 677 op->files = NULL [all...] |
/external/clearsilver/cgi/ |
static.c | 14 * hdf and cs files. 71 * files on the file system. We start setting that up here based on 123 * in one of the HDF files we loaded above. */
|
/external/dbus/dbus/ |
dbus-macros.h | 59 /* Normally docs are in .c files, but there isn't a .c file for this. */ 74 * files. Expands to "extern "C"" when using a C++ compiler, 84 * files. Expands to "}" when using a C++ compiler,
|
/external/e2fsprogs/lib/et/ |
com_right.c | 65 * foo_err.c files, but we don't use this ourselves for foo_err.c 66 * files generated by our compile_et. This is so our foo_err.c 67 * files can be used with older com_err libraries without running
|
/external/icu4c/common/ |
resbund.cpp | 15 * from a specific file, without searching other files. 26 * Added state table to govern parsing of files. 39 * 06/11/99 stephen Removed parsing of .txt files. 61 * ResourceBundle statically keeps track of which files have been 98 * file, however, files are only searched in a specific way. If 101 * to put certain locales in certain files. In this example, it would 112 * Fallback files are implemented. The fallback pattern is Language 141 * TableCollation cache). TableCollation files (.ctx files) have the 142 * same format as normal resource data files, with a differen [all...] |
/external/icu4c/samples/ugrep/ |
readme.txt | 12 specified files, and outputs each matching line. 14 Input files are in the system default (locale dependent) encoding, unless they 20 Files:
|
/external/icu4c/samples/uresb/ |
resources.vcproj | 108 <Files> 110 Name="Resource Files" 134 </Files>
|
/external/libpng/ |
configure.ac | 47 # Checks for header files. 103 # Substitutions for .in files 148 # Config files, substituting as above
|
/external/opencore/engines/author/test/config/android/ |
test_pv_author_engine_config.h | 35 // Input files 47 // Output files 77 //YUV & PCM test output files
|
/external/openssl/crypto/des/ |
INSTALL | 53 The only problems should be #include files that are in the wrong places. 56 I have successfully encrypted files using des(1) under MSDOS and then 57 decrypted the files on a SparcStation.
|
/external/openssl/crypto/perlasm/ |
x86asm.pl | 80 * ELF - elf object files, 81 * OUT - a.out object files, 82 * BSDI - BSDI style a.out object files
|
/external/qemu/android/utils/ |
tempfile.c | 40 ** all temporary files are destroyed when the program quits, unless you explicitely 133 /* we don't expect to use many temporary files */ 147 dwarning("%s: over %d calls. Program exit may not cleanup all temporary files",
|
/external/quake/quake/src/QW/client/ |
spritegn.h | 27 // * pass data from one to the other via .spr files. * 31 // This program generates .spr sprite package files. 32 // The format of the files is as follows:
|