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

<<41424344454647484950>>

  /external/e2fsprogs/misc/
e2image.8.in 48 It is a very good idea to create image files for all of
72 image file. Image files tend to be quite
95 .SH RAW IMAGE FILES
106 how to create sparse files; the file will become as large as the
111 Raw image files are sometimes used when sending filesystems to the maintainer
  /external/expat/lib/
Makefile.MPW 45 ### Source Files ###
57 ### Object Files ###
86 ### Special Files ###
184 ### Build this target to clean out generated intermediate files. ###
189 ### Build this target to clean out all generated files. ###
  /external/icu4c/samples/citer/
citer.vcproj 346 <Files>
348 Name="Source Files"
358 Name="Header Files"
364 Name="Resource Files"
369 </Files>
  /external/icu4c/samples/csdet/
csdet.vcproj 346 <Files>
348 Name="Source Files"
358 Name="Header Files"
364 Name="Resource Files"
369 </Files>
  /external/icu4c/tools/genrb/
derb.1.in 51 files passed on the command line and write them back in text form.
52 The resulting text files have a
54 extension while compiled resource bundle source files typically have a
92 Set the encoding used to write output files to
150 Look for any necessary ICU data files in
  /external/opencore/tools_v2/build/make/
library.mk 20 # See if there are any plugin files to include
42 # See if there are any additional src files listed. E.g. assembly src files for codecs
46 # Rules for installing the header files
134 # corresponding dependency files are missing (even if the object file exists).
  /external/strace/strace/linux/mips/
ioctlent.sh 32 # Files to find.
35 # Files to stop.
64 # Grep through the files.
66 # Construct list: find files minus stop files.
  /external/v8/tools/visual_studio/
