HomeSort by relevance Sort by last modified time
    Searched full:compilation (Results 101 - 125 of 2636) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/libxslt/linux/libxslt/
xsltwin32config.h 45 * extra version information, used to show a CVS compilation
52 * Activate the compilation of the debug reporting. Speed penalty
  /external/freetype/builds/
ft2unix.h 26 /* command) is in your compilation include path. */
42 /* - Adding `/usr/local/include/freetype2' to your compilation include */
  /external/iptables/utils/
nfbpf_compile.c 2 * BPF program compilation tool
41 fprintf(stderr, "Compilation error\n");
  /external/llvm/docs/HistoricalNotes/
2001-06-20-.NET-Differences.txt 9 indicated that the goal seems to be to do simple static compilation (very
11 "relies on dynamic class loading and JIT compilation".
  /external/pixman/pixman/
Makefile.win32 20 # MMX compilation flags
26 # SSE2 compilation flags
  /external/stlport/test/compiler/
README 12 2. Compilation
14 Compilation with GNU Make utility and gcc compiler:
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpa_gui.pro 14 # cross compilation to win32
20 # cross compilation to win32
  /frameworks/compile/libbcc/
README.rst 13 compilation.
30 * after each compilation, serialize the in-memory executable into a
31 cache file. Note that the compilation is triggered by a cache
49 binaries. Just-in-Time compilation are oftentimes Just-too-Late,
91 * **bccReadBC** - Set the source bitcode for compilation
93 * **bccReadModule** - Set the llvm::Module for compilation
100 just-in-time compilation or cache loading
197 2. Calls from/to a separate compilation unit: (E.g., calls to Execution
  /external/clang/docs/
DriverInternals.rst 56 work compared to a compilation, but we have tried to keep it as
158 #. **Pipeline: Compilation Job Construction**
161 the desired compilation sequence are constructed. This involves
192 A rather different compilation pipeline is shown here; in this
215 After this stage is complete the compilation process is divided into
218 there is no "real" final output). Phases are well known compilation
240 compilation for a particular architecture, platform, and operating
242 during one compilation in order to interact with tools for separate
261 bound for this compilation sequence. Here clang is being used to
270 compilation. The main work is in translating from the gcc styl
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.h 34 * parent_cu - Compilation unit this DIE belongs to.
36 * only for compilation unit DIEs.
98 * AddrType - Type of compilation unin address (4, or 8 bytes), defined by
129 /* Gets compilation unit this DIE belongs to. */
174 * a subroutine a() in this compilation unit has level 1, a soubroutine b(),
186 /* Compilation unit this DIE belongs to. */
  /external/chromium_org/v8/src/
compiler.h 19 // unit of compilation. Restriction violations cause a syntax error.
224 // Accessors for the different compilation modes.
336 // Compilation mode.
358 // Compilation is either eager or lazy.
360 // Flags that can be set for eager compilation.
365 // Strict mode - used in eager compilation.
391 // Fields filled in by the compilation pipeline.
404 // Possible initial inputs to the compilation process.
409 // Fields possibly needed for eager compilation, NULL by default.
421 // Compilation mode flag and whether deoptimization is allowed
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
compileall.py 11 See module py_compile for details of the actual byte-compilation.
31 force: if 1, force compilation, even if timestamps are up-to-date
32 quiet: if 1, be quiet during compilation
71 force: if 1, force compilation, even if timestamps are up-to-date
72 quiet: if 1, be quiet during compilation
178 "compilation"
181 print ' compilation; if "-", names are read from stdin'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
compileall.py 11 See module py_compile for details of the actual byte-compilation.
31 force: if 1, force compilation, even if timestamps are up-to-date
32 quiet: if 1, be quiet during compilation
71 force: if 1, force compilation, even if timestamps are up-to-date
72 quiet: if 1, be quiet during compilation
178 "compilation"
181 print ' compilation; if "-", names are read from stdin'
  /external/clang/lib/Tooling/
Tooling.cpp 17 #include "clang/Driver/Compilation.h"
63 /// \brief Retrieves the clang CC1 specific flags out of the compilation's jobs.
68 clang::driver::Compilation *Compilation) {
70 // failed. Extract that job from the Compilation.
71 const clang::driver::JobList &Jobs = Compilation->getJobs();
215 const std::unique_ptr<clang::driver::Compilation> Compilation(
218 &Diagnostics, Compilation.get());
229 return runInvocation(BinaryName, Compilation.get(), Invocation.release())
    [all...]
CompilationDatabase.cpp 19 #include "clang/Driver/Compilation.h"
71 ErrorStream << "No compilation database found in " << Directory.str()
92 ErrorMessage = ("Could not auto-detect compilation database for file \"" +
106 ErrorMessage = ("Could not auto-detect compilation database from directory \"" +
205 /// \li false if \c Args cannot be used for compilation jobs (e.g.
226 // By adding -c, we force the driver to treat compilation as the last phase.
236 // prevents compilation, e.g. -E or something like -version, we may still end
246 const std::unique_ptr<driver::Compilation> Compilation(
249 const driver::JobList &Jobs = Compilation->getJobs()
    [all...]
  /external/deqp/doc/testspecs/GLES2/
performance.compiler.txt 26 + Tests for impact of cache hits on compilation time (note: in release 2012.4)
46 The tests will take into account implementations that postpone final compilation
49 Separate cases are made for testing compilation time when avoiding cache hits and
67 compilation.
78 compilation time
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
flag-types.h 0 /* Compilation switch flag type definitions for GCC.
64 compilation unit when that information will be generated by
65 another compilation unit.
73 of the current compilation unit. This matching emits minimal
88 same base name as the compilation unit. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipantTest.java 39 "[x] Rename compilation unit 'MainActivity.java' to 'NewActivityName.java'\n" +
68 "[x] Rename compilation unit 'MainActivity2.java' to 'NewActivityName.java'\n" +
85 "[x] Rename compilation unit 'MainActivity.java' to 'NewActivityName.java'");
97 "[x] Rename compilation unit 'CustomView1.java' to 'NewCustomViewName.java'\n" +
126 "[x] Rename compilation unit 'MyFragment.java' to 'NewFragmentName.java'\n" +
  /external/chromium_org/third_party/libxslt/libxslt/
xsltconfig.h.in 42 * extra version information, used to show a CVS compilation
49 * Activate the compilation of the debug reporting. Speed penalty
103 * Activate the compilation of the debugger support. Speed penalty
  /external/protobuf/gtest/test/
gtest_nc_test.py 32 """Negative compilation test for Google Test."""
43 sys.exit(0) # Negative compilation tests are not supported on Windows & Mac.
47 """Negative compilation test for Google Test."""
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
README 29 destest should be run after compilation to test the des routines.
30 rpw should be run after compilation to test the read password routines.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1145.js 38 // This file must be at least 1024 bytes long to trigger lazy compilation.
42 // Must be lazy. Must throw SyntaxError during compilation.
regress-2250.js 38 // disabled during compilation.
64 // Second compilation should have noticed that LICM wasn't a good idea, and now
  /external/icu/icu4c/source/common/
uposixdefs.h 26 * chapter "2.2 The Compilation Environment" says:
27 * "In the compilation of an application that #defines a feature test macro
  /external/jsr305/ri/nbproject/
project.xml 70 <compilation-unit>
75 </compilation-unit>

Completed in 1181 milliseconds

1 2 3 45 6 7 8 91011>>