/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | py_pass_manager.cc | 28 std::unordered_map<Phase, PassGroupPtr> PyPassManager::phase_to_group_; 30 PassGroupPtr PyPassManager::GetPassGroup(Phase phase) { in GetPassGroup() 46 phase_to_group_[Phase::PREAD] = std::make_shared<PassGroup>("Pre_AD_PassGroup"); in PyPassManager() 47 phase_to_group_[Phase::OPT] = std::make_shared<PassGroup>("After_OPT_PassGroup"); in PyPassManager() 55 cur_pg = GetPassGroup(Phase::PREAD); in Register() 57 cur_pg = GetPassGroup(Phase::OPT); in Register() 69 auto opt_pm = GetPassGroup(Phase::OPT); in Unregister() 73 auto pre_ad_pm = GetPassGroup(Phase::PREAD); in Unregister() 82 auto cur_pg = GetPassGroup(Phase::OPT); in GenNewParameter() 101 …(void)py::enum_<Phase>(*m, "phase", py::arithmetic()).value("pre_ad", Phase::PREAD).value("opt", P… in __anonfa0fd6ef0102()
|
D | py_pass_manager.h | 41 enum Phase { PREAD, OPT }; enum 59 PassGroupPtr GetPassGroup(Phase phase); 78 static std::unordered_map<Phase, PassGroupPtr> phase_to_group_;
|
/third_party/flutter/engine/flutter/runtime/ |
D | dart_isolate.cc | 120 phase_ = Phase::Uninitialized; in DartIsolate() 129 DartIsolate::Phase DartIsolate::GetPhase() const { in GetPhase() 142 if (phase_ != Phase::Uninitialized) { in Initialize() 183 phase_ = Phase::Initialized; in Initialize() 245 if (phase_ != Phase::Initialized) { in LoadLibraries() 265 phase_ = Phase::LibrariesSetup; in LoadLibraries() 271 if (phase_ != Phase::LibrariesSetup) { in PrepareForRunningFromPrecompiledCode() 293 phase_ = Phase::Ready; in PrepareForRunningFromPrecompiledCode() 329 if (phase_ != Phase::LibrariesSetup) { in PrepareForRunningFromKernel() 384 phase_ = Phase::Ready; in PrepareForRunningFromKernel() [all …]
|
D | dart_isolate_unittests.cc | 50 ASSERT_EQ(root_isolate->GetPhase(), DartIsolate::Phase::LibrariesSetup); in TEST_F() 83 ASSERT_EQ(root_isolate->GetPhase(), DartIsolate::Phase::LibrariesSetup); in TEST_F() 200 if (root_isolate->get()->GetPhase() != DartIsolate::Phase::LibrariesSetup) { in RunDartCodeInIsolate() 243 if (root_isolate->get()->GetPhase() != DartIsolate::Phase::Ready) { in RunDartCodeInIsolate() 286 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F() 306 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F() 329 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F() 352 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F() 375 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F() 394 ASSERT_EQ(isolate->get()->GetPhase(), DartIsolate::Phase::Running); in TEST_F()
|
D | dart_isolate.h | 27 enum class Phase { enum 72 Phase GetPhase() const; 130 Phase phase_ = Phase::Unknown;
|
D | dart_lifecycle_unittests.cc | 90 if (isolate->GetPhase() != DartIsolate::Phase::Ready) { in CreateAndRunRootIsolate() 100 if (isolate->GetPhase() != DartIsolate::Phase::Running) { in CreateAndRunRootIsolate()
|
/third_party/boost/boost/lambda/ |
D | if.hpp | 144 template<int Phase, bool AtoB, bool BtoA, bool SameType, class A, class B> 148 template<int Phase, class A, class B> 149 struct return_type_2_ifthenelsereturn<Phase, true, true, false, A, B> { 155 template<int Phase, class A, class B> 156 struct return_type_2_ifthenelsereturn<Phase, true, true, true, A, B> { 162 template<int Phase, class A, class B> 163 struct return_type_2_ifthenelsereturn<Phase, true, false, false, A, B> { 168 template<int Phase, class A, class B> 169 struct return_type_2_ifthenelsereturn<Phase, false, true, false, A, B> {
|
/third_party/flutter/engine/flutter/common/ |
D | settings.h | 31 enum Phase { kBuildStart, kBuildFinish, kRasterStart, kRasterFinish, kCount }; enum 33 static constexpr Phase kPhases[kCount] = {kBuildStart, kBuildFinish, 36 fml::TimePoint Get(Phase phase) const { return data_[phase]; } in Get() 37 fml::TimePoint Set(Phase phase, fml::TimePoint value) { in Set()
|
D | settings.cc | 11 constexpr FrameTiming::Phase FrameTiming::kPhases[FrameTiming::kCount];
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | cache_op.cc | 36 phase_(Phase::kBuildPhase) {} in CacheOp() 65 if (phase_ == Phase::kBuildPhase) { in CacheAllRows() 115 if (phase_ == Phase::kBuildPhase) { in WaitForCachingAllRows() 119 phase_ = Phase::kFetchPhase; in WaitForCachingAllRows() 203 phase_ = Phase::kFetchPhase; in PrepareOperator()
|
D | cache_op.h | 36 enum class Phase : uint8_t { kBuildPhase = 0, kFetchPhase = 1 }; enum 82 Phase phase_;
|
/third_party/typescript/src/compiler/ |
D | tracing.ts | 103 export const enum Phase { enum 113 export function instant(phase: Phase, name: string, args?: Args) { 117 …const eventStack: { phase: Phase, name: string, args?: Args, time: number, separateBeginAndEnd: bo… 125 export function push(phase: Phase, name: string, args?: Args, separateBeginAndEnd = false) { 156 …function writeEvent(eventType: string, phase: Phase, name: string, args: Args | undefined, extras?… 160 if (mode === Mode.Server && phase === Phase.CheckTypes) return;
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow_swizzles.c | 63 mov->U.I.DstReg.WriteMask = split.Phase[phase]; in rewrite_source() 69 if (!GET_BIT(split.Phase[phase], chan)) in rewrite_source() 77 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate; in rewrite_source() 80 else if (masked_negate == split.Phase[phase]) in rewrite_source()
|
D | radeon_swizzle.h | 35 unsigned char Phase[4]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hostapd.eap_user | 23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration. 41 # version based on the Phase 1 identity. Without this flag, the EAP 58 # Phase 1 users 85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hostapd.eap_user | 23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration. 41 # version based on the Phase 1 identity. Without this flag, the EAP 58 # Phase 1 users 85 # Phase 2 (tunnelled within EAP-PEAP or EAP-TTLS) users
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | my_Zawgyi.txt | 35 #### Phase 0: CODEPOINT MAPPING FROM UNICODE TO ZAWGYI 139 ## Phase 2: Further adjustments 172 ##### Phase 3 183 ##### Phase 4. More reorderings of medials 192 #### Phase 5
|
/third_party/icu/icu4c/source/data/translit/ |
D | my_Zawgyi.txt | 35 #### Phase 0: CODEPOINT MAPPING FROM UNICODE TO ZAWGYI 139 ## Phase 2: Further adjustments 172 ##### Phase 3 183 ##### Phase 4. More reorderings of medials 192 #### Phase 5
|
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/ |
D | my_Zawgyi.txt | 34 #### Phase 0: CODEPOINT MAPPING FROM UNICODE TO ZAWGYI 138 ## Phase 2: Further adjustments 171 ##### Phase 3 182 ##### Phase 4. More reorderings of medials 191 #### Phase 5
|
/third_party/pulseaudio/src/daemon/ |
D | pulseaudio.desktop.in | 8 X-GNOME-Autostart-Phase=Initialization
|
/third_party/nghttp2/src/ |
D | h2load.cc | 248 worker->current_phase = Phase::DURATION_OVER; in duration_timeout_cb() 283 worker->current_phase = Phase::MAIN_DURATION; in warmup_timeout_cb() 452 worker->current_phase == Phase::MAIN_DURATION) { in connect() 456 } else if (worker->current_phase == Phase::INITIAL_IDLE) { in connect() 457 worker->current_phase = Phase::WARM_UP; in connect() 522 if (worker->current_phase == Phase::MAIN_DURATION) { in try_again_or_fail() 585 if (worker->current_phase != Phase::MAIN_DURATION) { in submit_request() 605 if (worker->current_phase != Phase::MAIN_DURATION) { in process_timedout_streams() 622 if (worker->current_phase != Phase::MAIN_DURATION) { in process_abandoned_streams() 636 if (worker->current_phase != Phase::MAIN_DURATION) { in process_request_failure() [all …]
|
D | h2load.h | 225 enum class Phase { enum 270 Phase current_phase;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassBuilder.cpp | 397 ThinLTOPhase Phase, in buildFunctionSimplificationPipeline() argument 487 if ((Phase != ThinLTOPhase::PreLink || !PGOOpt || in buildFunctionSimplificationPipeline() 674 ThinLTOPhase Phase, in buildModuleSimplificationPipeline() argument 685 !(FlattenedProfileUsed && Phase == ThinLTOPhase::PostLink); in buildModuleSimplificationPipeline() 701 if (Phase == ThinLTOPhase::PostLink && !LoadSampleProfile) in buildModuleSimplificationPipeline() 733 Phase == ThinLTOPhase::PreLink)); in buildModuleSimplificationPipeline() 739 if (Phase != ThinLTOPhase::PreLink) in buildModuleSimplificationPipeline() 744 MPM.addPass(PGOIndirectCallPromotion(Phase == ThinLTOPhase::PostLink, in buildModuleSimplificationPipeline() 782 if (PGOOpt && Phase != ThinLTOPhase::PostLink && in buildModuleSimplificationPipeline() 791 if (PGOOpt && Phase != ThinLTOPhase::PostLink && in buildModuleSimplificationPipeline() [all …]
|
/third_party/glib/gio/tests/desktop-files/usr/applications/ |
D | nautilus-classic.desktop | 12 X-GNOME-Autostart-Phase=Desktop
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/constructors/ |
D | static-constructor.md | 2 title = "Phase 2 construction"
|