/external/openssh/ |
D | README.privsep | 1 Privilege separation, or privsep, is method in OpenSSH by which 8 Privilege separation is now enabled by default; see the 31 --with-privsep-path=xxx Path for privilege separation chroot 32 --with-privsep-user=user Specify non-privileged user for privilege separation
|
/external/sonic/ |
D | Sonic.java | 658 int separation, in overlapAddWithSeparation() argument 670 for(int t = 0; t < numSamples + separation; t++) { in overlapAddWithSeparation() 671 if(t < separation) { in overlapAddWithSeparation() 675 … out[o] = (short)((rampDown[d]*(numSamples - t) + rampUp[u]*(t - separation))/numSamples); in overlapAddWithSeparation() 679 out[o] = (short)(rampUp[u]*(t - separation)/numSamples); in overlapAddWithSeparation() 718 int period, newPeriod, separation; in adjustPitch() local 733 separation = newPeriod - period; in adjustPitch() 734 … overlapAddWithSeparation(period, numChannels, separation, outputBuffer, numOutputSamples, in adjustPitch()
|
D | sonic.c | 768 int separation, in overlapAddWithSeparation() argument 780 for(t = 0; t < numSamples + separation; t++) { in overlapAddWithSeparation() 781 if(t < separation) { in overlapAddWithSeparation() 785 *o = (*d*(numSamples - t) + *u*(t - separation))/numSamples; in overlapAddWithSeparation() 789 *o = *u*(t - separation)/numSamples; in overlapAddWithSeparation() 847 int period, newPeriod, separation; in adjustPitch() local 871 separation = newPeriod - period; in adjustPitch() 872 overlapAddWithSeparation(period, numChannels, separation, out, rampDown, rampUp); in adjustPitch()
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 11 <refpurpose>wpa_supplicant privilege separation helper</refpurpose> 27 <para><command>wpa_priv</command> is a privilege separation helper that 34 can be run as non-root user. Privilege separation restricts the effects 54 <command>wpa_supplicant</command> with privilege separation:</para>
|
/external/snakeyaml/src/test/resources/pyyaml/ |
D | spec-05-12.data | 8 elsewhere: # separation
|
/external/llvm/test/DebugInfo/ARM/ |
D | line.test | 4 ; (legalized as br_cc, losing the separation between the comparison and the
|
/external/llvm/test/DebugInfo/PowerPC/ |
D | line.test | 4 ; (legalized as br_cc, losing the separation between the comparison and the
|
/external/llvm/test/YAMLParser/ |
D | spec-05-12.test | 14 elsewhere: # separation
|
/external/ImageMagick/MagickWand/tests/ |
D | README | 11 separation) the "magick" command applies when reading command options
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.milenage_db | 13 # These values are from Test Set 19 which has the AMF separation bit set to 1
|
/external/curl/tests/data/ |
D | test187 | 54 HTTP redirect with bad host name separation and slash in parameters
|
/external/blktrace/btreplay/doc/ |
D | abstract.tex | 22 are made to maintain ordering, CPU mappings and time-separation of IOs. The
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.plainrsa | 69 separation, because if racoon cannot find the keys inside the 98 separation will force racoon to look into that directory and nowhere
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations2.txt | 45 doesn't have a clean separation of concerns. A lot of the "back end
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations2.txt | 45 doesn't have a clean separation of concerns. A lot of the "back end
|
/external/valgrind/docs/internals/ |
D | tracking-fn-entry-exit.txt | 31 I first PUSH a separation marker on the shadow stack, and use the stack as 185 > When entering a signal handler, first push a separation marker on the
|
/external/syslinux/core/x86_64/ |
D | syslinux.ld | 65 . = ALIGN(128); /* Minimum separation from mutable data */
|
/external/syslinux/core/i386/ |
D | syslinux.ld | 65 . = ALIGN(128); /* Minimum separation from mutable data */
|
/external/python/cpython2/Doc/library/ |
D | formatter.rst | 24 events which are not reversible, such as paragraph separation. 280 Produce a paragraph separation of at least *blankline* blank lines, or the
|
/external/syslinux/core/ |
D | syslinux.ld | 65 . = ALIGN(128); /* Minimum separation from mutable data */
|
/external/ipsec-tools/ |
D | NEWS | 62 o Privilege separation
|
/external/clang/docs/ |
D | ClangTools.rst | 55 the tools are developed in a side repository to provide easy separation
|
D | SafeStack.rst | 16 while the unsafe stack stores everything else. This separation ensures that
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README | 914 Privilege separation 919 supports optional privilege separation. If enabled, this separates the 923 user. Privilege separation restricts the effects of potential software 927 Privilege separation is not enabled by default and it can be enabled 975 approve does not provide separation for network admin capabilities, it
|
/external/libunwind/ |
D | NEWS | 17 ** FreeBSD port and clean separation of OS specific bits
|