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

<<31323334353637383940>>

  /external/icu4c/tools/gencmn/
gencmn.8.in 47 takes a set of files and packages them as an ICU memory-mappable data
51 reads a list of files to be packaged from either the
54 file, or from its standard output. It packages all the files from
59 is 0, which indicates that there is no size limit on files.
  /external/icu4c/tools/toolutil/
platform_xopen_source_extended.h 14 * We move this definition out of the various source files because
uparse.h 16 * This file provides a parser for files that are delimited by one single
17 * character like ';' or TAB. Example: the Unicode Character Properties files
45 * Parser for files that are similar to UnicodeData.txt:
49 * (semicolon for Unicode Properties files) between two fields. The last field in
  /external/iproute2/man/man8/
routel.8 20 .SH "FILES"
  /external/jpeg/
rdgif.c 12 * the ability to read GIF files has been removed from the IJG distribution. *
  /external/jsr305/
Android.mk 20 LOCAL_SRC_FILES := $(call all-java-files-under, ri/src/main/java)
  /external/junit/
Android.mk 20 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /external/kernel-headers/original/asm-arm/
types.h 10 * header files exported to user space
  /external/kernel-headers/original/linux/
limits.h 9 #define OPEN_MAX 256 /* # open files a process may have */
  /external/libpng/
autogen.sh 2 # a quick hack script to generate necessary files from
  /external/libpng/projects/cbuilder5/
zlib.readme.txt 4 the list of zlib source files. After all, this list is private to
  /external/opencore/doc/pvplayer_html/
index.html 8 <a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="annotated.html">Data Structures</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Data Fields</a> &nbsp; </center>
  /external/oprofile/libabi/
op_abi.h 5 * intended for use in files outside the /libabi directory.
  /external/proguard/docs/
FAQ.html 32 <li><a href="#resource">Does <b>ProGuard</b> handle resource files?</a>
46 Java source code (.java files) is typically compiled to bytecode (.class
47 files). Bytecode is more compact than Java source code, but it may still
69 When loading class files, the class loader performs some sophisticated
74 the class files (StackMap and StackMapTable attributes, respectively), in order
75 to simplify the actual verification step for the class loader. Class files can
78 class files at Java 6.
150 Yes. Google's <code>dx</code> compiler converts ordinary jar files into files
151 that run on Android devices. By preprocessing the original jar files,
    [all...]
  /external/qemu/
README 5 files provided with the public Android Software Development Kit (SDK).
  /external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
gendef.pl 3 # Program to take a set of header files and generate DLL export definitions
  /external/srec/config/en.us/
adb_pull_system_usr_srec_bothtags5_from_saved.sh 1 # Run this from Ubuntu to copy files from device
  /external/srec/config/en.us/grammars/
run_clean_grammars.sh 1 echo "Deleting output grammar files to do a clean compilation...."
  /external/webkit/JavaScriptCore/tests/mozilla/js1_2/version120/
shell.js 22 /* all files in this dir need version(120) called before they are *loaded* */
  /external/webkit/WebCore/manual-tests/
input-type-file-drag-drop.html 10 &lt;input type="file"&gt; should be able to support drag and drop of files. Use the above controls to demonstrate:
  /external/webkit/WebCore/platform/sql/chromium/
SQLiteFileSystemChromium.cpp 44 // platform-specific files SQLiteFileSystemChromium{Win|Posix}.cpp
68 // Chromium names DB files based on origin and DB name only
74 // Chromium saves all DB files in the same directory (known by
76 // are concerned, all DB files are saved in the "current" directory
  /external/webkit/WebKit/chromium/
gyp_webkit 46 Returns a list of additional (.gypi) files to include, without
49 # Determine the include files specified on the command line.
66 # Optionally add supplemental .gypi files if present.
97 print 'Updating webkit projects from gyp files...'
  /external/webkit/WebKitTools/CodeCoverage/
README 17 # Collect files
  /external/webkit/WebKitTools/Scripts/
bisect-builds 117 my $nightlyFilesURLBase = $nightlyWebSite . File::Spec->catdir("/files", $branch, "mac");
301 my @files;
307 push(@files, +{ rev => $1, file => $file });
318 push(@files, +{ rev => $revision, file => $nightly });
325 @files = grep { $_->{rev} >= 39682 } @files;
327 @files = grep { $_->{rev} >= 37348 } @files;
329 @files = grep { $_->{rev} >= 29711 } @files;
    [all...]
check-webkit-style 32 """Does WebKit-lint on C/C++ or text files.
64 (files, options) = parser.parse(sys.argv[1:])
68 if files:
69 for filename in files:

Completed in 57 milliseconds

<<31323334353637383940>>