Searched defs:failed (Results 1 - 4 of 4) sorted by relevance

/cts/apps/CameraITS/tests/scene0/
H A Dtest_metadata.py28 global md, props, failed
82 assert not failed
118 failed = False variable
122 global md, props, failed
128 failed = True
131 failed = True
/cts/suite/audio_quality/lib/src/task/
H A DTaskSave.cpp58 LOGE("alloc failed");
74 LOGE("mkdir of save dir %s failed, error %d", dirName.string(), errno);
92 LOGE("save failed");
111 LOGE("alloc failed");
143 bool failed = false; local
145 failed = true;
148 failed = true;
150 if (failed) {
/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
H A DDeviceInfo.java51 // Collection failed to complete.
82 failed("External storage is not mounted");
84 failed("Cannot create directory for device info files");
98 failed("Could not collect device info", e);
147 private void failed(String message, Throwable exception) { method in class:DeviceInfo
153 private void failed(String message) { method in class:DeviceInfo
/cts/tests/libcore/javautilcollections/libs/
H A Dguava-20.0.jar ... .google.common.base.AbstractIterator$State FAILED private static final synthetic com.google.common. ...

Completed in 259 milliseconds