/external/jpeg/ |
install.doc | 27 (better do "make -n install" first to see if the makefile will put the files 38 using one of the supplied jconfig and makefile files 54 files to the local standard text file format (for example, if you are on 56 such conversion to all the files EXCEPT those whose names begin with "test". 57 The test files contain binary data; if you change them in any way then the 67 To configure the IJG code for your system, you need to create two files: 70 (On a non-Unix machine, you may create "project files" or some other 73 We provide three different ways to generate these files: 75 * We provide sample jconfig files and makefiles for popular machines; 77 files to jconfig.h and Makefile [all...] |
/external/elfutils/ |
INSTALL | 9 It may also create one or more `.h' files containing system-dependent 42 4. Type `make install' to install the programs and any data files and 45 5. You can remove the program binaries and object files from the 47 files that `configure' created (so you can compile the package for 51 all sorts of other programs in order to regenerate files that came 71 same time, by placing the object files for each architecture in their 74 directory where you want the object files and executables to go and run 87 By default, `make install' will install the package's files in 93 architecture-specific files and architecture-independent files. If yo [all...] |
/external/strace/ |
INSTALL | 9 It may also create one or more `.h' files containing system-dependent 42 4. Type `make install' to install the programs and any data files and 45 5. You can remove the program binaries and object files from the 47 files that `configure' created (so you can compile the package for 51 all sorts of other programs in order to regenerate files that came 71 same time, by placing the object files for each architecture in their 74 directory where you want the object files and executables to go and run 87 By default, `make install' will install the package's files in 93 architecture-specific files and architecture-independent files. If yo [all...] |
/frameworks/base/core/java/android/os/ |
Environment.java | 72 * order to avoid polluting the user's root namespace. Any files that are 76 * if the application is uninstalled. Other shared files should be placed 91 * Standard directory in which to place any audio files that should be 102 * Standard directory in which to place any audio files that should be 114 * Standard directory in which to place any audio files that should be 126 * Standard directory in which to place any audio files that should be 138 * Standard directory in which to place any audio files that should be 166 * Standard directory in which to place files that have been downloaded by 168 * public directory, you are free to download files anywhere in your own 183 * Get a top-level public external storage directory for placing files o [all...] |
/build/tools/atree/ |
fs.cpp | 2 #include "files.h" 52 vector<string> files; local 75 files.push_back(full); 80 for (vector<string>::iterator it=files.begin(); it!=files.end(); it++) {
|
/dalvik/libcore/dom/src/test/resources/ |
staff.svg | 29 <employee xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1/Files"> 37 <employee xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1/Files"> 47 <employee xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1/Files"> 56 <employee xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1/Files"> 64 <employee xmlns="http://www.w3.org/2001/DOM-Test-Suite/Level-1/Files">
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
SerializationStressTest5.java | 83 fail("No Class Files Found."); 126 File[] files = makeClassPathArray(); local 127 for (int i = 0; i < files.length; i++) { 128 if (files[i].isDirectory()) { 129 String[] tempFileNames = files[i].list(); 131 File tempfile = new File(files[i], tempFileNames[j]); 160 private Class[] findThrowableClasses(File[] files) { 166 for (int i = 0; i < files.length; i++) { 167 String fileName = files[i].getPath(); 306 // One or more class files in awt make the VM hang after bein 330 File[] files = makeClassPathArray(); local [all...] |
/external/bluetooth/glib/build/win32/vs8/ |
glib-genmarshal.vcproj | 173 <Files>
175 Name="Source Files"
185 Name="Header Files"
191 Name="Resource Files"
196 </Files>
|
gspawn-win32-helper-console.vcproj | 175 <Files>
177 Name="Source Files"
187 Name="Header Files"
193 Name="Resource Files"
198 </Files>
|
gspawn-win32-helper.vcproj | 175 <Files>
177 Name="Source Files"
187 Name="Header Files"
193 Name="Resource Files"
198 </Files>
|
gthread.vcproj | 181 <Files>
183 Name="Source Files"
193 Name="Header Files"
199 Name="Resource Files"
212 </Files>
|
/external/clearsilver/python/examples/trans/ |
README | 28 prefer files in the language specific template directory first, 34 language files. 56 files. trans inserts all unique strings into a database, and 58 database. trans then creates a 'gen' tree where your source files 59 reference language strings, and dumps lang_XX.hdf files which
|
/external/e2fsprogs/tests/ |
README | 41 badlkcnt.img Filesystem with deleted files with non-zero link count 45 bbfile.img Filesystem with files containing bad blocks 48 dup.img Filesystem with blocks claimed by two different files 49 dup2.img Filesystem with blocks claimed by three different files 58 lpf.img Filesystem with disconnected files and no /lost+found
|
/external/icu4c/data/ |
icu4j-readme.txt | 25 (EX: /cygdrive/c/Program Files/Java/jdk1.5.0_15/bin), you may need to 33 GENDTJAR_JARHOME=/cygdrive/c/Program\ Files/Java/jdk1.5.0_15/bin 38 6. Build the resources target of the ICU4J ant build to unpack the jar files 62 Execution of gendtjar.pl script will create the required jar files in 69 4. Build resources target of ant to unpack the jar files
|
/external/icu4c/tools/tzcode/ |
icuzdump.vcproj | 185 <Files> 187 Name="Source Files" 197 Name="Header Files" 203 Name="Resource Files" 208 </Files>
|
/external/v8/tools/visual_studio/ |
d8.vcproj | 137 <Files> 166 Description="Processing js files..." 176 Description="Processing js files..." 183 Name="generated files" 190 </Files>
|
d8_arm.vcproj | 137 <Files>
166 Description="Processing js files..."
176 Description="Processing js files..."
183 Name="generated files"
190 </Files>
|
d8_x64.vcproj | 137 <Files> 182 Description="Processing js files..." 192 Description="Processing js files..." 199 Name="generated files" 206 </Files>
|
/sdk/jarutils/src/com/android/jarutils/ |
JavaResourceFilter.java | 88 if (fileName.charAt(0) == '.') { // ignore hidden files. 92 return "aidl".equalsIgnoreCase(extension) == false && // Aidl files 93 "java".equalsIgnoreCase(extension) == false && // Java files 94 "class".equalsIgnoreCase(extension) == false && // Java class files 101 fileName.charAt(fileName.length()-1) != '~'; // Backup files
|
/external/opencore/engines/player/test/config/android/ |
test_pv_player_engine_config.h | 32 // MP4 files to test. Needs to be defined if RUN_MP4FILE_TESTCASES is set to 1 43 // AMR files to test. Needs to be defined if RUN_AMRFILE_TESTCASES is set to 1 50 // AAC files to test. Needs to be defined if RUN_AACFILE_TESTCASES is set to 1 58 // MP3 files to test. Needs to be defined if RUN_MP3FILE_TESTCASES is set to 1 65 // 3GP files to test. Needs to be defined if RUN_3GPFILE_TESTCASES is set to 1 71 // WMA files to test. Needs to be defined if RUN_WMAFILE_TESTCASES is set to 1 77 // WMV files to test. Needs to be defined if RUN_WMVFILE_TESTCASES is set to 1 83 // WAV files to test. Needs to be defined if RUN_WAVFILE_TESTCASES is set to 1 89 // ASF files to test. Needs to be defined if RUN_ASFFILE_TESTCASES is set to 1 99 // Real audio files to test. Needs to be defined if RUN_REALAUDIO_FILE_TESTCASES is set to [all...] |
/external/tremolo/Tremolo/ |
misc.c | 46 static char **files=NULL; variable 98 if(!strcmp(file,files[i]))break; 102 if(!files){ 103 files=malloc(filecount*sizeof(*files)); 106 files=realloc(files,filecount*sizeof(*files)); 109 files[i]=strdup(file); 163 if(!strcmp(file,files[i]))break [all...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
RecognizerLogger.java | 42 * the files listed below, which reside in 44 * The files have the date encoded in the name so that they will sort in 107 * @param dataDir directory to contain the log files. 118 // delete oldest files 191 * Delete oldest files with a given suffix, if more than MAX_FILES. 192 * @param suffix delete oldest files with this suffix. 201 File[] files = (new File(mDatedPath)).getParentFile().listFiles(ff); local 202 Arrays.sort(files); 204 for (int i = 0; i < files.length - MAX_FILES; i++) { 205 files[i].delete(); [all...] |
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
FileHandler.java | 36 * rotating set of files. 38 * When a set of files is used and a given amount of data has been written to 40 * these files are generated by given name pattern, see below for details. 41 * When the files have all been filled the Handler returns to the first and goes 54 * {@code FileHandler} should append onto existing files, defaults to 56 * <li>java.util.logging.FileHandler.count specifies how many output files to 69 * output files. See below for details. Defaults to "%h/java%u.log".</li> 73 * be replaced to generate output files: 113 // the count of files which the output cycle through 133 private File[] files; field in class:FileHandler [all...] |
/bionic/libc/kernel/tools/ |
kernel.py | 24 used by a given set of input source files""" 29 # for path in <your list of files>: 32 # # get the set of Linux headers included by your files 35 # # get the set of of input files that do include Linux headers 36 # files = scanner.getFiles() 45 # files with a custom C pre-processor in order to optimize out macros, 60 # some kernel files choose to include files with relative paths (x86 32/64 70 self.files = set() # set of files being parsed for header [all...] |
/ndk/docs/ |
ANDROID-MK.TXT | 7 written to describe your C and C++ source files to the Android 37 don't need to list header files or explicit dependencies between 38 generated files in your Android.mk. The NDK build system will 43 without having to touch your Android.mk files. 45 Note that the syntax is *very* close to the one used in Android.mk files 55 "hello JNI" example, i.e. the files under: 90 It is used to locate source files in the development tree. In this example, 101 control files are parsed in a single GNU Make execution context where 115 This is to support Android.mk files that originate from the 121 files that will be built and assembled into a module. Note that you shoul [all...] |