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

1 2

  /external/clang/include/clang/Driver/
Phases.h 20 Precompile,
Types.def 55 // C family input files to precompile.
  /external/clang/lib/Driver/
Phases.cpp 20 case Precompile: return "precompiler";
Types.cpp 211 return N + 1; // precompile
232 return phases::Precompile;
Tools.h 118 class LLVM_LIBRARY_VISIBILITY Precompile : public Common {
120 Precompile(const ToolChain &TC) : Common("gcc::Precompile",
121 "gcc precompile", TC) {}
167 // For Hexagon, we do not need to instantiate tools for PreProcess, PreCompile and Compile.
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/devel-resources/
install.sh 33 # precompile header for speedier compiles
  /external/clang/test/Driver/
bindings.c 19 // RUN: grep '"gcc::Precompile", inputs: \[".*bindings.c"\], output: ".*bindings.c.gch' %t
  /external/webkit/Source/WebCore/
WebCorePrefix.h 22 * 1) files to precompile for faster builds
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathAPI.java 38 * created for each evaluation. A faster way is to precompile the
CachedXPathAPI.java 39 * created for each evaluation. A faster way is to precompile the
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 193 <td>Timing for generation of sort keys, used to 'precompile' information so
  /external/libxslt/libxslt/
attrvt.c 166 * Precompile an attribute in a stylesheet, basically it checks if it is
preproc.c 895 * TODO: Precompile the AVT. See bug #344894.
909 * TODO: Precompile the AVT. See bug #344894.
1013 * TODO: Precompile the AVT. See bug #344894.
1028 * TODO: Precompile the AVT. See bug #344894.
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 147 v8::ScriptData::PreCompile(tests[i], i::StrLength(tests[i]));
154 v8::ScriptData::PreCompile(fail_tests[i], i::StrLength(fail_tests[i]));
201 v8::ScriptData::PreCompile(source, source_length);
223 v8::ScriptData::PreCompile(error_source, error_source_length);
    [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 650 /// \param PrecompilePreamble Whether to precompile the preamble of this
  /external/webkit/Source/WebCore/bindings/v8/
V8Proxy.cpp 325 OwnPtr<v8::ScriptData> scriptData(v8::ScriptData::PreCompile(code));
  /external/clang/docs/
PCHInternals.html 76 <i>precompile</i> that bundle of headers into a single precompiled
  /external/regex-re2/re2/
re2.h 109 // Example: precompile pattern for faster matching:
    [all...]
  /external/regex-re2/util/
pcre.h 109 // Example: precompile pattern for faster matching:
  /external/v8/include/
v8.h 524 static ScriptData* PreCompile(const char* input, int length);
534 static ScriptData* PreCompile(Handle<String> source);
596 * \param pre_data Pre-parsing data, as obtained by ScriptData::PreCompile()
629 * \param pre_data Pre-parsing data, as obtained by ScriptData::PreCompile()
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 493 /* If non-NULL, this function is called after a precompile header file
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 493 /* If non-NULL, this function is called after a precompile header file
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.h 493 /* If non-NULL, this function is called after a precompile header file
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.h 493 /* If non-NULL, this function is called after a precompile header file
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 200 /// reparses during which we'll skip even trying to precompile the
    [all...]

Completed in 1401 milliseconds

1 2