Home
last modified time | relevance | path

Searched refs:FAIL (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/base/core/tests/utiltests/src/android/util/
DAtomicFileTest.java54 FAIL, enumConstant
92 { "none + fail = none", null, WriteAction.FAIL, null }, in data()
97 { "base + fail = base", new String[] { BASE_NAME }, WriteAction.FAIL, BASE_BYTES }, in data()
102 { "new + fail = none", new String[] { NEW_NAME }, WriteAction.FAIL, null }, in data()
108 { "bak + fail = bak", new String[] { LEGACY_BACKUP_NAME }, WriteAction.FAIL, in data()
117 WriteAction.FAIL, BASE_BYTES }, in data()
125 WriteAction.FAIL, LEGACY_BACKUP_BYTES }, in data()
133 WriteAction.FAIL, LEGACY_BACKUP_BYTES }, in data()
143 new String[] { BASE_NAME, NEW_NAME, LEGACY_BACKUP_NAME }, WriteAction.FAIL, in data()
153 { "base.dir + fail = none", new String[] { BASE_NAME_DIRECTORY }, WriteAction.FAIL, in data()
[all …]
/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp37 FAIL() << "Can't open /dev/uinput :" << strerror(errno); in init()
50 FAIL() << "Could not write uinput_user_dev struct into uinput file descriptor: " in init()
55 FAIL() << "Error in ioctl : UI_DEV_CREATE: " << strerror(errno); in init()
71 FAIL() << msg.c_str(); in injectEvent()
83 FAIL() << "Error in ioctl : UI_SET_EVBIT : EV_KEY: " << strerror(errno); in configureDevice()
89 FAIL() << "Error in ioctl : UI_SET_KEYBIT : " << key << " : " << strerror(errno); in configureDevice()
95 FAIL() << "Error in ioctl : UI_SET_EVBIT : EV_SYN: " << strerror(errno); in configureDevice()
101 FAIL() << mName << ": Cannot inject key press: Key not found: " << key; in pressKey()
109 FAIL() << mName << ": Cannot inject key release: Key not found: " << key; in releaseKey()
DTestInputListener.cpp114 FAIL() << "Timed out waiting for event: " << message.c_str(); in assertCalled()
133 FAIL() << "Unexpected event: " << message.c_str(); in assertNotCalled()
DInputDispatcher_test.cpp252 FAIL() << "Timed out waiting for setPointerCapture(" << enabled << ") to be called."; in waitForSetPointerCapture()
262 FAIL() << "Expected setPointerCapture(enabled) to not be called, but was called. " in assertSetPointerCaptureNotCalled()
430 FAIL() << "Unknown type: " << type; in assertFilterInputEventWasCalled()
798 FAIL() << "Use 'consumeFocusEvent' for FOCUS events"; in consumeEvent()
801 FAIL() << "Use 'consumeCaptureEvent' for CAPTURE events"; in consumeEvent()
804 FAIL() << "Use 'consumeDragEvent' for DRAG events"; in consumeEvent()
807 FAIL() << mName.c_str() << ": invalid event type: " << expectedEventType; in consumeEvent()
882 FAIL() << mName.c_str() in assertNoEvents()
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp468 [] () { FAIL(); }(); in positionUpdateFound()
479 [] () { FAIL(); }(); in sizeUpdateFound()
489 [] () { FAIL(); }(); in alphaUpdateFound()
500 [] () { FAIL(); }(); in cornerRadiusUpdateFound()
512 []() { FAIL(); }(); in backgroundBlurRadiusUpdateFound()
523 []() { FAIL(); }(); in blurRegionsUpdateFound()
533 [] () { FAIL(); }(); in layerUpdateFound()
546 [] () { FAIL(); }(); in cropUpdateFound()
559 [] () { FAIL(); }(); in matrixUpdateFound()
574 [] () { FAIL(); }(); in transparentRegionHintUpdateFound()
[all …]
DReleaseBufferCallback_test.cpp36 FAIL() << "failed to get callback context"; in function()
50 FAIL() << "failed to get releaseBuffer callback"; in getCallbackData()
/frameworks/native/libs/gui/tests/
DGLTest.cpp276 FAIL(); in loadShader()
284 FAIL(); in loadShader()
328 FAIL(); in createProgram()
DCpuConsumer_test.cpp518 FAIL() << "Unknown pixel format under test!"; in produceOneFrame()
715 FAIL() << "Could not lock buffer"; in TEST_P()
/frameworks/native/libs/vr/libdvrcommon/tests/
Dnumeric_test.cpp49 FAIL() << "Did not produce a value other than the range minimum for " in TEST()
/frameworks/native/cmds/bugreportz/
Dreadme.md19 - `FAIL:<error message>` in case of failure.
/frameworks/base/libs/androidfw/tests/
DObbFile_test.cpp48 FAIL() << "Couldn't create " << mFileName.string() << " for tests"; in SetUp()
DBackupData_test.cpp62 FAIL() << "Couldn't create " << mFilename.string() << " for writing"; in SetUp()
/frameworks/base/services/core/java/com/android/server/hdmi/
DSetArcTransmissionStateAction.java87 case SendMessageResult.FAIL: in sendReportArcInitiated()
DHdmiCecController.java833 return SendMessageResult.FAIL; in nativeSendCecCommand()
999 return SendMessageResult.FAIL; in nativeSendCecCommand()
/frameworks/av/media/libmediahelper/tests/
Dtypeconverter_tests.cpp91 FAIL() << "Unrecognized channel mask \"" << stringVal << "\""; in TEST()
157 FAIL() << "Unrecognized audio device \"" << stringVal << "\""; in TEST()
/frameworks/compile/mclinker/include/mcld/LD/
DStaticResolver.h29 FAIL, // abort. enumerator
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp677 FAIL(); in TEST_F()
686 FAIL(); in TEST_F()
695 FAIL(); in TEST_F()
/frameworks/compile/mclinker/lib/LD/
DStaticResolver.cpp72 case FAIL: { /* abort. */ in resolve()
/frameworks/proto_logging/stats/enums/stats/hdmi/
Denums.proto64 FAIL = 13; enumerator
/frameworks/av/media/codec2/tests/vndk/
DC2BufferTest.cpp252 FAIL() << "C2Allocator::newLinearAllocation() failed: " << err; in allocateLinear()
267 FAIL() << "C2LinearAllocation::map() failed: " << err; in mapLinear()
298 FAIL() << "C2Allocator::newGraphicAllocation() failed: " << err; in allocateGraphic()
315 FAIL() << "C2GraphicAllocation::map() failed: " << err; in mapGraphic()
/frameworks/wilhelm/tests/automated/
DBufferQueue_test.cpp60 FAIL(); in CheckErr()
/frameworks/native/libs/binder/tests/
DbinderSafeInterfaceTest.cpp208 [&]() { FAIL(); }(); in onTransact()
584 [&]() { FAIL(); }(); in onTransact()
/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp358 FAIL() << sectionName << " not found."; in SectionExists()
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp484 FAIL(); in TEST()
533 FAIL(); in TEST()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTimeStatsTest.cpp655 FAIL() << "Unknown delta_name: " << deltaProto.delta_name(); in TEST_F()
719 FAIL() << "Unknown delta_name: " << deltaProto.delta_name(); in TEST_F()
758 FAIL() << "Unknown fps: " << bucket.config().fps(); in TEST_F()

12