/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | concat_float16_2.mod.py | 21 row2 = 40 variable 23 output_row = row1 + row2 26 input2 = Input("input2", "TENSOR_FLOAT16", "{%d, %d}" % (row2, col)) # input tensor 2 33 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
|
/frameworks/ml/nn/runtime/test/specs/V1_0/ |
D | concat_float_2.mod.py | 21 row2 = 40 variable 23 output_row = row1 + row2 26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row2, col)) # input tensor 2 33 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
|
D | concat_quant8_2.mod.py | 21 row2 = 40 variable 23 output_row = row1 + row2 26 input2 = Input("input2", "TENSOR_QUANT8_ASYMM", "{%d, %d}, 0.5f, 0" % (row2, col)) 33 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MultiLayersActivity.java | 41 LinearLayout row2 = new LinearLayout(this); in onCreate() local 42 row2.setOrientation(LinearLayout.HORIZONTAL); in onCreate() 43 grid.addView(row2, new LinearLayout.LayoutParams( in onCreate() 51 row2.addView(new LayerView(this, 0x0f0000ff), new LinearLayout.LayoutParams( in onCreate() 53 row2.addView(new LayerView(this, 0xffffff00), new LinearLayout.LayoutParams( in onCreate()
|
/frameworks/ml/nn/runtime/test/specs/V1_1/ |
D | concat_float_2_relaxed.mod.py | 21 row2 = 40 variable 23 output_row = row1 + row2 26 input2 = Input("input2", "TENSOR_FLOAT32", "{%d, %d}" % (row2, col)) # input tensor 2 34 input2_values = (lambda s1 = row1 * col, s2 = row2 * col:
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
D | AddColumnTest.java | 63 TableRow row2 = (TableRow) mTable.getChildAt(1); in testWidths() local 65 assertTrue(row1.getChildCount() < row2.getChildCount()); in testWidths() 68 assertEquals(row2.getChildAt(i).getWidth(), row1.getChildAt(i).getWidth()); in testWidths()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationDataTest.java | 151 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow(); in testAllRelevantNotisTaggedWithAppOps() local 152 mNotificationData.add(row2.getEntry()); in testAllRelevantNotisTaggedWithAppOps() 166 NotificationTestHelper.PKG, row2.getEntry().key, true); in testAllRelevantNotisTaggedWithAppOps() 171 assertTrue(row2.getEntry().key + " doesn't have op " + op, in testAllRelevantNotisTaggedWithAppOps() 172 mNotificationData.get(row2.getEntry().key).mActiveAppOps.contains(op)); in testAllRelevantNotisTaggedWithAppOps() 181 ExpandableNotificationRow row2 = new NotificationTestHelper(getContext()).createRow(); in testAppOpsRemoval() local 182 mNotificationData.add(row2.getEntry()); in testAppOpsRemoval() 190 NotificationTestHelper.PKG, row2.getEntry().key, true); in testAppOpsRemoval() 195 NotificationTestHelper.PKG, row2.getEntry().key, false); in testAppOpsRemoval() 199 assertTrue(row2.getEntry().key + " doesn't have op " + OP_CAMERA, in testAppOpsRemoval() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/ |
D | ListGridLayoutTest.java | 253 ViewGroup row2 = mListGridLayout.getSublist(1); in testRemoveAllItems() local 254 row2.setVisibility(View.VISIBLE); in testRemoveAllItems() 262 row2.addView(item2); in testRemoveAllItems() 266 assertEquals(1, row2.getChildCount()); in testRemoveAllItems() 273 assertEquals(0, row2.getChildCount()); in testRemoveAllItems() 274 assertEquals(View.GONE, row2.getVisibility()); in testRemoveAllItems()
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
D | BiDiTestGridLayoutCodeRtl.java | 70 Spec row2 = spec(1); in create() local 95 layout.addView(c, new GridLayout.LayoutParams(row2, col1b)); in create()
|
D | BiDiTestGridLayoutCodeLtr.java | 70 Spec row2 = spec(1); in create() local 95 layout.addView(c, new GridLayout.LayoutParams(row2, col1b)); in create()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPINView.java | 87 mRow2 = findViewById(R.id.row2); in onFinishInflate()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 3120 ViewGroup row2 = (ViewGroup) mLayoutInflater.inflate(R.layout.chooser_row, 3123 parentGroup.addView(row2); 3126 Lists.newArrayList(row1, row2), getMaxTargetsPerRow());
|