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

<<51525354555657585960>>

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-cpp.1 201 other files it specifies with \fB#include\fR. All the output generated
202 by the combined input files is written in \fIoutfile\fR.
252 for header files.
315 defined in include files are not warned about.
370 the included files, including those coming from \fB\-include\fR or
376 parts removed. If there are many included files then the rule is
391 Like \fB\-M\fR but do not mention header files that are found in
392 system header directories, nor header files that are included,
411 dependency generation, \fB\-MG\fR assumes missing header files are
412 generated files and adds them to the dependency list without raisin
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/
arm-eabi-cpp.1 208 other files it specifies with \fB#include\fR. All the output generated
209 by the combined input files is written in \fIoutfile\fR.
259 for header files.
325 defined in include files are not warned about.
380 the included files, including those coming from \fB\-include\fR or
386 parts removed. If there are many included files then the rule is
401 Like \fB\-M\fR but do not mention header files that are found in
402 system header directories, nor header files that are included,
421 dependency generation, \fB\-MG\fR assumes missing header files are
422 generated files and adds them to the dependency list without raisin
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/
arm-eabi-cpp.1 201 other files it specifies with \fB#include\fR. All the output generated
202 by the combined input files is written in \fIoutfile\fR.
252 for header files.
315 defined in include files are not warned about.
370 the included files, including those coming from \fB\-include\fR or
376 parts removed. If there are many included files then the rule is
391 Like \fB\-M\fR but do not mention header files that are found in
392 system header directories, nor header files that are included,
411 dependency generation, \fB\-MG\fR assumes missing header files are
412 generated files and adds them to the dependency list without raisin
    [all...]
  /external/elfutils/config/
