Home
last modified time | relevance | path

Searched refs:copies (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/gputools/layers/
DLICENSE_MIT5 sell copies of the Materials, and to permit persons to whom the Materials are
9 all copies or substantial portions of the Materials.
/cts/libs/helpers/interfaces/src/com/android/cts/helpers/
DICtsPrintHelper.java121 void setCopies(int copies); in setCopies() argument
/cts/helpers/default/src/com/android/cts/helpers/aosp/
DDefaultCtsPrintHelper.java288 UiObject copies = mDevice.findObject(new UiSelector().resourceId( in setCopies() local
290 copies.setText(Integer.valueOf(newCopies).toString()); in setCopies()
300 UiObject copies = mDevice.findObject(new UiSelector().resourceId( in getCopies() local
302 return Integer.parseInt(copies.getText()); in getCopies()
/cts/hostsidetests/sustainedperf/dhrystone/
DLICENSE.TXT21 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java1772 final Boolean[] copies = new Boolean[from.length]; in toBooleanArray() local
1774 copies[i] = from[i]; in toBooleanArray()
1776 return copies; in toBooleanArray()