HomeSort by relevance Sort by last modified time
    Searched full:precompiled (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
pch.cpp 3 // Include the standard header and generate the precompiled header.
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
pch.cpp 3 // Include the standard header and generate the precompiled header.
  /external/opencv3/samples/winrt_universal/PhoneTutorial/
pch.cpp 3 // Include the standard header and generate the precompiled header.
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
pch.cpp 3 // Include the standard header and generate the precompiled header.
  /external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/
pch.cpp 3 // Include the standard header and generate the precompiled header.
  /external/mesa3d/docs/
precompiled.html 5 <title>Precompiled libraries</title>
10 <h1>Precompiled Libraries</h1>
13 In general, precompiled Mesa libraries are not available.
  /external/clang/test/PCH/
datetime.c 2 // CHECK: precompiled header uses __DATE__ or __TIME__
fuzzy-pch.c 27 // CHECK-FOO: definition of macro 'FOO' differs between the precompiled header ('1') and the command line ('blah')
28 // CHECK-NOFOO: macro 'FOO' was defined in the precompiled header but undef'd on the command line
30 // CHECK-UNDEF: command line contains '-undef' but precompiled header was not built with it
modified-header-error.c 11 // CHECK: fatal error: file {{.*}} has been modified since the precompiled header {{.*}} was built
remap-file-from-pch.cpp 9 // CHECK: file '{{.*[/\\]}}remap-file-from-pch.cpp.h' from the precompiled header has been overridden
  /external/v8/build/
win_precompile.gypi 6 # precompiled header on Windows, in debug builds only as the official
7 # builders blow up (out of memory) if precompiled headers are used for
precompile.cc 5 // Precompiled header generator for Windows builds. No include is needed
precompile.h 5 // This file is used as a precompiled header for both C and C++ files. So
9 #error You shouldn't include the precompiled header file more than once.
  /external/libdivsufsort/
.gitignore 7 # Precompiled Headers
  /external/opencv3/samples/winrt/ImageManipulations/
pch.cpp 13 // Include the standard header and generate the precompiled header.
  /external/v8/tools/gyp/test/win/precompiled/
precomp.c 5 // The precompiled header does not have to be the first one in the file.
hello.c 6 // precompiled header.
gyptest-all.py 8 Verifies that precompiled headers can be specified.
  /external/clang/test/Driver/
verify_pch.m 7 // CHECK-NOT: "-x" "precompiled-header"
12 // CHECK2-NOT: "-x" "precompiled-header"
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
none.hpp 17 // NOTE: Borland users have to include this header outside any precompiled headers
18 // (bcc<=5.64 cannot include instance data in a precompiled header)
  /art/test/097-duplicate-method/
info.txt 6 methods, only one is in the dex). Therefore, having a precompiled
  /external/clang/include/clang/Basic/
DiagnosticSerializationKinds.td 22 "file '%0' has been modified since the precompiled header '%1' was built">,
25 "file '%0' from the precompiled header has been overridden">;
27 def note_pch_rebuild_required : Note<"please rebuild precompiled header '%0'">;
64 "file '%1' is not a valid precompiled %select{PCH|module|AST}0 file">, DefaultFatal;
85 "macro '%0' was %select{defined|undef'd}1 in the precompiled header but "
88 "definition of macro '%0' differs between the precompiled header ('%1') "
91 "%select{command line contains|precompiled header was built with}0 "
92 "'-undef' but %select{precompiled header was not built with it|"
95 "%select{command line contains|precompiled header was built with}0 "
96 "'-detailed-preprocessing-record' but %select{precompiled header was not
    [all...]
  /external/v8/tools/gyp/test/win/compiler-flags/
force-include-files.gyp 31 'force-include-files-with-precompiled.cc',
  /external/clang/docs/
PCHInternals.rst 2 Precompiled Header and Modules Internals
8 This document describes the design and implementation of Clang's precompiled
10 see the :ref:`User's Manual <usersmanual-precompiled-headers>`.
12 Using Precompiled Headers with ``clang``
37 Precompiled headers are meant to improve overall compile times for projects, so
38 the design of precompiled headers is entirely driven by performance concerns.
39 The use case for precompiled headers is relatively simple: when there is a
41 project, we *precompile* that bundle of headers into a single precompiled
46 A precompiled header implementation improves performance when:
49 headers stored within the PCH file. Thus, a precompiled header desig
    [all...]
  /external/clang/test/Modules/
fatal-module-loader-error.m 11 // expected-error@+1{{Module.pcm' is not a valid precompiled module file}}
17 // expected-error@+1{{Module.pcm' is not a valid precompiled module file}}

Completed in 2261 milliseconds

1 2 3 4 5 6 7 8 91011