/external/icu/icu4c/source/i18n/ |
collationcompare.cpp | 27 CollationCompare::compareUpToQuaternary(CollationIterator &left, CollationIterator &right, 73 int64_t ce = right.nextCE(errorCode); 81 right.setCurrentCE(ce & INT64_C(0xffffffff00000000)); 83 ce = right.nextCE(errorCode); 86 right.setCurrentCE(0); 124 rightSecondary = ((uint32_t)right.getCE(rightIndex++)) >> 16; 148 while((rightLower32 = (uint32_t)right.getCE(rightLimit)) > 165 rightSecondary = ((uint32_t)right.getCE(--rightIndex)) >> 16; 177 U_ASSERT(left.getCE(leftLimit) == right.getCE(rightLimit)); 207 ce = right.getCE(rightIndex++) [all...] |
/system/core/include/sysutils/ |
List.h | 117 inline bool operator==(const _Iter& right) const { 118 return mpNode == right.mpNode; } 120 inline bool operator!=(const _Iter& right) const { 121 return mpNode != right.mpNode; } 127 inline bool operator==(const OTHER& right) const { 128 return mpNode == right.mpNode; } 131 inline bool operator!=(const OTHER& right) const { 132 return mpNode != right.mpNode; } 179 List<T>& operator=(const List<T>& right); 314 List<T>& List<T>::operator=(const List<T>& right) [all...] |
/system/core/include/utils/ |
List.h | 116 inline bool operator==(const _Iter& right) const { 117 return mpNode == right.mpNode; } 119 inline bool operator!=(const _Iter& right) const { 120 return mpNode != right.mpNode; } 126 inline bool operator==(const OTHER& right) const { 127 return mpNode == right.mpNode; } 130 inline bool operator!=(const OTHER& right) const { 131 return mpNode != right.mpNode; } 178 List<T>& operator=(const List<T>& right); 313 List<T>& List<T>::operator=(const List<T>& right) [all...] |
/system/netd/server/ |
List.h | 117 inline bool operator==(const _Iter& right) const { 118 return mpNode == right.mpNode; } 120 inline bool operator!=(const _Iter& right) const { 121 return mpNode != right.mpNode; } 127 inline bool operator==(const OTHER& right) const { 128 return mpNode == right.mpNode; } 131 inline bool operator!=(const OTHER& right) const { 132 return mpNode != right.mpNode; } 179 List<T>& operator=(const List<T>& right); 314 List<T>& List<T>::operator=(const List<T>& right) [all...] |
/external/qemu/ui/ |
d3des.c | 324 register unsigned long fval, work, right, leftt; local 328 right = block[1]; 329 work = ((leftt >> 4) ^ right) & 0x0f0f0f0fL; 330 right ^= work; 332 work = ((leftt >> 16) ^ right) & 0x0000ffffL; 333 right ^= work; 335 work = ((right >> 2) ^ leftt) & 0x33333333L; 337 right ^= (work << 2); 338 work = ((right >> 8) ^ leftt) & 0x00ff00ffL; 340 right ^= (work << 8) [all...] |
/external/chromium_org/chrome/browser/resources/ |
gesture_config.css | 26 float: right; 35 text-align: right; 50 text-align: right; 69 text-align: right;
|
/external/chromium_org/chrome/browser/resources/print_preview/common/ |
search_box.css | 16 right: 8px;
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
copies_settings.css | 51 border-bottom-right-radius: 3px; 53 border-top-right-radius: 3px; 58 border-bottom-right-radius: 0; 60 border-top-right-radius: 0;
|
/external/chromium_org/chrome/browser/resources/quota_internals/ |
main.css | 8 padding-right: 0.5em;
|
/external/chromium_org/components/copresence/handlers/audio/ |
audio_directive_list.h | 53 const AudioDirective& right) const { 54 return left.end_time < right.end_time;
|
/external/chromium_org/content/browser/resources/accessibility/ |
accessibility.css | 18 padding-right: 5px;
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
IntRect.cpp | 67 int right = std::min(maxX(), other.maxX()); local 71 if (left >= right || top >= bottom) { 74 right = 0; 80 m_size.setWidth(right - left); 96 int right = std::max(maxX(), other.maxX()); local 101 m_size.setWidth(right - left); 117 int right = std::max(maxX(), other.maxX()); local 122 m_size.setWidth(right - left);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FilterOperationsTest.cpp | 42 EXPECT_EQ(57, outsets.right()); 54 EXPECT_EQ(60, outsets.right());
|
/external/chromium_org/third_party/bintrees/bintrees/ |
bintree.py | 18 __slots__ = ['key', 'value', 'left', 'right'] 24 self.right = None 27 """ x.__getitem__(key) <==> x[key], where key is 0 (left) or 1 (right) """ 28 return self.left if key == 0 else self.right 31 """ x.__setitem__(key, value) <==> x[key]=value, where key is 0 (left) or 1 (right) """ 35 self.right = value 40 self.right = None 73 _clear(node.right) 125 if (node.left is not None) and (node.right is not None): 126 # find replacment node: smallest key in right-subtre [all...] |
/external/chromium_org/third_party/polymer/components/core-pages/ |
core-pages.css | 19 right: 0;
|
/external/chromium_org/third_party/polymer/components-chromium/core-pages/ |
core-pages.css | 19 right: 0;
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/ |
window_capture_utils.cc | 30 rect.left, rect.top, rect.right, rect.bottom); 38 rect.right - border.width(),
|
/external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
video_render_mac_carbon_impl.cc | 140 const float right, 154 AGLChannel = _ptrCocoaRender->CreateNSGLChannel(streamId, zOrder, left, top, right, bottom); 177 float& right, 181 return _ptrCarbonRender->GetChannelProperties(streamId, zOrder, left, top, right, bottom); 248 const float right, 258 const float right, 277 const float right, 288 const float right,
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
vie_render.h | 82 const float right, 104 const float right, 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 | 34 const float top, const float right, 42 const float right, const float bottom);
|
/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/tools/memory_inspector/memory_inspector/frontends/www_content/css/ |
profiler.css | 6 margin-right: 0.5em;
|
/external/chromium_org/ui/views/ |
border.h | 57 int right); 64 int right,
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
position_util.js | 14 * right: number, bottom: number}} 24 * The popup's right edge is aligned with the left edge of the anchor. 27 BEFORE: 1, // p: right, a: left, p: top, a: top 30 * The popop's left edge is aligned with the right edge of the anchor. 33 AFTER: 2, // p: left a: right, p: top, a: top 57 * @param {boolean=} opt_invertLeftRight Whether to invert the right/left 77 right: docElement.clientWidth 109 if (anchorRect.right + popupRect.width > availRect.width && 116 anchorRect.right + popupRect.width <= availRect.width) { 125 style.left = style.right = style.top = style.bottom = 'auto' [all...] |