Home
last modified time | relevance | path

Searched refs:fails (Results 1 – 25 of 32) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/
DAAAPlusPlusVerifySysuiRequiredTestPropertiesTest.java78 ArrayList<String> fails = new ArrayList<>(); in testAllClassInheritance() local
92 fails.add(cls.getName() + " does not have size annotation, such as @SmallTest"); in testAllClassInheritance()
95 fails.add(cls.getName() + " does not extend any of " + getClsStr()); in testAllClassInheritance()
100 fails, is(empty())); in testAllClassInheritance()
/frameworks/opt/bitmap/src/com/android/bitmap/util/
DInputStreamBuffer.java203 int fails = 0; in advanceTo() local
208 fails++; in advanceTo()
213 if (fails >= 5) { in advanceTo()
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DInputStreamBuffer.java203 int fails = 0; in advanceTo() local
208 fails++; in advanceTo()
213 if (fails >= 5) { in advanceTo()
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoOutput/
DAndroid.bp38 …enabled: false, // TODO: This module depends on domaingeneratorpolicyrule_gen, which fails to build
52 enabled: false, // TODO: This module fails to build
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/SettingsNoInput/
DAndroid.bp38 …enabled: false, // TODO: This module depends on domaingeneratorpolicyrule_gen, which fails to build
52 enabled: false, // TODO: This module fails to build
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Car/
DAndroid.bp60 …enabled: false, // TODO: This module depends on domaingeneratorpolicyrule_gen, which fails to build
75 enabled: false, // TODO: This module fails to build
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/CarEmu/
DAndroid.bp61 …enabled: false, // TODO: This module depends on domaingeneratorpolicyrule_gen, which fails to build
76 enabled: false, // TODO: This module fails to build
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Phone/
DAndroid.bp60 …enabled: false, // TODO: This module depends on domaingeneratorpolicyrule_gen, which fails to build
75 enabled: false, // TODO: This module fails to build
/frameworks/base/graphics/java/android/
Dframework_graphics.aconfig24 description: "Return null when decode from URI fails in Icon.loadDrawable()"
/frameworks/opt/telephony/flags/
Dcalling.aconfig18 …description: "Used in DisconnectCause and TelephonyConnection if a non-emergency call fails on a d…
/frameworks/base/services/permission/
DAndroid.bp26 // Soong fails to automatically add this dependency because all the
/frameworks/av/media/libstagefright/
DTEST_MAPPING85 // writerTest fails about 5 out of 66
/frameworks/base/tests/LegacyRestoreTest/
DREADME8 running Android 4.3, but fails to restore correctly on a device running Android 4.4,
/frameworks/av/drm/mediacas/plugins/clearkey/tests/
DAndroid.bp35 // loading fails at run-time (linking is okay).
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_native_client_buffer.txt76 If eglGetNativeClientBufferANDROID fails, NULL will be returned, no
/frameworks/proto_logging/stats/atoms/locale/
Dlocale_atoms.proto61 // The new override fails to be written to the storage.
/frameworks/native/libs/renderengine/
DAndroid.bp120 // Note: if compilation fails when adding librenderengine as a dependency, try adding
/frameworks/proto_logging/stats/enums/adservices/common/
Dadservices_enums.proto359 // When report deliver fails due to a network issue (IOException).
362 // When report delivery fails due to report building as JSON.
365 // When encryption of aggregate report fails.
371 // When parsing of enrollment file fails.
/frameworks/base/core/java/android/window/flags/
Dwindowing_sdk.aconfig107 description: "Report error when defer transition fails when it should not"
/frameworks/base/libs/WindowManager/Shell/
DAndroid.bp226 // Soong fails to automatically add this dependency because all the
/frameworks/av/media/libstagefright/renderfright/tests/
DRenderEngineTest.cpp157 int32_t fails = 0; in expectBufferColor() local
173 if (!equal && ++fails >= maxFails) { in expectBufferColor()
177 if (fails >= maxFails) { in expectBufferColor()
/frameworks/base/services/core/java/com/android/server/wm/
DBLASTSync.md51 4. Drawing never fails
72 it will schedule the render to sync. Requirement 4 says drawing never fails, so CC must execute, an…
/frameworks/av/apex/
Dld.config.txt63 # is always found in /system/lib but fails to pass the accessibility test
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md97 the gesture fails to validate as a simple tap.
/frameworks/native/libs/renderengine/tests/
DRenderEngineTest.cpp349 int32_t fails = 0; in expectBufferColor() local
369 if (!colorMatches && ++fails >= maxFails) { in expectBufferColor()
373 if (fails >= maxFails) { in expectBufferColor()

12