Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 129) sorted by relevance

123456

/device/google/cuttlefish_vmm/
Drebuild.sh69 fail=1
73 fail=1
77 fail=1
81 fail=1
92 fail=1
96 fail=1
100 fail=1
103 if [[ "${fail}" -ne 0 ]]; then
104 exit "${fail}"
114 fail=1
[all …]
/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c549 goto fail; in open_hdmi_cec()
555 goto fail; in open_hdmi_cec()
578 goto fail; in open_hdmi_cec()
585 goto fail; in open_hdmi_cec()
592 fail: in open_hdmi_cec()
/device/google/contexthub/firmware/os/core/
Dbl.c372 goto fail; in blVerifyOsImage()
383 goto fail; in blVerifyOsImage()
392 goto fail; in blVerifyOsImage()
408 goto fail; in blVerifyOsImage()
419 fail: in blVerifyOsImage()
/device/google/felix/vibrator/cs40l26/
DHardware.h165 goto fail; in setHapticPcmAmp()
171 goto fail; in setHapticPcmAmp()
177 goto fail; in setHapticPcmAmp()
189 fail: in setHapticPcmAmp()
/device/linaro/hikey/gralloc/
Dalloc_device.cpp78 int fail = 0; in __ump_alloc_should_fail() local
102 fail = (call_count == first_fail) || in __ump_alloc_should_fail()
105 if (fail) in __ump_alloc_should_fail()
111 return fail; in __ump_alloc_should_fail()
/device/google/cuttlefish/tests/powerwash/src/com/android/cuttlefish/tests/
DPowerwashTest.java74 Assert.fail("Setup failed: tmp file failed to persist after device reboot."); in testPowerwash()
101 Assert.fail("Powerwash failed: pre-existing file still exists."); in testPowerwash()
/device/google/cuttlefish/tests/snapshot/src/com/android/cuttlefish/tests/
DSnapshotTest.java68 Assert.fail("Setup failed: tmp file failed to persist after device reboot."); in testSnapshot()
86 Assert.fail("Restore snapshot failed: pre-existing file still exists."); in testSnapshot()
/device/google/cuttlefish/tests/reliability/src/com/android/cuttlefish/tests/
DCuttlefishReliabilityTest.java18 import static org.junit.Assert.fail;
125 fail("Stability test failed. "); in testCuttlefishBootReliability()
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/
DMdnsOffloadManagerTest.java36 import static org.junit.Assert.fail;
203 fail("MDNS offload manager is expected to bind to the component provided in " + in createOffloadManager()
207 fail("MDNS offload manager is expected to set BIND_AUTO_CREATE flag when " + in createOffloadManager()
226 fail("Unexpected broadcast receiver registered."); in createOffloadManager()
/device/google/contexthub/firmware/
DCodingStandard.txt50 This will be enforced at compile time and will fail your build. This is intentional as the power
53 at compile time and will fail your build. This is intentional as the power and speed costs are
/device/generic/goldfish/camera/
DFakeRotatingCamera.cpp452 goto fail; in processCaptureRequest()
465 goto fail; in processCaptureRequest()
503 fail: in processCaptureRequest()
/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc175 return !stream.fail(); in DownloadToFile()
178 return !stream.fail(); in DownloadToFile()
/device/google/zuma/conf/
Dfstab.zuma.common8 # During compliance testing, the previous line would fail (because GSI is ext4), and the next line …
/device/google/cuttlefish/host/commands/modem_simulator/
Dnvram_config.cpp132 return !ofs.fail(); in SaveToFile()
/device/google/zumapro/conf/
Dfstab.zumapro.in8 # During compliance testing, the previous line would fail (because GSI is ext4), and the next line …
/device/google/cuttlefish/shared/config/
Dfstab.in16 # Do not fail on product and system_ext mount for any mixture with other products' system image
/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp127 return !ofs.fail(); in SaveToFile()
Dcuttlefish_config.cpp658 return !ofs.fail(); in SaveToFile()
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_core.entries108 void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass);
Dgles1_core.entries137 void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass);
/device/google/coral/json-c/
DChangeLog154 * Patch allows for json-c compile with -Werror and not fail due to
/device/google/redbull/json-c/
DChangeLog154 * Patch allows for json-c compile with -Werror and not fail due to
/device/google/sunfish/json-c/
DChangeLog154 * Patch allows for json-c compile with -Werror and not fail due to
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp442 if (in.fail()) { in ReadFile()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in104 GL_ENTRY(void, glStencilOp, GLenum fail, GLenum zfail, GLenum zpass)
105 GL_ENTRY(void, glStencilOpSeparate, GLenum face, GLenum fail, GLenum zfail, GLenum zpass)

123456