elfutils.spec.in 28 nm (for listing symbols from object files), size (for listing the
31 (to check for well-formed ELF files). Also included are numerous
50 Summary: Library to read and write ELF files.
58 writing ELF files on a high level. Third party programs depend on
59 this package to read internals of ELF files. The programs of the
60 elfutils package use it also to generate new ELF files.
108 # XXX Nuke unpackaged files
135 %files
156 %files devel
170 %files libel
    [all...]
  /external/elfutils/
elfutils.spec 28 nm (for listing symbols from object files), size (for listing the
31 (to check for well-formed ELF files). Also included are numerous
50 Summary: Library to read and write ELF files.
58 writing ELF files on a high level. Third party programs depend on
59 this package to read internals of ELF files. The programs of the
60 elfutils package use it also to generate new ELF files.
108 # XXX Nuke unpackaged files
135 %files
156 %files devel
170 %files libel
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 77 cu->files = (void *) -1l;
212 /* Now read the files. */
565 /* Put all the files in an array. */
566 Dwarf_Files *files = libdw_alloc (dbg, Dwarf_Files, local
570 files->nfiles = nfilelist;
573 files->info[nfilelist] = filelist->info;
579 files->dbg = dbg;
582 cu->files = files;
591 cu->lines->info[nlinelist].files = files
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
a_atomdefs.h 270 //b1 is set - Meta data is upfront, this implies temp files are needed while authoring
272 //b3 is set - Do not use temp files while authoring
276 * This mode authors non Progressive Downloadable output files using temp files
279 * Media data is not interleaved. Temp files are used.
281 * Temporary files are written to the same directory as the output file.
288 * This mode authors 3GPP Progressive Downloadable output files:
290 * Media Data is interleaved. Temp files are used.
291 * Temporary files are written to the same directory as the output file.
296 * This mode authors 3GPP Downloadable output files
    [all...]
  /frameworks/base/tools/aapt/
Main.cpp 69 " [raw-files-dir [raw-files-dir] ...]\n"
72 " supplied with the -M -A -S or raw-files-dir arguments. The -J -P -F and -R\n"
73 " options control which files are output.\n\n"
77 " Delete specified files from Zip-compatible archive.\n\n",
81 " Add specified files to Zip-compatible archive.\n\n", gProgName);
101 " -f force overwrite of existing files\n"
109 " -u update existing packages (add new, replace older, remove deleted files)\n"
114 " -A additional directory in which to find raw asset files\n"
123 " -0 specifies an additional extension for which such files will not\n
    [all...]
  /development/pdk/docs/source/
git-repo.jd 10 In working with the Android source files, you will use Repo for across-network operations. For example, with a single Repo command you can download files from multiple repositories into your local working directory.
40 To synchronize the files for all available projects:<br>$ repo sync <br><br>To
41 synchronize the files for selected projects:<br>$ repo sync <i>project1
47 Start a topic branch in your local work environment whenever you begin a change, for example when you begin work on a bug or new feature.<br><br>A topic branch is not a copy of the original files; it is a pointer to a particular commit. This makes creating local branches and switching among them a light-weight operation. By using branches, you canisolateone aspect of your work from the others. For an interesting article about using topic branches, see <a href="http://www.kernel.org/pub/software/scm/git/docs/howto/separating-topic-branches.txt">Separating topic branches</a>
68 To list the state of your files:<br>$ repo status <br><br>To see uncommitted edits:<br>$ repo diff <br><br>Therepo diffcommand shows every local edit that you have made that would <i>not</i>
74 If a repo sync shows sync conflicts:<br><ol><li>View the files that are unmerged (status code = U).
78 <li>Change into the relevant project directory, run git add and git commit for the files in question, and then "rebase" the changes. For example:<br>$ cd bionic <br>$ git add bionic/*<br>$ git commit <br>$ git rebase --continue <br><br></li>
87 Cleaning up your client files <br></h3>
118 ]<br><br><div>Installs Repo in the current directory. This creates a .repo/ directory that contains Git repositories for the Repo source code and the standard Android manifest files. The .repo/ directory also containsmanifest.xml, which is a symlink to the selected manifest in th (…)
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.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
191 specify no files to delete.
213 If you specify no \fImember\fR arguments, all the files in the archive are
217 \&\fIQuick append\fR; Historically, add the files \fImember\fR... to the end of
233 Insert the files \fImember\fR... into \fIarchive\fR (with
238 If one of the files named in \fImember\fR... does not exist, \fBar\fR
253 of the files listed in \fImember\fR... that are present in the
258 If you do not specify a \fImember\fR, all files in the archiv
    [all...]
arm-eabi-cpp.1 201 other files it specifies with \fB#include\fR. All the output generated
202 by the combined input files is written in \fIoutfile\fR.
252 for header files.
316 defined in include files are not warned about.
371 the included files, including those coming from \fB\-include\fR or
377 files then the rule is split into several lines using \fB\e\fR\-newline.
391 Like \fB\-M\fR but do not mention header files that are found in
392 system header directories, nor header files that are included,
411 dependency generation, \fB\-MG\fR assumes missing header files are
412 generated files and adds them to the dependency list without raisin
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.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
191 specify no files to delete.
213 If you specify no \fImember\fR arguments, all the files in the archive are
217 \&\fIQuick append\fR; Historically, add the files \fImember\fR... to the end of
233 Insert the files \fImember\fR... into \fIarchive\fR (with
238 If one of the files named in \fImember\fR... does not exist, \fBar\fR
253 of the files listed in \fImember\fR... that are present in the
258 If you do not specify a \fImember\fR, all files in the archiv
    [all...]
arm-eabi-cpp.1 201 other files it specifies with \fB#include\fR. All the output generated
202 by the combined input files is written in \fIoutfile\fR.
252 for header files.
316 defined in include files are not warned about.
371 the included files, including those coming from \fB\-include\fR or
377 files then the rule is split into several lines using \fB\e\fR\-newline.
391 Like \fB\-M\fR but do not mention header files that are found in
392 system header directories, nor header files that are included,
411 dependency generation, \fB\-MG\fR assumes missing header files are
412 generated files and adds them to the dependency list without raisin
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/
i686-unknown-linux-gnu-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
191 specify no files to delete.
213 If you specify no \fImember\fR arguments, all the files in the archive are
217 \&\fIQuick append\fR; Historically, add the files \fImember\fR... to the end of
233 Insert the files \fImember\fR... into \fIarchive\fR (with
238 If one of the files named in \fImember\fR... does not exist, \fBar\fR
253 of the files listed in \fImember\fR... that are present in the
258 If you do not specify a \fImember\fR, all files in the archiv
    [all...]
i686-unknown-linux-gnu-cpp.1 201 other files it specifies with \fB#include\fR. All the output generated
202 by the combined input files is written in \fIoutfile\fR.
252 for header files.
316 defined in include files are not warned about.
371 the included files, including those coming from \fB\-include\fR or
377 files then the rule is split into several lines using \fB\e\fR\-newline.
391 Like \fB\-M\fR but do not mention header files that are found in
392 system header directories, nor header files that are included,
411 dependency generation, \fB\-MG\fR assumes missing header files are
412 generated files and adds them to the dependency list without raisin
    [all...]
  /external/webkit/LayoutTests/http/conf/
cygwin-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.
56 # configuration, error, and log files are kept.
93 # in that order. The latter two files are now distributed empty, as it is
96 # server ignore these files altogether by using "/dev/null" (for Unix) or
335 # This controls which options the .htaccess files in directories can
355 # The following lines prevent .htaccess files from being viewed by
356 # Web clients. Since .htaccess files often contain authorization
359 # .htaccess files. If you change the AccessFileName directive above
    [all...]
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.
56 # configuration, error, and log files are kept.
93 # in that order. The latter two files are now distributed empty, as it is
96 # server ignore these files altogether by using "/dev/null" (for Unix) or
338 # This controls which options the .htaccess files in directories can
358 # The following lines prevent .htaccess files from being viewed by
359 # Web clients. Since .htaccess files often contain authorization
362 # .htaccess files. If you change the AccessFileName directive above
    [all...]
  /build/core/
java_library.mk 31 # No dex or resources; all we want are the .class files.
  /build/tools/apicheck/src/
Android.mk 22 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /cts/tests/ApiDemosReferenceTest/
Android.mk 23 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /cts/tests/ProcessTest/
Android.mk 27 LOCAL_SRC_FILES := $(call all-subdir-java-files)
  /cts/tests/SignatureTest/
Android.mk 23 LOCAL_SRC_FILES := $(call all-subdir-java-files)
66 # By only ever having one of these magic files in existance and making
91 # Split up config/api/1.xml by "package" and save the files as the
92 # resource files of SignatureTest.
  /cts/tests/tests/accounts/
Android.mk 28 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/tests/tests/app/
Android.mk 26 LOCAL_SRC_FILES := $(call all-java-files-under, src)
  /cts/tests/tests/bluetooth/
Android.mk 31 LOCAL_SRC_FILES := $(call all-java-files-under, src)

Completed in 300 milliseconds

<<51525354555657585960>>