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

1 2 3 4 5 6

  /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);
  /bionic/libm/src/
e_remainder.c 37 u_int32_t sx,lx,lp; local
41 EXTRACT_WORDS(hp,lp,p);
47 if((hp|lp)==0) return (x*p)/(x*p); /* p = 0 */
50 (((hp-0x7ff00000)|lp)!=0)))
55 if (((hx-hp)|(lx-lp))==0) return zero*x;
  /cts/tests/src/android/hardware/cts/
CameraStubActivity.java 37 ViewGroup.LayoutParams lp = mSurfaceView.getLayoutParams(); local
38 lp.width = LAYOUT_WIDTH;
39 lp.height = LAYOUT_HEIGHT;
40 mSurfaceView.setLayoutParams(lp);
  /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;
  /cts/tests/src/android/media/cts/
MediaStubActivity.java 36 ViewGroup.LayoutParams lp = surfaceV.getLayoutParams(); local
37 lp.width = WIDTH;
38 lp.height = HEIGHT;
39 surfaceV.setLayoutParams(lp);
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_MarginLayoutParamsTest.java 98 ViewGroup.LayoutParams lp = new ViewGroup.LayoutParams(320, 480); local
99 mMarginLayoutParams = new ViewGroup.MarginLayoutParams(lp);
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 37 WindowManager.LayoutParams lp = getWindow().getAttributes(); local
38 lp.token = token;
39 getWindow().setAttributes(lp);
77 WindowManager.LayoutParams lp = getWindow().getAttributes(); local
79 if (lp.gravity == Gravity.TOP || lp.gravity == Gravity.BOTTOM) {
80 return lp.height;
82 return lp.width;
96 WindowManager.LayoutParams lp = getWindow().getAttributes(); local
98 if (lp.gravity == Gravity.TOP || lp.gravity == Gravity.BOTTOM)
117 WindowManager.LayoutParams lp = getWindow().getAttributes(); local
134 WindowManager.LayoutParams lp = getWindow().getAttributes(); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
IncludeTest.java 75 final ViewGroup.LayoutParams lp = button1.getLayoutParams(); local
76 assertEquals("Included button should be 23dip x 23dip", 23, lp.width);
77 assertEquals("Included button should be 23dip x 23dip", 23, lp.height);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemsExpandOnSelection.java 46 final AbsListView.LayoutParams lp = new AbsListView.LayoutParams( local
49 result.setLayoutParams(lp);
  /packages/apps/Browser/src/com/android/browser/
Dots.java 46 LayoutParams lp = local
53 addView(dotView, lp);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationDisplay.java 59 RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams( local
62 lp.addRule(RelativeLayout.CENTER_IN_PARENT);
64 container.addView(button, lp);
MenuInflateFromXml.java 102 LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams( local
105 lp.setMargins(10, 10, 10, 10);
106 layout.addView(mInstructionsText, lp);
  /external/openssl/crypto/des/
qud_cksm.c 84 struct lp_st { int a:32; int b:32; } *lp; local
86 DES_LONG *lp; local
91 lp = (struct lp_st *) &(output[0])[0];
93 lp = (DES_LONG *) &(output[0])[0];
123 if (lp != NULL)
128 (*lp).a = z0;
129 (*lp).b = z1;
130 lp++;
132 *lp++ = z0;
133 *lp++ = z1
    [all...]
  /frameworks/base/core/java/android/widget/
ViewSwitcher.java 81 LayoutParams lp = (LayoutParams) child.getLayoutParams(); local
82 if (lp == null) {
83 lp = new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT);
85 addView(child, lp);
  /bionic/libc/unistd/
exec.c 136 int cnt, lp, ln, len; local
175 lp = 1;
177 lp = strlen(p);
185 if (lp + ln + 2 > (int)sizeof(buf)) {
191 iov[1].iov_len = lp;
197 bcopy(p, buf, lp);
198 buf[lp] = '/';
199 bcopy(name, buf + lp + 1, ln);
200 buf[lp + ln + 1] = '\0';
  /external/libvpx/vp8/common/arm/
reconintra4x4_arm.c 107 unsigned int lp[4]; local
108 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
109 lp[1] = (Left[0] + 2 * Left[1] + Left[2] + 2) >> 2;
110 lp[2] = (Left[1] + 2 * Left[2] + Left[3] + 2) >> 2;
111 lp[3] = (Left[2] + 2 * Left[3] + Left[3] + 2) >> 2;
117 predictor[c] = lp[r];
  /external/libvpx/vp8/common/
reconintra4x4.c 107 unsigned int lp[4]; local
108 lp[0] = (top_left + 2 * Left[0] + Left[1] + 2) >> 2;
109 lp[1] = (Left[0] + 2 * Left[1] + Left[2] + 2) >> 2;
110 lp[2] = (Left[1] + 2 * Left[2] + Left[3] + 2) >> 2;
111 lp[3] = (Left[2] + 2 * Left[3] + Left[3] + 2) >> 2;
117 predictor[c] = lp[r];
  /external/openssl/crypto/bn/
bn_print.c 109 BN_ULONG *bn_data=NULL,*lp; local
129 lp=bn_data;
143 *lp=BN_div_word(t,BN_DEC_CONV);
144 lp++;
146 lp--;
150 BIO_snprintf(p,BUF_REMAIN,BN_DEC_FMT1,*lp);
152 while (lp != bn_data)
154 lp--;
155 BIO_snprintf(p,BUF_REMAIN,BN_DEC_FMT2,*lp);
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
InflatedExpandableListView.java 67 AbsListView.LayoutParams lp = new AbsListView.LayoutParams( local
71 textView.setLayoutParams(lp);
  /system/core/sh/
show.c 75 struct nodelist *lp; local
103 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
104 shcmd(lp->n, fp);
105 if (lp->next)
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 96 final LinearLayout.LayoutParams lp local
98 lp.setMargins(10, 0, 10, 0);
99 lp.weight = 0.33f;
121 ll.addView(button, lp);
123 ll.addView(new View(context), lp);
129 ll.addView(button, lp);
131 ll.addView(new View(context), lp);
137 ll.addView(button, lp);
139 ll.addView(new View(context), lp);
158 final ViewGroup.LayoutParams lp = new AbsListView.LayoutParams local
198 final ViewGroup.LayoutParams lp = new AbsListView.LayoutParams( local
239 final AbsListView.LayoutParams lp = local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList1.java 113 AbsListView.LayoutParams lp = new AbsListView.LayoutParams( local
117 textView.setLayoutParams(lp);
  /external/bison/lib/
obstack.c 334 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */
337 lp = (h)->chunk;
341 while (lp != 0 && ((void *) lp >= obj || (void *) (lp)->limit < obj))
343 plp = lp->prev;
344 lp = plp;
346 return lp != 0;
358 register struct _obstack_chunk *lp; /* below addr of any objects in this chunk */
361 lp = h->chunk
333 register struct _obstack_chunk *lp; \/* below addr of any objects in this chunk *\/ variable in typeref:struct:_obstack_chunk
356 register struct _obstack_chunk *lp; \/* below addr of any objects in this chunk *\/ local
392 register struct _obstack_chunk* lp; local
    [all...]
  /external/grub/netboot/
misc.c 124 const long *lp = (const long *) dp; local
125 long h = *lp++;
128 dp = (const int *) lp;
174 const long *lp = (const long *) dp; local
176 u.l = *lp++;
177 dp = (const int *) lp;
  /external/jpeg/
ansi2knr.c 559 char *lp = NULL; local
579 if ( !level ) lp = p;
594 if ( lp )
595 writeblanks(lp + 1, rp);

Completed in 507 milliseconds

1 2 3 4 5 6