/external/ipsec-tools/src/racoon/ |
admin.h | 86 * Range 0x08xx is reserved for privilege separation, see privsep.h
|
racoon.conf.5 | 129 .Ss Privilege separation 132 Specifies privilege separation parameters. 139 Please note that using privilege separation makes changes to the 183 When running in privilege separation mode, 202 If you run with privilege separation, 219 If you run with privilege separation, 305 When running in privilege separation mode, you need to restart [all...] |
/external/llvm/docs/HistoricalNotes/ |
2001-06-01-GCCOptimizations2.txt | 45 doesn't have a clean separation of concerns. A lot of the "back end
|
/external/selinux/libselinux/man/man3/ |
getcon.3 | 68 trusted to maintain any desired separation between the old and new
|
/external/skia/samplecode/ |
SampleTextBox.cpp | 43 "declare the causes which impel them to the separation.";
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
SpeedBumpView.java | 26 * The view representing the separation between important and less important notifications
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.h | 36 // This threshold determines the minimum separation between the image centers
|
AlignFeatures.cpp | 145 // the separation of the current frame from the reference frame...
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.h | 36 // This threshold determines the minimum separation between the image centers
|
AlignFeatures.cpp | 145 // the separation of the current frame from the reference frame...
|
/packages/apps/Settings/res/values-sw600dp/ |
dimens.xml | 63 <!-- CryptKeeper separation between status and pattern -->
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
io.py | 6 separation between reading and writing to streams; implementations are
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
io.py | 6 separation between reading and writing to streams; implementations are
|
/external/ipsec-tools/src/racoon/doc/ |
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/sonic/ |
sonic.c | 768 int separation, 780 for(t = 0; t < numSamples + separation; t++) { 781 if(t < separation) { 785 *o = (*d*(numSamples - t) + *u*(t - separation))/numSamples; 789 *o = *u*(t - separation)/numSamples; 847 int period, newPeriod, separation; local 871 separation = newPeriod - period; 872 overlapAddWithSeparation(period, numChannels, separation, out, rampDown, rampUp);
|
/external/openssh/contrib/cygwin/ |
ssh-host-config | 151 csih_inform "Privilege separation is set to 'sandbox' by default since" 154 csih_inform "However, using privilege separation requires a non-privileged account" 156 csih_inform "For more info on privilege separation read /usr/share/doc/openssh/README.privsep." 157 if csih_request "Should privilege separation be used?" 163 csih_error_recoverable "Privilege separation set to 'no' again!" 212 csih_warning "Setting privilege separation failed!" 672 # Create /var/empty file used as chroot jail for privilege separation
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixFunction.h | 176 * separation constant is set to 0.1, a value taken from the 178 static const RealScalar separation() { return static_cast<RealScalar>(0.1); } function in class:Eigen::MatrixFunction 228 * # Any eigenvalue in a certain cluster is at most separation() away 231 * more than separation(). 255 if (abs(diag(j) - diag(i)) <= separation() && std::find(qi->begin(), qi->end(), diag(j)) == qi->end()) {
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
AlignFeatures.cpp | 145 // the separation of the current frame from the reference frame...
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Attribute.java | 59 * AttributeScope.addAttributes takes care of the separation so we are
|
/external/mesa3d/src/egl/main/ |
eglconfig.h | 141 * in the attribute enums. The separation is to catch application errors.
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_privsep.c | 2 * WPA Supplicant - Layer2 packet handling with privilege separation
|
/frameworks/base/core/java/android/transition/ |
PatternPathMotion.java | 29 * A PathMotion that takes a Path pattern and applies it to the separation between two points.
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/ |
maven-resources-plugin-2.4.3.pom | 41 Thus, this allows the separation of resources for the main source code and its
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
OrientedBoundingBox.java | 639 // // there is no need to test for separation along the Cross(A[i],B[j])
741 // // At least one pair of box axes was parallel, so the separation is
743 // // the separation of the boxes.
[all...] |
/external/openssh/ |
INSTALL | 127 If you are using Privilege Separation (which is enabled by default) 129 sshd for privilege separation. See README.privsep for details.
|