HomeSort by relevance Sort by last modified time
    Searched full:files (Results 576 - 600 of 7650) sorted by null

<<21222324252627282930>>

  /external/webkit/WebKitTools/record-memory-win/
record-memory-win.vcproj 98 <Files>
100 Name="Source Files"
110 Name="Header Files"
116 Name="Resource Files"
121 </Files>
  /external/zlib/contrib/vstudio/vc7/
miniunz.vcproj 104 <Files>
106 Name="Source Files"
113 Name="Header Files"
117 Name="Resource Files"
123 </Files>
minizip.vcproj 104 <Files>
106 Name="Source Files"
113 Name="Header Files"
117 Name="Resource Files"
123 </Files>
testzlib.vcproj 104 <Files>
106 Name="Source Files"
113 Name="Header Files"
117 Name="Resource Files"
123 </Files>
  /external/zlib/projects/
README.projects 1 This directory contains project files for building zlib under various
13 - The project must build zlib using the source files from the official
17 or DLL files), these builds must be compatible to those produced by
26 besides the officially-supported build, and have ASM source files
29 - If there are significant differences between the project files created
  /packages/apps/Email/src/org/apache/commons/io/comparator/
DefaultFileComparator.java 24 * Compare two files using the <b>default</b> {@link File#compareTo(File)} method.
26 * This comparator can be used to sort lists or arrays of files
29 * Example of sorting a list of files using the
36 * Example of doing a <i>reverse</i> sort of an array of files using the
56 * Compare the two files using the {@link File#compareTo(File)} method.
  /bootable/recovery/applypatch/
freecache.c 14 static int EliminateOpenFiles(char** files, int file_count) {
53 // lots of files in /cache, and lots of them are open (neither
58 if (files[j] && strcmp(files[j], link) == 0) {
60 free(files[j]);
61 files[j] = NULL;
83 // We're allowed to delete unopened regular files in any of these
95 // Look for regular files in the directory (not in any subdirectories).
119 printf("%d regular files in deletable directories\n", *entries);
146 printf("no files can be deleted to free space on /cache\n")
    [all...]
  /cts/tools/dx-tests/etc/
compileall 19 # generates .class files from the .j (jasmin) and .cfh (hex format) files for the dxconverter test project.
76 # compile all files from javafiles
77 echo "compiling all java files (with package dxc.junit.**)"
89 echo "compiling all .cfh files into .class files"
96 echo "generating Main_*.java files reading from $project_home writing to $mainfilesdir"
98 # generate the Main_*.java files
100 # compile the Main_*.java files
102 echo "compile the Main_*.java files"
    [all...]
  /external/clearsilver/util/
neo_files.c 195 NEOERR *ne_listdir(const char *path, ULIST **files)
197 return nerr_pass(ne_listdir_fmatch(path, files, NULL, NULL));
205 NEOERR *ne_listdir_match(const char *path, ULIST **files, const char *match)
207 return nerr_pass(ne_listdir_fmatch(path, files, _glob_match, (void *)match));
210 NEOERR *ne_listdir_fmatch(const char *path, ULIST **files, MATCH_FUNC fmatch,
218 if (files == NULL)
221 if (*files == NULL)
228 myfiles = *files;
247 if (err && *files == NULL)
251 else if (*files == NULL
    [all...]
  /external/libpng/scripts/
CMakeLists.txt 157 # CREATE PKGCONFIG FILES
158 # we use the same files like ./configure, so we have to set its vars
190 install(FILES png.h pngconf.h DESTINATION include)
191 install(FILES png.h pngconf.h DESTINATION include/${PNGLIB_NAME})
192 install(FILES libpng.3 libpngpf.3 DESTINATION man/man3)
193 install(FILES png.5 DESTINATION man/man5)
194 install(FILES ${PNG_BINARY_DIR}/libpng.pc DESTINATION lib/pkgconfig)
195 install(FILES ${PNG_BINARY_DIR}/libpng-config DESTINATION bin)
196 install(FILES ${PNG_BINARY_DIR}/${PNGLIB_NAME}.pc DESTINATION lib/pkgconfig)
197 install(FILES ${PNG_BINARY_DIR}/${PNGLIB_NAME}-config DESTINATION bin
    [all...]
  /external/icu4c/tools/genrb/
genrb.1.in 44 source files passed on the command line to their binary form or to
46 The resulting binary files have a
48 extension while resource bundle source files typically have a
50 extension. Java source files have a
67 The binary files can be read directly by ICU, or used by
84 Set the encoding used to read input files to
116 Look for any necessary ICU data files in
  /external/tcpdump/
rx.h 51 #define PRSFS_READ 1 /* Read files */
52 #define PRSFS_WRITE 2 /* Write files */
53 #define PRSFS_INSERT 4 /* Insert files into a directory */
54 #define PRSFS_LOOKUP 8 /* Lookup files into a directory */
55 #define PRSFS_DELETE 16 /* Delete files */
56 #define PRSFS_LOCK 32 /* Lock files */
87 u_int16_t serviceId; /* header files indicate that the */
  /external/v8/tools/visual_studio/
README.txt 1 This directory contains Microsoft Visual Studio project files for including v8
2 in a Visual Studio/Visual C++ Express solution. All these project files have
5 using the project files in the 2008 editions minor upgrades to the files will
34 most of the configuration options and are inhireted by the project files
55 Two sample project files are available as well. These are v8_shell_sample.vcproj
68 When using the Microsoft Visual Studio project files Python version 2.4 or later
  /external/bzip2/
bzip2.1 6 bzcat \- decompresses files to stdout
8 bzip2recover \- recovers data from damaged bzip2 files
36 compresses files using the Burrows-Wheeler block sorting
64 files. If you want this to happen, specify the \-f flag.
79 specified files. Files which were not created by
111 concatenation of two or more compressed files. The result is the
112 concatenation of the corresponding uncompressed files. Integrity
115 compressed files is also supported.
117 You can also compress or decompress files to the standard output b
    [all...]
bzip2.txt 4 bzcat - decompresses files to stdout
5 bzip2recover - recovers data from damaged bzip2 files
16 bzip2 compresses files using the Burrows-Wheeler block
39 files. If you want this to happen, specify the -f flag.
47 bunzip2 (or bzip2 -d) decompresses all specified files.
48 Files which were not created by bzip2 will be detected and
68 catenation of two or more compressed files. The result is
69 the concatenation of the corresponding uncompressed files.
70 Integrity testing (-t) of concatenated compressed files is
73 You can also compress or decompress files to the standar
    [all...]
bzip2.1.preformatted 7 bzcat ? decompresses files to stdout
8 bzip2recover ? recovers data from damaged bzip2 files
19 _b_z_i_p_2 compresses files using the Burrows?Wheeler block
42 files. If you want this to happen, specify the ?f flag.
50 _b_u_n_z_i_p_2 (or _b_z_i_p_2 _?_d_) decompresses all specified files.
51 Files which were not created by _b_z_i_p_2 will be detected and
71 catenation of two or more compressed files. The result is
72 the concatenation of the corresponding uncompressed files.
73 Integrity testing (?t) of concatenated compressed files is
76 You can also compress or decompress files to the standar
    [all...]
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
FileClientSessionCache.java 51 * the file name. Files are created or replaced when session data is put
52 * in the cache (see {@link #putSessionData}). Files are read on
55 * <p>When the number of session files exceeds MAX_SIZE, we delete the
63 /** Directory to store session files in. */
67 * Map of name -> File. Keeps track of the order files were accessed in.
71 /** The number of files on disk. */
75 * The initial set of files. We use this to defer adding information
76 * about all files to accessOrder until necessary.
91 // Read and sort initial list of files. We defer adding
92 // information about these files to accessOrder until necessar
    [all...]
  /frameworks/base/tools/localize/
Perforce.cpp 107 cmd << "p4 files";
177 do_files(const string& op, const vector<string>& files, bool printOnFailure)
184 const size_t I = files.size();
186 cmd << " \"" << files[i] << "\""; local
193 Perforce::EditFiles(const vector<string>& files, bool printOnFailure)
195 return do_files("edit", files, printOnFailure);
199 Perforce::AddFiles(const vector<string>& files, bool printOnFailure)
201 return do_files("add", files, printOnFailure);
205 Perforce::DeleteFiles(const vector<string>& files, bool printOnFailure)
207 return do_files("delete", files, printOnFailure)
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
package.html 25 <p>These filter can be used to list files or in {@link java.awt.FileDialog},
69 <td>Accept all files</td>
73 <td>Accept no files</td>
92 For example, here is how one could print all non-directory files in the
97 String[] files = dir.list(
111 for ( int i=0; i&lt;files.length; i++ ) {
112 System.out.println(files[i]);
122 String[] files = dir.list(
136 for ( int i=0; i&lt;files.length; i++ ) {
137 System.out.println(files[i]);
    [all...]
  /development/tools/idegen/src/
Configuration.java 39 /** Found .jar files (that weren't excluded). */
48 /** File name used for excluded path files. */
53 * for .java and .jar files and identifying source roots.
77 Log.debug(jarFiles.size() + " jar files");
86 * Reads excluded path files.
111 * Recursively finds .java source roots, .jar files, and excluded
121 * R.java files and aidl .java files don't share the same source
126 File[] files = directory.listFiles(); local
127 if (files == null)
    [all...]
  /external/webkit/WebKitTools/Scripts/
parallelcl 72 # The rest of the lines of the command file just contain source files, one per line
91 print STDERR "\n\n####### COMPILING $numSources FILES USING AT MOST $numJobs PARALLEL INSTANCES OF cl.exe ###########\n\n";# if $debug;
94 # The hope is that by splitting the source files up into 2*$numJobs pieces, we
103 # Sort the source files randomly so that we don't end up with big clumps of large files (aka SVG)
144 my ($files, $jobSize) = @_;
147 if (@{$files} > ($jobSize * 1.5)) {
148 @job = splice(@{$files}, -$jobSize);
150 # Compile all the remaining files in this job to avoid having a small job later
151 @job = splice(@{$files});
    [all...]
  /external/webkit/WebKitLibraries/win/lib/
WebKitSystemInterface_debug.lib 13 .debug$S???:??@B.rdatah??@0@.data N?@0?.text Z?c?- P`.rtc$TMZ%?)?@0@.rtc$IMZ3?7?@0@.rdataA?@@@.rdataI?@@@.rdataQ?@@@.rdataY?@0@.bss??.bss?0?.bss?0?.bss?0?.bss?0?.bss?0?.rdata]?@0@.text$yc*a??? P`.debug$S?????@B.text$yc*??? P`.debug$S?K?7?@B.text$yc*}??? P`.debug$S?????@B.bss ?0?.CRT$XCU ?'?@0@.debug$S E?e?@B.debug$S y???@B.debug$S ????@B.debug$Th??@B /manifestdependency:"type='win32' name='Microsoft.VC80.DebugCRT' version='8.0.50727.4053' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b'" /DEFAULTLIB:"uuid.lib" /DEFAULTLIB:"uuid.lib" /DEFAULTLIB:"MSVCRT" /DEFAULTLIB:"OLDNAMES" ??cC:\cygwin\home\cmarrin\WebKitBuild\obj\WebKitSystemInterface\Debug\WebKitSystemInterface.obj# '?'?Microsoft (R) Optimizing Compilercwdc:\cygwin\home\cmarrin\source\svn\WebKit\Internal\WebKitSystemInterfaceWinclc:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.execmd-Od -IC:\cygwin\home\cmarrin\WebKitBuild\Include -Ic:\AppleInternal\Include -Ic:\AppleInternal\Include\CoreFoundation\OSXCompatibilityHeaders -Ic:\AppleInternal\Include\CoreFoundation\OSXCompatibilityHeaders\GNUCompatibility -D__WIN32__ -DWIN32 -D_DEBUG -D_LIB -D_WINDOWS -DWINVER=0x501 -D_WIN32_WINNT=0x501 -D_WIN32_IE=0x600 -D_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES=1 -D__PRODUCTION__=0 -D_HAS_EXCEPTIONS=0 -DBUILDING_WebKitSystemInterface -D_UNICODE -DUNICODE -Gm -RTC1 -MD -GR- -FoC:\cygwin\home\cmarrin\WebKitBuild\obj\WebKitSystemInterface\Debug\ -FdC:\cygwin\home\cmarrin\WebKitBuild\obj\WebKitSystemInterface\Debug\vc80.pdb -W4 -WX -c -Zi -TP -wd4018 -wd4068 -wd4099 -wd4100 -wd4127 -wd4138 -wd4189 -wd4244 -wd4251 -wd4275 -wd4291 -wd4305 -wd4344 -wd4355 -wd4389 -wd4503 -wd4505 -wd4510 -wd4512 -wd4610 -wd4706 -wd4800 -wd4951 -wd4952 -wd4996 -wd6011 -wd6031 -wd6211 -wd6246 -wd6255 -wd6387 -nologo -errorreport:queue -GS -I"C:\Program Files\Microsoft Visual Studio 8\VC\ATLMFC\INCLUDE" -I"C:\Program Files\Microsoft Visual Studio 8\VC\INCLUDE" -I"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include" -I"C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\include" -I"C:\Program Files\Microsoft DirectX 9.0 SDK (December 2004)\Include" -Xsrc.\WebKitSystemInterface.cpppdbC:\cygwin\home\cmarrin\WebKitBuild\obj\WebKitSystemInterface\Debug\vc80.pdb?$?5??=?n?wkSetFontSmoothingLevel    tlevel ?????smoothingType?h??
    [all...]
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
DexClassLoader.java 29 * list of jar/apk files with classes.dex entries. The directory that
30 * holds the optimized form of the files is specified explicitly. This
33 * The best place to put the optimized DEX files is in app-specific
35 * optimized DEX files. If other storage is used (e.g. /sdcard), the
50 * Parallel arrays for jar/apk files.
55 private File[] mFiles; // source file Files, for rsrc URLs
56 private ZipFile[] mZips; // source zip files, with resources
57 private DexFile[] mDexs; // opened, prepped DEX files
67 * code. Interpreted classes are found in a set of DEX files contained
68 * in Jar or APK files
    [all...]
  /build/core/tasks/
sdk-addon.mk 30 # Files that are built and then copied into the sdk-addon
33 $(eval _src := $(call module-stubs-files,$(call word-colon,1,$(cf)))) \
40 # Files that are copied directly into the sdk-addon
43 # All SDK add-ons have these files
50 # Generate rules to copy the requested files
58 # We don't know about all of the docs files, so depend on the timestamp for
  /external/bluetooth/glib/gmodule/
Makefile.am 99 .PHONY: files release
101 files:
102 @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
110 @files='$(BUILT_EXTRA_DIST)'; \
111 for f in $$files; do \

Completed in 1352 milliseconds

<<21222324252627282930>>