/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/ |
D | 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 …]
|
/external/clang/lib/Driver/ |
D | Types.cpp | 222 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()
|
D | Driver.cpp | 157 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 …]
|
D | Phases.cpp | 16 const char *phases::getPhaseName(ID Id) { in getPhaseName()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/ |
D | testharness.js | 74 if (test_obj.phase === test_obj.phases.STARTED) { 725 this.phases = { property in anonymousFunction25dee7250100.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/clang/include/clang/Driver/ |
D | Phases.h | 15 namespace phases {
|
D | Types.h | 87 llvm::SmallVectorImpl<phases::ID> &Phases);
|
D | Driver.h | 212 phases::ID getFinalPhase(const llvm::opt::DerivedArgList &DAL, 380 phases::ID Phase, std::unique_ptr<Action> Input) const;
|
/external/dagger2/ |
D | CONTRIBUTING.md | 19 execute both unit and integration test phases. Additionally, consider using
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | TODO | 39 - Schedule instructions to minimize the number of phases. One way is to replace
|
/external/clang/docs/ |
D | DriverInternals.rst | 175 ``-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/ |
D | MANIFEST.MF | 35 engine.phases,org.eclipse.equinox.internal.p2.metadata,org.eclipse.eq
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | TreeNodeStream.as | 93 * restreaming for future phases.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | todo.txt | 74 phases should be able to use the same functions for this;
|
/external/curl/packages/vms/ |
D | pcsi_gnv_curl_file_list.txt | 16 ! [xxx.yyy]file.ext is a file for the rename and add phases.
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.1 | 31 phases. Only files which are considered possible duplicates after the
|
/external/llvm/docs/CommandGuide/ |
D | llc.rst | 141 Print generated machine code between compilation phases (useful for debugging).
|
/external/llvm/docs/ |
D | ReleaseProcess.rst | 84 This script builds three phases of Clang+LLVM twice each (Release and Release+Asserts), so use
|
D | LinkTimeOptimization.rst | 146 during various linking phases.
|
D | CodeGenerator.rst | 53 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/ |
D | TODO | 126 Many of the existing test formats are cleanly divided into two phases, once
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | TODO.txt | 199 - Three phases of work:
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
D | ANTLR.g | 36 * The phases are:
|
/external/protobuf/gtest/xcode/gtest.xcodeproj/ |
D | project.pbxproj | 31 …rget. Since the Info.plist is preprocessed before any of the other build phases in gtest, the Vers…
|
/external/google-breakpad/src/testing/gtest/xcode/gtest.xcodeproj/ |
D | project.pbxproj | 31 …rget. Since the Info.plist is preprocessed before any of the other build phases in gtest, the Vers…
|