HomeSort by relevance Sort by last modified time
    Searched refs:below (Results 1 - 25 of 400) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
annotate_rwlock_hg.stderr.exp 1 Total error count is below threshold.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
PiecewiseLinearIndentationFunctor.java 36 * out below the top card and it is measured in real pixels.
38 * the actual visual distance below the top card but is a maximum,
97 int below = (int) itemsBefore; local
98 float partialIn = itemsBefore - below;
100 if (below == 0) {
104 float progress = mBaseValues.get(below - 1) * (1 - partialIn)
105 + mBaseValues.get(below) * partialIn;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
sobeloperator.cpp 49 const int below = (i < height - 1) ? curr + 4 * width : curr; local
55 *(dataPtr + below + c + right) - *(dataPtr + below + c + left);
57 (*(dataPtr + c + below) - *(dataPtr + c + above)) * 2 +
58 *(dataPtr + left + c + below) - *(dataPtr + left + c + above) +
59 *(dataPtr + right + c + below) - *(dataPtr + right + c + above);
  /external/valgrind/main/tests/
filter_libc 21 s/\(below main\) \(.+\)$/(below main)/;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 64 /** Is the tooltip positioned below the given anchor? */
86 * @param below if true, display the tooltip below the mouse cursor otherwise above
90 public GestureToolTip(Composite parent, boolean below, boolean toRightOf) {
91 mBelow = below;
122 * @param below if true, display the tooltip below the mouse cursor otherwise above
126 public void update(final String text, boolean below, boolean toRightOf) {
129 if (!mTimerPending && (below != mBelow || toRightOf != mToRightOf)
131 mBelow = below;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mr_dissim.c 111 const MODE_INFO *below = NULL; local
133 below = here + cm->mode_info_stride;
134 belowleft = below - 1;
135 GET_MV_SIGN(below)
142 belowright = below + 1;
162 below = here + cm->mode_info_stride;
163 belowleft = below - 1;
164 GET_MV(below)
171 belowright = below + 1;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdtlib.asm 22 jb .below
30 .below:
  /external/clang/test/Sema/
darwin-align-cast.c 11 This code below comes from the following system headers:
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 110 const MODE_INFO *below = NULL; local
132 below = here + cm->mode_info_stride;
133 belowleft = below - 1;
134 GET_MV_SIGN(below)
141 belowright = below + 1;
161 below = here + cm->mode_info_stride;
162 belowleft = below - 1;
163 GET_MV(below)
170 belowright = below + 1;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mr_dissim.c 110 const MODE_INFO *below = NULL; local
132 below = here + cm->mode_info_stride;
133 belowleft = below - 1;
134 GET_MV_SIGN(below)
141 belowright = below + 1;
161 below = here + cm->mode_info_stride;
162 belowleft = below - 1;
163 GET_MV(below)
170 belowright = below + 1;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskGrouping.java 81 public boolean isTaskAboveTask(Task t, Task below) {
82 return mTaskKeyIndices.containsKey(t.key) && mTaskKeyIndices.containsKey(below.key) &&
83 mTaskKeyIndices.get(t.key) > mTaskKeyIndices.get(below.key);
  /external/chromium_org/third_party/flot/
jquery.flot.threshold.min.js 10 below: number
25 below: number1
28 below: number2
35 The data points below "below" are drawn with the specified color. This makes
36 it easy to mark points below 0, e.g. for budget data.
39 below the threshold. The extra series below the threshold will have its label
43 */(function(e){function n(t){function n(t,n,r,i,s){var o=r.pointsize,u,a,f,l,c,h=e.extend({},n);h.datapoints={points:[],pointsize:o,format:r.format},h.label=null,h.color=s,h.threshold=null,h.originSeries=n,h.data=[];var p=r.points,d=n.lines.show,v=[],m=[],g;for(u=0;u<p.length;u+=o){a=p[u],f=p[u+1],c=l,f<i?l=v:l=m;if(d&&c!=l&&a!=null&&u>0&&p[u-o]!=null){var y=a+(i-f)*(a-p[u-o])/(f-p[u-o+1]);c.push(y),c.push(i);for(g=2;g<o;++g)c.push(p[u+g]);l.push(null),l.push(null);for(g=2;g<o;++g)l.push(p[u+g]);l.push(y),l.push(i);for(g=2;g<o;++g)l.push(p[u+g])}l.push(a),l.push(f);for(g=2;g<o;++g)l.push(p[u+g])}r.points=m,h.datapoints.points=v;if(h.datapoints.points.length>0){var b=e.inArray(n,t.getData());t.getData().splice(b+1,0,h)}}function r(t,r,i){if(!r.threshold)return;r.threshold instanceof Array?(r.threshold.sort(function(e,t){return e.below-t.below}),e(r.threshold).each(function(e,o){n(t,r,i,o.below,o.color)})):n(t,r,i,r.threshold.below,r.thresh (…)
    [all...]
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 6 // the "options" section below. The dnsextd daemon will receive DNS packets
9 // You need to edit the "zone" statement below to give the name of your
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
panel.h 47 struct panel *below; member in struct:panel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
panel.h 47 struct panel *below; member in struct:panel
  /system/media/camera/docs/
CaptureResultTest.mako 18 * The key entries below this point are generated from metadata
  /external/valgrind/main/massif/tests/
thresholds_0_10.post.exp 53 | ->06.50% (5,200B) in 3+ places, all below ms_print's threshold (10.00%)
58 | ->13.00% (10,400B) in 3+ places, all below ms_print's threshold (10.00%)
60 ->00.50% (400B) in 1+ places, all below ms_print's threshold (10.00%)
thresholds_10_0.post.exp 53 | ->06.50% (5,200B) in 3 places, all below massif's threshold (10.00%)
58 | ->13.00% (10,400B) in 3 places, all below massif's threshold (10.00%)
60 ->00.50% (400B) in 1 place, below massif's threshold (10.00%)
thresholds_10_10.post.exp 53 | ->06.50% (5,200B) in 1+ places, all below ms_print's threshold (10.00%)
58 | ->13.00% (10,400B) in 3 places, all below massif's threshold (10.00%)
60 ->00.50% (400B) in 1+ places, all below ms_print's threshold (10.00%)
thresholds_5_0.post.exp 55 | ->01.50% (1,200B) in 2 places, all below massif's threshold (05.00%)
63 | ->04.00% (3,200B) in 2 places, all below massif's threshold (05.00%)
65 ->00.50% (400B) in 1 place, below massif's threshold (05.00%)
thresholds_5_10.post.exp 53 | ->06.50% (5,200B) in 2+ places, all below ms_print's threshold (10.00%)
58 | ->13.00% (10,400B) in 2+ places, all below ms_print's threshold (10.00%)
60 ->00.50% (400B) in 1+ places, all below ms_print's threshold (10.00%)
peak2.post.exp 45 ->00.85% (16B) in 1+ places, all below ms_print's threshold (01.00%)
57 ->00.44% (16B) in 1+ places, all below ms_print's threshold (01.00%)
69 ->00.30% (16B) in 1+ places, all below ms_print's threshold (01.00%)
81 ->00.23% (16B) in 1+ places, all below ms_print's threshold (01.00%)
93 ->00.18% (16B) in 1+ places, all below ms_print's threshold (01.00%)
105 ->00.15% (16B) in 1+ places, all below ms_print's threshold (01.00%)
117 ->00.13% (16B) in 1+ places, all below ms_print's threshold (01.00%)
129 ->00.11% (16B) in 1+ places, all below ms_print's threshold (01.00%)
141 ->00.10% (16B) in 1+ places, all below ms_print's threshold (01.00%)
153 ->00.09% (16B) in 1+ places, all below ms_print's threshold (01.00%
    [all...]
ignoring.post.exp 51 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
64 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
92 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
107 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
122 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
137 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
152 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
168 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
188 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%)
208 ->00.00% (0B) in 1+ places, all below ms_print's threshold (01.00%
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/panels/chrome-query/
devtools.js 5 // The function below is executed in the context of the inspected page.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect4.asm 2 ; Memory below 0800h is reserved for the BIOS and the MBR

Completed in 1412 milliseconds

1 2 3 4 5 6 7 8 91011>>