Home
last modified time | relevance | path

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

1234

/external/llvm/utils/release/
Dtest-release.sh250 Phase="$1"
253 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log
332 Phase="$1"
369 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
373 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
380 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
386 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
393 Phase="$1"
402 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
408 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
[all …]
/external/llvm-project/llvm/utils/release/
Dtest-release.sh292 Phase="$1"
295 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log
352 Phase="$1"
388 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
394 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
400 Phase="$1"
414 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
419 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
424 Phase="$1"
437 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log ) ; then
[all …]
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_op_rewrite_registry.h57 enum Phase { enum
64 void Register(Phase phase, std::unique_ptr<EagerOpRewrite> pass);
67 Status RunRewrite(Phase phase, EagerOperation* orig_op,
84 EagerRewriteRegistration(EagerOpRewriteRegistry::Phase phase, in EagerRewriteRegistration()
Deager_op_rewrite_registry.cc25 void EagerOpRewriteRegistry::Register(Phase phase, in Register()
39 Phase phase, EagerOperation* orig_op, in RunRewrite()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java80 private Phase phase;
134 private static final HashMap<String, Phase> PHASE_NAMES = new HashMap<>();
136 public enum Phase { enum in CheckCLDR
138 Phase(String... alternateName) { in Phase() method in CheckCLDR.Phase
144 public static Phase forString(String value) { in forString()
149 Phase result = PHASE_NAMES.get(value); in forString()
151 : Phase.valueOf(value); in forString()
181 if (inputMethod == InputMethod.BULK && this != Phase.SUBMISSION) { in getShowRowAction()
203 if (this == Phase.SUBMISSION) { in getShowRowAction()
270 if (this == Phase.SUBMISSION) { in getAcceptNewItemAction()
[all …]
DCheckAlt.java100 if (Phase.FINAL_TESTING == getPhase() || Phase.BUILD == getPhase()) { in setCldrFileToCheck()
DCheckChildren.java68 if (Phase.FINAL_TESTING == getPhase() || Phase.BUILD == getPhase()) { in setCldrFileToCheck()
DCheckLogicalGroupings.java38 … static final Set<Phase> PHASES_CAUSE_ERROR = ImmutableSet.of(Phase.FINAL_TESTING, Phase.VETTING);
DCheckWidths.java136 …if (valueMeasure < errorReference && cause.getPhase() != Phase.BUILD && !aliasedAndComprenehsive) { in hasProblem()
144 …if (valueMeasure > errorReference && cause.getPhase() != Phase.BUILD && !aliasedAndComprenehsive) { in hasProblem()
147 … if (cause.getPhase() == Phase.SUBMISSION && measure.equals(Measure.SET_ELEMENTS)) { in hasProblem()
/external/pdfium/third_party/lcms/
D0003-old-uninitialized-in-LUTevalFloat.patch11 int Phase = 0, NextPhase;
13 memmove(&Storage[Phase][0], In, lut ->InputChannels * sizeof(cmsFloat32Number));
D0004-old-uninitialized-in-LUTeval16.patch11 int Phase = 0, NextPhase;
13 From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels);
/external/libchrome/base/test/
Dtrace_event_analyzer.h231 static Query Phase(char phase);
285 return Query(EVENT_PHASE) == Query::Phase(phase); in EventPhaseIs()
352 return Query(OTHER_PHASE) == Query::Phase(phase); in OtherPhaseIs()
416 return Query(PREV_PHASE) == Query::Phase(phase); in PrevPhaseIs()
452 return (Query(EVENT_PHASE) == Query::Phase(TRACE_EVENT_PHASE_BEGIN)) && in MatchBeginWithEnd()
458 return (Query(EVENT_PHASE) == Query::Phase(TRACE_EVENT_PHASE_COMPLETE)); in MatchComplete()
464 Query::Phase(TRACE_EVENT_PHASE_ASYNC_BEGIN)) && in MatchAsyncBeginWithNext()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_dataflow_swizzles.c63 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()
Dradeon_swizzle.h35 unsigned char Phase[4]; member
/external/llvm-project/llvm/lib/Passes/
DPassBuilder.cpp520 ThinLTOPhase Phase) { in buildO1FunctionSimplificationPipeline() argument
582 if (Phase != ThinLTOPhase::PreLink || !PGOOpt || in buildO1FunctionSimplificationPipeline()
646 ThinLTOPhase Phase) { in buildFunctionSimplificationPipeline() argument
652 return buildO1FunctionSimplificationPipeline(Level, Phase); in buildFunctionSimplificationPipeline()
743 if (Phase != ThinLTOPhase::PreLink || !PGOOpt || in buildFunctionSimplificationPipeline()
934 PassBuilder::buildInlinerPipeline(OptimizationLevel Level, ThinLTOPhase Phase, in buildInlinerPipeline() argument
937 if (Phase == PassBuilder::ThinLTOPhase::PreLink && PGOOpt && in buildInlinerPipeline()
993 buildFunctionSimplificationPipeline(Level, Phase))); in buildInlinerPipeline()
1003 ThinLTOPhase Phase) { in buildModuleSimplificationPipeline() argument
1009 Phase != ThinLTOPhase::PostLink) in buildModuleSimplificationPipeline()
[all …]
/external/llvm-project/clang-tools-extra/clangd/support/
DTrace.cpp80 void jsonEvent(llvm::StringRef Phase, llvm::json::Object &&Contents, in jsonEvent() argument
85 rawEvent(Phase, Contents); in jsonEvent()
157 void rawEvent(llvm::StringRef Phase, in rawEvent() argument
162 Out.attribute("ph", Phase); in rawEvent()
/external/wpa_supplicant_8/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
/external/icu/icu4c/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
/external/pdfium/third_party/lcms/src/
Dcmslut.c1325 int Phase = 0, NextPhase; in _LUTeval16() local
1327 From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels); in _LUTeval16()
1333 NextPhase = Phase ^ 1; in _LUTeval16()
1334 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe); in _LUTeval16()
1335 Phase = NextPhase; in _LUTeval16()
1339 FromFloatTo16(&Storage[Phase][0], Out, lut ->OutputChannels); in _LUTeval16()
1351 int Phase = 0, NextPhase; in _LUTevalFloat() local
1353 memmove(&Storage[Phase][0], In, lut ->InputChannels * sizeof(cmsFloat32Number)); in _LUTevalFloat()
1359 NextPhase = Phase ^ 1; in _LUTevalFloat()
1360 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe); in _LUTevalFloat()
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java16 import org.unicode.cldr.test.CheckCLDR.Phase;
170 private Phase phase = null; // default
400 public synchronized Phase getPhase() { in getPhase()
403 phase = Phase.BUILD; in getPhase()
405 phase = Phase.SUBMISSION; in getPhase()
/external/llvm-project/llvm/include/llvm/Passes/
DPassBuilder.h338 ThinLTOPhase Phase);
356 ThinLTOPhase Phase);
361 ThinLTOPhase Phase,
711 ThinLTOPhase Phase);
/external/cldr/tools/java/libs/
Dmyanmar-tools-1.1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/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 …]
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckCLDR.java23 import org.unicode.cldr.test.CheckCLDR.Phase;
129 … CheckCLDR.Options checkCldrOptions = new Options(locale, Phase.SUBMISSION, "default", "basic"); in TestTestCache()
510 for (Phase phase : Phase.values()) { in TestCheckNewRootFailure()
739 for (Phase phase : Arrays.asList(Phase.SUBMISSION, Phase.VETTING)) { in TestShowRowAction()
799 static class Key extends R5<Phase, CheckStatus.Type, SurveyToolStatus, StatusAction, String> {
800 …public Key(String locale, Phase phase, CheckStatus.Type status, SurveyToolStatus stStatus, StatusA… in Key()
/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_stats.proto60 enum Phase { enum
68 optional Phase phase = 1;

1234