/external/clang/include/clang/Basic/ |
TargetCXXABI.h | 262 friend bool operator==(const TargetCXXABI &left, const TargetCXXABI &right) { 263 return left.getKind() == right.getKind(); 266 friend bool operator!=(const TargetCXXABI &left, const TargetCXXABI &right) { 267 return !(left == right);
|
/external/clang/test/CodeGen/ |
2002-02-14-EntryNodePreds.c | 19 QUAD_EDGE left, right; member in struct:__anon18171
|
/external/guava/guava/src/com/google/common/collect/ |
NaturalOrdering.java | 34 @Override public int compare(Comparable left, Comparable right) { 35 checkNotNull(left); // for GWT 37 if (left == right) { 41 return left.compareTo(right);
|
NullsFirstOrdering.java | 34 @Override public int compare(@Nullable T left, @Nullable T right) { 35 if (left == right) { 38 if (left == null) { 44 return ordering.compare(left, right);
|
NullsLastOrdering.java | 34 @Override public int compare(@Nullable T left, @Nullable T right) { 35 if (left == right) { 38 if (left == null) { 44 return ordering.compare(left, right);
|
/external/hyphenation/ |
substrings.c | 27 int left=0, right=max-1;
local 28 while (left <= right) {
29 int mid = ((right-left)/2)+left;
32 left = mid + 1;
63 int left,
70 p = left;
71 for (i=left; i<right; i++) {
87 int left,
90 while (right > left) {
[all...] |
/external/lzma/CPP/7zip/Common/ |
FilePathAutoRename.cpp | 39 name = fullProcessedPath.Left(dotPos);
45 unsigned left = 1, right = (1 << 30);
local 46 while (left != right)
48 unsigned mid = (left + right) / 2;
50 left = mid + 1;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/matchers/ |
HasCompoundDrawablesMatcher.java | 16 public HasCompoundDrawablesMatcher(int left, int top, int right, int bottom) { 17 expectedCompoundDrawables = new ShadowTextView.CompoundDrawables(left, top, right, bottom); 42 public static Matcher<TextView> hasCompoundDrawables(int left, int top, int right, int bottom) { 43 return new HasCompoundDrawablesMatcher(left, top, right, bottom);
|
/external/skia/src/core/ |
SkBlitter_Sprite.cpp | 21 void SkSpriteBlitter::setup(const SkBitmap& device, int left, int top, 24 fLeft = left; 55 int left, int top, 60 a bit of a hack, since we "could" pass in the fractional left/top for the bitmap, 84 blitter->setup(device, left, top, paint);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_intra_prediction.h | 56 u8 *above, u8 *left, u32 constrainedIntraPred); 58 u8 *above, u8 *left, u32 constrainedIntraPred); 61 u8 *above, u8 *left, u32 predMode, u32 constrainedIntraPred); 63 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum);
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
MetadataMarshalRect.java | 31 buffer.putInt(value.left); 42 int left = buffer.getInt(); local 47 int right = left + width; 50 return new Rect(left, top, right, bottom);
|
/frameworks/base/core/java/android/text/style/ |
LineBackgroundSpan.java | 26 int left, int right,
|
/frameworks/base/libs/hwui/ |
Snapshot.h | 86 bool clip(float left, float top, float right, float bottom, 105 void setClip(float left, float top, float right, float bottom); 116 void resetClip(float left, float top, float right, float bottom); 237 bool clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op);
|
/frameworks/base/media/java/android/media/videoeditor/ |
EffectKenBurns.java | 96 start.left = getStartRect().left; 100 end.left = getEndRect().left;
|
/hardware/qcom/display/msm8960/libtilerenderer/ |
tilerenderer.h | 32 void startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom);
|
/hardware/qcom/display/msm8x26/libtilerenderer/ |
tilerenderer.h | 32 void startTileRendering(OpenGLRenderer* renderer, int left, int top, int right, int bottom);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
LinearColorBar.java | 192 int left = 0; local 194 int right = left + (int)(width*mRedRatio); 242 if (left < right) { 243 mRect.left = left; 247 width -= (right-left); 248 left = right; 256 if (left < right) { 257 mRect.left = left; [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
RectUtils.java | 30 * The top-left of the transformed full rectangle will always be placed at (0, 0). 47 // Then translate so that the upper left corner of the rotated full rect is at (0,0). 49 matrix.setTranslate(-fullRectF.left, -fullRectF.top); 53 fullRect.set((int) fullRectF.left, (int) fullRectF.top, (int) fullRectF.right, 55 partialRect.set((int) partialRectF.left, (int) partialRectF.top, (int) partialRectF.right, 64 rect.set((int) rectF.left, (int) rectF.top, (int) rectF.right, (int) rectF.bottom);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ThinPatchesActivity.java | 78 final int left = (getWidth() - width) / 2; local 84 mPatch3.setBounds(left, top, left + height, top + width); 89 mPatch1.setBounds(left, top, left + width, top + height); 95 mPatch2.setBounds(left, top, left + width, top + height);
|
/external/chromium-trace/trace-viewer/src/cc/ |
picture_debugger.css | 18 picture-debugger > left-panel { 23 picture-debugger > left-panel > picture-info { 28 picture-debugger > left-panel > picture-info > .title { 30 margin-left: 5px; 40 margin-left: 5px;
|
/external/chromium_org/remoting/webapp/ |
menu_button.css | 14 left: 1px; 23 background-image: -webkit-gradient(linear, left top, left bottom, 32 margin-left: 7px; 65 background-position: left center;
|
/external/chromium_org/ui/views/ |
border.cc | 19 SidedSolidBorder(int top, int left, int bottom, int right, SkColor color); 33 int left, 38 insets_(top, left, bottom, right) { 44 // Left border. 45 canvas->FillRect(gfx::Rect(0, 0, insets_.left(), view.height()), color_); 71 EmptyBorder(int top, int left, int bottom, int right) 72 : insets_(top, left, bottom, right) {} 127 Border* Border::CreateEmptyBorder(int top, int left, int bottom, int right) { 128 return new EmptyBorder(top, left, bottom, right); 133 int left, [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 270 left = (int)(1 << curr); 272 left -= count[curr + drop]; 273 if (left <= 0) break; 275 left <<= 1 [all...] |
/external/zlib/src/contrib/infback9/ |
inftree9.c | 46 int left; /* number of prefix codes available */ local 125 left = 1; 127 left <<= 1; 128 left -= count[len]; 129 if (left < 0) return -1; /* over-subscribed */ 131 if (left > 0 && (type == CODES || max != 1)) 263 left = (int)(1 << curr); 265 left -= count[curr + drop]; 266 if (left <= 0) break; 268 left <<= 1 [all...] |
/external/zlib/src/ |
inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 270 left = (int)(1 << curr); 272 left -= count[curr + drop]; 273 if (left <= 0) break; 275 left <<= 1 [all...] |