Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 21 of 21) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DTestReport.java84 xml.attribute(null, "report-version", Integer.toString(REPORT_VERSION)); in getContents()
85 xml.attribute(null, "creation-time", DATE_FORMAT.format(new Date())); in getContents()
88 xml.attribute(null, "version-name", Version.getVersionName(mContext)); in getContents()
89 xml.attribute(null, "version-code", Integer.toString(Version.getVersionCode(mContext))); in getContents()
94 xml.attribute(null, "board", Build.BOARD); in getContents()
95 xml.attribute(null, "brand", Build.BRAND); in getContents()
96 xml.attribute(null, "device", Build.DEVICE); in getContents()
97 xml.attribute(null, "display", Build.DISPLAY); in getContents()
98 xml.attribute(null, "fingerprint", Build.FINGERPRINT); in getContents()
99 xml.attribute(null, "id", Build.ID); in getContents()
[all …]
/cts/tests/tests/content/src/android/content/cts/util/
DXmlUtils.java265 out.attribute(null, "name", name); in writeMapXml()
328 out.attribute(null, "name", name); in writeListXml()
351 out.attribute(null, "name", name); in writeSetXml()
385 out.attribute(null, "name", name); in writeByteArrayXml()
389 out.attribute(null, "num", Integer.toString(N)); in writeByteArrayXml()
430 out.attribute(null, "name", name); in writeIntArrayXml()
434 out.attribute(null, "num", Integer.toString(N)); in writeIntArrayXml()
438 out.attribute(null, "value", Integer.toString(val[i])); in writeIntArrayXml()
469 out.attribute(null, "name", name); in writeLongArrayXml()
473 out.attribute(null, "num", Integer.toString(N)); in writeLongArrayXml()
[all …]
/cts/tests/tests/view/src/android/view/cts/util/
DXmlUtils.java238 out.attribute(null, "name", name); in writeMapXml()
300 out.attribute(null, "name", name); in writeListXml()
323 out.attribute(null, "name", name); in writeSetXml()
357 out.attribute(null, "name", name); in writeByteArrayXml()
361 out.attribute(null, "num", Integer.toString(N)); in writeByteArrayXml()
402 out.attribute(null, "name", name); in writeIntArrayXml()
406 out.attribute(null, "num", Integer.toString(N)); in writeIntArrayXml()
410 out.attribute(null, "value", Integer.toString(val[i])); in writeIntArrayXml()
441 out.attribute(null, "name", name); in writeLongArrayXml()
445 out.attribute(null, "num", Integer.toString(N)); in writeLongArrayXml()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/util/
DXmlUtils.java239 out.attribute(null, "name", name); in writeMapXml()
301 out.attribute(null, "name", name); in writeListXml()
324 out.attribute(null, "name", name); in writeSetXml()
358 out.attribute(null, "name", name); in writeByteArrayXml()
362 out.attribute(null, "num", Integer.toString(N)); in writeByteArrayXml()
403 out.attribute(null, "name", name); in writeIntArrayXml()
407 out.attribute(null, "num", Integer.toString(N)); in writeIntArrayXml()
411 out.attribute(null, "value", Integer.toString(val[i])); in writeIntArrayXml()
442 out.attribute(null, "name", name); in writeLongArrayXml()
446 out.attribute(null, "num", Integer.toString(N)); in writeLongArrayXml()
[all …]
/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java112 public static boolean contextHasAttributeWithValue(int attribute, int value) { in contextHasAttributeWithValue() argument
115 EGL14.eglGetCurrentContext(), attribute, values, 0); in contextHasAttributeWithValue() local
120 public static boolean surfaceHasAttributeWithValue(int attribute, int value) { in surfaceHasAttributeWithValue() argument
123 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW), attribute, values, 0); in surfaceHasAttributeWithValue() local
128 public static void setSurfaceAttribute(int attribute, int value) { in setSurfaceAttribute() argument
131 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW), attribute, value); in setSurfaceAttribute() local
372 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib() argument
375 if (egl.eglGetConfigAttrib(display, config, attribute, value)) { in findConfigAttrib()
/cts/tests/openglperf2/assets/vertex/
Dperspective17 attribute vec4 a_Position;
18 attribute vec3 a_Normal;
19 attribute vec2 a_TexCoordinate;
Dblur15 attribute vec4 a_Position;
16 attribute vec2 a_TexCoordinate;
Dbasic15 attribute vec4 a_Position;
16 attribute vec2 a_TexCoordinate;
Dwater17 attribute vec4 a_Position;
18 attribute vec2 a_TexCoordinate;
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java213 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib() argument
215 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { in findConfigAttrib()
305 int attribute = attributes[i]; in printConfig() local
307 if ( egl.eglGetConfigAttrib(display, config, attribute, value)) { in printConfig()
/cts/tests/tests/opengl/src/android/opengl/cts/
DEgl10Utils.java109 EGLConfig config, int attribute) { in findConfigAttrib() argument
111 if (egl.eglGetConfigAttrib(display, config, attribute, value)) { in findConfigAttrib()
DEglConfigGLSurfaceView.java317 int attribute = attributes[i]; in printConfig() local
319 if (egl.eglGetConfigAttrib(display, config, attribute, value)) { in printConfig()
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java339 private void assertNotInAttribute(String attribute, String badtype) throws Exception { in assertNotInAttribute() argument
340 Set<String> actualTypes = sepolicyAnalyzeGetTypesAssociatedWithAttribute(attribute); in assertNotInAttribute()
342 fail("Attribute " + attribute + " includes " + badtype); in assertNotInAttribute()
361 String attribute) throws Exception { in sepolicyAnalyzeGetTypesAssociatedWithAttribute() argument
367 attribute); in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
373 fail("sepolicy-analyze attribute " + attribute + " failed with error code " + errorCode in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
/cts/tools/vm-tests-tf/build/src/util/build/
DD8BuildStep.java26 import java.nio.file.attribute.BasicFileAttributes;
/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java982 public static String getAttributeValue(HtmlInfo info, String attribute) { in getAttributeValue() argument
984 if (pair.first.equals(attribute)) { in getAttributeValue()
994 public static void assertHasAttribute(HtmlInfo info, String attribute, String expectedValue) { in assertHasAttribute() argument
995 final String actualValue = getAttributeValue(info, attribute); in assertHasAttribute()
996 assertWithMessage("Attribute %s not found", attribute).that(actualValue).isNotNull(); in assertHasAttribute()
997 assertWithMessage("Wrong value for Attribute %s", attribute) in assertHasAttribute()
/cts/apps/CameraITS/build/scripts/
Dgpylint_rcfile16 disable=design,similarities,no-self-use,attribute-defined-outside-init,locally-disabled,star-args,p…
109 # Regular expression which should only match correct instance attribute names
118 # Regular expression which should only match correct attribute names in class
120 class-attribute-rgx=^(_?[A-Z][A-Z0-9_]*|__[a-z0-9_]+__|_?[a-z][a-z0-9_]*)$
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dshadertoy_shader.cpp86 attribute vec2 pos; in CreateShader()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java962 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib() argument
964 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) { in findConfigAttrib()
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java141 formats.attribute(null, MediaBitstreams.DYNAMIC_CONFIG_KEY, path); in run()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java66 import java.nio.file.attribute.BasicFileAttributes;
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale313 "register" attribute. Good compilers should be able to make good use