/external/llvm/utils/release/ |
D | test-release.sh | 250 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/ |
D | test-release.sh | 260 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/ |
D | test-release.sh | 184 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/ |
D | CheckCLDR.java | 76 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 …]
|
D | CheckLogicalGroupings.java | 74 (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()
|
D | CheckAlt.java | 102 if (Phase.FINAL_TESTING == getPhase() || Phase.BUILD == getPhase()) { in setCldrFileToCheck()
|
D | CheckChildren.java | 67 if (Phase.FINAL_TESTING == getPhase() || Phase.BUILD == getPhase()) { in setCldrFileToCheck()
|
D | CheckWidths.java | 132 …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/ |
D | 0004-old-uninitialized-in-LUTeval16.patch | 11 int Phase = 0, NextPhase; 13 From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels);
|
D | 0003-old-uninitialized-in-LUTevalFloat.patch | 11 int Phase = 0, NextPhase; 13 memmove(&Storage[Phase][0], In, lut ->InputChannels * sizeof(cmsFloat32Number));
|
/external/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
|
/external/wpa_supplicant_8/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
|
/external/icu/icu4c/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
|
/external/pdfium/third_party/lcms/src/ |
D | cmslut.c | 1317 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/ |
D | PassBuilder.cpp | 346 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/ |
D | CLDRConfig.java | 16 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/ |
D | source-resolver.ts | 69 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/ |
D | ftrace_stats.proto | 61 enum Phase { enum 69 optional Phase phase = 1;
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample-natt | 58 # Phase 1 configuration (for ISAKMP SA) 89 # Phase 2 proposal (for IPsec SA)
|
/external/v8/src/heap/ |
D | object-stats.cc | 318 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/ |
D | eap_testing.txt | 236 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/ |
D | PassBuilder.h | 234 ThinLTOPhase Phase, 254 ThinLTOPhase Phase,
|
/external/adhd/cras/src/dsp/tests/ |
D | plot_fftl.m | 35 xlabel('Frequency'), ylabel('Phase (degrees)'), grid;
|
/external/v8/src/compiler/ |
D | pipeline.cc | 492 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 …]
|