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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/compat/jellybean-mr1/android/support/v4/view/
MarginLayoutParamsCompatJellybeanMr1.java 23 public static int getMarginStart(ViewGroup.MarginLayoutParams lp) {
24 return lp.getMarginStart();
27 public static int getMarginEnd(ViewGroup.MarginLayoutParams lp) {
28 return lp.getMarginEnd();
31 public static void setMarginStart(ViewGroup.MarginLayoutParams lp, int marginStart) {
32 lp.setMarginStart(marginStart);
35 public static void setMarginEnd(ViewGroup.MarginLayoutParams lp, int marginEnd) {
36 lp.setMarginEnd(marginEnd);
39 public static boolean isMarginRelative(ViewGroup.MarginLayoutParams lp) {
40 return lp.isMarginRelative()
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
lp.s 1 .version 545lp
  /frameworks/base/core/tests/coretests/src/android/preference/
ListPreferenceTest.java 26 ListPreference lp = new ListPreference(getContext()); local
27 lp.setEntries(entries);
28 lp.setEntryValues(entryValues);
30 lp.setValue(entryValues[1]);
31 assertTrue(lp.getSummary() == null);
33 lp.setSummary("%1$s");
34 assertEquals(entries[1], lp.getSummary());
36 lp.setValue(entryValues[2]);
37 assertEquals(entries[2], lp.getSummary());
39 lp.setSummary(null)
    [all...]
  /frameworks/support/compat/java/android/support/v4/view/
MarginLayoutParamsCompat.java 29 int getMarginStart(ViewGroup.MarginLayoutParams lp);
30 int getMarginEnd(ViewGroup.MarginLayoutParams lp);
31 void setMarginStart(ViewGroup.MarginLayoutParams lp, int marginStart);
32 void setMarginEnd(ViewGroup.MarginLayoutParams lp, int marginEnd);
33 boolean isMarginRelative(ViewGroup.MarginLayoutParams lp);
34 int getLayoutDirection(ViewGroup.MarginLayoutParams lp);
35 void setLayoutDirection(ViewGroup.MarginLayoutParams lp, int layoutDirection);
36 void resolveLayoutDirection(ViewGroup.MarginLayoutParams lp, int layoutDirection);
42 public int getMarginStart(ViewGroup.MarginLayoutParams lp) {
43 return lp.leftMargin
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_surface.c 52 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
54 boolean changed = !util_framebuffer_state_equal(&lp->framebuffer, fb);
61 util_copy_framebuffer_state(&lp->framebuffer, fb);
64 pipe_surface_reference(&lp->framebuffer.zsbuf, NULL);
68 if (lp->framebuffer.zsbuf) {
71 depth_bits = util_format_get_component_bits(lp->framebuffer.zsbuf->format,
80 lp->mrd = mrd;
81 draw_set_mrd(lp->draw, mrd);
84 lp_setup_bind_framebuffer( lp->setup, &lp->framebuffer )
    [all...]
lp_draw_arrays.c 55 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
56 struct draw_context *draw = lp->draw;
60 if (!llvmpipe_check_render_cond(lp))
63 if (lp->dirty)
64 llvmpipe_update_derived( lp );
69 for (i = 0; i < lp->num_vertex_buffers; i++) {
70 const void *buf = lp->vertex_buffer[i].user_buffer;
72 buf = llvmpipe_resource_data(lp->vertex_buffer[i].buffer);
78 mapped_indices = lp->index_buffer.user_buffer;
80 mapped_indices = llvmpipe_resource_data(lp->index_buffer.buffer)
    [all...]
lp_surface.h 39 llvmpipe_init_surface_functions(struct llvmpipe_context *lp);
lp_state_so.c 56 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
59 lp->so = lp_so;
61 lp->dirty |= LP_NEW_SO;
64 draw_set_so_state(lp->draw, &lp_so->base);
79 struct llvmpipe_context *lp = llvmpipe_context(pipe); local
87 lp->dirty |= LP_NEW_SO_BUFFERS;
95 lp->so_target.num_buffers = 0;
96 draw_set_mapped_so_buffers(lp->draw, 0, 0);
100 lp->so_target.buffer[i] = res;
101 lp->so_target.offset[i] = offsets[i]
    [all...]
  /device/google/dragon/audio/hal/dsp/
crossover2.c 25 * data0 --+-- lp --> data0
31 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count,
35 float32x4_t x1 = {lp->x1L, hp->x1L, lp->x1R, hp->x1R};
36 float32x4_t x2 = {lp->x2L, hp->x2L, lp->x2R, hp->x2R};
37 float32x4_t y1 = {lp->y1L, hp->y1L, lp->y1R, hp->y1R};
38 float32x4_t y2 = {lp->y2L, hp->y2L, lp->y2R, hp->y2R}
    [all...]
crossover.c 29 * data0 --+-- lp --> data0
33 static void lr4_split(struct lr4 *lp, struct lr4 *hp, int count, float *data0,
36 float lx1 = lp->x1;
37 float lx2 = lp->x2;
38 float ly1 = lp->y1;
39 float ly2 = lp->y2;
40 float lz1 = lp->z1;
41 float lz2 = lp->z2;
42 float lb0 = lp->b0;
43 float lb1 = lp->b1
    [all...]
  /external/mksh/src/
lalloc.c 46 void *lp; local
57 *lpp = (lp = ptr - ALLOC_SIZE);
59 while (ap->next != lp)
87 ALLOC_ITEM *lp = NULL; local
93 pp = findptr(&lp, ptr, ap);
94 pp->next = lp->next;
98 (lp = remalloc(lp, numb + ALLOC_SIZE)) == NULL
100 || ALLOC_ISUNALIGNED(lp)
105 lp->next = ap->next
115 ALLOC_ITEM *lp, *pp; local
128 ALLOC_ITEM *lp; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
decoder_interpolate_lsf.c 39 int16_t lp[LPC_FILTERORDER + 1], *lsfdeq2; local
47 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, (*iLBCdec_inst).lsfdeqold, lsfdeq,
49 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length);
50 WebRtcIlbcfix_BwExpand(weightdenum, lp, (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_length);
56 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, lsfdeq, lsfdeq2,
58 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos,lp,lp_length);
59 WebRtcIlbcfix_BwExpand(weightdenum + pos, lp,
67 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, iLBCdec_inst->lsfdeqold, lsfdeq,
69 WEBRTC_SPL_MEMCPY_W16(syntdenum+pos,lp,lp_length);
70 WebRtcIlbcfix_BwExpand(weightdenum+pos, lp,
    [all...]
simple_interpolate_lsf.c 50 int16_t lp[LPC_FILTERORDER + 1]; local
61 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq,
64 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length);
67 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf,
70 WebRtcIlbcfix_BwExpand(weightdenum, lp,
81 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeq, lsfdeq2,
84 WEBRTC_SPL_MEMCPY_W16(syntdenum + pos, lp, lp_length);
87 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsf, lsf2,
90 WebRtcIlbcfix_BwExpand(weightdenum + pos, lp,
107 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq
    [all...]
  /development/apps/Development/src/com/android/development/
PointerLocation.java 36 WindowManager.LayoutParams lp = getWindow().getAttributes(); local
37 lp.screenBrightness = 1.0f;
38 getWindow().setAttributes(lp);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiLayoutParams.java 64 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) vp.getLayoutParams(); local
65 lp.height = mEmojiKeyboardHeight;
66 lp.bottomMargin = mEmojiPagerBottomMargin;
67 vp.setLayoutParams(lp);
71 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) v.getLayoutParams(); local
72 lp.height = mEmojiCategoryPageIdViewHeight;
73 v.setLayoutParams(lp);
81 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) ll.getLayoutParams(); local
82 lp.height = getActionBarHeight();
83 ll.setLayoutParams(lp);
87 final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) v.getLayoutParams(); local
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 50 WindowManager.LayoutParams lp = getWindow().getAttributes(); local
51 lp.token = token;
52 getWindow().setAttributes(lp);
112 WindowManager.LayoutParams lp = getWindow().getAttributes(); local
113 lp.gravity = gravity;
114 updateWidthHeight(lp);
115 getWindow().setAttributes(lp);
122 private void updateWidthHeight(WindowManager.LayoutParams lp) {
123 if (lp.gravity == Gravity.TOP || lp.gravity == Gravity.BOTTOM)
169 WindowManager.LayoutParams lp = getWindow().getAttributes(); local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
DialogViewAnimator.java 57 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
58 final boolean matchWidth = lp.width == LayoutParams.MATCH_PARENT;
59 final boolean matchHeight = lp.height == LayoutParams.MATCH_PARENT;
72 + lp.leftMargin + lp.rightMargin);
78 + lp.topMargin + lp.bottomMargin);
110 final MarginLayoutParams lp = (MarginLayoutParams) child.getLayoutParams(); local
113 if (lp.width == LayoutParams.MATCH_PARENT) {
116 - lp.leftMargin - lp.rightMargin
    [all...]
  /frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
CustomLayout.java 44 CustomLayout.LayoutParams lp = (CustomLayout.LayoutParams) child.getLayoutParams(); local
45 child.layout(lp.mLeft, lp.mTop, lp.mRight, lp.mBottom);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
lp.s 0 # lp test
5 lp text_label
34 lp.d text_label
35 lp.nd text_label
36 lp.jd text_label
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 64 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); local
66 if ((lp.cellX <= x) && (x < lp.cellX + lp.cellHSpan) &&
67 (lp.cellY <= y) && (y < lp.cellY + lp.cellVSpan)) {
84 final CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); local
86 canvas.drawRect(lp.x, lp.y, lp.x + lp.width, lp.y + lp.height, p)
117 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); local
140 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
obstack.c 307 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */
310 lp = (h)->chunk;
314 while (lp != 0 && ((POINTER) lp >= obj || (POINTER) (lp)->limit < obj))
316 plp = lp->prev;
317 lp = plp;
319 return lp != 0;
334 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */
337 lp = h->chunk
306 register struct _obstack_chunk *lp; \/* below addr of any objects in this chunk *\/ local
332 register struct _obstack_chunk *lp; \/* below addr of any objects in this chunk *\/ local
364 register struct _obstack_chunk *lp; \/* below addr of any objects in this chunk *\/ local
394 register struct _obstack_chunk* lp; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 68 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); local
70 if ((lp.cellX <= x) && (x < lp.cellX + lp.cellHSpan) &&
71 (lp.cellY <= y) && (y < lp.cellY + lp.cellVSpan)) {
94 public void setupLp(CellLayout.LayoutParams lp) {
95 lp.setup(mCellWidth, mCellHeight, mWidthGap, mHeightGap, invertLayoutHorizontally(),
124 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams() local
159 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams(); local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java 117 LayoutParams lp = (BoxInsetLayout.LayoutParams) child.getLayoutParams(); local
124 if ((lp.boxedEdges & LayoutParams.BOX_LEFT) == 0) {
125 marginLeft = lp.leftMargin;
127 if ((lp.boxedEdges & LayoutParams.BOX_RIGHT) == 0) {
128 marginRight = lp.rightMargin;
130 if ((lp.boxedEdges & LayoutParams.BOX_TOP) == 0) {
131 marginTop = lp.topMargin;
133 if ((lp.boxedEdges & LayoutParams.BOX_BOTTOM) == 0) {
134 marginBottom = lp.bottomMargin;
138 marginLeft = lp.leftMargin
178 final LayoutParams lp = (BoxInsetLayout.LayoutParams) child.getLayoutParams(); local
255 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
    [all...]
  /external/bison/lib/
obstack.c 322 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */
325 lp = (h)->chunk;
329 while (lp != 0 && ((void *) lp >= obj || (void *) (lp)->limit < obj))
331 plp = lp->prev;
332 lp = plp;
334 return lp != 0;
346 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */
349 lp = h->chunk
321 register struct _obstack_chunk *lp; \/* below addr of any objects in this chunk *\/ variable in typeref:struct:_obstack_chunk
344 register struct _obstack_chunk *lp; \/* below addr of any objects in this chunk *\/ local
380 register struct _obstack_chunk* lp; local
    [all...]
  /cts/tests/camera/src/android/hardware/cts/
CameraCtsActivity.java 37 ViewGroup.LayoutParams lp = mSurfaceView.getLayoutParams(); local
38 lp.width = LAYOUT_WIDTH;
39 lp.height = LAYOUT_HEIGHT;
40 mSurfaceView.setLayoutParams(lp);

Completed in 1565 milliseconds

1 2 3 4 5 6 7 8 91011>>