HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 151 - 175 of 3812) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/resources/memory_internals/
snapshot_view.css 11 text-align: left;
20 margin-left: 1em;
24 border-left: 1px solid rgb(181, 198, 222);
29 border-left: 1px solid rgb(181, 198, 222);
  /external/chromium_org/third_party/WebKit/Source/core/css/
Rect.idl 25 readonly attribute CSSPrimitiveValue left;
Rect.h 35 CSSPrimitiveValue* left() const { return m_left.get(); } function in class:WebCore::RectBase
40 void setLeft(PassRefPtr<CSSPrimitiveValue> left) { m_left = left; }
85 return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText());
93 left()->customSerializeResolvingVariables(variables));
99 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left)
101 return "rect(" + top + ' ' + right + ' ' + bottom + ' ' + left + ')';
113 return generateCSSString(top()->cssText(), right()->cssText(), bottom()->cssText(), left()->cssText());
121 left()->customSerializeResolvingVariables(variables));
127 static String generateCSSString(const String& top, const String& right, const String& bottom, const String& left)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ClientRect.idl 32 readonly attribute float left;
  /external/guava/guava/src/com/google/common/collect/
UsingToStringOrdering.java 29 @Override public int compare(Object left, Object right) {
30 return left.toString().compareTo(right.toString());
  /external/wpa_supplicant_8/src/crypto/
aes-omac1.c 48 size_t i, e, left, total_len; local
58 left = total_len;
64 while (left >= AES_BLOCK_SIZE) {
73 if (left > AES_BLOCK_SIZE)
75 left -= AES_BLOCK_SIZE;
82 if (left || total_len == 0) {
83 for (i = 0; i < left; i++) {
91 cbc[left] ^= 0x80;
  /frameworks/base/core/java/android/view/
IMagnificationCallbacks.aidl 26 void onRectangleOnScreenRequested(int left, int top, int right, int bottom);
Gravity.java 32 /** Raw bit controlling how the left/top edge is placed. */
49 /** Push object to the left of its container, not changing its size. */
50 public static final int LEFT = (AXIS_PULL_BEFORE|AXIS_SPECIFIED)<<AXIS_X_SHIFT;
66 public static final int FILL_HORIZONTAL = LEFT|RIGHT;
85 * absolute LEFT/RIGHT).
115 public static final int START = RELATIVE_LAYOUT_DIRECTION | LEFT;
175 * @param xAdj Offset to apply to the X axis. If gravity is LEFT this
177 * the left; if gravity is CENTER_HORIZONTAL it pushes it to the
178 * right or left; otherwise it is ignored.
190 outRect.left = container.lef
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 22 float: left;
29 float: left;
30 padding-left: 2px;
34 float: left;
43 margin-left: 10px;
46 padding-left: 7px;
52 border-bottom-left-radius: 12px 12px;
56 border-top-left-radius: 12px 12px;
64 padding-left: 20px;
99 float: left;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/
options.css 22 float: left;
29 float: left;
30 padding-left: 2px;
34 float: left;
43 margin-left: 10px;
46 padding-left: 7px;
52 border-bottom-left-radius: 12px 12px;
56 border-top-left-radius: 12px 12px;
64 padding-left: 20px;
99 float: left;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_treecoder.c 48 unsigned int left, right; local
51 left = num_events[-tree[i] - tok0_offset];
53 left = convert_distribution(tree[i], tree, probs, branch_ct,
62 probs[i>>1] = get_binary_prob(left, right);
63 branch_ct[i>>1][0] = left;
65 return left + right;
  /hardware/qcom/display/msm8960/libtilerenderer/
tilerenderer.cpp 36 int left, int top,
46 if (!left && !right && !top && !bottom) {
47 left = 0;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
  /hardware/qcom/display/msm8x26/libtilerenderer/
tilerenderer.cpp 36 int left, int top,
46 if (!left && !right && !top && !bottom) {
47 left = 0;
53 if (!left && !right && !top && !bottom) {
59 int l = left, t = (height - bottom), w = (right - left), h = (bottom - top), preserve = 0;
  /external/chromium-trace/trace-viewer/src/tracing/
record_selection_dialog.css 16 border-left: 2px solid #ddd;
17 margin-left: 10px;
18 padding-left: 10px;
48 margin-left: 8px;
53 margin-left: 10px;
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.css 11 margin-left: auto;
15 border-left: solid 1px #ccc;
19 margin-left: 100px;
22 text-align: left;
25 text-align: left;
  /external/javassist/src/main/javassist/compiler/ast/
ASTList.java 25 private ASTree left; field in class:ASTList
29 left = _head;
34 left = _head;
42 public ASTree getLeft() { return left; }
46 public void setLeft(ASTree _left) { left = _left; }
55 public ASTree head() { return left; }
58 left = _head;
80 ASTree a = list.left;
129 if (list.left == oldObj) {
130 list.left = newObj
    [all...]
  /external/llvm/docs/_static/
llvm.css 15 border-collapse: collapse; margin-top: 1em; margin-left: 1em;
33 padding-left: 8pt;
38 h1, .doc_title, .title { text-align: left; font-size: 25pt }
44 text-align: left; font-size: 12pt;
53 .doc_author { text-align: left; font-weight: bold; padding-left: 20pt }
54 .doc_text { text-align: left; padding-left: 20pt; padding-right: 10pt }
56 .doc_footer { text-align: left; padding: 0 0 0 0 }
81 h2+div, h2+p {text-align: left; padding-left: 20pt; padding-right: 10pt;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventGeometry.java 48 public boolean computeEventRect(int date, int left, int top, int cellWidth, Event event) {
101 event.left = left + col * (colWidth + mCellMargin);
102 event.right = event.left + colWidth;
110 if (event.left < selection.right && event.right >= selection.left
121 float left = event.left; local
126 if (x >= left) {
155 // x < left
    [all...]
  /external/zlib/src/examples/
enough.c 120 left: number of available bit patterns at length len
126 left: 2..syms - 1, but only the evens (so syms == 8 -> 2, 4, 6)
129 syms == 2 is not saved since that immediately leads to a single code. left
132 left ends at syms-1 since left == syms immediately results in a single code.
133 (left > sym is not allowed since that would result in an incomplete code.)
151 to the num[] array as described above for the (syms, left, len) triplet.
199 len through max inclusive, coding syms symbols, with left bit patterns of
203 local big_t count(int syms, int len, int left)
213 if (syms == left)
406 int left; \/* number of unused bit patterns at this length *\/ local
    [all...]
gzjoin.c 81 unsigned left; /* bytes remaining at next */ member in struct:__anon30853
113 in->left = 0;
127 if (in->left != 0)
131 len = (long)read(in->fd, in->buf + in->left, CHUNK - in->left);
134 in->left += (unsigned)len;
135 } while (len != 0 && in->left < CHUNK);
140 #define bget(in) (in->left ? 0 : bload(in), \
141 in->left ? (in->left--, *(in->next)++) :
176 unsigned left; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
revisionHistory.css 37 padding-left: 0 !important;
41 padding-left: 0;
45 padding-left: 6px;
52 margin-left: 4px;
63 padding-left: 16px;
67 padding-left: 0;
77 padding-left: 16px;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
NFAFactory.java 85 NFAState s = alt.left;
119 NFAState left = newState(); local
121 left.associatedASTNode = associatedAST;
123 transitionBetweenStates(left, right, label);
124 StateCluster g = new StateCluster(left, right);
134 * what an alt block looks like, must have extra state on left.
137 NFAState left = newState(); local
139 left.associatedASTNode = associatedAST;
143 left.addTransition(e);
144 StateCluster g = new StateCluster(left, right)
164 NFAState left = newState(); local
235 NFAState left = newState(); local
247 NFAState left = newState(); local
265 NFAState left = newState(); local
279 NFAState left = newState(); local
417 NFAState left = newState(); local
511 NFAState left = newState(); local
672 NFAState left = newState(); local
    [all...]
  /external/libvpx/armv7a/
vp9_rtcd.h 39 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
42 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
45 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
48 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
51 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
54 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
57 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
60 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
63 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
66 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]
  /external/libvpx/generic/
vp9_rtcd.h 39 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
42 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
45 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
48 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
51 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
54 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
57 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
60 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
63 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
66 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]
  /external/libvpx/mips/
vp9_rtcd.h 39 void vp9_d207_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
42 void vp9_d45_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
45 void vp9_d63_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
48 void vp9_h_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
51 void vp9_d117_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
54 void vp9_d135_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
57 void vp9_d153_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
60 void vp9_v_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
63 void vp9_tm_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
66 void vp9_dc_predictor_4x4_c(uint8_t *dst, ptrdiff_t y_stride, const uint8_t *above, const uint8_t *left);
    [all...]

Completed in 767 milliseconds

1 2 3 4 5 67 8 91011>>