Home
last modified time | relevance | path

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

123

/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/swiftshader/third_party/llvm-7.0/llvm/utils/release/
Dtest-release.sh260 Phase="$1"
263 echo "[${Flavor} Phase${Phase}] ${Msg}" | tee -a $LogDir/deferred_errors.log
338 Phase="$1"
372 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
377 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
383 Phase="$1"
392 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
398 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
403 Phase="$1"
409 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log ) ; then
[all …]
/external/swiftshader/third_party/LLVM/utils/release/
Dtest-release.sh184 Phase="$1"
221 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
226 Phase="$1"
239 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log
244 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log
249 Phase="$1"
255 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log
257 2>&1 | tee $LogDir/llvm.unittests-Phase$Phase-$Flavor.log
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java76 private Phase phase;
145 private static final HashMap<String, Phase> PHASE_NAMES = new HashMap<String, Phase>();
147 public enum Phase { enum in CheckCLDR
149 Phase(String... alternateName) { in Phase() method in CheckCLDR.Phase
155 public static Phase forString(String value) { in forString()
160 Phase result = PHASE_NAMES.get(value); in forString()
162 : Phase.valueOf(value); in forString()
192 if (inputMethod == InputMethod.BULK && this != Phase.SUBMISSION) { in getShowRowAction()
210 if (this == Phase.SUBMISSION) { in getShowRowAction()
281 if (this == Phase.SUBMISSION) { in getAcceptNewItemAction()
[all …]
DCheckLogicalGroupings.java74 (this.getPhase().equals(Phase.FINAL_TESTING) && logicalGroupingCount != paths.size())) { in handleCheck()
76 if (this.getPhase().equals(Phase.BUILD)) { in handleCheck()
149 if (this.getPhase().equals(Phase.FINAL_TESTING)) { in handleCheck()
DCheckAlt.java102 if (Phase.FINAL_TESTING == getPhase() || Phase.BUILD == getPhase()) { in setCldrFileToCheck()
DCheckChildren.java67 if (Phase.FINAL_TESTING == getPhase() || Phase.BUILD == getPhase()) { in setCldrFileToCheck()
DCheckWidths.java132 …if (valueMeasure < errorReference && cause.getPhase() != Phase.BUILD && !aliasedAndComprenehsive) { in hasProblem()
140 …if (valueMeasure > errorReference && cause.getPhase() != Phase.BUILD && !aliasedAndComprenehsive) { in hasProblem()
143 … if (cause.getPhase() == Phase.SUBMISSION && measure.equals(Measure.SET_ELEMENTS)) { in hasProblem()
/external/pdfium/third_party/lcms/
D0004-old-uninitialized-in-LUTeval16.patch11 int Phase = 0, NextPhase;
13 From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels);
D0003-old-uninitialized-in-LUTevalFloat.patch11 int Phase = 0, NextPhase;
13 memmove(&Storage[Phase][0], In, lut ->InputChannels * sizeof(cmsFloat32Number));
/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/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.txt34 #### 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
/external/pdfium/third_party/lcms/src/
Dcmslut.c1317 int Phase = 0, NextPhase; in _LUTeval16() local
1319 From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels); in _LUTeval16()
1325 NextPhase = Phase ^ 1; in _LUTeval16()
1326 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe); in _LUTeval16()
1327 Phase = NextPhase; in _LUTeval16()
1331 FromFloatTo16(&Storage[Phase][0], Out, lut ->OutputChannels); in _LUTeval16()
1343 int Phase = 0, NextPhase; in _LUTevalFloat() local
1345 memmove(&Storage[Phase][0], In, lut ->InputChannels * sizeof(cmsFloat32Number)); in _LUTevalFloat()
1351 NextPhase = Phase ^ 1; in _LUTevalFloat()
1352 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe); in _LUTevalFloat()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Passes/
DPassBuilder.cpp346 ThinLTOPhase Phase, in buildFunctionSimplificationPipeline() argument
429 if (Phase != ThinLTOPhase::PreLink || in buildFunctionSimplificationPipeline()
563 ThinLTOPhase Phase, in buildModuleSimplificationPipeline() argument
588 Phase == ThinLTOPhase::PostLink) in buildModuleSimplificationPipeline()
596 Phase == ThinLTOPhase::PreLink)); in buildModuleSimplificationPipeline()
599 if (Phase != ThinLTOPhase::PreLink) in buildModuleSimplificationPipeline()
604 MPM.addPass(PGOIndirectCallPromotion(Phase == ThinLTOPhase::PostLink, in buildModuleSimplificationPipeline()
642 if (PGOOpt && Phase != ThinLTOPhase::PostLink && in buildModuleSimplificationPipeline()
678 if (Phase == ThinLTOPhase::PreLink && in buildModuleSimplificationPipeline()
694 buildFunctionSimplificationPipeline(Level, Phase, DebugLogging))); in buildModuleSimplificationPipeline()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java16 import org.unicode.cldr.test.CheckCLDR.Phase;
169 private Phase phase = null; // default
394 public synchronized Phase getPhase() { in getPhase()
397 phase = Phase.BUILD; in getPhase()
399 phase = Phase.SUBMISSION; in getPhase()
/external/v8/tools/turbolizer/src/
Dsource-resolver.ts69 interface Phase { interface
85 phases: Array<Phase>;
87 disassemblyPhase: Phase;
382 for (const [phaseId, phase] of Object.entries<Phase>(phases)) {
/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_stats.proto61 enum Phase { enum
69 optional Phase phase = 1;
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-natt58 # Phase 1 configuration (for ISAKMP SA)
89 # Phase 2 proposal (for IPsec SA)
/external/v8/src/heap/
Dobject-stats.cc318 enum Phase { enum in v8::internal::ObjectStatsCollectorImpl
329 void CollectStatistics(HeapObject* obj, Phase phase,
649 HeapObject* obj, Phase phase, CollectFieldStats collect_field_stats) { in CollectStatistics()
967 ObjectStatsCollectorImpl::Phase phase) in ObjectStatsVisitor()
990 ObjectStatsCollectorImpl::Phase phase_;
1015 static_cast<ObjectStatsCollectorImpl::Phase>(i)); in Collect()
/external/wpa_supplicant_8/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)
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Passes/
DPassBuilder.h234 ThinLTOPhase Phase,
254 ThinLTOPhase Phase,
/external/adhd/cras/src/dsp/tests/
Dplot_fftl.m35 xlabel('Frequency'), ylabel('Phase (degrees)'), grid;
/external/v8/src/compiler/
Dpipeline.cc492 template <typename Phase>
494 template <typename Phase, typename Arg0>
496 template <typename Phase, typename Arg0, typename Arg1>
1116 template <typename Phase>
1118 PipelineRunScope scope(this->data_, Phase::phase_name()); in Run()
1119 Phase phase; in Run()
1123 template <typename Phase, typename Arg0>
1125 PipelineRunScope scope(this->data_, Phase::phase_name()); in Run()
1126 Phase phase; in Run()
1130 template <typename Phase, typename Arg0, typename Arg1>
[all …]

123