/build/core/ |
product.mk | 18 # Functions for including AndroidProducts.mk files 22 # Returns the list of all AndroidProducts.mk files. 25 define _find-android-products-files 33 # variables set in the given AndroidProducts.mk files. 34 # $(1): the list of AndroidProducts.mk files. 51 # variables set in all AndroidProducts.mk files. 55 $(call get-product-makefiles,$(_find-android-products-files))
|
cleanbuild.mk | 104 # will notice when the configuration has changed and remove the files 161 # The files/dirs to delete during an installclean. This includes the 166 # Deletes all of the files that change between different build types, 193 # The files/dirs to delete during a dataclean, which removes any files 202 dataclean: FILES := $(dataclean_files) 204 $(hide) rm -rf $(FILES) 208 installclean: FILES := $(installclean_files) 210 $(hide) rm -rf $(FILES)
|
notice_files.mk | 2 ## Track NOTICE files 29 # If that's what we have, substitute the module name instead. These files 55 # Make LOCAL_INSTALLED_MODULE depend on NOTICE files if they exist
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebIconDatabaseTest.java | 87 // To assure no files under the directory 240 // FIXME: WebIconDatabase.close() is asynchronous, so some files may still be in use 241 // after we return. Wait some time for the files to be closed. 243 File[] files = path.listFiles(); local 244 if (files != null) { 245 for (int i = 0; i < files.length; i++) { 246 assertTrue(files[i].delete());
|
/cts/tools/host/test/com/android/cts/ |
CtsTestBase.java | 146 * Clear the directory by deleting the files and directories under it. 164 * Deleted the directory, including the files and sub-directories under it. 170 File[] files = path.listFiles(); local 171 for (int i = 0; i < files.length; i++) { 172 if (files[i].isDirectory()) { 173 deleteDirectory(files[i]); 175 files[i].delete();
|
/development/testrunner/test_defs/ |
native_test.py | 38 files are. Subdirectories are automatically scanned as well. 52 # find all test files, convert unicode names to ascii, take the basename 102 def _CollectTestSources(self, test_list, dirname, files): 105 Test files must match one of the following pattern: 115 files: List of files in the current directory. 117 for f in files:
|
/external/bluetooth/glib/build/ |
ChangeLog | 4 * win32/vs9/README: New files. Mention this VS solution and 10 missing vcproj files. 18 Bug 558153 - Patch for .def files generation 21 possible to compile in a directory containing spaces. .def files 29 * win32/vs9: New folder. Project files for use with MSVS9. Based 30 on the MSVS8 project files is win32/vs8. Four configurations: 36 * win32/vs8/*.vcproj: Update to match the Makefile.am files. Drop 50 project files can be used also for 64-bit compilation by just 53 that. MSVS project files really are a pain to maintain. Much 68 directory structure). Add missing files, remove nonexistent files [all...] |
/external/clearsilver/util/ |
rcfs.c | 216 ULIST *files; local 222 err = uListInit (&files, 10, 0); 227 uListDestroy(&files, ULIST_FREE); 240 uListDestroy (&files, ULIST_FREE); 247 err = uListAppend (files, f); 251 uListDestroy (&files, ULIST_FREE); 257 *list = files;
|
/external/icu4c/stubdata/ |
readme.txt | 3 1. To generate ICU data files:run the icu_dat_generator.py script. 19 dat files. 29 a. Create or change the text format resource files under external/icu4c/data. 47 Locale Resource Files: 51 custom build dat files. 63 - Text format ICU resource files are under external/icu4c/data directory. 64 Binary resource files are packaged in external/icu4c/stubdata/icudtxxl-all.dat.
|
/external/jpeg/ |
jconfig.doc | 13 * or copied from one of the "canned" jconfig files that we supply. But if 130 /* Define this if you want to name both input and output files on the command 137 /* Define this if your system needs explicit cleanup of temporary files. 138 * This is crucial under MS-DOS, where the temporary "files" may be areas 143 /* By default, we open image files with fopen(...,"rb") or fopen(...,"wb"). 144 * This is necessary on systems that distinguish text files from binary files,
|
jconfig.h | 14 * or copied from one of the "canned" jconfig files that we supply. But if 131 /* Define this if you want to name both input and output files on the command 138 /* Define this if your system needs explicit cleanup of temporary files. 139 * This is crucial under MS-DOS, where the temporary "files" may be areas 144 /* By default, we open image files with fopen(...,"rb") or fopen(...,"wb"). 145 * This is necessary on systems that distinguish text files from binary files,
|
/external/proguard/src/proguard/ |
OutputWriter.java | 31 * This class writes the output class files. 41 * Creates a new OutputWriter to write output class files as specified by 51 * Writes the given class pool to class files, based on the current 153 // The writer will be used to write possibly obfuscated class files. 157 // The writer will also be used to write resource files. 204 // Create the reader that can write class files and copy directories 205 // and resource files to the main writer.
|
/external/stlport/doc/ |
build_system.txt | 23 contains files to build the STLport library) and test/ (which contains files to build 28 what are the other files in that folder?) 33 Under nmake/, you then find the common support files for the different compilers and 34 files that define generic rules. Here, it then splits into app/ and lib/, which are 36 files for the different compilers that are used to make application specific or library 77 need to either delete all object files that need to be recompiled or 'make clean'
|
/external/webkit/WebCore/WebCore.vcproj/ |
WebCoreGenerated.vcproj | 25 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash build-generated-files.sh "$(WebKitOutputDir)" "$(WebKitLibrariesDir)" windows
bash migrate-scripts.sh "$(WebKitOutputDir)/obj/WebCore/scripts"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
26 ReBuildCommandLine="echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

del /s /q "$(WebKitOutputDir)\obj\WebCore\DerivedSources"
del /s /q "$(WebKitOutputDir)\obj\WebCore\scripts"
%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
bash build-generated-files.sh "$(WebKitOutputDir)" "$(WebKitLibrariesDir)" windows
bash migrate-scripts.sh "$(WebKitOutputDir)/obj/WebCore/scripts"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
45 BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash build-generated-files.sh "$(WebKitOutputDir)" "$(WebKitLibrariesDir)" cairo
bash migrate-scripts.sh "$(WebKitOutputDir)/obj/WebCore/scripts"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
46 ReBuildCommandLine="echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

del /s /q "$(WebKitOutputDir)\obj\WebCore\DerivedSources"
del /s /q "$(WebKitOutputDir)\obj\WebCore\scripts"
%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
bash build-generated-files.sh "$(WebKitOutputDir)" "$(WebKitLibrariesDir)" cairo
bash migrate-scripts.sh "$(WebKitOutputDir)/obj/WebCore/scripts"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
60 <Files>
62 RelativePath=".\build-generated-files.sh"
65 </Files>
|
/external/webkit/WebKit/gtk/docs/ |
GNUmakefile.am | 18 # gtk-doc will search all .c & .h files beneath here for inline comments 48 # Header files to ignore when scanning. 56 # Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). 60 # SGML files where gtk-doc abbrevations (#GtkWidget) are expanded 61 # These files must be listed here *and* in content_files 95 # Other files to distribute 99 # Files not to distribute
|
/frameworks/base/services/java/com/android/server/am/ |
DeviceMonitor.java | 94 * Deletes old files. 97 File[] files = BASE.listFiles(); local 98 int count = files.length - MAX_FILES; 100 Arrays.sort(files); 102 if (!files[i].delete()) { 103 Slog.w(LOG_TAG, "Couldn't delete " + files[i] + "."); 123 // Copy other files.
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
FileList.java | 89 String[] files = f.list(); local 90 Arrays.sort(files); 92 for (int i = 0; i < files.length; i++) { 95 sb.append(files[i]); 100 addItem(myData, "<"+files[i]+">", path); 101 if (mFocusFile != null && mFocusFile.equals(files[i])) 105 addItem(myData, files[i], path);
|
/packages/experimental/BugReportSender/src/com/android/bugreportsender/ |
BugReportListActivity.java | 154 File[] files = REPORT_DIR.listFiles(); local 155 if (files == null) return; 158 Arrays.sort(files, Collections.reverseOrder()); 159 for (int i = 0; i < files.length; i++) { 160 String name = files[i].getName(); 163 Log.w(TAG, "Ignoring non-bugreport: " + files[i]); 169 mFiles.add(files[i]);
|
/build/tools/dexpreopt/ |
dexpreopt.py | 18 """Creates optimized versions of APK files. 21 emulator instance, run commands, and scrape out files. 157 # at a time, it's important that these files are unbuffered 415 """Returns a list of emulator files in each dir in dir_list. 424 A list of absolute paths to files in the named directories, 454 True iff the files downloaded successfully, False otherwise. 569 """Reads and returns the default bootclasspath as a list of files. 587 def RunDexoptOnFileList(ep, files, dest_root, move=False, timeout=0): 588 """Creates the corresponding .odex file for all jar/apk files in 'files' [all...] |
/external/e2fsprogs/tests/f_resize_inode/ |
expect | 24 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 45 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 52 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 73 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 80 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 101 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 108 test_filesys: 11/4096 files (0.0% non-contiguous), 2107/16384 blocks 158 test_filesys: 11/4096 files (0.0% non-contiguous), 763/16384 blocks 165 test_filesys: 11/4096 files (0.0% non-contiguous), 763/16384 blocks
|
/bionic/libc/kernel/tools/ |
update_all.py | 42 # find all source files in 'original' 45 for root, dirs, files in os.walk( original_dir ): 46 for file in files:
|
/bootable/recovery/tools/ota/ |
convert-to-bmp.py | 3 """A simple script to convert asset images to BMP files, that supports 14 print >> sys.stderr, "Warning: I'm expecting to write BMP files." 20 # Python Imaging Library doesn't write RGBA BMP files, so we roll
|
/build/tools/droiddoc/templates/ |
sampleindex.cs | 34 <?cs if:subcount(files) ?> 35 <h2>Files</h2> 37 <?cs each:file=files ?>
|
/cts/tests/core/ |
ctscore.mk | 44 # javalib.jar should only contain .dex files, but the harmony tests also include 45 # some .class files, so get rid of them 46 $(call unzip-jar-files,$(PRIVATE_CORETESTS_INTERMEDIATES_COMMON)/javalib.jar,\
|
/dalvik/vm/mterp/ |
README.txt | 25 generated files in the "out" directory, such as out/InterpC-portstd.c, 32 The architecture-specific config files determine what goes into two 33 generated output files (InterpC-<arch>.c, InterpAsm-<arch>.S). The goal is 56 The config files are parsed from top to bottom. Each line in the file 69 substitutions are performed. ".c" and ".h" files are copied to the 70 C output, ".S" files are copied to the asm output. 81 instruction files from. 117 The assembly instruction files are simply fragments of assembly sources. 123 The C files do a bunch of fancy things with macros in an attempt to share 203 combined source files in the "out" directory. Make sure the files i [all...] |