HomeSort by relevance Sort by last modified time
    Searched refs:phases (Results 1 - 25 of 40) sorted by null

1 2

  /external/clang/include/clang/Driver/
Phases.h 1 //===--- Phases.h - Transformations on Driver Types -------------*- C++ -*-===//
15 namespace phases { namespace in namespace:clang::driver
33 } // end namespace phases
Types.h 13 #include "clang/Driver/Phases.h"
83 /// getCompilationPhases - Get the list of compilation phases ('Phases') to be
87 llvm::SmallVectorImpl<phases::ID> &Phases);
Driver.h 15 #include "clang/Driver/Phases.h"
212 phases::ID getFinalPhase(const llvm::opt::DerivedArgList &DAL,
380 phases::ID Phase, std::unique_ptr<Action> Input) const;
  /external/clang/lib/Driver/
Phases.cpp 1 //===--- Phases.cpp - Transformations on Driver Types ---------------------===//
10 #include "clang/Driver/Phases.h"
16 const char *phases::getPhaseName(ID Id) {
Types.cpp 222 void types::getCompilationPhases(ID Id, llvm::SmallVectorImpl<phases::ID> &P) {
225 P.push_back(phases::Preprocess);
229 P.push_back(phases::Precompile);
232 P.push_back(phases::Compile);
233 P.push_back(phases::Backend);
236 P.push_back(phases::Assemble);
241 P.push_back(phases::Link);
243 assert(0 < P.size() && "Not enough phases in list");
244 assert(P.size() <= phases::MaxNumberOfPhases && "Too many phases in list")
    [all...]
Driver.cpp 155 // affect the phase, starting with the earliest phases, and record which
157 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL,
160 phases::ID FinalPhase;
167 FinalPhase = phases::Preprocess;
179 FinalPhase = phases::Compile;
183 FinalPhase = phases::Backend;
187 FinalPhase = phases::Assemble;
191 FinalPhase = phases::Link;
    [all...]
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
html5parser.py 78 self.phases = dict([(name, cls(self, self.tree)) for name, cls in
120 self.phase = self.phases["beforeHtml"]
125 self.phase = self.phases["initial"]
192 phase = self.phases["inForeignContent"]
214 phases = []
216 phases.append(self.phase)
219 assert self.phase not in phases
396 new_phase = self.phases[newModes[nodeName]]
399 new_phase = self.phases["inBody"]
419 self.phase = self.phases["text"
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
  /frameworks/av/services/audioflinger/
AudioResamplerDyn.cpp 356 // for 16b, it is desirable to have 2^(16/2) = 256 phases.
361 int phases = mSampleRate / gcd(mSampleRate, inSampleRate); local
366 // as above, #phases less than 63 is too few phases for accurate linear interpolation.
367 // we increase the phases to compensate, but more phases means more memory per
373 while (phases<63) {
374 phases *= 2; // this code only needed to support dynamic rate changes
377 if (phases>=256) { // too many phases, always interpolat
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-descriptor/2.0.9/
maven-plugin-descriptor-2.0.9.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-plugin-api-3.2.1.jar 
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 67 #+...+# wall-clock/CPU times for the phases of the GC
71 The phases are stop-the-world (STW) sweep termination, scan,
76 runtime.GC() call and all phases are STW.
  /prebuilts/go/linux-x86/src/runtime/
extern.go 67 #+...+# wall-clock/CPU times for the phases of the GC
71 The phases are stop-the-world (STW) sweep termination, scan,
76 runtime.GC() call and all phases are STW.
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-api/3.2.1/
maven-plugin-api-3.2.1.jar 
  /external/v8/test/mjsunit/
sin-cos.js 241 // Test Math.sin for various phases.
256 // Test Math.cos for various phases.
  /external/autotest/client/virt/
base_installer.py 340 install phases.
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
testharness.js 74 if (test_obj.phase === test_obj.phases.STARTED) {
725 this.phases = {
731 this.phase = this.phases.INITIAL;
778 if (this.phase > this.phases.STARTED) {
781 this.phase = this.phases.STARTED;
800 if (this.phase >= this.phases.HAS_RESULT) {
812 this.phase = this.phases.HAS_RESULT;
863 this.phase = this.phases.HAS_RESULT;
887 this.phase = this.phases.HAS_RESULT;
893 if (this.phase == this.phases.COMPLETE)
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 
  /prebuilts/go/darwin-x86/src/go/types/
api.go 11 // Type-checking consists of several interdependent phases:
  /prebuilts/go/linux-x86/src/go/types/
api.go 11 // Type-checking consists of several interdependent phases:
  /external/ImageMagick/www/api/
quantize.php 69 <p>The basic algorithm operates in three phases: Classification, Reduction, and Assignment. Classification builds a color description tree for the image. Reduction collapses the tree until the number it represents, at most, the number of colors desired in the output image. Assignment defines the output image's color map and sets each pixel's color by restorage_class in the reduced tree. Our goal is to minimize the numerical discrepancies between the original colors and quantized colors (quantization error).</p>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
ext_test.go 690 // It runs three phases:

Completed in 3206 milliseconds

1 2