/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/ |
D | TestReport.java | 84 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/ |
D | XmlUtils.java | 265 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/ |
D | XmlUtils.java | 238 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/ |
D | XmlUtils.java | 239 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/ |
D | OpenGLESActivity.java | 112 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/ |
D | perspective | 17 attribute vec4 a_Position; 18 attribute vec3 a_Normal; 19 attribute vec2 a_TexCoordinate;
|
D | blur | 15 attribute vec4 a_Position; 16 attribute vec2 a_TexCoordinate;
|
D | basic | 15 attribute vec4 a_Position; 16 attribute vec2 a_TexCoordinate;
|
D | water | 17 attribute vec4 a_Position; 18 attribute vec2 a_TexCoordinate;
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestView.java | 213 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/ |
D | Egl10Utils.java | 109 EGLConfig config, int attribute) { in findConfigAttrib() argument 111 if (egl.eglGetConfigAttrib(display, config, attribute, value)) { in findConfigAttrib()
|
D | EglConfigGLSurfaceView.java | 317 int attribute = attributes[i]; in printConfig() local 319 if (egl.eglGetConfigAttrib(display, config, attribute, value)) { in printConfig()
|
/cts/hostsidetests/security/src/android/security/cts/ |
D | SELinuxHostTest.java | 339 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/ |
D | D8BuildStep.java | 26 import java.nio.file.attribute.BasicFileAttributes;
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | Helper.java | 982 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/ |
D | gpylint_rcfile | 16 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/ |
D | shadertoy_shader.cpp | 86 attribute vec2 pos; in CreateShader()
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 962 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/ |
D | MediaBitstreamsDeviceSideTest.java | 141 formats.attribute(null, MediaBitstreams.DYNAMIC_CONFIG_KEY, path); in run()
|
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/ |
D | StagedInstallTest.java | 66 import java.nio.file.attribute.BasicFileAttributes;
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 313 "register" attribute. Good compilers should be able to make good use
|