/external/llvm/utils/release/ |
D | test-release.sh | 277 Phase="$1" 320 2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log 325 Phase="$1" 338 2>&1 | tee $LogDir/llvm.make-Phase$Phase-$Flavor.log 343 2>&1 | tee $LogDir/llvm.install-Phase$Phase-$Flavor.log 348 Phase="$1" 358 echo "# Compiling phase $Phase dragonegg $Release-$RC $Flavor" 365 2>&1 | tee $LogDir/dragonegg-Phase$Phase-$Flavor.log 370 Phase="$1" 376 2>&1 | tee $LogDir/llvm.check-Phase$Phase-$Flavor.log [all …]
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow_swizzles.c | 57 mov->U.I.DstReg.WriteMask = split.Phase[phase]; in rewrite_source() 63 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()
|
D | radeon_swizzle.h | 35 unsigned char Phase[4]; member
|
D | r300_fragprog_swizzle.c | 191 split->Phase[split->NumPhases++] = best_matchmask; in r300_swizzle_split()
|
D | r500_fragprog.c | 263 split->Phase[split->NumPhases++] = negatebase[i]; in r500_swizzle_split()
|
/external/bison/lib/ |
D | timevar.def | 46 DEFTIMEVAR (TV_IELR_PHASE1 , "IELR(1) Phase 1") 47 DEFTIMEVAR (TV_IELR_PHASE2 , "IELR(1) Phase 2") 48 DEFTIMEVAR (TV_IELR_PHASE3 , "IELR(1) Phase 3") 49 DEFTIMEVAR (TV_IELR_PHASE4 , "IELR(1) Phase 4")
|
/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
|
D | ChangeLog | 431 * EAP-FAST server: piggyback Phase 2 start with the end of Phase 1 548 * added peer identity into EAP-FAST PAC-Opaque and skip Phase 2 550 * added support for EAP Sequences in EAP-FAST Phase 2 557 * added support for fragmenting EAP-TTLS/PEAP/FAST Phase 2 (tunneled) 580 phase 2 to allow EAP-SIM and EAP-AKA to be used as the Phase 2 method 856 Phase 1 identity 876 * added support for configuring multiple allowed EAP types for Phase 2 884 * added support for configuring list of EAP methods for Phase 1 so that
|
/external/skia/src/pathops/ |
D | SkPathOpsTypes.h | 47 enum Phase { enum 97 Phase phase() const { in phase() 111 void setPhase(Phase phase) { in setPhase() 132 Phase fPhase;
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmslut.c | 1283 int Phase = 0, NextPhase; in _LUTeval16() local 1285 From16ToFloat(In, &Storage[Phase][0], lut ->InputChannels); in _LUTeval16() 1291 NextPhase = Phase ^ 1; in _LUTeval16() 1292 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe); in _LUTeval16() 1293 Phase = NextPhase; in _LUTeval16() 1297 FromFloatTo16(&Storage[Phase][0], Out, lut ->OutputChannels); in _LUTeval16() 1309 int Phase = 0, NextPhase; in _LUTevalFloat() local 1311 memmove(&Storage[Phase][0], In, lut ->InputChannels * sizeof(cmsFloat32Number)); in _LUTevalFloat() 1317 NextPhase = Phase ^ 1; in _LUTevalFloat() 1318 mpe ->EvalPtr(&Storage[Phase][0], &Storage[NextPhase][0], mpe); in _LUTevalFloat() [all …]
|
/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/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)
|
D | README-HS20 | 205 # phase1: Pre-configure Phase 1 (outer authentication) parameters 208 # phase2: Pre-configure Phase 2 (inner authentication) parameters
|
D | ChangeLog | 330 * added domain_suffix_match (and domain_suffix_match2 for Phase 2 511 certificate configuration between Phase 1 and Phase 2 964 * added support for configuring Phase 2 (inner/tunneled) authentication 968 * added support for EAP Sequences in EAP-FAST Phase 2 1093 * added support for fragmentation of outer TLS packets during Phase 2 1694 * fixed ctrl_iface requests for identity/password/otp in Phase 2 of 1723 * allow EAP-PEAP/TTLS fast reauthentication only if Phase 2 succeeded 1724 in the previous authentication (previously, only Phase 1 success was 1838 * added support for configuring list of allowed Phase 2 EAP types 1917 Phase 2 (inner EAP) fragment reassembly
|
/external/llvm/docs/ |
D | LinkTimeOptimization.rst | 148 Phase 1 : Read LLVM Bitcode Files 166 Phase 2 : Symbol Resolution 175 Phase 3 : Optimize Bitcode Files 186 Phase 4 : Symbol Resolution after optimization
|
D | CodeGenerator.rst | 873 SelectionDAG LegalizeTypes Phase 902 SelectionDAG Legalize Phase 930 SelectionDAG Optimization Phase: the DAG Combiner 957 SelectionDAG Select Phase 1110 SelectionDAG Scheduling and Formation Phase 1381 the *SSA Deconstruction Phase*. The SSA form simplifies many analyses that are
|
D | WritingAnLLVMBackend.rst | 784 during the SelectionDAG Select Phase described in :doc:`CodeGenerator`. 1302 The SelectionDAG Legalize Phase
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 1256 phases::ID Phase = *i; in BuildActions() local 1259 if (Phase > FinalPhase) in BuildActions() 1263 if (Phase == phases::Link) { in BuildActions() 1272 if (Phase == phases::Assemble && Current->getType() != types::TY_PP_Asm) in BuildActions() 1276 Current = ConstructPhaseAction(TC, Args, Phase, std::move(Current)); in BuildActions() 1303 phases::ID Phase, in ConstructPhaseAction() argument 1307 switch (Phase) { in ConstructPhaseAction()
|
/external/clang/include/clang/Driver/ |
D | Driver.h | 361 phases::ID Phase, std::unique_ptr<Action> Input) const;
|
/external/neven/ |
D | Android.mk | 39 Embedded/common/src/b_BasicEm/Phase.c \
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 31 enum Phase { enum 774 Phase phase_; // current phase of algorithm
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 68 Phase behavior
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 1851 for (int Phase = 0; Phase < 2; ++Phase) { in ExpandBVWithShuffles() local 1860 if (Phase) in ExpandBVWithShuffles() 1889 if (Phase) in ExpandBVWithShuffles() 1913 else if (Phase) in ExpandBVWithShuffles() 1922 if (Phase) in ExpandBVWithShuffles()
|
/external/v8/src/ |
D | hydrogen.h | 476 template<class Phase> 478 Phase phase(this); in Run()
|
/external/valgrind/ |
D | NEWS | 487 325477 Phase 4 support for IBM Power ISA 2.07 489 325628 Phase 5 support for IBM Power ISA 2.07 492 325816 Phase 6 support for IBM Power ISA 2.07 985 323437 Phase 2 support for IBM Power ISA 2.07 1004 324894 Phase 3 support for IBM Power ISA 2.07
|