| /cts/tests/tests/apache-http/src/android/net/http/cts/ |
| D | SslErrorTest.java | 37 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); in testHasError() local 43 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); in testAddError() local 50 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); in testAddErrorIgnoresInvalidValues() local 56 SslError error = new SslError(42, mCertificate); in testConstructorIgnoresInvalidValues() local 61 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); in testGetPrimaryError() local 67 SslError error = new SslError(42, mCertificate); in testGetPrimaryErrorWithEmptySet() local 72 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate, "foo"); in testGetUrl() local 77 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); in testGetUrlWithDeprecatedConstructor() local 82 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); in testGetCertificate() local
|
| /cts/tests/tests/opengl/src/android/opengl/cts/ |
| D | NativeAttachShaderTest.java | 52 int error = mActivity.mRenderer.mAttachShaderError; in test_glAttachedShaders_validshader() local 66 int error = mActivity.mRenderer.mAttachShaderError; in test_glAttachedShaders_invalidshader() local 80 int error = mActivity.mRenderer.mAttachShaderError; in test_glAttachedShaders_attach_same_shader() local 97 int error = mActivity.mRenderer.mAttachShaderError; in test_glAttachedShaders_noshader() local 110 int error = mActivity.mRenderer.mAttachShaderError;; in test_glAttachShaders_emptyfragshader_emptyvertexshader() local 123 int error = mActivity.mRenderer.mAttachShaderError; in test_glAttachShaders_programobject_attach_fragshaderobject() local 130 int error = mActivity.mRenderer.mAttachShaderError; in test_glAttachShaders_invalidshader_attach_valid_handle() local 138 int error = mActivity.mRenderer.mAttachShaderError; in test_glAttachShaders_successfulcompile_attach_frag() local 144 int error = mActivity.mRenderer.mAttachShaderError; in test_glAttachShaders_successfulcompile_attach_vert() local
|
| D | AttachShaderTest.java | 51 int error = mActivity.glGetError(); in test_glAttachedShaders_validshader() local 99 int error = mActivity.glGetError(); in test_glAttachedShaders_noshader() local 113 int error = mActivity.glGetError(); in test_glAttachShaders_emptyfragshader_emptyvertexshader() local 128 int error = mActivity.glGetError(); in test_glAttachShaders_programobject_attach_fragshaderobject() local 134 int error = mActivity.glGetError(); in test_glAttachShaders_invalidshader_attach_valid_handle() local 140 int error = mActivity.glGetError(); in test_glAttachShaders_successfulcompile_attach_frag() local 146 int error = mActivity.glGetError(); in test_glAttachShaders_successfulcompile_attach_vert() local
|
| D | Egl14Utils.java | 109 int error = EGL14.eglGetError(); in destroyEglContext() local 122 int error; in releaseAndTerminate() local 180 int error; in retrieveCapableTextureSize() local
|
| /cts/tests/tests/graphics/jni/ |
| D | android_graphics_cts_VulkanFeaturesTest.cpp | 55 std::string error ("There was a failure from vpGetinstanceProfileSupport:\n" in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport() local 60 std::string error ("There was a failure from vpGetinstanceProfileSupport:\n" in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport() local 92 std::string error("There was a failure from vpCreateInstance:\n" in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport() local 101 std::string error("There was a failure from vkEnumeratePhysicalDevices:\n" in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport() local 110 std::string error("There was a failure from vkEnumeratePhysicalDevices (2):\n" in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport() local 131 std::string error("There was a failure from vpGetPhysicalDeviceProfileSupport:\n" in android_graphics_cts_VulkanFeaturesTest_nativeGetABPSupport() local 152 std::string error ("There was a failure from vpGetinstanceProfileSupport:\n" in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport() local 157 std::string error ("There was a failure from vpGetinstanceProfileSupport:\n" in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport() local 189 std::string error("There was a failure from vpCreateInstance:\n" in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport() local 198 std::string error("There was a failure from vkEnumeratePhysicalDevices:\n" in android_graphics_cts_VulkanFeaturesTest_nativeGetABPCpuOnlySupport() local [all …]
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | EGL15Test.java | 72 int error; in setup() local 166 int error = EGL14.eglGetError(); in testEGL15SyncFence() local 313 int error = EGL14.eglGetError(); in testEGL15GetSyncType() local 350 int error = EGL14.eglGetError(); in testEGL15WaitSync() local 379 int error; in testEGL15CreateImage() local 446 int error; in testEGL15CreateDebugContext() local
|
| D | EGL14Test.java | 52 int error; in setup() local 127 int error; in teardown() local
|
| /cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/ |
| D | GetWalletCardsErrorTest.java | 50 GetWalletCardsError error = new GetWalletCardsError(icon, "error"); in testParcel_toParcel() local 62 GetWalletCardsError error = new GetWalletCardsError(null, "error"); in testParcel_withNullIcon_toParcel() local 74 GetWalletCardsError error = new GetWalletCardsError(null, null); in testParcel_withNullIconAndMessage_toParcel() local
|
| /cts/tests/tests/os/src/android/os/cts/ |
| D | SecurityPatchTest.java | 45 String error = String.format(SECURITY_PATCH_ERROR, buildSecurityPatch); in testSecurityPatchFound() local 55 String error = String.format(SECURITY_PATCH_ERROR, buildSecurityPatch); in testSecurityPatchFormat() local 75 String error = String.format(SECURITY_PATCH_DATE_ERROR, in testSecurityPatchDate() local
|
| /cts/tests/vr/src/android/vr/cts/ |
| D | VrExtensionBehaviorTest.java | 61 int error = mActivity.glGetError(); in testProtectedContent() local 85 int error = mActivity.glGetError(); in testProtectedTextures() local 134 int error = mActivity.glGetError(); in testMutableRenderBuffer() local 218 int error = mActivity.glGetError(); in runContextPriorityTest() local
|
| /cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
| D | PackageTest.java | 42 String error = truncateError(out); in testSinglePackage() local 56 String error = truncateError(out); in testSinglePackage() local 72 String error = truncateError(out); in testMultiplePackages() local
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/ |
| D | ScreenPinningTestActivity.java | 64 protected void error(int errorId) { in error() method in ScreenPinningTestActivity 68 private void error(final int errorId, final Throwable cause) { in error() method in ScreenPinningTestActivity
|
| /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
| D | ICrossUserService.aidl | 20 void onEnabledCalled(String error); in onEnabledCalled()
|
| /cts/tests/signature/api-check/src/jni/ |
| D | classdescriptors.cpp | 107 jvmtiError error = get_descriptor_list(jvmti_env, loader, &cnt, &classes); in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassloaderDescriptors() local 162 jvmtiError error; in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassMemberNamesAndTypes() local 176 std::string error = ss.str(); in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassMemberNamesAndTypes() local 200 std::string error = ss.str(); in Java_android_signature_cts_api_BootClassPathClassesProvider_getClassMemberNamesAndTypes() local
|
| /cts/tests/tests/opengl/libopengltest/ |
| D | attach_shader_nine.cpp | 30 GLint error = glGetError(); in attachShaderNine() local
|
| D | attach_shader_eight.cpp | 31 GLint error = glGetError(); in attachShaderEight() local
|
| D | attach_shader_three.cpp | 40 GLint error = glGetError(); in attachShaderThree() local
|
| D | attach_shader_seven.cpp | 34 GLint error = glGetError(); in attachShaderSeven() local
|
| D | attach_shader_six.cpp | 34 GLint error = glGetError(); in attachShaderSix() local
|
| D | color_one.cpp | 81 GLint error = glGetError(); in initColorOne() local 126 for (GLint error = glGetError(); error; error in checkGlError() local
|
| D | attach_shader_four.cpp | 36 GLint error = glGetError(); in attachShaderFour() local
|
| D | attach_shader_two.cpp | 42 GLint error = glGetError(); in attachShaderTwo() local
|
| /cts/hostsidetests/packagemanager/parsing/processing/api/src/android/content/pm/parsing/cts/generator/api/ |
| D | ApkGenerator.kt | 66 val error = device.installPackage(apkFile, false, "--bypass-low-target-sdk-block") in <lambda>() constant 104 val error: String, in <lambda>() constant in android.content.pm.parsing.cts.generator.api.ApkGenerator.InstallResult
|
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2023-21261/ |
| D | poc.cpp | 38 FT_Error error = FT_Init_FreeType(&library); in main() local
|
| /cts/tests/tests/telephony/current/src/android/telephony/satellite/cts/ |
| D | SatelliteManagerTestBase.java | 628 LinkedBlockingQueue<Integer> error = new LinkedBlockingQueue<>(1); in provisionSatellite() local 649 LinkedBlockingQueue<Integer> error = new LinkedBlockingQueue<>(1); in deprovisionSatellite() local 695 Integer error = errorCode.get(); in isSatelliteProvisioned() local 736 Integer error = errorCode.get(); in isSatelliteEnabled() local 776 Integer error = errorCode.get(); in isSatelliteDemoModeEnabled() local 789 LinkedBlockingQueue<Integer> error = new LinkedBlockingQueue<>(1); in requestSatelliteEnabled() local 804 LinkedBlockingQueue<Integer> error = new LinkedBlockingQueue<>(1); in requestSatelliteEnabled() local 820 LinkedBlockingQueue<Integer> error = new LinkedBlockingQueue<>(1); in requestSatelliteEnabledForDemoMode() local 836 LinkedBlockingQueue<Integer> error = new LinkedBlockingQueue<>(1); in requestSatelliteEnabled() local 878 Integer error = errorCode.get(); in isSatelliteSupported() local
|