Home
last modified time | relevance | path

Searched refs:Phase (Results 1 – 25 of 64) sorted by relevance

123

/third_party/typescript/src/compiler/
Dtracing.ts106 export const enum Phase { enum
116 export function instant(phase: Phase, name: string, args?: Args) {
120 …const eventStack: { phase: Phase, name: string, args?: Args, time: number, separateBeginAndEnd: bo…
128 export function push(phase: Phase, name: string, args?: Args, separateBeginAndEnd = false) {
160 …function writeEvent(eventType: string, phase: Phase, name: string, args: Args | undefined, extras?…
164 if (mode === "server" && phase === Phase.CheckTypes) return;
/third_party/node/deps/v8/src/compiler/
Dbranch-elimination.h27 enum Phase { in NON_EXPORTED_BASE() enum
32 SourcePositionTable* sourse_positions, Phase phase = kLATE); in NON_EXPORTED_BASE()
138 Phase phase_; in NON_EXPORTED_BASE()
Dsimplified-lowering.cc57 enum Phase { enum
795 template <Phase T>
803 template <Phase T>
808 template <Phase T>
813 template <Phase T>
818 template <Phase T>
975 template <Phase T>
979 template <Phase T>
1001 template <Phase T>
1008 template <Phase T>
[all …]
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_swizzles.c62 mov->U.I.DstReg.WriteMask = split.Phase[phase]; in rewrite_source()
67 if (!GET_BIT(split.Phase[phase], chan)) in rewrite_source()
71 masked_negate = split.Phase[phase] & mov->U.I.SrcReg[0].Negate; in rewrite_source()
74 else if (masked_negate == split.Phase[phase]) in rewrite_source()
Dradeon_swizzle.h35 unsigned char Phase[4]; member
Dr300_fragprog_swizzle.c193 split->Phase[split->NumPhases++] = best_matchmask; in r300_swizzle_split()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd.eap_user23 # 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/
Dhostapd.eap_user23 # 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/node/deps/v8/tools/turbolizer/src/
Dsource-resolver.ts97 type Phase = GraphPhase | InstructionsPhase | OtherPhase; alias
165 phases: Array<Phase>;
167 disassemblyPhase: Phase;
572 for (const [, phase] of Object.entries<Phase>(phases)) {
650 forEachPhase(f: (value: Phase, index: number, array: Array<Phase>) => void) {
/third_party/skia/third_party/externals/icu/source/data/translit/
Dmy_Zawgyi.txt35 #### 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/
Dmy_Zawgyi.txt35 #### Phase 0: CODEPOINT MAPPING FROM UNICODE TO ZAWGYI
137 ## Phase 2: Further adjustments
177 ##### Phase 3
188 ##### Phase 4. More reorderings of medials
196 #### Phase 5
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp397 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/nghttp2/src/
Dh2load.cc294 worker->current_phase = Phase::DURATION_OVER; in duration_timeout_cb()
329 worker->current_phase = Phase::MAIN_DURATION; in warmup_timeout_cb()
611 worker->current_phase == Phase::MAIN_DURATION) { in connect()
615 } else if (worker->current_phase == Phase::INITIAL_IDLE) { in connect()
616 worker->current_phase = Phase::WARM_UP; in connect()
690 if (worker->current_phase == Phase::MAIN_DURATION) { in try_again_or_fail()
768 if (worker->current_phase != Phase::MAIN_DURATION) { in submit_request()
788 if (worker->current_phase != Phase::MAIN_DURATION) { in process_timedout_streams()
805 if (worker->current_phase != Phase::MAIN_DURATION) { in process_abandoned_streams()
819 if (worker->current_phase != Phase::MAIN_DURATION) { in process_request_failure()
[all …]
Dh2load.h255 enum class Phase { enum
301 Phase current_phase;
/third_party/pulseaudio/src/daemon/
Dpulseaudio.desktop.in8 X-GNOME-Autostart-Phase=Initialization
/third_party/node/deps/v8/src/heap/
Dobject-stats.cc372 enum Phase { enum in v8::internal::ObjectStatsCollectorImpl
383 void CollectStatistics(HeapObject obj, Phase phase,
741 HeapObject obj, Phase phase, CollectFieldStats collect_field_stats) { in CollectStatistics()
1085 ObjectStatsCollectorImpl::Phase phase) in ObjectStatsVisitor()
1107 ObjectStatsCollectorImpl::Phase phase_;
1131 static_cast<ObjectStatsCollectorImpl::Phase>(i)); in Collect()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Deap_testing.txt236 packet from Supplicant looks like the one sent in the Phase 1. The
237 server generates a valid looking reply in the same way as in Phase
256 seems to get confused and fails to send proper Phase 2 data.
265 seems to get confused and fails to send proper Phase 2 data.
306 (Failed to decrypt Phase 2 data)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Deap_testing.txt236 packet from Supplicant looks like the one sent in the Phase 1. The
237 server generates a valid looking reply in the same way as in Phase
256 seems to get confused and fails to send proper Phase 2 data.
265 seems to get confused and fails to send proper Phase 2 data.
306 (Failed to decrypt Phase 2 data)
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_texture_phase.txt82 Phase filtering is specified by calling TexParameteri,
171 Phase texture filtering is similarly defined for 3-dimensional
/third_party/openGLES/extensions/SGIX/
DSGIX_texture_phase.txt82 Phase filtering is specified by calling TexParameteri,
171 Phase texture filtering is similarly defined for 3-dimensional
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/
DPassBuilder.h286 ThinLTOPhase Phase,
306 ThinLTOPhase Phase,
/third_party/typescript/src/services/
DdocumentRegistry.ts250 …tracing.instant(tracing.Phase.Session, "createdDocumentRegistryBucket", { configFilePath: compilat…
259 …tracing.instant(tracing.Phase.Session, "documentRegistryBucketOverlap", { path, key1: otherBucketK…
/third_party/skia/modules/sksg/include/
DSkSGGeometryEffect.h109 SG_ATTRIBUTE(Phase, float , fPhase ) in SG_ATTRIBUTE()
/third_party/typescript/src/server/
Dsession.ts211 … tracing?.instant(tracing.Phase.Session, "stepCanceled", { seq: this.requestId, early: true });
214 tracing?.push(tracing.Phase.Session, "stepAction", { seq: this.requestId });
226 … tracing?.instant(tracing.Phase.Session, "stepCanceled", { seq: this.requestId });
229 …tracing?.instant(tracing.Phase.Session, "stepError", { seq: this.requestId, message: (e as Error).…
1053 …tracing?.push(tracing.Phase.Session, "semanticCheck", { file, configFilePath: (project as Configur…
1062 …tracing?.push(tracing.Phase.Session, "syntacticCheck", { file, configFilePath: (project as Configu…
1068 …tracing?.push(tracing.Phase.Session, "suggestionCheck", { file, configFilePath: (project as Config…
3382 …tracing?.instant(tracing.Phase.Session, "request", { seq: request.seq, command: request.command });
3385 …tracing?.push(tracing.Phase.Session, "executeCommand", { seq: request.seq, command: request.comman…
3401 …tracing?.instant(tracing.Phase.Session, "response", { seq: request.seq, command: request.command, …
[all …]
/third_party/skia/modules/skottie/src/effects/
DMotionTileEffect.cpp52 SG_ATTRIBUTE(Phase , SkScalar, fPhase )

123