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

<<11121314151617181920>>

  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_render.h 80 const float left,
102 const float left,
107 // This function mirrors the rendered stream left and right or up and down.
  /external/chromium_org/third_party/webrtc/video_engine/
vie_render_impl.h 33 const unsigned int z_order, const float left,
41 const float left, const float top,
  /external/chromium_org/third_party/webrtc/voice_engine/include/mock/
mock_voe_volume_control.h 41 MOCK_METHOD3(SetOutputVolumePan, int(int channel, float left, float right));
42 MOCK_METHOD3(GetOutputVolumePan, int(int channel, float& left, float& right));
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_volume_control.h 101 // Scales volume of the |left| and |right| channels independently.
103 virtual int SetOutputVolumePan(int channel, float left, float right) = 0;
105 // Gets the current left and right scaling factors.
106 virtual int GetOutputVolumePan(int channel, float& left, float& right) = 0;
  /external/chromium_org/ui/accessibility/extensions/caretbrowsing/
caretbrowsing.css 21 background: linear-gradient(left, rgba(128, 128, 255, 0) 0%,rgba(128, 128, 255, 0.3) 45%,rgba(128, 128, 255, 0.8) 50%,rgba(128, 128, 255, 0.3) 65%,rgba(128, 128, 255, 0) 100%);
  /external/chromium_org/ui/views/
border.h 55 int left,
62 int left,
  /external/chromium_org/ui/webui/resources/css/
butter_bar.css 24 margin-left: 0.45em;
  /external/compiler-rt/test/tsan/
barrier.cc 20 int left = idx - 1 >= 0 ? prev[idx - 1] : 0; local
22 curr[idx] = (left + right) / 2;
  /external/openfst/src/include/fst/extensions/far/
info.h 82 cout << std::left << setw(50) << "far type"
84 cout << std::left << setw(50) << "arc type" << Arc::Type() << endl;
85 cout << std::left << setw(50) << "fst type";
94 cout << std::left << setw(50) << "# of FSTs" << nfst << endl;
95 cout << std::left << setw(50) << "total # of states" << nstate << endl;
96 cout << std::left << setw(50) << "total # of arcs" << narc << endl;
112 cout << std::left << setw(wkey) << "key" << setw(wtype) << "type"
118 cout << std::left << setw(wkey) << info.key << setw(wtype) << info.type
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_read.c 34 size_t left, len, i; local
47 left = *in_len;
49 if (left < 4)
65 left -= 4;
67 if (len > left)
218 size_t left, len, list_len, cert_len, idx; local
232 left = *in_len;
234 if (left < 4) {
236 "(len=%lu)", (unsigned long) left);
244 left -= 4
571 size_t left, len; local
662 size_t left, len; local
726 size_t left, len; local
784 size_t left; local
854 size_t left, len, hlen; local
988 size_t left; local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSContainer.java 44 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
45 super.onLayout(changed, left, top, right, bottom);
  /frameworks/support/v4/api21/android/support/v4/graphics/drawable/
DrawableCompatL.java 32 public static void setHotspotBounds(Drawable drawable, int left, int top,
34 drawable.setHotspotBounds( left, top, right, bottom);
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 83 int left = mKeepEndSpace ? spacing : 0; local
90 child.layout(left, top, left + w, top + h);
91 left += w;
92 left += spacing;
111 int left = 0; local
117 child.layout(left, top, left + w, top + h);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
WindowLocationUtil.java 96 sTmpFloat4[0] = rect.left;
101 rect.left = sTmpFloat4[0];
124 sTmpFloat8[0] = clippedBounds.left;
128 sTmpFloat8[4] = unclippedBitmapRect.left;
133 clippedBounds.left = sTmpFloat8[0];
137 unclippedBitmapRect.left = sTmpFloat8[4];
143 sTmpFloat4[0] = clippedBounds.left;
148 clippedBounds.left = sTmpFloat4[0];
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderListLayout.java 47 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
49 super.onLayout(changed, left, top, right, bottom);
  /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_/
split_join_fn_imps.hpp 58 const size_type left = partition(pred_t(pred)); local
60 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
62 const size_type ersd = m_size - left;
67 resize_policy::get_new_size_for_arbitrary(left);
95 _GLIBCXX_DEBUG_ASSERT(actual_size >= left);
96 std::copy(m_a_entries, m_a_entries + left, a_entries);
97 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
105 m_size = left;
  /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_/
split_join_fn_imps.hpp 53 const size_type left = partition(pred_t(pred)); local
54 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
56 const size_type ersd = m_size - left;
59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left);
84 _GLIBCXX_DEBUG_ASSERT(new_size >= left);
85 std::copy(m_a_entries, m_a_entries + left, a_entries);
86 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
94 m_size = left;
  /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_/
split_join_fn_imps.hpp 53 const size_type left = partition(pred_t(pred)); local
54 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
56 const size_type ersd = m_size - left;
59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left);
84 _GLIBCXX_DEBUG_ASSERT(new_size >= left);
85 std::copy(m_a_entries, m_a_entries + left, a_entries);
86 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
94 m_size = left;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2dbasetypes.h 39 FLOAT left; member in struct:D2D_RECT_F
46 UINT32 left; member in struct:D2D_RECT_U
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 57 const size_type left = partition(pred_t(pred)); local
59 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
61 const size_type ersd = m_size - left;
66 resize_policy::get_new_size_for_arbitrary(left);
94 _GLIBCXX_DEBUG_ASSERT(actual_size >= left);
95 std::copy(m_a_entries, m_a_entries + left, a_entries);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
104 m_size = left;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 57 const size_type left = partition(pred_t(pred)); local
59 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
61 const size_type ersd = m_size - left;
66 resize_policy::get_new_size_for_arbitrary(left);
94 _GLIBCXX_DEBUG_ASSERT(actual_size >= left);
95 std::copy(m_a_entries, m_a_entries + left, a_entries);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
104 m_size = left;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 57 const size_type left = partition(pred_t(pred)); local
59 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
61 const size_type ersd = m_size - left;
66 resize_policy::get_new_size_for_arbitrary(left);
94 _GLIBCXX_DEBUG_ASSERT(actual_size >= left);
95 std::copy(m_a_entries, m_a_entries + left, a_entries);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
104 m_size = left;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 57 const size_type left = partition(pred_t(pred)); local
59 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
61 const size_type ersd = m_size - left;
66 resize_policy::get_new_size_for_arbitrary(left);
94 _GLIBCXX_DEBUG_ASSERT(actual_size >= left);
95 std::copy(m_a_entries, m_a_entries + left, a_entries);
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
104 m_size = left;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 58 const size_type left = partition(pred_t(pred)); local
60 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
62 const size_type ersd = m_size - left;
67 resize_policy::get_new_size_for_arbitrary(left);
95 _GLIBCXX_DEBUG_ASSERT(actual_size >= left);
96 std::copy(m_a_entries, m_a_entries + left, a_entries);
97 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
105 m_size = left;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
split_join_fn_imps.hpp 54 const size_type left = partition(pred_t(pred)); local
55 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
57 const size_type ersd = m_size - left;
60 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left);
85 _GLIBCXX_DEBUG_ASSERT(new_size >= left);
86 std::copy(m_a_entries, m_a_entries + left, a_entries);
87 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
95 m_size = left;

Completed in 1104 milliseconds

<<11121314151617181920>>