HomeSort by relevance Sort by last modified time
    Searched refs:distance (Results 126 - 150 of 663) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmepsilon.h 35 #include "fst/lib/shortest-distance.h"
63 vector<Weight> *distance,
65 : fst_(fst), distance_(distance), sd_state_(fst_, distance, opts, true) {
116 // Distance from state being expanded in epsilon-closure.
118 // Shortest distance algorithm computation state.
198 // The vector 'distance' will be used to hold the shortest distances
203 vector<typename Arc::Weight> *distance,
244 rmeps_state(*fst, distance, opts);
293 vector<Weight> distance; local
    [all...]
  /external/webkit/Source/WebCore/editing/
SpellChecker.cpp 120 static bool forwardIterator(PositionIterator& iterator, int distance)
122 int remaining = distance;
  /external/webkit/Source/WebCore/svg/
SVGPathElement.h 64 FloatPoint getPointAtLength(float distance);
65 unsigned long getPathSegAtLength(float distance);
  /frameworks/base/core/tests/coretests/src/android/widget/gridview/touch/
GridTouchVerticalSpacingStackFromBottomTest.java 109 int distance = TouchUtils.dragViewBy(this, firstChild, local
114 + (distance - mViewConfig.getScaledTouchSlop() - 1), firstChild.getTop());
GridTouchVerticalSpacingTest.java 94 int distance = TouchUtils.dragViewToY(this, lastChild, Gravity.TOP | Gravity.LEFT, local
98 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop());
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchBottomGravityManyTest.java 147 int distance = TouchUtils.dragViewBy(this, firstChild, local
152 + (distance - ViewConfiguration.getTouchSlop() - 1), firstChild.getTop());
ListTouchManyTest.java 186 int distance = TouchUtils.dragViewToY(this, lastChild, local
190 lastTop - (distance - ViewConfiguration.getTouchSlop() - 1), lastChild.getTop());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 161 std::distance(b_l, e_l);
164 std::distance(b_r, e_r);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 161 std::distance(b_l, e_l);
164 std::distance(b_r, e_r);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 161 std::distance(b_l, e_l);
164 std::distance(b_r, e_r);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 161 std::distance(b_l, e_l);
164 std::distance(b_r, e_r);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 161 std::distance(b_l, e_l);
164 std::distance(b_r, e_r);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 161 std::distance(b_l, e_l);
164 std::distance(b_r, e_r);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandles.java 52 * which is within the given distance (in layout coordinates) from the center of the
56 * @param distance the maximum distance from the handle center to accept
59 public SelectionHandle findHandle(LayoutPoint point, int distance) {
61 if (handle.contains(point, distance)) {
  /development/ndk/platforms/android-9/include/android/
sensor.h 122 float distance; member in union:ASensorEvent::__anon1420
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
EmitterSphereShape.java 80 } while (store.distance(center) > radius);
  /external/libvpx/vp8/encoder/
mcomp.h 66 int distance, \
  /frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp 111 int distance = target - source; local
112 if (0 == distance) {
139 // The distance is positive. It means we should bubble sort downward.
140 if (distance > 0) {
161 // The distance is negative. It means we should bubble sort upward.
162 if (distance < 0) {
  /frameworks/native/include/android/
sensor.h 122 float distance; member in union:ASensorEvent::__anon17203
  /hardware/libhardware/include/hardware/
sensors.h 211 * The distance value is measured in centimeters. Note that some proximity
362 /* distance in centimeters */
363 float distance; member in union:sensors_event_t::__anon17831
  /packages/inputmethods/PinyinIME/jni/share/
ngram.cpp 37 inline double distance(double freq, double code) { function in namespace:ime_pinyin
48 if (distance(freq, code_book[end]) > distance(freq, code_book[start]))
87 ret += distance(freqs[pos], code_book[code_idx[pos]]);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/android/
sensor.h 122 float distance; member in union:ASensorEvent::__anon20813
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tempbuf.h 182 : _M_original_len(std::distance(__first, __last)),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 130 other.m_size = std::distance(other.begin(), other.end());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
debug_fn_imps.hpp 90 const size_type calc_size = std::distance(begin(), end());

Completed in 1013 milliseconds

1 2 3 4 56 7 8 91011>>