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

1 2 3 4 5 6 7 8 910

  /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/chromium_org/native_client_sdk/src/examples/demo/flock/
goose.h 38 // 1. Compute the separation component,
71 // Add a neighbouring goose's contribution to the separation mean. Only
73 // Modifies the separation accumulator |separation| in-place.
77 // @param separation The accumulated separation from all the neighbouring
80 // the separation component so far.
81 // @return The new count of geese that contribute to the separation component.
86 Vector2* separation, /* inout */
goose.cc 79 // the separation mean, the alignment mean and the cohesion mean.
81 Vector2 separation; local
98 distance, goose_delta, &separation, separation_count);
109 separation.Scale(1.0 / static_cast<double>(separation_count));
140 separation.Scale(kSeparationWeight);
145 weighted_sum.Add(separation);
172 Vector2* separation, /* inout */
178 separation->Add(weighted_direction);
  /external/libcap-ng/libcap-ng-0.7/src/test/
thread_test.c 48 printf("Testing thread separation of capabilities\n");
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.milenage_db 11 # 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/chromium_org/components/metrics/
README 17 separation between the metrics upload logic (protbuf generation, retry, etc...),
  /external/chromium_org/net/socket/
tcp_socket.h 29 // class, unless a clear separation of client and server socket functionality is
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/
TODO 18 - Modify parser/data structures to provide a clean separation. Perhaps the
  /external/libvpx/libvpx/third_party/nestegg/
TODO 18 - Modify parser/data structures to provide a clean separation. Perhaps the
  /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/blktrace/btreplay/doc/
abstract.tex 22 are made to maintain ordering, CPU mappings and time-separation of IOs. The
  /external/chromium_org/chrome/browser/
internal_auth.h 31 // We allow for easy separation of InternalAuthVerification and
  /external/chromium_org/content/renderer/media/
render_media_log.cc 34 // separation of properties vs. events.
  /external/oprofile/doc/
oprofile.1.in 128 This is only useful when using CPU profile separation.
135 is only useful when using per-process profile separation.
143 This is only useful when using per-process profile separation.
opcontrol.1.in 117 implies 'library'. 'thread' gives separation for each thread and
119 options and 'none' turns off separation.
  /external/chromium_org/chrome/common/extensions/
extension_process_policy.cc 43 // process separation from non-app pages.
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
ppapi_srpc_main.c 20 * separate allocators, globals, etc because of the IRT separation, so
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
lsf_check.c 37 /* LSF separation check*/

Completed in 2908 milliseconds

1 2 3 4 5 6 7 8 910