v8.vcproj 125 <Files>
189 Description="Processing js files..."
200 Description="Processing js files..."
209 Name="generated files"
220 </Files>
v8_arm.vcproj 125 <Files>
189 Description="Processing js files..."
200 Description="Processing js files..."
209 Name="generated files"
220 </Files>
v8_x64.vcproj 125 <Files>
189 Description="Processing js files..."
200 Description="Processing js files..."
209 Name="generated files"
220 </Files>
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 6 # Based upon the NCSA server configuration files originally by Rob McCool.
34 # of the server's control files begin with "/" (or "drive:/" for Win32), the
45 # can find its configuration files.
50 # configuration, error, and log files are kept.
276 # This controls which options the .htaccess files in directories can
296 # The following lines prevent .htaccess files from being viewed by
297 # Web clients. Since .htaccess files often contain authorization
300 # .htaccess files. If you change the AccessFileName directive above,
304 # files, so this will protect those as well.
306 <Files ~ "^\.([Hh][Tt]|[Dd][Ss]_[Ss])"
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/test_types/
image_diff.py 53 """Copies result files into the output directory with appropriate
116 checksum against the expected files from the LayoutTest directory.
182 """Diff two image files.
185 file1, file2: full paths of the files to compare.
188 True if two files are different.
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
dispatch.py 87 for root, unused_dirs, files in os.walk(directory):
88 for base in files:
126 root_dir: The directory where handler definition files are
128 scan_dir: The directory where handler definition files are
216 """Source all the handler source files in the scan_dir directory.
  /external/zlib/as400/
readme.txt 57 2) Create the source files:
63 3) From the machine hosting the distribution files, upload them (with
73 gzio.c GZIO C ZLIB - IO on .gz files
81 H Original ZLIB C and ILE/RPG include files
111 Always open zipped files in binary mode.
  /frameworks/base/
NOTICE 43 These files are Copyright 2007 Nuance Communications, but released under
53 These files are Copyright 1998 - 2009 PacketVideo, but released under
83 source, and configuration files.
152 (b) You must cause any modified files to carry prominent notices
153 stating that You changed the files; and
235 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
237 Unicode Data Files include all data files under the directories
246 FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALL
    [all...]
  /frameworks/base/core/java/android/webkit/
FileLoader.java 42 // used for files under asset directory
44 // used for files under res directory
58 * @param allowFileAccess true if this WebView is allowed to access files
103 // try the rest files included in the package
142 errorMsg = "Only support TYPE_STRING for the res files";
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
WildcardFilter.java 26 * Filters files using the supplied wildcards.
28 * This filter selects files, but not directories, based on one or more wildcards
41 * File[] files = dir.listFiles(fileFilter);
42 * for (int i = 0; i < files.length; i++) {
43 * System.out.println(files[i]);
  /external/dbus/
Makefile.in 44 $(top_srcdir)/test/data/valid-config-files/debug-allow-all-sha1.conf.in \
45 $(top_srcdir)/test/data/valid-config-files/debug-allow-all.conf.in \
46 $(top_srcdir)/test/data/valid-service-files/debug-echo.service.in \
47 $(top_srcdir)/test/data/valid-service-files/debug-segfault.service.in \
48 $(top_srcdir)/test/data/valid-service-files/debug-shell-echo-fail.service.in \
49 $(top_srcdir)/test/data/valid-service-files/debug-shell-echo-success.service.in \
63 test/data/valid-config-files/debug-allow-all.conf \
64 test/data/valid-config-files/debug-allow-all-sha1.conf \
65 test/data/valid-service-files/debug-echo.service \
66 test/data/valid-service-files/debug-segfault.service
    [all...]
  /external/dropbear/libtomcrypt/
Doxyfile 37 # format and will distribute the generated files over these directories.
39 # files, where putting all generated files in the same directory would otherwise
105 # path before files name in the file list and in the header files. If set
228 # defined locally in source files will be included in the documentation.
229 # If set to NO only classes defined in header files are included.
241 # undocumented members of documented classes, files or namespaces.
278 # allowed. This is useful if you have classes or files whose names only differ
291 # will put a list of the files that are included by a file in the documentation
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/
project.pbxproj 40 5DB9AC970F722C3600684641 /* AHEM____.TTF in Copy Font Files */ = {isa = PBXBuildFile; fileRef = AA7F10C20CB3C1030003BDC9 /* AHEM____.TTF */; };
41 5DB9AC980F722C3600684641 /* WebKitWeightWatcher100.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 375F09710DAC3CB600C8B4E5 /* WebKitWeightWatcher100.ttf */; };
42 5DB9AC990F722C3600684641 /* WebKitWeightWatcher200.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 375F09720DAC3CB600C8B4E5 /* WebKitWeightWatcher200.ttf */; };
43 5DB9AC9A0F722C3600684641 /* WebKitWeightWatcher300.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 375F09730DAC3CB600C8B4E5 /* WebKitWeightWatcher300.ttf */; };
44 5DB9AC9B0F722C3600684641 /* WebKitWeightWatcher400.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 375F09740DAC3CB600C8B4E5 /* WebKitWeightWatcher400.ttf */; };
45 5DB9AC9C0F722C3600684641 /* WebKitWeightWatcher500.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 375F09750DAC3CB600C8B4E5 /* WebKitWeightWatcher500.ttf */; };
46 5DB9AC9D0F722C3600684641 /* WebKitWeightWatcher600.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 375F09760DAC3CB600C8B4E5 /* WebKitWeightWatcher600.ttf */; };
47 5DB9AC9E0F722C3600684641 /* WebKitWeightWatcher700.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 375F09770DAC3CB600C8B4E5 /* WebKitWeightWatcher700.ttf */; };
48 5DB9AC9F0F722C3600684641 /* WebKitWeightWatcher800.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 375F09780DAC3CB600C8B4E5 /* WebKitWeightWatcher800.ttf */; };
49 5DB9ACA00F722C3600684641 /* WebKitWeightWatcher900.ttf in Copy Font Files */ = {isa = PBXBuildFile; fileRef = 375F09790DAC3CB600C8B4E5 /* WebKitWeightWatcher900.ttf */; }
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
AttachmentProviderTests.java 136 // sample the files, so we won't bother creating the files
218 // sample the files, so we won't bother creating the files
484 // the DB, and does not sample the files, so we won't bother creating the files
504 * Test the functionality of deleting all attachment files for a given message.
511 final long message2Id = 2; // 2 attachments, 2 files
525 // Create test files
530 // Confirm 3 attachment files foun
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/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/darwin-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/swt/
about.html 36 <p>The &quot;Gnome Binding&quot; 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 &quot;GTK+ Binding&quot; 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 &quot;Mozilla Binding&quot; 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 &quot;xxxx&quot; is the version number) contain a small portion of XULRunner 1.9 content (header files)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/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...]

Completed in 107 milliseconds

<<41424344454647484950>>