Home
last modified time | relevance | path

Searched refs:phases (Results 1 – 25 of 45) sorted by relevance

12

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
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["text"]
[all …]
/external/clang/lib/Driver/
DTypes.cpp222 void types::getCompilationPhases(ID Id, llvm::SmallVectorImpl<phases::ID> &P) { in getCompilationPhases()
225 P.push_back(phases::Preprocess); in getCompilationPhases()
229 P.push_back(phases::Precompile); in getCompilationPhases()
232 P.push_back(phases::Compile); in getCompilationPhases()
233 P.push_back(phases::Backend); in getCompilationPhases()
236 P.push_back(phases::Assemble); in getCompilationPhases()
241 P.push_back(phases::Link); in getCompilationPhases()
244 assert(P.size() <= phases::MaxNumberOfPhases && "Too many phases in list"); in getCompilationPhases()
DDriver.cpp157 phases::ID Driver::getFinalPhase(const DerivedArgList &DAL, in getFinalPhase()
160 phases::ID FinalPhase; in getFinalPhase()
167 FinalPhase = phases::Preprocess; in getFinalPhase()
179 FinalPhase = phases::Compile; in getFinalPhase()
183 FinalPhase = phases::Backend; in getFinalPhase()
187 FinalPhase = phases::Assemble; in getFinalPhase()
191 FinalPhase = phases::Link; in getFinalPhase()
1386 phases::ID FinalPhase = getFinalPhase(Args, &FinalPhaseArg); in BuildActions()
1388 if (FinalPhase == phases::Link && Args.hasArg(options::OPT_emit_llvm)) { in BuildActions()
1433 llvm::SmallVector<phases::ID, phases::MaxNumberOfPhases> PL; in BuildActions()
[all …]
DPhases.cpp16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/
Dtestharness.js74 if (test_obj.phase === test_obj.phases.STARTED) {
725 this.phases = { property in anonymousFunction464863d90100.Test
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 …]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/clang/include/clang/Driver/
DPhases.h15 namespace phases {
DDriver.h212 phases::ID getFinalPhase(const llvm::opt::DerivedArgList &DAL,
380 phases::ID Phase, std::unique_ptr<Action> Input) const;
DTypes.h87 llvm::SmallVectorImpl<phases::ID> &Phases);
/external/dagger2/
DCONTRIBUTING.md19 execute both unit and integration test phases. Additionally, consider using
/external/mesa3d/src/gallium/drivers/i915/
DTODO39 - Schedule instructions to minimize the number of phases. One way is to replace
/external/clang/docs/
DDriverInternals.rst175 ``-ccc-print-phases`` flag. For example:
179 $ clang -ccc-print-phases -x c t.c -x assembler t.s
199 $ clang -ccc-print-phases -c -arch i386 -arch x86_64 t0.c t1.c
314 phases are platform neutral, with a few very well defined exceptions
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
DMANIFEST.MF35 engine.phases,org.eclipse.equinox.internal.p2.metadata,org.eclipse.eq
/external/wpa_supplicant_8/wpa_supplicant/
Dtodo.txt74 phases should be able to use the same functions for this;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DTreeNodeStream.as93 * restreaming for future phases.
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.131 phases. Only files which are considered possible duplicates after the
/external/curl/packages/vms/
Dpcsi_gnv_curl_file_list.txt16 ! [xxx.yyy]file.ext is a file for the rename and add phases.
/external/llvm/docs/CommandGuide/
Dllc.rst141 Print generated machine code between compilation phases (useful for debugging).
/external/llvm/docs/
DReleaseProcess.rst84 This script builds three phases of Clang+LLVM twice each (Release and Release+Asserts), so use
DLinkTimeOptimization.rst146 during various linking phases.
DCodeGenerator.rst53 4. `Target-independent algorithms`_ used to implement various phases of native
713 This section documents the phases described in the `high-level design of the
741 well-suited to other phases of code generation; in particular, instruction
785 SREM or UREM operation. The `legalize types`_ and `legalize operations`_ phases
922 natively supported. The introduction of the Legalize phases allows all of the
/external/llvm/utils/lit/
DTODO126 Many of the existing test formats are cleanly divided into two phases, once
/external/chromium-trace/catapult/third_party/coverage/
DTODO.txt199 - Three phases of work:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DANTLR.g36 * The phases are:

12