/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/ |
D | JvmtiTaggingTest.java | 80 private ArrayList<Object> l; field in JvmtiTaggingTest 159 int l = Math.max(l1, l2); in check() local 182 public GetTaggedObjectsExpectation add(Object o, long l) { in add() 200 Pair p = (Pair)obj; in equals() local 208 public int compareTo(Pair p) { in compareTo()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TableRowTest.java | 225 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() 236 ViewGroup.LayoutParams p) { in generateLayoutParams() 241 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | RelativeLayoutTest.java | 270 RelativeLayout.LayoutParams p = new RelativeLayout.LayoutParams(200, 300); in testGenerateLayoutParams2() local 333 RelativeLayout.LayoutParams p = new RelativeLayout.LayoutParams(0, 0); in testGetRule() local 403 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 408 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() 417 protected ViewGroup.LayoutParams generateLayoutParams(ViewGroup.LayoutParams p) { in generateLayoutParams()
|
D | TableLayoutTest.java | 636 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() 647 ViewGroup.LayoutParams p) { in generateLayoutParams() 652 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
D | GalleryTest.java | 271 ViewGroup.LayoutParams p = gallery.generateDefaultLayoutParams(); in testGenerateDefaultLayoutParams() local 357 protected boolean checkLayoutParams(ViewGroup.LayoutParams p) { in checkLayoutParams() 387 protected ViewGroup.LayoutParams generateLayoutParams(ViewGroup.LayoutParams p) { in generateLayoutParams() 411 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BundleTest.java | 81 Parcel p = Parcel.obtain(); in testEmptyStream() local 439 final long l = 1007; in testGetLong1() local 885 Parcel p = Parcel.obtain(); in testHasFileDescriptor() local 908 Parcel p = Parcel.obtain(); in testBundleLengthNotAlignedByFour() local 963 final Parcel p = Parcel.obtain(); in cloneBundleViaParcel() local
|
/cts/tests/tests/text/src/android/text/cts/ |
D | BoringLayoutTest.java | 354 private static Bitmap drawToBitmap(Layout l) { in drawToBitmap() 365 private static String textPaintToString(TextPaint p) { in textPaintToString()
|
D | TextUtilsTest.java | 99 TextPaint p = new TextPaint(); in getEllipsis() local 210 TextPaint p = new TextPaint(); in testCommaEllipsize() local 507 TextPaint p = new TextPaint(); in testEllipsize() local 564 final TextPaint p = new TextPaint(); in testEllipsize_emoji() local 583 TextPaint p = new TextPaint(); in testEllipsizeCallback() local 2040 Parcel p = Parcel.obtain(); in testWriteToParcel() local 2333 Locale l = Locale.forLanguageTag(tag); in testGetLayoutDirectionFromLocale() local
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 153 char *p; member 162 u8 *p; member 180 int parser_end(parser_t *p) { in parser_end() 184 void *parser_get(parser_t *p, u32 sz) { in parser_get() 195 u32 parse_u32(parser_t *p) { in parse_u32() 228 char *p = buf_alloc(b, sizeof(u32)); in buf_u32() local 233 char *p = buf_alloc(b, sizeof(u64)); in buf_u64() local 238 char *p = buf_alloc(b, sizeof(u64)); in buf_uintptr() local 444 parser_t *p = new_parser(); in recv_txn() local 924 void *p = (void*)((uintptr_t)clone & ~0xffful); in hook_clone() local [all …]
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewTest.java | 1383 String p = "<p style=\"height:" + dimension + "px;\">" + in testFindAll() local 1389 WaitForFindResultsListener l = new WaitForFindResultsListener(mWebView, "find", 2, true); in testFindAll() local 1405 String p = "<p style=\"height:" + dimension + "px;\">" + in testFindNext() local 1409 WaitForFindResultsListener l = new WaitForFindResultsListener(mWebView, "all", 2, true); in testFindNext() local 1531 String p = "<p style=\"height:" + dimension + "px;\">" + in testPageScroll() local 1622 final String p = "<p style=\"height:" + pageHeight in testGetContentHeight() local 1686 String p = "<p style=\"height:" + dimension + "px;" + in testFlingScroll() local 1935 final String p = "<p style=\"height:1000px;width:1000px\">Test setInitialScale.</p>"; in testSetInitialScale() local 2085 String p = "<p style=\"height:" + dimension + "px;width:" + dimension + "px\"> </p>"; in testRequestChildRectangleOnScreen() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 783 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 853 LayoutParams p = new LayoutParams(LayoutParams.WRAP_CONTENT, in testGenerateLayoutParams() local 893 Point p = new Point(); in testGetChildVisibleRect() local 2705 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 3013 public void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout() 3051 public boolean checkLayoutParams(LayoutParams p) { in checkLayoutParams() 3149 public LayoutParams generateLayoutParams(LayoutParams p) { in generateLayoutParams() 3464 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
|