HomeSort by relevance Sort by last modified time
    Searched refs:right (Results 451 - 475 of 4231) sorted by null

<<11121314151617181920>>

  /hardware/ti/omap4-aah/camera/
CameraHalUtilClasses.cpp 131 hRange = CameraArea::RIGHT - CameraArea::LEFT;
151 ssize_t right,
156 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
175 if ( ( CameraArea::LEFT > left ) || ( CameraArea::RIGHT < left ) ) {
180 if ( ( CameraArea::LEFT > right ) || ( CameraArea::RIGHT < right ) ) {
181 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
185 if ( left >= right ) {
210 ssize_t top, left, bottom, right, weight; local
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 133 hRange = CameraArea::RIGHT - CameraArea::LEFT;
153 ssize_t right,
158 if ( ( 0 == top ) && ( 0 == left ) && ( 0 == bottom ) && ( 0 == right ) && ( 0 == weight ) ) {
177 if ( ( CameraArea::LEFT > left ) || ( CameraArea::RIGHT < left ) ) {
182 if ( ( CameraArea::LEFT > right ) || ( CameraArea::RIGHT < right ) ) {
183 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
187 if ( left >= right ) {
212 ssize_t top, left, bottom, right, weight; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ.cc 28 // One additional row/column is added as a boundary on the right & bottom.
54 // Calc size of partial blocks which may be present on right and bottom edge.
145 // We've found a modified block. Look at blocks to the right and below
153 // Group with blocks to the right.
156 uint8_t* right = diff_info + 1; local
157 while (*right) {
158 *right++ = 0;
170 right = bottom;
172 if (*right++ == 0) {
182 right = bottom
    [all...]
  /external/chromium_org/v8/src/compiler/ia32/
instruction-selector-ia32.cc 177 if (g.CanBeImmediate(m.right().node())) {
179 inputs[input_count++] = g.UseImmediate(m.right().node());
182 inputs[input_count++] = g.Use(m.right().node());
228 if (m.right().Is(-1)) {
241 Node* right = node->InputAt(1); local
244 if (g.CanBeImmediate(right)) {
246 g.UseImmediate(right));
249 if (m.right().IsWord32And()) {
250 Int32BinopMatcher mright(right);
251 if (mright.right().Is(0x1F))
300 Node* right = node->InputAt(1); local
464 Node* right = node->InputAt(1); local
503 Node* right = node->InputAt(1); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 220 size_type right = m_size - 1; local
222 while (right + 1 != left)
228 else if (pred(m_a_entries[right]))
229 --right;
232 _GLIBCXX_DEBUG_ASSERT(left < right);
234 std::swap(m_a_entries[left], m_a_entries[right]);
237 --right;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 188 size_type right = m_size - 1; local
190 while (right + 1 != left)
196 else if (pred(m_a_entries[right]))
197 --right;
200 _GLIBCXX_DEBUG_ASSERT(left < right);
201 std::swap(m_a_entries[left], m_a_entries[right]);
203 --right;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 188 size_type right = m_size - 1; local
190 while (right + 1 != left)
196 else if (pred(m_a_entries[right]))
197 --right;
200 _GLIBCXX_DEBUG_ASSERT(left < right);
201 std::swap(m_a_entries[left], m_a_entries[right]);
203 --right;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 223 size_type right = m_size - 1; local
225 while (right + 1 != left)
231 else if (pred(m_a_entries[right]))
232 --right;
235 _GLIBCXX_DEBUG_ASSERT(left < right);
237 std::swap(m_a_entries[left], m_a_entries[right]);
240 --right;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 223 size_type right = m_size - 1; local
225 while (right + 1 != left)
231 else if (pred(m_a_entries[right]))
232 --right;
235 _GLIBCXX_DEBUG_ASSERT(left < right);
237 std::swap(m_a_entries[left], m_a_entries[right]);
240 --right;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 223 size_type right = m_size - 1; local
225 while (right + 1 != left)
231 else if (pred(m_a_entries[right]))
232 --right;
235 _GLIBCXX_DEBUG_ASSERT(left < right);
237 std::swap(m_a_entries[left], m_a_entries[right]);
240 --right;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 223 size_type right = m_size - 1; local
225 while (right + 1 != left)
231 else if (pred(m_a_entries[right]))
232 --right;
235 _GLIBCXX_DEBUG_ASSERT(left < right);
237 std::swap(m_a_entries[left], m_a_entries[right]);
240 --right;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 220 size_type right = m_size - 1; local
222 while (right + 1 != left)
228 else if (pred(m_a_entries[right]))
229 --right;
232 _GLIBCXX_DEBUG_ASSERT(left < right);
234 std::swap(m_a_entries[left], m_a_entries[right]);
237 --right;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 189 size_type right = m_size - 1; local
191 while (right + 1 != left)
197 else if (pred(m_a_entries[right]))
198 --right;
201 _GLIBCXX_DEBUG_ASSERT(left < right);
202 std::swap(m_a_entries[left], m_a_entries[right]);
204 --right;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 220 size_type right = m_size - 1; local
222 while (right + 1 != left)
228 else if (pred(m_a_entries[right]))
229 --right;
232 _GLIBCXX_DEBUG_ASSERT(left < right);
234 std::swap(m_a_entries[left], m_a_entries[right]);
237 --right;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 189 size_type right = m_size - 1; local
191 while (right + 1 != left)
197 else if (pred(m_a_entries[right]))
198 --right;
201 _GLIBCXX_DEBUG_ASSERT(left < right);
202 std::swap(m_a_entries[left], m_a_entries[right]);
204 --right;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 188 size_type right = m_size - 1; local
190 while (right + 1 != left)
196 else if (pred(m_a_entries[right]))
197 --right;
200 _GLIBCXX_DEBUG_ASSERT(left < right);
201 std::swap(m_a_entries[left], m_a_entries[right]);
203 --right;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 188 size_type right = m_size - 1; local
190 while (right + 1 != left)
196 else if (pred(m_a_entries[right]))
197 --right;
200 _GLIBCXX_DEBUG_ASSERT(left < right);
201 std::swap(m_a_entries[left], m_a_entries[right]);
203 --right;
  /external/chromium_org/ash/wm/dock/
docked_window_resizer_unittest.cc 220 // Drag the window left or right to the edge (or almost to it).
224 dx += work_area.right() - 1 - initial_location_in_screen.x();
268 // The window should be docked at the right edge.
269 EXPECT_EQ(window->GetRootWindow()->GetBoundsInScreen().right(),
270 window->GetBoundsInScreen().right());
283 // The window should be docked at the right edge.
284 EXPECT_EQ(window->GetRootWindow()->GetBoundsInScreen().right(),
285 window->GetBoundsInScreen().right());
306 // The window right should be past the screen edge but not docked.
307 // Initial touch point is 70px to the right which helps to find where the edg
    [all...]
docked_window_layout_manager_unittest.cc 193 // Drag the window left or right to the edge (or almost to it).
197 dx += work_area.right() - 1 - initial_location_in_screen.x();
232 // The window should be attached and docked at the right edge.
234 EXPECT_EQ(window->GetRootWindow()->bounds().right(),
235 window->GetBoundsInScreen().right());
250 // The window should be attached and snapped to the right side of the screen.
280 // |window1| should be flush left and |window2| flush right.
290 // Tests that with a window docked on the right the auto-placing logic in
300 // The window should be attached and snapped to the right side of the screen.
301 EXPECT_EQ(window->GetRootWindow()->bounds().right(),
    [all...]
  /external/fio/lib/
prio_tree.c 142 old->parent->right = node;
151 node->right = old->right;
152 old->right->parent = node;
213 cur->right = node;
217 cur = cur->right;
256 cur = cur->right;
261 get_index(cur->right, &r_index, &h_index_right);
271 cur = cur->right;
280 if (cur->parent->right == cur
    [all...]
  /external/chromium_org/printing/
page_setup_unittest.cc 25 margins.right = rand() % kMax;
51 effective_margins.right = std::max(margins.right,
53 printable_area.right());
59 page_size.width() - effective_margins.right -
94 EXPECT_EQ(effective_margins.right, setup.effective_margins().right) << seed <<
109 margins.right = 4;
128 effective_margins.right = 4;
159 EXPECT_EQ(effective_margins.right, setup.effective_margins().right) <
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 53 right: GeneratePayloadTree(depth - 1, key)
91 // Verify that the splay tree has the right size.
168 node.right = this.root_.right;
169 this.root_.right = null;
171 node.right = this.root_;
197 this.root_ = this.root_.right;
199 var right = this.root_.right;
201 // Splay to make sure that the new root has an empty right child
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 53 right: GeneratePayloadTree(depth - 1, key)
91 // Verify that the splay tree has the right size.
168 node.right = this.root_.right;
169 this.root_.right = null;
171 node.right = this.root_;
197 this.root_ = this.root_.right;
199 var right = this.root_.right;
201 // Splay to make sure that the new root has an empty right child
    [all...]
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 37 m_Stack.push(m_pNode->right);
47 m_pNode = m_pNode->right; // should be root
53 m_Stack.push(m_pNode->right);
72 m_Queue.push(m_pNode->right);
82 m_pNode = m_pNode->right; // should be root
88 m_Queue.push(m_pNode->right);
222 { return (m_pNode->right == m_pNode); }
274 // | Left Right |
288 node.left = node.right = &node;
304 if ((*data).right == &pClient.node
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.h 136 virtual status_t prepareDirty(float left, float top, float right, float bottom, bool opaque);
146 virtual int saveLayer(float left, float top, float right, float bottom,
148 return saveLayer(left, top, right, bottom, paint, flags, NULL);
153 int saveLayer(float left, float top, float right, float bottom,
156 int saveLayerDeferred(float left, float top, float right, float bottom,
173 float left, float top, float right, float bottom, const SkPaint* paint);
175 float left, float top, float right, float bottom, const SkPaint* paint);
177 virtual status_t drawRect(float left, float top, float right, float bottom,
179 virtual status_t drawRoundRect(float left, float top, float right, float bottom,
182 virtual status_t drawOval(float left, float top, float right, float bottom
    [all...]

Completed in 4557 milliseconds

<<11121314151617181920>>