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

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 28 * User-settable macros that control compilation:
85 * Default is off, just not to break compilation for those who do use those types.
121 * and slows down compilation.
232 * Uncomment to get feedback at compilation time about result of build environment
264 * The drawback can be longer compilation time and bigger executable size.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 28 * User-settable macros that control compilation:
85 * Default is off, just not to break compilation for those who do use those types.
121 * and slows down compilation.
232 * Uncomment to get feedback at compilation time about result of build environment
264 * The drawback can be longer compilation time and bigger executable size.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 28 * User-settable macros that control compilation:
85 * Default is off, just not to break compilation for those who do use those types.
121 * and slows down compilation.
232 * Uncomment to get feedback at compilation time about result of build environment
264 * The drawback can be longer compilation time and bigger executable size.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 28 * User-settable macros that control compilation:
85 * Default is off, just not to break compilation for those who do use those types.
121 * and slows down compilation.
232 * Uncomment to get feedback at compilation time about result of build environment
264 * The drawback can be longer compilation time and bigger executable size.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
user_config.h 28 * User-settable macros that control compilation:
85 * Default is off, just not to break compilation for those who do use those types.
121 * and slows down compilation.
232 * Uncomment to get feedback at compilation time about result of build environment
264 * The drawback can be longer compilation time and bigger executable size.
  /external/clang/lib/Driver/
Driver.cpp 16 #include "clang/Driver/Compilation.h"
149 // Determine which compilation mode we are in. We look for options which
290 Compilation *Driver::BuildCompilation(ArrayRef<const char *> ArgList) {
291 llvm::PrettyStackTraceString CrashInfo("Compilation construction");
312 // FIXME: This stuff needs to go into the Compilation, not the driver.
370 // The compilation takes ownership of Args.
371 Compilation *C = new Compilation(*this, TC, Args, TranslatedArgs);
380 // Construct the list of abstract actions to perform for this compilation. On
402 void Driver::generateCompilationDiagnostics(Compilation &C
    [all...]
  /external/srec/srec/Grammar/include/
SR_Grammar.h 49 * take place. However, the original CompiledGrammar remains valid even if compilation never
80 * take place. However, the original CompiledGrammar remains valid even if compilation never
90 * that were dynamically added since the last compilation.
93 * @return ESR_SUCCESS if compilation succeeded, ESR_FATAL_ERROR otherwise.
257 * @name Grammar compilation
305 * that were dynamically added since the last compilation.
308 * @return ESR_INVALID_ARGUMENT if self is null; ESR_SUCCESS if compilation succeeded, ESR_FATAL_ERROR otherwise.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
util.py 375 Byte-compilation is either done directly in this interpreter process
378 'byte_compile()' figure out to use direct compilation or not (see
393 # byte-compilation and be certain that it's the right thing. Thus,
400 # "Indirect" byte-compilation: write a temporary script and then
409 log.info("writing byte-compilation script '%s'", script_name)
454 # "Direct" byte-compilation: use the py_compile module to compile
488 log.debug("skipping byte-compilation of %s to %s",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
util.py 375 Byte-compilation is either done directly in this interpreter process
378 'byte_compile()' figure out to use direct compilation or not (see
393 # byte-compilation and be certain that it's the right thing. Thus,
400 # "Indirect" byte-compilation: write a temporary script and then
409 log.info("writing byte-compilation script '%s'", script_name)
454 # "Direct" byte-compilation: use the py_compile module to compile
488 log.debug("skipping byte-compilation of %s to %s",
  /external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h 116 /// Whether lazy JIT compilation is enabled.
119 /// Whether JIT compilation of external global variables is allowed.
126 /// Whether the JIT should verify IR modules during compilation.
338 /// for use in dynamic compilation scenarios to move globals.
385 /// a stub to implement lazy compilation if available. See
483 /// DisableLazyCompilation - When lazy compilation is off (the default), the
485 /// getPointerToFunction. If lazy compilation is turned on, the JIT will only
487 /// first called. If lazy compilation is turned off again while some lazy
699 /// IR modules during compilation.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
configure.info 41 * Cross Compilation Tools:: Cross Compilation Tools.
    [all...]
  /external/bison/lib/
signal.in.h 361 /* Present to allow compilation, but unsupported by gnulib. */
368 /* Present to allow compilation, but unsupported by gnulib. */
398 /* Present to allow compilation, but unsupported by gnulib. POSIX
  /external/chromium_org/v8/src/
compiler.cc 11 #include "src/compilation-cache.h"
209 // Disable optimization for the rest of the compilation pipeline.
708 // If compilation fails, just keep the existing code.
806 // Measure how long it takes to do the compilation; only take the
    [all...]
  /external/clang/docs/
HowToSetupToolingForLLVM.rst 14 Clang Tooling needs a compilation database to figure out specific build
15 options for each file. Currently it can create a compilation database
92 echo "Can't detect file's compilation arguments and no previous clang-check invocation!"
  /external/clang/include/clang/Driver/
ToolChain.h 35 class Compilation;
294 // given compilation arguments.
299 // given compilation arguments.
  /external/libmtp/
INSTALL 128 After compilation and installation you may (and should) add hotplugging
192 Compilation for embedded devices
196 during cross-compilation can be solved with this hack if you're using
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h 90 // compilation.
225 // perform lookup of pre-compiled code to avoid re-compilation.
251 /// Sets the object manager that MCJIT should use to avoid compilation.
  /external/stlport/test/unit/
list_test.cpp 85 //A small compilation time check to be activated from time to time,
86 //compilation should fail.
459 /* Simple compilation test: Check that nested types like iterator
  /ndk/sources/host-tools/make-3.81/
README.OS2 30 COMPILATION OF GNU MAKE FOR OS/2:
44 II. ***** REQUIREMENTS FOR THE COMPILATION *****
70 III. ***** COMPILATION AND INSTALLATION *****
  /ndk/tests/device/test-gnustl-full/unit/
list_test.cpp 85 //A small compilation time check to be activated from time to time,
86 //compilation should fail.
459 /* Simple compilation test: Check that nested types like iterator
  /ndk/tests/device/test-stlport/unit/
list_test.cpp 85 //A small compilation time check to be activated from time to time,
86 //compilation should fail.
459 /* Simple compilation test: Check that nested types like iterator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stab.def 69 /* Modula-2 compilation unit. Can someone say what info it contains? */
111 Value is starting text address of the compilation. */
124 Value is starting text address of the compilation. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stab.def 69 /* Modula-2 compilation unit. Can someone say what info it contains? */
111 Value is starting text address of the compilation. */
124 Value is starting text address of the compilation. */
  /external/chromium_org/third_party/mesa/src/docs/
versions.html 199 <li>fixed some widget compilation problems
418 <li>various compilation problems with Motif widgets fixed
592 <li>updated VMS, DOS, Windows, Cygnus, BeOS, Amiga compilation support
617 <li>fixed assorted demo compilation bugs
647 <li>lots of assorted compilation fixes
    [all...]
  /external/mesa3d/docs/
versions.html 199 <li>fixed some widget compilation problems
418 <li>various compilation problems with Motif widgets fixed
592 <li>updated VMS, DOS, Windows, Cygnus, BeOS, Amiga compilation support
617 <li>fixed assorted demo compilation bugs
647 <li>lots of assorted compilation fixes
    [all...]

Completed in 824 milliseconds

<<11121314151617181920>>