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

<<41424344454647484950>>

  /external/quake/quake/src/QW/gas2masm/
gas2masm.001 85 # Begin Group "Source Files"
93 # Begin Group "Header Files"
97 # Begin Group "Resource Files"
gas2masm.dsp 85 # Begin Group "Source Files"
93 # Begin Group "Header Files"
97 # Begin Group "Resource Files"
  /external/quake/quake/src/WinQuake/gas2masm/
gas2masm.dsp 83 # Begin Group "Source Files"
91 # Begin Group "Header Files"
95 # Begin Group "Resource Files"
  /external/quake/quake/src/WinQuake/
spritegn.h 27 // * pass data from one to the other via .spr files. *
31 // This program generates .spr sprite package files.
32 // The format of the files is as follows:
  /external/stlport/etc/
STLport-4.5.1.spec 23 Summary: Complete C++ standard library header files and libraries
64 %files
71 %files -n STLport-devel
STLport-4.5.3.spec 23 Summary: Complete C++ standard library header files and libraries
64 %files
71 %files -n STLport-devel
STLport-4.6.spec 23 Summary: Complete C++ standard library header files and libraries
64 %files
71 %files -n STLport-devel
  /external/webkit/WebKitTools/Scripts/
report-include-statistics 97 print "$file is included $count times, includes $numIncludes files directly, $numTotalIncludes files total.\n"
100 # Sort most-included files first.
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/
Makefile 83 # source & object files
124 # Lex files
137 # YACC files
NOTES 26 the appropriate archive files up to Simtel if you wish.
33 test on two different input files.
66 [[Makefile and config.h moved to separate files -VP]]
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
README 4 and the corresponding "info" files (contributed by Francois Pinard).
6 - VMS/, a subdirectory containing makefiles, configuration files,
75 Many thanks to those who contributed these files. Updated versions will
  /external/webkit/WebKitTools/wx/packaging/
build-win-installer.py 47 dirs.append("C:\\Program Files\\Inno Setup 5")
48 dirs.append("C:\\Program Files (x86)\\Inno Setup 5")
90 installerTemplate = installerTemplate.replace("<<FILES>>", fileList )
  /frameworks/base/docs/html/guide/developing/tools/
zipalign.jd 5 optimization to Android application (.apk) files.
8 it causes all uncompressed data within the .apk, such as images or raw files,
31 entries. And any files added to an "aligned" archive will not be aligned.</p>
  /frameworks/base/services/java/com/android/server/
DemoDataSet.java 60 String [] files local
62 int count = files.length;
71 String name = files[i];
  /frameworks/base/tools/aidl/
options.cpp 19 " -o<FOLDER> base output folder for generated files.\n"
26 " The generated interface files.\n"
28 " If the -o option is used, the generated files will be placed in the base output folder, under their package folder\n"
  /hardware/ti/wlan/wl1271/platforms/os/common/build/linux/
Makefile 26 # List of platform independent OS files needed to be compiled
80 # List of object files the kernel makefile needs to compile.
115 # Recursively cleans the OS lib object files
  /prebuilt/darwin-x86_64/swt/
about.html 38 <p>The following files in the plug-in JAR shall be defined as the native code portion of the Carbon 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 Carbon Binding:</p>
49 <p>The Carbon Binding contains portions of Apple Computer's Carbon API header files which are:</p>
62 third party intellectual property rights (including without limitation, patent, copyright, trademark and trade secret rights) to Apple's Carbon API header files
65 bindings into Apple's original Carbon.h header files.
70 <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>
72 <p>The following files in the plug-in JAR shall be defined as the native code portion of the Mozilla Binding:</p>
78 <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>
90 LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.</p>
97 <p>The class org.eclipse.swt.internal.image.JPEGFileFormat is based on following files from LIBJPEG:</p
    [all...]
  /sdk/androidprefs/src/com/android/prefs/
AndroidLocation.java 22 * Manages the location of the android files (including emulator files, ddms config, debug keystore)
44 * Returns the folder used to store android related files.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AndroidConstants.java 61 /** Extension of the Application package Files, i.e. "apk". */
63 /** Extension of java files, i.e. "java" */
65 /** Extension of compiled java files, i.e. "class" */
67 /** Extension of xml files, i.e. "xml" */
69 /** Extension of jar files, i.e. "jar" */
71 /** Extension of aidl files, i.e. "aidl" */
78 /** Dot-Extension of the Application package Files, i.e. ".apk". */
80 /** Dot-Extension of java files, i.e. ".java" */
82 /** Dot-Extension of compiled java files, i.e. ".class" */
84 /** Dot-Extension of xml files, i.e. ".xml" *
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/
IFolderWrapper.java 17 package com.android.ide.eclipse.adt.internal.resources.manager.files;
81 IResource[] files = mContainer.members(); local
82 for (IResource file : files) {
  /system/wlan/ti/wilink_6_1/platforms/os/common/build/linux/
Makefile 26 # List of platform independent OS files needed to be compiled
80 # List of object files the kernel makefile needs to compile.
115 # Recursively cleans the OS lib object files
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
FilePermissionTest.java 42 readAllFiles = new FilePermission("<<ALL FILES>>", "read");
43 alsoReadAllFiles = new FilePermission("<<ALL FILES>>", "read");
144 assertTrue("Returned true for non-subset of files", !allInCurrent
148 assertTrue("Returned false for subset of files", readAllFiles
150 assertTrue("Returned false for subset of files and actions",
216 assertTrue("returned false for subset of files", collect
  /development/pdk/docs/porting/
release_keys.jd 63 <li>Put the parts back together into image files.</li>
73 ./build/tools/releasetools/sign_target_files_apks -d vendor/&lt;vendor_name&gt;/security/&lt;product_name&gt; &lt;product_name&gt;-target_files.zip signed-target-files.zip
77 <h4>Creating image files</h4>
78 <p>Once you have <code>signed-target-files.zip</code>, create the images so you can put it onto a device with the command below:</p>
80 build/tools/releasetools/img_from_target_files signed-target-files.zip signed-img.zip
82 <p><code>signed-img.zip</code> contains all the <code>.img</code> files. You can use <code>fastboot update signed-img.zip</code> to use fastboot to get them on the device.</p>
  /external/bison/
Makefile.maint 86 po-check copyright-check writable-files m4-check author_mark_check \
181 # Nearly all .c files must include <config.h>.
186 { echo '$(ME): the above files do not include <config.h>' \
191 @files=$$(grep -l '# *include <assert\.h>' \
193 grep -L '\<assert (' $$files \
195 { echo "$(ME): the above files include <assert.h> but don't use it" \
251 # of files included from system.h. Exclude a couple.
259 # Files in src/ should not include directly any of
355 # Verify that all source files using _() are listed in po/POTFILES.in.
361 files=;
    [all...]
  /external/bison/doc/
bison.1 59 .B \-\-fixed-output-files
71 It should be upwardly compatible with input files designed
75 Input files should follow the
81 the generated files do not have fixed names, but instead use the prefix
238 The other output files' names are constructed from
335 .B \-\-fixed-output-files

Completed in 328 milliseconds

<<41424344454647484950>>