/external/chromium_org/ui/metro_viewer/ |
ime_types.h | 41 int32 left; member in struct:metro_viewer::CharacterBounds
|
/external/clang/lib/Analysis/ |
ThreadSafetyLogical.cpp | 25 return implies(A->left(), LNeg, RHS, RNeg) && 29 return implies(LHS, LNeg, A->left(), RNeg) && 35 return implies(A->left(), LNeg, RHS, RNeg) || 39 return implies(LHS, LNeg, A->left(), RNeg) || 64 // After reaching the terminal, it's time to recurse on the left. 68 // RHS is now a terminal. Recurse on Left. 71 // When performing left recursion: 73 // When performing left recursion (negated): 78 // When performing left recursion: 80 // When performing left recursion (negated) [all...] |
/external/e2fsprogs/lib/ext2fs/ |
imager.c | 46 int left = blocksize; local 48 while (left > 0) { 51 left--; 63 unsigned int group, left, c, d; local 80 left = fs->inode_blocks_per_group; 81 while (left) { 83 if (c > left) 84 c = left; 98 left--; 123 left -= d 142 unsigned int group, c, left; local [all...] |
/external/guava/guava/src/com/google/common/collect/ |
BstNodeFactory.java | 34 * Returns a new {@code N} with the key and value data from {@code source}, with left child 35 * {@code left}, and right child {@code right}. If {@code left} or {@code right} is null, the 38 public abstract N createNode(N source, @Nullable N left, @Nullable N right);
|
/external/guava/guava/src/com/google/common/primitives/ |
SignedBytes.java | 179 public int compare(byte[] left, byte[] right) { 180 int minLength = Math.min(left.length, right.length); 182 int result = SignedBytes.compare(left[i], right[i]); 187 return left.length - right.length;
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftpfr.h | 110 * left :: Index of the left glyph. 130 FT_UInt left,
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
ftpfr.h | 110 * left :: Index of the left glyph. 130 FT_UInt left,
|
/external/skia/experimental/Intersection/ |
LineIntersection.h | 13 int horizontalLineIntersect(const _Line& line, double left, double right,
|
/external/skia/src/gpu/ |
GrRenderTarget.cpp | 16 bool GrRenderTarget::readPixels(int left, int top, int width, int height, 27 left, top, width, height, 32 void GrRenderTarget::writePixels(int left, int top, int width, int height, 43 left, top, width, height,
|
/frameworks/support/v4/donut/android/support/v4/view/ |
WindowInsetsCompat.java | 34 * Returns the left system window inset in pixels. 40 * @return The left system window inset 127 * <p>A round window's left, top, right and bottom edges reach all the way to the 151 * @param left New left inset in pixels 157 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { 190 * Returns the left stable inset in pixels. 198 * @return The left stable inset
|
/ndk/sources/android/support/src/musl-locale/ |
strfmon.c | 11 int fill, nogrp, negpar, nosym, left, intl; local 28 left = 0; 45 left = 1; 63 if (!left && fw>w) w = fw;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_node_priority_queue.h | 102 AK_FORCE_INLINE static bool compareDicNode(const DicNode *const left, 104 return left->compare(right); 108 bool operator ()(const DicNode *left, const DicNode *right) const { 109 return compareDicNode(left, right);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
sigset.h | 80 # define __sigandset(dest, left, right) \ 83 const sigset_t *__left = (left); \ 89 # define __sigorset(dest, left, right) \ 92 const sigset_t *__left = (left); \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
sigset.h | 80 # define __sigandset(dest, left, right) \ 83 const sigset_t *__left = (left); \ 89 # define __sigorset(dest, left, right) \ 92 const sigset_t *__left = (left); \
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 450 = {or} [left]:expression or [right]:and_expression // x.y || a.b 451 {->New expression.or(left.expression, right.expression)} 457 = {and} [left]:and_expression and [right]:equality // x.y && a.b 458 {->New expression.and(left.expression, right.expression)} 464 = {eq} [left]:equality eq [right]:comparison // x.y == a.b 465 {->New expression.eq(left.expression, right.expression)} 466 | {ne} [left]:equality ne [right]:comparison // x.y != a.b 467 {->New expression.ne(left.expression, right.expression)} 473 = {lt} [left]:comparison lt [right]:add_subtract // x.y < a.b 474 {->New expression.lt(left.expression, right.expression) [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
MosaicTypes.h | 37 left = right = top = bottom = 0.0; 42 return right - left; 53 int left, right, top, bottom; member in class:MosaicRect
|
/external/chromium_org/ash/wm/panels/ |
attached_panel_window_targeter.cc | 56 touch = gfx::Insets(touch.top(), touch.left(), 0, touch.right()); 62 touch = gfx::Insets(touch.top(), touch.left(), touch.bottom(), 0); 65 touch = gfx::Insets(0, touch.left(), touch.bottom(), touch.right());
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_contents_resizing_strategy.cc | 48 int left = std::min(bounds.x(), container_size.width()); local 50 int width = std::min(bounds.width(), container_size.width() - left); 52 new_contents_bounds->SetRect(left, top, width, height);
|
/external/chromium_org/chrome/browser/resources/local_discovery/ |
local_discovery.css | 35 float: left; 51 float: left; 75 text-align: left; 114 padding-left: 17px; 118 background: url('chrome://theme/IDR_CHEVRON_LEFT') left no-repeat; 121 padding-left: 23px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/ |
feed.css | 26 margin-left: 140px; 33 clear: left; 40 float: left; 70 margin-left: 125px; 78 margin-left: 385px; 86 padding-left: 5px;
|
/external/chromium_org/pdf/pdfium/ |
pdfium_range.cc | 50 double left, top, right, bottom; local 51 FPDFText_GetRect(page_->GetTextPage(), i, &left, &top, &right, &bottom); 53 page_->PageToScreen(offset, zoom, left, top, right, bottom, rotation));
|
/external/chromium_org/skia/ext/ |
skia_utils_win.cc | 16 SK_COMPILE_ASSERT(offsetof(RECT, left) == offsetof(SkIRect, fLeft), o1); 20 SK_COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5); 38 SkRect sk_rect = { SkIntToScalar(rect.left), SkIntToScalar(rect.top),
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
BorderImageLengthBox.h | 61 const BorderImageLength& bottom, const BorderImageLength& left) 62 : m_left(left) 69 const BorderImageLength& left() const { return m_left; } function in class:blink::BorderImageLengthBox
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
spectrum.css | 11 left: 5px; 20 padding-left: 2px; 35 left: 5px; 43 left: 5px; 83 left: 0; 93 left: -1px;
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
LayoutBoxExtent.h | 44 LayoutBoxExtent(LayoutUnit top, LayoutUnit right, LayoutUnit bottom, LayoutUnit left) 45 : m_top(top), m_right(right), m_bottom(bottom), m_left(left) { } 50 inline LayoutUnit left() const { return m_left; } function in class:blink::LayoutBoxExtent
|