HomeSort by relevance Sort by last modified time
    Searched full:right (Results 126 - 150 of 23064) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/common/
uarrsort.c 38 uprv_uint16Comparator(const void *context, const void *left, const void *right) {
39 return (int32_t)*(const uint16_t *)left - (int32_t)*(const uint16_t *)right;
43 uprv_int32Comparator(const void *context, const void *left, const void *right) {
44 return *(const int32_t *)left - *(const int32_t *)right;
48 uprv_uint32Comparator(const void *context, const void *left, const void *right) {
49 uint32_t l=*(const uint32_t *)left, r=*(const uint32_t *)right;
171 int32_t left, right; local
173 /* start and left are inclusive, limit and right are exclusive */
181 right=limit;
192 while(/* x<array[right-1] *
    [all...]
  /external/skia/src/core/
SkTSort.h 121 template <typename T, typename C> static void SkTInsertionSort(T* left, T* right, C lessThan) {
122 for (T* next = left + 1; next <= right; ++next) {
136 static T* SkTQSort_Partition(T* left, T* right, T* pivot, C lessThan) {
138 SkTSwap(*pivot, *right);
140 while (left < right) {
147 SkTSwap(*newPivot, *right);
154 * This implementation recurses on the left region after pivoting and loops on the right,
160 * @param right the end of the region to be sorted (inclusive).
163 template <typename T, typename C> void SkTIntroSort(int depth, T* left, T* right, C lessThan) {
165 if (right - left < 32)
    [all...]
  /external/chromium_org/tools/gn/
operators.cc 123 const Value& right,
134 right.type() == Value::LIST &&
135 !right.list_value().empty()) {
143 base::IntToString(static_cast<int>(right.list_value().size())) +
153 if (right.type() == Value::LIST && left.value() == kSourcesName) {
159 set_value->list_value().reserve(right.list_value().size());
160 AppendFilteredSourcesToValue(scope, right, set_value);
163 scope->SetValue(left.value(), right, op_node->right());
182 const Value& right,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
mac_farsi.py 80 u' ' # 0x20 -> SPACE, left-right
81 u'!' # 0x21 -> EXCLAMATION MARK, left-right
82 u'"' # 0x22 -> QUOTATION MARK, left-right
83 u'#' # 0x23 -> NUMBER SIGN, left-right
84 u'$' # 0x24 -> DOLLAR SIGN, left-right
85 u'%' # 0x25 -> PERCENT SIGN, left-right
86 u'&' # 0x26 -> AMPERSAND, left-right
87 u"'" # 0x27 -> APOSTROPHE, left-right
88 u'(' # 0x28 -> LEFT PARENTHESIS, left-right
89 u')' # 0x29 -> RIGHT PARENTHESIS, left-righ
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
mac_farsi.py 80 u' ' # 0x20 -> SPACE, left-right
81 u'!' # 0x21 -> EXCLAMATION MARK, left-right
82 u'"' # 0x22 -> QUOTATION MARK, left-right
83 u'#' # 0x23 -> NUMBER SIGN, left-right
84 u'$' # 0x24 -> DOLLAR SIGN, left-right
85 u'%' # 0x25 -> PERCENT SIGN, left-right
86 u'&' # 0x26 -> AMPERSAND, left-right
87 u"'" # 0x27 -> APOSTROPHE, left-right
88 u'(' # 0x28 -> LEFT PARENTHESIS, left-right
89 u')' # 0x29 -> RIGHT PARENTHESIS, left-righ
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectFTest.java 62 assertEquals(5.0f, mRectF.right);
68 assertEquals(10.0f, mRectF.right);
79 assertEquals(3.0f, mRectF.right);
91 assertEquals(3.0f, mRectF.right);
103 assertEquals(3.0f, mRectF.right);
114 assertEquals(10.0f, mRectF.right);
121 assertEquals(10.0f, mRectF.right);
147 assertEquals(10.0f, mRectF.right);
154 assertEquals(10.0f, mRectF.right);
168 assertEquals(10.0f, mRectF.right);
    [all...]
RegionIteratorTest.java 44 assertEquals(10, rect.right);
50 assertEquals(1, rect.right);
61 assertEquals(10, rect.right);
66 assertEquals(15, rect.right);
71 assertEquals(15, rect.right);
77 assertEquals(1, rect.right);
88 assertEquals(10, rect.right);
93 assertEquals(5, rect.right);
99 assertEquals(1, rect.right);
110 assertEquals(10, rect.right);
    [all...]
  /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
53 * @param {boolean} invertLeftRight Whether to invert the right/left
73 right: docElement.clientWidth
105 if (anchorRect.right + popupRect.width > availRect.width &&
112 anchorRect.right + popupRect.width <= availRect.width) {
121 style.left = style.right = style.top = style.bottom = 'auto'
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
LinearColorBar.java 194 int right = left + (int)(width*mRedRatio); local
195 int right2 = right + (int)(width*mYellowRatio);
203 indicatorLeft = right;
242 if (left < right) {
244 mRect.right = right;
247 width -= (right-left);
248 left = right;
251 mLastLeftDiv = right;
254 right = right2
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_gaia_signin.css 12 #gaia-signin:not(.saml).no-right-panel {
20 #signin-right {
27 #signin-right,
35 #signin-right {
40 .no-right-panel #signin-right,
41 .saml #signin-right {
82 .no-right-panel #gaia-signin-divider,
94 /* Simpler alignment if no right panel. */
95 .no-right-panel #signin-frame
    [all...]
  /external/chromium_org/chrome/browser/resources/memory_internals/
snapshot_view.css 6 text-align: right;
30 text-align: right;
35 text-align: right;
  /external/chromium_org/chrome/browser/resources/options/
certificate_manager.css 12 padding-right: 35px;
15 /* Force tab strip to extend to the left and right edges of the window. */
22 padding-right: 14px;
  /external/chromium_org/ppapi/generators/
idl_propertynode.py 85 right = BuildNode('Right', ['Right=Right'])
86 top = BuildNode('Top', ['Left=Top', 'Right=Top'], [left, right])
89 errors += ExpectProp(top, 'Right', 'Top')
92 errors += ExpectProp(left, 'Right', 'Top')
94 errors += ExpectProp(right, 'Left', 'Top')
95 errors += ExpectProp(right, 'Right', 'Right'
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatBoxExtent.h 47 FloatBoxExtent(float top, float right, float bottom, float left)
49 , m_right(right)
58 float right() const { return m_right; } function in class:WebCore::FloatBoxExtent
59 void setRight(float right) { m_right = right; }
67 bool isZero() const { return !left() && !right() && !top() && !bottom(); }
75 rect.expand(left() + right(), top() + bottom());
81 m_right = std::max(m_right, other.right());
104 && a.right() == b.right()
    [all...]
  /external/chromium_org/ui/gfx/geometry/
insets.cc 15 Insets::Insets(int top, int left, int bottom, int right)
16 : InsetsBase<Insets, int>(top, left, bottom, right) {}
22 return base::StringPrintf("%d,%d,%d,%d", top(), left(), bottom(), right());
insets_f.cc 15 InsetsF::InsetsF(float top, float left, float bottom, float right)
16 : InsetsBase<InsetsF, float>(top, left, bottom, right) {}
22 return base::StringPrintf("%f,%f,%f,%f", top(), left(), bottom(), right());
  /external/chromium_org/ui/views/
border.cc 20 SidedSolidBorder(int top, int left, int bottom, int right, SkColor color);
37 int right,
40 insets_(top, left, bottom, right) {
51 // Right border.
52 canvas->FillRect(gfx::Rect(view.width() - insets_.right(), 0, insets_.right(),
77 EmptyBorder(int top, int left, int bottom, int right)
78 : insets_(top, left, bottom, right) {}
149 int right) {
150 return scoped_ptr<Border>(new EmptyBorder(top, left, bottom, right));
    [all...]
  /external/clang/test/CodeGenCXX/
microsoft-abi-methods.cpp 20 // Make sure that the call uses the right calling convention:
24 // Make sure that the definition uses the right calling convention:
32 // Make sure that the call uses the right calling convention:
36 // Make sure that the definition uses the right calling convention:
44 // Make sure that the call uses the right calling convention:
48 // Make sure that the definition uses the right calling convention:
54 // Make sure that the call uses the right calling convention:
58 // Make sure that the definition uses the right calling convention:
73 // the right calling convention:
79 // the right calling convention
    [all...]
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
2010-09-02-Trunc.ll 7 br i1 %c, label %left, label %right
9 right:
20 %f = phi i1 [%b, %left], [%d, %right]
  /external/valgrind/main/helgrind/tests/
tc14_laog_dinphils.c 16 long right = (left + 1) % 5; local
19 pthread_mutex_lock(&chop[right]);
22 pthread_mutex_unlock(&chop[right]);
  /frameworks/base/core/java/android/app/usage/
UsageStats.java 120 * Add the statistics from the right {@link UsageStats} to the left. The package name for
122 * @param right The {@link UsageStats} object to merge into this one.
126 public void add(UsageStats right) {
127 if (!mPackageName.equals(right.mPackageName)) {
129 mPackageName + "' with UsageStats for package '" + right.mPackageName + "'.");
132 if (right.mEndTimeStamp > mEndTimeStamp) {
133 mLastEvent = right.mLastEvent;
134 mEndTimeStamp = right.mEndTimeStamp;
135 mLastTimeUsed = right.mLastTimeUsed;
137 mBeginTimeStamp = Math.min(mBeginTimeStamp, right.mBeginTimeStamp)
    [all...]
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Rect.java 9 public int right; field in class:Rect
32 out.writeInt(right);
39 right = in.readInt();
  /external/chromium_org/third_party/icu/source/data/unidata/
BidiMirroring.txt 49 0029; 0028 # RIGHT PARENTHESIS
53 005D; 005B # RIGHT SQUARE BRACKET
55 007D; 007B # RIGHT CURLY BRACKET
57 00BB; 00AB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
65 203A; 2039 # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
67 2046; 2045 # RIGHT SQUARE BRACKET WITH QUILL
69 207E; 207D # SUPERSCRIPT RIGHT PARENTHESIS
71 208E; 208D # SUBSCRIPT RIGHT PARENTHESIS
129 22A2; 22A3 # RIGHT TACK
134 22AB; 2AE5 # DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTIL
    [all...]
  /external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/tables/
BidiMirroring.txt 40 0029; 0028 # RIGHT PARENTHESIS
44 005D; 005B # RIGHT SQUARE BRACKET
46 007D; 007B # RIGHT CURLY BRACKET
48 00BB; 00AB # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
56 203A; 2039 # SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
58 2046; 2045 # RIGHT SQUARE BRACKET WITH QUILL
60 207E; 207D # SUPERSCRIPT RIGHT PARENTHESIS
62 208E; 208D # SUBSCRIPT RIGHT PARENTHESIS
120 22A2; 22A3 # RIGHT TACK
125 22AB; 2AE5 # DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTIL
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Cube.java 22 public Cube(GLWorld world, float left, float bottom, float back, float right, float top, float front) {
25 GLVertex rightBottomBack = addVertex(right, bottom, back);
27 GLVertex rightTopBack = addVertex(right, top, back);
29 GLVertex rightBottomFront = addVertex(right, bottom, front);
31 GLVertex rightTopFront = addVertex(right, top, front);
40 // right

Completed in 2506 milliseconds

1 2 3 4 56 7 8 91011>>