HomeSort by relevance Sort by last modified time
    Searched refs:lp (Results 26 - 50 of 725) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/google-breakpad/src/third_party/libdisasm/
x86_imm.c 10 int32_t *lp = (int32_t *) dest; local
32 *lp = *((int32_t *) buf);
42 uint32_t *lp = (uint32_t *) dest; local
64 *lp = *((uint32_t *) buf);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nds32/
ji-jr.d 16 0+000a <[^>]*> jral \$lp, \$r0
17 0+000e <[^>]*> ret \$lp
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
LZMA2Options.java 64 * Maximum value for lc + lp is 4.
135 private int lp; field in class:LZMA2Options
171 public LZMA2Options(int dictSize, int lc, int lp, int pb, int mode,
175 setLcLp(lc, lp);
205 lp = LP_DEFAULT;
286 * The sum of <code>lc</code> and <code>lp</code> is limited to 4.
291 * <code>lc</code> and <code>lp</code>
294 public void setLcLp(int lc, int lp) throws UnsupportedOptionsException {
295 if (lc < 0 || lp < 0 || lc > LC_LP_MAX || lp > LC_LP_MA
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewLogoPresenter.java 98 ViewGroup.LayoutParams lp = view.getLayoutParams(); local
99 vh.setSizeFromDrawableIntrinsic(lp.width == ViewGroup.LayoutParams.WRAP_CONTENT &&
100 lp.width == ViewGroup.LayoutParams.WRAP_CONTENT);
145 ViewGroup.LayoutParams lp = imageView.getLayoutParams(); local
146 lp.width = row.getImageDrawable().getIntrinsicWidth();
147 lp.height = row.getImageDrawable().getIntrinsicHeight();
151 if (lp.width > imageView.getMaxWidth()) {
152 maxScaleWidth = imageView.getMaxWidth() / (float) lp.width;
157 if (lp.height > imageView.getMaxHeight()) {
158 maxScaleHeight = imageView.getMaxHeight() / (float) lp.height
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
CustomLayout.java 99 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
100 if (lp.position == LayoutParams.POSITION_LEFT) {
102 child.getMeasuredWidth() + lp.leftMargin + lp.rightMargin);
103 } else if (lp.position == LayoutParams.POSITION_RIGHT) {
105 child.getMeasuredWidth() + lp.leftMargin + lp.rightMargin);
108 child.getMeasuredWidth() + lp.leftMargin + lp.rightMargin);
111 child.getMeasuredHeight() + lp.topMargin + lp.bottomMargin)
151 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
MessagingLinearLayout.java 109 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
110 lp.hide = true;
123 LayoutParams lp = (LayoutParams) getChildAt(i).getLayoutParams(); local
135 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin +
136 lp.bottomMargin + (first ? 0 : mSpacing));
141 lp.hide = false;
152 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
154 if (child.getVisibility() == GONE || lp.hide) {
174 child.getMeasuredWidth() + lp.leftMargin + lp.rightMargi
205 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
236 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 301 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
302 final int top = child.getTop() - lp.topMargin - mDividerHeight;
314 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
315 bottom = child.getBottom() + lp.bottomMargin;
329 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
332 position = child.getRight() + lp.rightMargin;
334 position = child.getLeft() - lp.leftMargin - mDividerWidth;
351 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
353 position = child.getLeft() - lp.leftMargin - mDividerWidth;
355 position = child.getRight() + lp.rightMargin
470 LinearLayoutCompat.LayoutParams lp = (LinearLayoutCompat.LayoutParams) child.getLayoutParams(); local
633 LinearLayoutCompat.LayoutParams lp = (LinearLayoutCompat.LayoutParams) child.getLayoutParams(); local
749 final LinearLayoutCompat.LayoutParams lp = (LinearLayoutCompat.LayoutParams) local
786 LinearLayoutCompat.LayoutParams lp = (LinearLayoutCompat.LayoutParams) child.getLayoutParams(); local
860 final LinearLayoutCompat.LayoutParams lp = local
899 LinearLayoutCompat.LayoutParams lp = ((LinearLayoutCompat.LayoutParams)child.getLayoutParams()); local
979 final LinearLayoutCompat.LayoutParams lp = (LinearLayoutCompat.LayoutParams) local
1129 final LinearLayoutCompat.LayoutParams lp = (LinearLayoutCompat.LayoutParams) local
1174 final LinearLayoutCompat.LayoutParams lp = local
1281 final LinearLayoutCompat.LayoutParams lp = local
1322 LinearLayoutCompat.LayoutParams lp = (LinearLayoutCompat.LayoutParams) child.getLayoutParams(); local
1468 final LinearLayoutCompat.LayoutParams lp = local
1581 final LinearLayoutCompat.LayoutParams lp = local
    [all...]
ActionMenuView.java 169 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
170 lp.leftMargin = lp.rightMargin = 0;
226 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
227 lp.expanded = false;
228 lp.extraPixels = 0;
229 lp.cellsUsed = 0;
230 lp.expandable = false;
231 lp.leftMargin = 0;
232 lp.rightMargin = 0
264 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
290 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
320 LayoutParams lp = (LayoutParams) getChildAt(0).getLayoutParams(); local
324 LayoutParams lp = ((LayoutParams) getChildAt(childCount - 1).getLayoutParams()); local
336 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
372 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
404 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
511 final LayoutParams lp = (LayoutParams) v.getLayoutParams(); local
527 final LayoutParams lp = (LayoutParams) v.getLayoutParams(); local
    [all...]
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 164 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
165 lp.leftMargin = lp.rightMargin = 0;
221 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
222 lp.expanded = false;
223 lp.extraPixels = 0;
224 lp.cellsUsed = 0;
225 lp.expandable = false;
226 lp.leftMargin = 0;
227 lp.rightMargin = 0
259 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
285 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
315 LayoutParams lp = (LayoutParams) getChildAt(0).getLayoutParams(); local
319 LayoutParams lp = ((LayoutParams) getChildAt(childCount - 1).getLayoutParams()); local
331 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
367 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
399 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
507 final LayoutParams lp = (LayoutParams) v.getLayoutParams(); local
523 final LayoutParams lp = (LayoutParams) v.getLayoutParams(); local
    [all...]
FrameLayout.java 186 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
188 child.getMeasuredWidth() + lp.leftMargin + lp.rightMargin);
190 child.getMeasuredHeight() + lp.topMargin + lp.bottomMargin);
193 if (lp.width == LayoutParams.MATCH_PARENT ||
194 lp.height == LayoutParams.MATCH_PARENT) {
224 final MarginLayoutParams lp = (MarginLayoutParams) child.getLayoutParams(); local
227 if (lp.width == LayoutParams.MATCH_PARENT) {
230 - lp.leftMargin - lp.rightMargin)
276 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardStatusBarView.java 87 MarginLayoutParams lp = (MarginLayoutParams) mMultiUserAvatar.getLayoutParams(); local
88 lp.width = lp.height = getResources().getDimensionPixelSize(
90 mMultiUserAvatar.setLayoutParams(lp);
92 lp = (MarginLayoutParams) mMultiUserSwitch.getLayoutParams();
93 lp.width = getResources().getDimensionPixelSize(
95 lp.setMarginEnd(getResources().getDimensionPixelSize(
97 mMultiUserSwitch.setLayoutParams(lp);
99 lp = (MarginLayoutParams) mSystemIconsSuperContainer.getLayoutParams();
100 lp.height = getResources().getDimensionPixelSize
172 RelativeLayout.LayoutParams lp = local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
atof-ieee.c 262 LITTLENUM_TYPE *lp;
440 lp = words;
472 *lp++ = word1;
482 *lp++ = 0;
487 *lp++ = 0;
490 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - (num_bits));
496 *lp++ = word1;
498 *lp++ = 0;
500 *lp++ = next_bits (LITTLENUM_NUMBER_OF_BITS - num_bits);
506 *lp++ = word1
260 LITTLENUM_TYPE *lp; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java 92 PagedViewCellLayout.LayoutParams lp = local
94 lp.setup(mCellWidth, mCellHeight, mWidthGap, mHeightGap,
98 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(lp.width,
100 int childheightMeasureSpec = MeasureSpec.makeMeasureSpec(lp.height,
121 PagedViewCellLayout.LayoutParams lp = local
123 minRowX = Math.min(minRowX, lp.x);
124 maxRowX = Math.max(maxRowX, lp.x + lp.width);
134 PagedViewCellLayout.LayoutParams lp = local
137 int childLeft = offsetX + lp.x
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
LinkPropertiesTest.java 247 private void assertAllRoutesHaveInterface(String iface, LinkProperties lp) {
248 for (RouteInfo r : lp.getRoutes()) {
260 LinkProperties lp = new LinkProperties(); local
262 assertTrue(lp.addRoute(r));
263 assertEquals(1, lp.getRoutes().size());
264 assertAllRoutesHaveInterface(null, lp);
267 assertFalse(lp.addRoute(r));
268 assertEquals(1, lp.getRoutes().size());
273 lp.addRoute(r);
274 fail("Adding wlan0 route to LP with no interface, expect exception")
370 LinkProperties lp = new LinkProperties(); local
457 LinkProperties lp = new LinkProperties(); local
    [all...]
  /external/ltrace/sysdeps/linux-gnu/arm/
regs.c 43 arm_get_register(struct process *proc, enum arm_register reg, uint32_t *lp)
49 *lp = (uint32_t)l;
54 arm_set_register(struct process *proc, enum arm_register reg, uint32_t lp)
57 (void *)(reg * 4L), (void *)lp);
62 uint32_t *lp)
64 if (arm_get_register(proc, reg, lp) < 0)
67 *lp += 8;
73 arch_addr_t pc_val, uint32_t *lp)
119 *lp = res & 0xffffffff;
regs.h 36 /* Write value of register REG to *LP. Return 0 on success or a
38 int arm_get_register(struct process *proc, enum arm_register reg, uint32_t *lp);
42 uint32_t *lp);
47 arch_addr_t pc, uint32_t *lp);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListViewHeight.java 62 ViewGroup.MarginLayoutParams lp;
63 lp = (ViewGroup.MarginLayoutParams) mInnerList.getLayoutParams();
64 lp.height = 200;
65 mInnerList.setLayoutParams(lp);
78 ViewGroup.MarginLayoutParams lp;
79 lp = (ViewGroup.MarginLayoutParams) mInnerList.getLayoutParams();
80 lp.height = lp.MATCH_PARENT;
81 mInnerList.setLayoutParams(lp);
  /packages/apps/Launcher3/src/com/android/launcher3/
InsettableFrameLayout.java 31 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
35 } else if (!lp.ignoreInsets) {
36 lp.topMargin += (newInsets.top - oldInsets.top);
37 lp.leftMargin += (newInsets.left - oldInsets.left);
38 lp.rightMargin += (newInsets.right - oldInsets.right);
39 lp.bottomMargin += (newInsets.bottom - oldInsets.bottom);
41 child.setLayoutParams(lp);
95 public LayoutParams(ViewGroup.LayoutParams lp) {
96 super(lp);
AppWidgetResizeFrame.java 101 LayoutParams lp; local
104 lp = new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT,
106 lp.leftMargin = handleMargin;
107 addView(mLeftHandle, lp);
111 lp = new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT,
113 lp.rightMargin = handleMargin;
114 addView(mRightHandle, lp);
118 lp = new LayoutParams(LayoutParams.WRAP_CONTENT, LayoutParams.WRAP_CONTENT,
120 lp.topMargin = handleMargin;
121 addView(mTopHandle, lp);
217 DragLayer.LayoutParams lp = (DragLayer.LayoutParams) getLayoutParams(); local
419 final DragLayer.LayoutParams lp = (DragLayer.LayoutParams) getLayoutParams(); local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
ViewLayoutUtils.java 49 final ViewGroup.LayoutParams lp = view.getLayoutParams(); local
50 if (lp instanceof MarginLayoutParams) {
51 final MarginLayoutParams marginLayoutParams = (MarginLayoutParams)lp;
75 final ViewGroup.LayoutParams lp = view.getLayoutParams(); local
76 if (lp instanceof LinearLayout.LayoutParams) {
77 final LinearLayout.LayoutParams params = (LinearLayout.LayoutParams)lp;
82 } else if (lp instanceof FrameLayout.LayoutParams) {
83 final FrameLayout.LayoutParams params = (FrameLayout.LayoutParams)lp;
90 + lp.getClass().getName());
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_remainder.c 38 u_int32_t sx,lx,lp; local
42 EXTRACT_WORDS(hp,lp,p);
48 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */
51 (((hp-0x7ff00000)|lp)!=0)))
56 if (((hx-hp)|(lx-lp))==0) return zero*x;
  /external/fdlibm/
e_remainder.c 40 unsigned sx,lx,lp; local
46 lp = __LO(p); /* low word of p */
52 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */
55 (((hp-0x7ff00000)|lp)!=0)))
60 if (((hx-hp)|(lx-lp))==0) return zero*x;
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
TestedFrameLayout.java 48 FullControlLayoutParams lp = (FullControlLayoutParams) recyclerView.getLayoutParams(); local
49 if (lp.wSpec == null && lp.hSpec == null) {
54 if (lp.wSpec != null) {
55 childWidthMeasureSpec = lp.wSpec;
56 } else if (lp.width == LayoutParams.MATCH_PARENT) {
58 - lp.leftMargin - lp.rightMargin);
62 lp.leftMargin + lp.rightMargin, lp.width)
    [all...]
  /external/skia/platform_tools/android/apps/visualbench/src/main/java/com/skia/
VisualBenchActivity.java 42 WindowManager.LayoutParams lp = getWindow().getAttributes(); local
43 lp.screenBrightness = 0; // 0f - no backlight
44 getWindow().setAttributes(lp);
  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
LinearLayoutTest.java 36 LayoutParams lp = new LayoutParams(WRAP_CONTENT, WRAP_CONTENT); local
37 lp.gravity = va | ha;
39 container.addView(v, lp);

Completed in 1040 milliseconds

12 3 4 5 6 7 8 91011>>