/device/google/cuttlefish_vmm/ |
D | rebuild.sh | 69 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/ |
D | hdmi_cec.c | 549 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/ |
D | bl.c | 372 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/ |
D | Hardware.h | 165 goto fail; in setHapticPcmAmp() 171 goto fail; in setHapticPcmAmp() 177 goto fail; in setHapticPcmAmp() 189 fail: in setHapticPcmAmp()
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 78 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/ |
D | PowerwashTest.java | 74 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/ |
D | SnapshotTest.java | 68 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/ |
D | CuttlefishReliabilityTest.java | 18 import static org.junit.Assert.fail; 125 fail("Stability test failed. "); in testCuttlefishBootReliability()
|
/device/google/atv/MdnsOffloadManagerService/tests/src/com/android/tv/mdnsoffloadmanager/ |
D | MdnsOffloadManagerTest.java | 36 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/ |
D | CodingStandard.txt | 50 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/ |
D | FakeRotatingCamera.cpp | 452 goto fail; in processCaptureRequest() 465 goto fail; in processCaptureRequest() 503 fail: in processCaptureRequest()
|
/device/google/cuttlefish/host/libs/web/http_client/ |
D | http_client.cc | 175 return !stream.fail(); in DownloadToFile() 178 return !stream.fail(); in DownloadToFile()
|
/device/google/zuma/conf/ |
D | fstab.zuma.common | 8 # During compliance testing, the previous line would fail (because GSI is ext4), and the next line …
|
/device/google/cuttlefish/host/commands/modem_simulator/ |
D | nvram_config.cpp | 132 return !ofs.fail(); in SaveToFile()
|
/device/google/zumapro/conf/ |
D | fstab.zumapro.in | 8 # During compliance testing, the previous line would fail (because GSI is ext4), and the next line …
|
/device/google/cuttlefish/shared/config/ |
D | fstab.in | 16 # Do not fail on product and system_ext mount for any mixture with other products' system image
|
/device/google/cuttlefish/host/libs/config/ |
D | fetcher_config.cpp | 127 return !ofs.fail(); in SaveToFile()
|
D | cuttlefish_config.cpp | 658 return !ofs.fail(); in SaveToFile()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 108 void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass);
|
D | gles1_core.entries | 137 void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass);
|
/device/google/coral/json-c/ |
D | ChangeLog | 154 * Patch allows for json-c compile with -Werror and not fail due to
|
/device/google/redbull/json-c/ |
D | ChangeLog | 154 * Patch allows for json-c compile with -Werror and not fail due to
|
/device/google/sunfish/json-c/ |
D | ChangeLog | 154 * Patch allows for json-c compile with -Werror and not fail due to
|
/device/google/cuttlefish/common/libs/utils/ |
D | files.cpp | 442 if (in.fail()) { in ReadFile()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 104 GL_ENTRY(void, glStencilOp, GLenum fail, GLenum zfail, GLenum zpass) 105 GL_ENTRY(void, glStencilOpSeparate, GLenum face, GLenum fail, GLenum zfail, GLenum zpass)
|