Searched refs:phases (Results 1 - 15 of 15) sorted by relevance

/external/clang/include/clang/Driver/
H A DPhases.h15 namespace phases { namespace in namespace:clang::driver
33 } // end namespace phases
H A DTypes.h83 /// getCompilationPhases - Get the list of compilation phases ('Phases') to be
87 llvm::SmallVectorImpl<phases::ID> &Phases);
H A DDriver.h212 phases::ID getFinalPhase(const llvm::opt::DerivedArgList &DAL,
380 phases::ID Phase, std::unique_ptr<Action> Input) const;
/external/clang/lib/Driver/
H A DPhases.cpp16 const char *phases::getPhaseName(ID Id) {
H A DTypes.cpp222 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 i
[all...]
H A DDriver.cpp155 // 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;
1386 phases::ID FinalPhase = getFinalPhase(Args, &FinalPhaseArg);
1388 if (FinalPhase == phases
[all...]
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
H A Dhtml5parser.py78 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["tex
[all...]
/external/v8/tools/turbolizer/
H A Dturbo-visualizer.js165 for (var i = 0; i < jsonObj.phases.length; ++i) {
167 optionElement.text = jsonObj.phases[i].name;
169 disassemblyPhase = jsonObj.phases[i];
177 displayPhase(jsonObj.phases[0]);
180 displayPhase(jsonObj.phases[selectMenu.selectedIndex]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/build/android/
H A Dprovision_devices.py101 return not options.phases or phase_name in options.phases
501 dest='phases',
503 '(If omitted, all phases will be run.)')
/external/ImageMagick/www/api/
H A Dquantize.php69 <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/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/blktrace/btt/doc/
H A Dbtt.tex191 shows the percentage of time spent in each of the phases of an
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas381 /// able to modify the node stream to avoid restreaming for future phases.

Completed in 588 milliseconds