/external/ipsec-tools/src/racoon/ |
D | cftoken.l | 491 yyerror("racoon not configured with --enable-hybrid"); 498 yyerror("racoon not configured with --enable-hybrid"); 505 yyerror("racoon not configured with --enable-hybrid"); 512 yyerror("racoon not configured with --enable-hybrid"); 519 yyerror("racoon not configured with --enable-hybrid"); 526 yyerror("racoon not configured with --enable-hybrid"); 533 yyerror("racoon not configured with --enable-hybrid"); 540 yyerror("racoon not configured with --enable-hybrid");
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/ |
D | README | 2 remote access using hybrid authentication. In this setup, the VPN 14 configure --enable-natt --enable-frag --enable-hybrid --enable-dpd \ 27 is set up to use hybrid authentication (aka mutual group authentication, 39 configure --enable-natt --enable-frag --enable-hybrid --enable-dpd \ 67 hybrid authentication, though this has not been tested.
|
/external/ipsec-tools/src/racoon/doc/ |
D | FAQ | 53 --enable-hybrid: 54 Enable hybrid authentication, and ISAKMP mode config and 55 Xauth as well. Note that plain Xauth (without hybrid auth) 58 Enable the use of RADIUS with hybrid authentication on the 62 Enable the use of PAM with hybrid authentication on the
|
/external/llvm/test/Transforms/LoopStrengthReduce/AArch64/ |
D | lsr-memcpy.ll | 1 ; RUN: llc -mtriple=arm64-unknown-unknown -mcpu=cyclone -pre-RA-sched=list-hybrid < %s | FileCheck … 5 ; Remove the -pre-RA-sched=list-hybrid option after fixing:
|
D | lsr-memset.ll | 1 ; RUN: llc < %s -O3 -mtriple=arm64-unknown-unknown -mcpu=cyclone -pre-RA-sched=list-hybrid | FileCh… 7 ; Remove the -pre-RA-sched=list-hybrid option after fixing:
|
/external/gptfdisk/ |
D | basicmbr.h | 39 enum MBRValidity {invalid, gpt, hybrid, mbr}; enumerator 91 void SetHybrid(void) {state = hybrid;} // Set hybrid flag in SetHybrid()
|
D | NEWS | 38 for inclusion in a hybrid MBR or conversion to a conventional MBR. 41 hybridized partition when creating a hybrid MBR. 46 hybrid partitions that begin below 2^32 sectors and that are smaller than 52 It refuses to create a hybrid partition if the original ends at or above 75 be a hybrid MBR and if the MBR partition(s) don't fit on the disk, the 112 - Fixed hybrid MBR creation on disks larger than 2TiB: Previously, if one 175 - Tweaked hybrid MBR creation options to fix a problem that caused the main 339 partitions when generating a hybrid MBR. 345 hybrid MBR. 370 as part of a hybrid MBR, to always be of type 0xEE, even when the [all …]
|
D | fixparts.cc | 55 case hybrid: case gpt: in main()
|
D | mbr.cc | 120 if (state == hybrid) in DeleteByLocation()
|
D | basicmbr.cc | 229 state = hybrid; in ReadMBRData() 484 if ((state == gpt) || (state == hybrid)) { in DisplayMBRData() 496 partitions[i].ShowData((state == gpt) || (state == hybrid)); in DisplayMBRData() 512 case hybrid: in ShowState()
|
D | gpt.cc | 1478 if ((state == gpt_invalid) && ((mbrState == mbr) || (mbrState == hybrid))) { in UseWhichPartitions() 1509 if ((state == gpt_valid) && (mbrState == hybrid)) { in UseWhichPartitions() 1890 if (protectiveMBR.GetValidity() == hybrid) { in MoveSecondHeaderToEnd()
|
D | gpttext.cc | 89 if ((mbrState == mbr) || (mbrState == hybrid)) { in UseWhichPartitions()
|
D | README | 77 * The ability to create a hybrid MBR, which permits GPT-unaware OSes to
|
/external/aac/libSBRdec/src/ |
D | psdec.cpp | 277 errorInfo = InitHybridFilterBank ( &h_ps_d->specificTo.mpeg.hybrid, in ResetPsDec() 371 …scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.hybrid.mQmfBufferRealSlot[i], NO_SUB_QM… in getScaleFactorPsStatesBuffer() 372 …scale = fMin(scale, getScalefactor(h_ps_d->specificTo.mpeg.hybrid.mQmfBufferImagSlot[i], NO_SUB_QM… in getScaleFactorPsStatesBuffer() 429 scaleValues( h_ps_d->specificTo.mpeg.hybrid.mQmfBufferRealSlot[i], NO_SUB_QMF_CHANNELS, scale ); in scalePsStatesBuffer() 430 scaleValues( h_ps_d->specificTo.mpeg.hybrid.mQmfBufferImagSlot[i], NO_SUB_QMF_CHANNELS, scale ); in scalePsStatesBuffer() 542 h_ps_d->specificTo.mpeg.hybrid.sf_mQmfBuffer = maxScal; in scalFilterBankValues() 1298 &h_ps_d->specificTo.mpeg.hybrid ); in ApplyPsSlot() 1305 … &h_ps_d->specificTo.mpeg.hybrid); /* hybrid filterbank handle */ in ApplyPsSlot() 1308 SCHAR hybridScal = h_ps_d->specificTo.mpeg.hybrid.sf_mQmfBuffer; in ApplyPsSlot() 1368 … &h_ps_d->specificTo.mpeg.hybrid ); /* hybrid filterbank handle */ in ApplyPsSlot() [all …]
|
D | psdec.h | 289 …HYBRID hybrid; /*!< hybrid filter bank struct 1 or 2. … member
|
/external/ipsec-tools/ |
D | NEWS | 23 o fixed hybrid enabled builds 72 o Support for server-side hybrid authentication, with full 74 o Support for client-side hybrid authentication (Tested only with
|
/external/llvm/test/CodeGen/X86/ |
D | scheduler-backtracking.ll | 2 ; RUN: llc -march=x86-64 < %s -pre-RA-sched=list-hybrid | FileCheck %s
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2010-03-15-AsmCCClobber.ll | 4 ; RUN: -pre-RA-sched=list-hybrid | FileCheck %s
|
/external/autotest/server/site_tests/network_WiFi_RegDomain/ |
D | control | 85 [{'region_name': 'ca.hybrid', # <country code>.<extra>
|
/external/eigen/unsupported/Eigen/ |
D | NonLinearOptimization | 35 * a zero for the system (Powell hybrid "dogleg" method).
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-2.0 | 148 This scheme produces a hybrid filesystem, retaining the I/O efficiency
|
/external/libvorbis/doc/ |
D | 04-codec.tex | 302 of the window will be a hybrid window for lapping with a 308 the window will be a hybrid window for lapping with a short
|
/external/google-breakpad/src/testing/ |
D | README | 18 - can easily define partial (hybrid) mocks, which are a cross of real
|
/external/gmock/ |
D | README | 18 - can easily define partial (hybrid) mocks, which are a cross of real
|
/external/clang/docs/CommandGuide/ |
D | clang.rst | 172 Indicate that Objective-C code should be compiled in hybrid-GC mode, which
|