HomeSort by relevance Sort by last modified time
    Searched full:right (Results 176 - 200 of 21084) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/gnu/
stubs.h 1 /* This file selects the right generated file of `__stub_FUNCTION' macros
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/gnu/
stubs.h 1 /* This file selects the right generated file of `__stub_FUNCTION' macros
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/gnu/
stubs.h 1 /* This file selects the right generated file of `__stub_FUNCTION' macros
  /prebuilts/go/darwin-x86/doc/play/
fib.go 17 // Function calls are evaluated left-to-right.
  /prebuilts/go/linux-x86/doc/play/
fib.go 17 // Function calls are evaluated left-to-right.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg9.s 4 % check that the right thing happened in the object file.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
sh64-1.s 1 ! Test that all common kinds of relocs get right for simple use.
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Equals.java 39 * @param right non-null reference to the evaluated right operand.
45 public XObject operate(XObject left, XObject right)
48 return left.equals(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE;
66 XObject right = m_right.execute(xctxt, true); local
68 boolean result = left.equals(right) ? true : false;
70 right.detach();
  /external/webrtc/webrtc/modules/desktop_capture/win/
cursor_unittest.cc 25 // compares pixels with |right|. Returns true of MouseCursor bits match |right|.
26 // |right| must be a 32bpp cursor with alpha channel.
27 bool ConvertToMouseShapeAndCompare(unsigned left, unsigned right) {
43 // Load |right|.
45 LoadImage(instance, MAKEINTRESOURCE(right), IMAGE_CURSOR, 0, 0, 0)));
68 // Compare the 32bpp image in |mouse_shape| with the one loaded from |right|.
  /packages/apps/Camera2/src/com/android/camera/ui/
MarginDrawable.java 59 if (s.top < s.bottom && s.left < s.right) {
62 canvas.drawRect(0, 0, cb.right, s.top + 1, mPaint);
67 if (s.right < cb.right) {
68 canvas.drawRect(s.right - 1, s.top, cb.right, s.bottom, mPaint);
71 canvas.drawRect(0, s.bottom - 1, cb.right, cb.bottom, mPaint);
  /external/owasp/sanitizer/tools/findbugs/doc/
demo.html 139 </th></tr><tr><td align="right">Sun JDK 1.7.0-b12</td><td align="right">
141 </td><td align="right">
144 </td><td align="right">68</td><td align="right">180</td><td align="right">954</td><td align="right">654</td><td align="right">597
146 </td></tr><tr><td align="right">eclipse-SDK-3.3M7-solaris-gtk</td><td align="right">
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DockedDividerUtils.java 39 outRect.right = position;
59 * at the bottom/right. This is used to determine in which direction to extend
65 // left/top to make it more offscreen. If they are on the bottom or right, push them off the
66 // screen by moving it even more to the bottom/right.
68 if (bounds.left >= bounds.right) {
69 bounds.left = bounds.right - 1;
75 if (bounds.right <= bounds.left) {
76 bounds.right = bounds.left + 1;
87 return bounds.right;
104 : displayWidth - insets.right;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
StateCluster.java 30 /** A Cluster object points to the left/right (start and end) states of a
35 public NFAState right; field in class:StateCluster
37 public StateCluster(NFAState left, NFAState right) {
39 this.right = right;
  /external/autotest/client/site_tests/firmware_TouchMTB/
fuzzy.py 54 parameters: (left, middle, right)
58 1.0 to 0.0, when middle <= x <= right
59 0.0, when x >= right
66 - When x becomes near 'left' or 'right', its grade may drop
72 self.left, self.middle, self.right = self.para_values
73 self.width_right = self.right - self.middle
80 elif x <= self.left or x >= self.right:
94 parameters: (left, right)
95 grade(x) = 1 for x >= right
103 Note: - When x is less than but near 'right' value, the grade would b
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
property-interpolation.js 38 function propertyInterpolation(property, left, right) {
39 var handlers = left == right ? [] : propertyHandlers[property];
42 var parsedRight = handlers[i][0](right);
49 if (t == 1) return right;
56 return bool ? right : left;
  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.c 37 unsigned int left, right; local
45 right = num_events[-tree[i + 1]];
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events);
50 branch_ct[i >> 1][1] = right;
51 return left + right;
  /external/webrtc/webrtc/modules/video_render/windows/
i_video_render_win.h 44 const float right,
53 float& right, float& bottom) = 0;
76 const float right, const float bottom) = 0;
83 const float right,
100 const float right, const float bottom) = 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_treewriter.c 37 unsigned int left, right; local
45 right = num_events[-tree[i + 1]];
47 right = convert_distribution(tree[i + 1], tree, branch_ct, num_events);
50 branch_ct[i >> 1][1] = right;
51 return left + right;
  /packages/apps/Messaging/src/com/android/messaging/ui/animation/
RectEvaluatorCompat.java 41 int right = startValue.right + (int) ((endValue.right - startValue.right) * fraction); local
43 return new Rect(left, top, right, bottom);
  /prebuilts/go/darwin-x86/test/
escape_calls.go 27 left, right *Node
37 wr := walk(&n.right) // ERROR "walk &n.right does not escape"
39 n.left, n.right = n.right, n.left
  /prebuilts/go/linux-x86/test/
escape_calls.go 27 left, right *Node
37 wr := walk(&n.right) // ERROR "walk &n.right does not escape"
39 n.left, n.right = n.right, n.left
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESEngine.java 408 int work, right, left; local
415 right = (in[inOff + 4] & 0xff) << 24;
416 right |= (in[inOff + 5] & 0xff) << 16;
417 right |= (in[inOff + 6] & 0xff) << 8;
418 right |= (in[inOff + 7] & 0xff);
420 work = ((left >>> 4) ^ right) & 0x0f0f0f0f;
421 right ^= work;
423 work = ((left >>> 16) ^ right) & 0x0000ffff;
424 right ^= work;
426 work = ((right >>> 2) ^ left) & 0x33333333
    [all...]
  /external/v8/src/compiler/arm64/
instruction-selector-arm64.cc 187 if (mright.right().Is(0xff) || mright.right().Is(0xffff)) {
188 int32_t mask = mright.right().Value();
200 if ((mright.right().Is(16) && mleft_of_right.right().Is(16)) ||
201 (mright.right().Is(24) && mleft_of_right.right().Is(24))) {
202 int32_t shift = mright.right().Value();
238 Node* right_node = m.right().node();
261 inputs[input_count++] = g.UseImmediate(m_shift.right().node())
1648 Node* right = node->InputAt(1); local
2144 Node* right = node->InputAt(1); local
2162 Node* right = node->InputAt(1); local
    [all...]
  /external/pdfium/public/
fpdf_transformpage.h 24 * @param[in] right - The right of the rectangle.
31 float right,
39 * @param[in] right - The right of the rectangle.
46 float right,
55 * @param[in] right - Pointer to a double value receiving the right of the
64 float* right,
73 * @param[in] right - Pointer to a double value receiving the right of th
    [all...]
  /frameworks/base/docs/html/ndk/reference/
dir_035c76f7235f5f563d38e3ab90cb9716.jd 18 <tr class="memitem:asset__manager_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="asset__manager_8h.html">asset_manager.h</a></td></tr>
20 <tr class="memitem:asset__manager__jni_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="asset__manager__jni_8h.html">asset_manager_jni.h</a></td></tr>
22 <tr class="memitem:bitmap_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="bitmap_8h.html">bitmap.h</a></td></tr>
24 <tr class="memitem:configuration_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="configuration_8h.html">configuration.h</a></td></tr>
26 <tr class="memitem:input_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="input_8h.html">input.h</a></td></tr>
28 <tr class="memitem:keycodes_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="keycodes_8h.html">keycodes.h</a></td></tr>
30 <tr class="memitem:looper_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="looper_8h.html">looper.h</a></td></tr>
32 <tr class="memitem:native__activity_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="native__activity_8h.html">native_activity.h</a></td></tr>
34 <tr class="memitem:native__window_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="native__window_8h.html">native_window.h</a></td></tr>
36 <tr class="memitem:native__window__jni_8h"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="native_ (…)
    [all...]

Completed in 3928 milliseconds

1 2 3 4 5 6 78 91011>>