HomeSort by relevance Sort by last modified time
    Searched full:separation (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/test/YAMLParser/
spec-05-12.data 13 elsewhere: # separation
  /cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
Boid.cpp 24 Vector2D separation; local
35 // Separation.
41 separation.add(tmp);
57 separation.scale(1.0f / separationCount);
58 separation.scale(SEPARATION_WEIGHT);
59 mAcceleration.add(separation);
  /external/llvm/test/DebugInfo/ARM/
line.test 4 ; (legalized as br_cc, losing the separation between the comparison and the
  /external/llvm/test/DebugInfo/PowerPC/
line.test 4 ; (legalized as br_cc, losing the separation between the comparison and the
  /external/openssh/
README.privsep 1 Privilege separation, or privsep, is method in OpenSSH by which
8 Privilege separation is now enabled by default; see the
12 compression must be disabled in order for privilege separation to
35 --with-privsep-path=xxx Path for privilege separation chroot
36 --with-privsep-user=user Specify non-privileged user for privilege separation
  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 48 printf("Testing thread separation of capabilities\n");
  /external/pdfium/testing/resources/
bug_452455.in 35 /Separation /All [] 17 0 R
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.milenage_db 13 # These values are from Test Set 19 which has the AMF separation bit set to 1
  /external/wpa_supplicant_8/src/common/
privsep_commands.h 2 * WPA Supplicant - privilege separation commands
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
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>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
TODO 18 - Modify parser/data structures to provide a clean separation. Perhaps the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/xmltestdata/
test.xml 61 <LI>SGML allows the separation of abstract content from formatting.</LI>
test.xml.out 61 <LI>SGML allows the separation of abstract content from formatting.</LI>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/xmltestdata/
test.xml 61 <LI>SGML allows the separation of abstract content from formatting.</LI>
test.xml.out 61 <LI>SGML allows the separation of abstract content from formatting.</LI>
  /external/openfst/src/bin/
fstdraw.cc 39 "Set minimum separation between nodes (see dot documentation)");
41 "Set minimum separation between ranks (see dot documentation)");
  /external/blktrace/btreplay/doc/
abstract.tex 22 are made to maintain ordering, CPU mappings and time-separation of IOs. The
  /frameworks/base/docs/html/training/enterprise/
index.jd 15 The Android framework provides features to support the security, data separation, and
  /external/sonic/
Sonic.java 658 int separation,
670 for(int t = 0; t < numSamples + separation; t++) {
671 if(t < separation) {
675 out[o] = (short)((rampDown[d]*(numSamples - t) + rampUp[u]*(t - separation))/numSamples);
679 out[o] = (short)(rampUp[u]*(t - separation)/numSamples);
718 int period, newPeriod, separation; local
733 separation = newPeriod - period;
734 overlapAddWithSeparation(period, numChannels, separation, outputBuffer, numOutputSamples,
  /frameworks/base/docs/html/tv/adt-1/
regulatory.jd 19 <p>To satisfy FCC and IC exposure requirements, a separation distance of at least 20 cm should
34 <p>?Increase the separation between the equipment and receiver.</p>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
gmon.h 71 * of separation between two subroutine call points in the object code.
72 * Given MIN_SUBR_SEPARATION bytes of separation the value of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
gmon.h 71 * of separation between two subroutine call points in the object code.
72 * Given MIN_SUBR_SEPARATION bytes of separation the value of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
gmon.h 71 * of separation between two subroutine call points in the object code.
72 * Given MIN_SUBR_SEPARATION bytes of separation the value of
  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.h 36 // This threshold determines the minimum separation between the image centers
  /docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/
lifecycle.jd 41 <p>This separation of the test's lifecycle is intended to allow for reuse. Using this design, the

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 9