Searched refs:Fail (Results 1 - 25 of 131) sorted by relevance

123456

/external/chromium_org/content/test/gpu/gpu_tests/
H A Dwebgl_conformance_expectations.py24 # self.Fail('gl-enable-vertex-attrib.html',
34 self.Fail('conformance/ogles/GL/atan/atan_001_to_008.html',
36 self.Fail('conformance/ogles/GL/atan/atan_009_to_012.html',
42 self.Fail('conformance/textures/texture-size.html',
44 self.Fail('conformance/rendering/gl-scissor-test.html',
48 self.Fail('conformance/rendering/more-than-65536-indices.html',
52 self.Fail('conformance/context/context-lost-restored.html',
54 self.Fail('conformance/context/premultiplyalpha-test.html',
56 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html',
58 self.Fail('conformanc
[all...]
H A Dgpu_process_expectations.py24 self.Fail('GpuProcess.canvas2d', ['linux'], bug=254724)
26 self.Fail('GpuProcess.video', ['linux'], bug=257109)
H A Dhardware_accelerated_feature_expectations.py24 self.Fail('HardwareAcceleratedFeature.canvas_accelerated',
/external/chromium/testing/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc45 void Fail(const char* msg) { function
60 Fail("A successful assertion wrongfully threw.");
74 Fail(e.what());
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
/external/chromium_org/testing/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc45 void Fail(const char* msg) { function
60 Fail("A successful assertion wrongfully threw.");
74 Fail(e.what());
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
/external/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc45 void Fail(const char* msg) { function
60 Fail("A successful assertion wrongfully threw.");
74 Fail(e.what());
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
/external/protobuf/gtest/test/
H A Dgtest_throw_on_failure_ex_test.cc45 void Fail(const char* msg) { function
60 Fail("A successful assertion wrongfully threw.");
74 Fail(e.what());
76 Fail("A failed assertion threw the wrong type of exception.");
78 Fail("A failed assertion should've thrown but didn't.");
/external/junit/src/org/junit/internal/runners/statements/
H A DFail.java6 public class Fail extends Statement { class in inherits:Statement
9 public Fail(Throwable e) { method in class:Fail
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp144 case MCDisassembler::Fail:
432 return MCDisassembler::Fail;
444 if (result != MCDisassembler::Fail) {
453 if (result != MCDisassembler::Fail) {
460 if (result != MCDisassembler::Fail) {
468 if (result != MCDisassembler::Fail) {
473 return MCDisassembler::Fail;
480 if (result != MCDisassembler::Fail) {
485 return MCDisassembler::Fail;
492 if (result != MCDisassembler::Fail) {
[all...]
/external/qemu/
H A Ddynlink.h88 if (_dynlink_##name == NULL) goto Fail; \
95 Fail:
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dtest_expectations_unittest.py51 self.Fail('page1.html', ['win', 'mac'], bug=123)
52 self.Fail('page2.html', ['vista'], bug=123)
53 self.Fail('page3.html', bug=123)
54 self.Fail('page4.*', bug=123)
55 self.Fail('http://test.com/page5.html', bug=123)
56 self.Fail('page6.html', ['nvidia', 'intel'], bug=123)
57 self.Fail('page7.html', [('nvidia', 0x1001), ('nvidia', 0x1002)], bug=123)
58 self.Fail('page8.html', ['win', 'intel', ('amd', 0x1001)], bug=123)
59 self.Fail('page9.html', ['imagination'])
60 self.Fail('page1
[all...]
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttmtx.c82 goto Fail;
87 Fail:
152 goto Fail;
160 goto Fail;
166 goto Fail;
175 Fail:
H A Dttpost.c192 goto Fail;
228 goto Fail;
298 Fail:
334 goto Fail;
349 goto Fail;
365 Fail:
/external/freetype/src/sfnt/
H A Dttmtx.c82 goto Fail;
87 Fail:
152 goto Fail;
160 goto Fail;
166 goto Fail;
175 Fail:
H A Dttpost.c192 goto Fail;
228 goto Fail;
298 Fail:
334 goto Fail;
349 goto Fail;
365 Fail:
/external/chromium_org/third_party/freetype/src/psaux/
H A Dafmparse.c596 goto Fail;
619 goto Fail;
629 goto Fail;
649 goto Fail;
653 Fail:
694 goto Fail;
724 goto Fail;
734 goto Fail;
765 goto Fail;
769 Fail
[all...]
/external/freetype/src/psaux/
H A Dafmparse.c596 goto Fail;
619 goto Fail;
629 goto Fail;
649 goto Fail;
653 Fail:
694 goto Fail;
724 goto Fail;
734 goto Fail;
765 goto Fail;
769 Fail
[all...]
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp200 case MCDisassembler::Fail:
219 return MCDisassembler::Fail;
231 if (result != MCDisassembler::Fail) {
238 return MCDisassembler::Fail;
249 return MCDisassembler::Fail;
260 return MCDisassembler::Fail;
271 return MCDisassembler::Fail;
282 return MCDisassembler::Fail;
293 return MCDisassembler::Fail;
304 return MCDisassembler::Fail;
[all...]
/external/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp246 return MCDisassembler::Fail;
278 if (Result == MCDisassembler::Fail)
279 return MCDisassembler::Fail;
284 if (Result != MCDisassembler::Fail) {
289 return MCDisassembler::Fail;
303 if (Result == MCDisassembler::Fail)
304 return MCDisassembler::Fail;
309 if (Result != MCDisassembler::Fail) {
316 if (Result != MCDisassembler::Fail) {
321 return MCDisassembler::Fail;
[all...]
/external/chromium_org/gin/test/
H A Dgtest.cc22 void Fail(const std::string& description) { function in namespace:gin::__anon8757
52 .SetMethod("fail", Fail)
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings.cc43 settings_->Fail(code);
108 void Fail(SignedSettings::ReturnCode code);
134 void Fail(SignedSettings::ReturnCode code);
167 void Fail(SignedSettings::ReturnCode code);
198 void Fail(SignedSettings::ReturnCode code);
226 void Fail(SignedSettings::ReturnCode code);
252 void Fail(SignedSettings::ReturnCode code);
360 Fail(NOT_FOUND);
364 void CheckWhitelistOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::CheckWhitelistOp
395 Fail(SignedSetting
447 void WhitelistOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::WhitelistOp
559 void StorePropertyOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::StorePropertyOp
683 void RetrievePropertyOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::RetrievePropertyOp
791 void StorePolicyOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::StorePolicyOp
863 void RetrievePolicyOp::Fail(SignedSettings::ReturnCode code) { function in class:chromeos::RetrievePolicyOp
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftstream.c463 goto Fail;
470 goto Fail;
476 Fail:
504 goto Fail;
517 goto Fail;
523 Fail:
551 goto Fail;
564 goto Fail;
570 Fail:
598 goto Fail;
[all...]
/external/freetype/src/base/
H A Dftstream.c463 goto Fail;
470 goto Fail;
476 Fail:
504 goto Fail;
517 goto Fail;
523 Fail:
551 goto Fail;
564 goto Fail;
570 Fail:
598 goto Fail;
[all...]
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dstub_cros_settings_provider_unittest.cc19 void Fail() { function in namespace:chromeos::__anon4792
94 provider_->PrepareTrustedValues(base::Bind(&Fail));
/external/qemu/telephony/
H A Dsms.c300 goto Fail;
312 goto Fail;
328 Fail:
922 goto Fail;
927 goto Fail;
930 goto Fail;
933 goto Fail;
956 goto Fail;
961 goto Fail;
966 goto Fail;
[all...]

Completed in 719 milliseconds

123456