/development/host/windows/usb/api/ |
stdafx.h | 18 Visual Studio generated include file for standard system include files, or
19 project specific include files that are used frequently, but are changed
47 // These defines prevent the MS header files from ejecting #pragma comment
|
/development/host/windows/usb/winusb/ |
stdafx.h | 18 Visual Studio generated include file for standard system include files, or
19 project specific include files that are used frequently, but are changed
47 // These defines prevent the MS header files from ejecting #pragma comment
|
/development/testrunner/ |
coverage.py | 43 # root path of generated coverage report files, relative to Android build root 97 output_path: path to place output files in. If None will use 199 """Merges a set of emma coverage files into a consolidated file. 219 Will find all code coverage data files in direct sub-directories of 249 """Finds all files in <root_path>/*/*.<_TEST_COVERAGE_EXT>. 254 list of absolute file path strings of coverage files 267 AbortError if a fatal error occurred when parsing the target files. 283 """Runs tidy on all generated html files. 285 This is needed to the html files can be displayed cleanly on a web server. 288 logger.Log("Tidying output files") [all...] |
/development/tools/idegen/ |
excluded-paths | 2 # line, which match paths of directories and .jar files that should be excluded 11 # Currently, we lump all the .java files together into one big module, so you 26 # Duplicate R.java files. We'll keep the versions from the "intermediates"
|
/external/bzip2/ |
bzgrep | 6 ## zgrep -- a wrapper around a grep program that decompresses files as needed 36 echo "grep through bzip2 files" 37 echo "usage: $prog [grep_options] pattern [files]"
|
/external/clearsilver/ |
README | 48 per-language files for shipping to translators). Occasionally trans 50 manually extract them into static language string files and trans will 52 generates language-independent templates, and a set of language files
|
/external/elfutils/ |
NOTES | 41 - what should happen if two sections in different files with the same 45 - section names in input files are mostly irrelevant. Exceptions: 69 Sections created in output files follow the naming of special section
|
/external/emma/core/java12/com/vladium/emma/data/ |
MergeProcessor.java | 15 import com.vladium.util.Files; 54 m_dataPath = Files.pathToFiles (path, true); 117 log.info ("processing input files ..."); 134 // merge all data files: 180 log.warning ("nothing to do: no metadata or coverage data found in any of the input files"); 210 // the case of the output file being one of the input files is 217 final File canonicalDataOutFile = Files.canonicalizeFile (sdataOutFile); 221 final File canonicalDataFile = Files.canonicalizeFile (m_dataPath [f]); 235 final String tempFileName = Files.getFileName (canonicalDataOutFile) + IAppConstants.APP_NAME_LC; 240 tempDataOutFile = Files.createTempFile (tempFileDir, tempFileName, tempFileExt) [all...] |
/external/freetype/include/freetype/ |
ftgzip.h | 27 #error "Please fix the directory search order for header files" 43 /* Using gzip-compressed font files. */ 57 * Open a new stream to parse gzip-compressed font files. This is
|
ftlzw.h | 27 #error "Please fix the directory search order for header files" 43 /* Using LZW-compressed font files. */ 56 * Open a new stream to parse LZW-compressed font files. This is
|
/external/icu4c/samples/ufortune/ |
readme.txt | 2 ufortune: a sample program demonstrating the use of ICU resource files by an application. 10 Files: 17 resources/res-file-list.txt List of resource source files to be built
|
/external/icu4c/tools/genbrk/ |
genbrk.1.in | 10 \- Compiles ICU break iteration rules source files into binary data files 66 Look for any necessary ICU data files in
|
/external/iproute2/man/man8/ |
lnstat.8 | 30 Dump list of available files/keys. 49 Get a list of supported statistics files. 52 Select the specified files and keys.
|
/external/proguard/src/proguard/classfile/visitor/ |
package.html | 2 This package contains interfaces and classes for processing class files from 7 Why the visitor pattern? Class files frequently contain lists of elements of 11 of operations that we may wish to perform on the class files may change and
|
/external/webkit/WebKitTools/Scripts/ |
generate-qt-inspector-resource | 33 my @files = @_; 35 foreach $file (@files) { 47 # Directory with html and js files and the images
|
/frameworks/base/core/tests/coretests/src/android/content/ |
AssetTest.java | 70 String[] files = mAssets.list(""); local 71 assertEquals(1, files.length); 72 assertEquals("test.txt", files[0]);
|
/frameworks/base/tools/localize/ |
res_check.cpp | 13 do_rescheck(const vector<string>& files) 20 for (size_t i=0; i<files.size(); i++) { 21 const string filename = files[i];
|
/hardware/ti/wlan/wl1271/stad/build/linux/ |
Makefile | 25 # Include directory for Odyssey supplicant files 77 # List of object files the kernel makefile needs to compile. 111 # Recursively cleans the driver files.
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
DirectoryFileFilter.java | 30 * String[] files = dir.list( DirectoryFileFilter.INSTANCE );
31 * for ( int i = 0; i < files.length; i++ ) {
32 * System.out.println(files[i]);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
FolderWrapper.java | 85 File[] files = listFiles(); local 86 final int count = files.length; 90 File f = files[i];
|
/system/wlan/ti/wilink_6_1/stad/build/linux/ |
Makefile | 25 # Include directory for Odyssey supplicant files 77 # List of object files the kernel makefile needs to compile. 111 # Recursively cleans the driver files.
|
/development/pdk/ |
Pdk.mk | 37 # Doxygenize the header files to create html docs in the generatedDocs dir. 38 # Copy the appengine files, the template files and the generated html 47 # Source directories for appengine, templates, config & header files 66 # Working directory for .dox files 75 # Header files to doxygenize. 76 # Add new header files to document here, also adjust the templates to have 99 # Assemble all the necessary doxygen config files and the sources into the 128 # Copy newer doxygen html files. 137 # Copy newer doxygen .dox files [all...] |
/external/proguard/docs/manual/ |
usage.html | 19 files. Typically, you'll put most options in a configuration file (say, 24 You can combine command line options and options from configuration files, for 39 lines in configuration files. This means that you can quote any arbitrary 90 application to be processed. The class files in these jars will be 91 processed and written to the output jars. By default, any non-class files 92 will be copied without changes. Please be aware of any temporary files 93 (e.g. created by IDEs), especially if you are reading your input files 111 You must avoid letting the output files overwrite any input files. For 120 application to be processed. The files in these jars will not be include [all...] |
/external/clearsilver/imd/ |
imd.c | 288 /* we should probably stat the files and make sure the thumbnail 500 ULIST *files = NULL; local 510 err = uListInit(&files, 50, 0); 512 *rfiles = files; 516 files = *rfiles; 551 err = uListAppend(files, strdup(ppath)); 560 uListDestroy(&files, ULIST_FREE); 564 *rfiles = files; 726 ULIST *files = NULL; local 778 err = load_images(path, &files, NULL, 0) 876 ULIST *files = NULL; local 931 ULIST *files = NULL; local [all...] |
/bionic/libc/arch-x86/bionic/ |
crtbegin_so.S | 1 /* we put the _init() function here in case the user files for the shared
|