HomeSort by relevance Sort by last modified time
    Searched defs:lp2 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/
malloc-sizeof.c 18 long *lp2 = malloc(5 * sizeof(double)); // expected-warning {{Result of 'malloc' is converted to a pointer of type 'long', which is incompatible with sizeof operand type 'double'}} local
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListItemFactory.java 259 final ViewGroup.LayoutParams lp2 = new LinearLayout.LayoutParams( local
264 ll.addView(t2, lp2);
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 297 final WindowManager.LayoutParams lp2 = d.getWindow().getAttributes(); local
299 lp2.height = ViewGroup.LayoutParams.WRAP_CONTENT;
300 lp2.width = ViewGroup.LayoutParams.WRAP_CONTENT;
305 d.addContentView(inflate3.inflate(R.layout.checkbox_layout, null), lp2);
    [all...]

Completed in 59 milliseconds