Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dre_tests.py7 [SUCCEED, FAIL, SYNTAX_ERROR] = range(3)
83 (r'[^a\0]', '\0', FAIL),
93 (r'\x00ffffffffffffff', '\377', FAIL, 'found', chr(255)),
94 (r'\x00f', '\017', FAIL, 'found', chr(15)),
95 (r'\x00fe', '\376', FAIL, 'found', chr(254)),
105 ('a.b', 'a\nb', FAIL),
106 ('a.*b', 'acc\nccb', FAIL),
107 ('a.{4,5}b', 'acc\nccb', FAIL),
117 ('abc', 'xbc', FAIL),
118 ('abc', 'axc', FAIL),
[all …]
Dregex_tests.py6 [SUCCEED, FAIL, SYNTAX_ERROR] = range(3)
49 ('abc', 'xbc', FAIL),
50 ('abc', 'axc', FAIL),
51 ('abc', 'abx', FAIL),
66 ('ab+bc', 'abc', FAIL),
67 ('ab+bc', 'abq', FAIL),
74 ('ab?bc', 'abbbbc', FAIL),
79 ('^abc$', 'abcc', FAIL),
82 ('^abc$', 'aabc', FAIL),
95 ('a.*c', 'axyzd', FAIL),
[all …]
Dtest_re.py761 from test.re_tests import tests, SUCCEED, FAIL, SYNTAX_ERROR
798 elif outcome == FAIL:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dbinascii.c74 #define FAIL 0x7D macro
78 /* 0*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL,
80 /* 1*/ FAIL, FAIL, SKIP, FAIL, FAIL, SKIP, FAIL, FAIL,
82 /* 2*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL,
84 /* 3*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL,
86 /* 4*/ FAIL, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
88 /* 5*/ 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, FAIL, FAIL,
90 /* 6*/ 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, FAIL,
92 /* 7*/ 0x14, 0x15, DONE, FAIL, FAIL, FAIL, FAIL, FAIL,
96 /* 9*/ 0x1E, 0x1F, 0x20, 0x21, 0x22, 0x23, 0x24, FAIL,
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dbinascii.c74 #define FAIL 0x7D macro
78 /* 0*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL,
80 /* 1*/ FAIL, FAIL, SKIP, FAIL, FAIL, SKIP, FAIL, FAIL,
82 /* 2*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL,
84 /* 3*/ FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL, FAIL,
86 /* 4*/ FAIL, 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
88 /* 5*/ 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, FAIL, FAIL,
90 /* 6*/ 0x0D, 0x0E, 0x0F, 0x10, 0x11, 0x12, 0x13, FAIL,
92 /* 7*/ 0x14, 0x15, DONE, FAIL, FAIL, FAIL, FAIL, FAIL,
96 /* 9*/ 0x1E, 0x1F, 0x20, 0x21, 0x22, 0x23, 0x24, FAIL,
[all …]
D_sre.c2764 #define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return 0; } while (0) macro
2770 if (code >= end) FAIL; \
2777 if (code >= end) FAIL; \
2784 if (code >= end) FAIL; \
2789 FAIL; \
2822 FAIL; in _validate_charset()
2830 FAIL; in _validate_charset()
2834 FAIL; in _validate_charset()
2839 FAIL; in _validate_charset()
2866 FAIL; in _validate_charset()
[all …]
D_testcapimodule.c1476 #define FAIL(x) { error = (x); goto exit; } in test_capsule() macro
1480 FAIL(capsule_error); \ in test_capsule()
1483 FAIL("destructor not called!"); \ in test_capsule()
1504 FAIL("PyCapsule_GetPointer should have failed but did not!"); in test_capsule()
1509 FAIL("PyCapsule_GetPointer should not have" in test_capsule()
1512 FAIL("PyCapsule_GetPointer should have " in test_capsule()
1519 FAIL("destructor called when it should not have been!"); in test_capsule()
1527 #undef FAIL in test_capsule()
1528 #define FAIL(x) \ in test_capsule() macro
1541 FAIL("PyCapsule_GetPointer returned NULL unexpectedly!"); in test_capsule()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/pmic/
Dpmic_wrap_init.c124 goto FAIL; in pwrap_wacs2()
135 goto FAIL; in pwrap_wacs2()
143 goto FAIL; in pwrap_wacs2()
149 FAIL: in pwrap_wacs2()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c2764 #define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return 0; } while (0) macro
2770 if (code >= end) FAIL; \
2777 if (code >= end) FAIL; \
2784 if (code >= end) FAIL; \
2789 FAIL; \
2822 FAIL; in _validate_charset()
2830 FAIL; in _validate_charset()
2834 FAIL; in _validate_charset()
2839 FAIL; in _validate_charset()
2866 FAIL; in _validate_charset()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c2849 #define FAIL do { VTRACE(("FAIL: %d\n", __LINE__)); return 0; } while (0) macro
2855 if (code >= end) FAIL; \
2862 if (code >= end) FAIL; \
2869 if (code >= end) FAIL; \
2874 FAIL; \
2907 FAIL; in _validate_charset()
2915 FAIL; in _validate_charset()
2919 FAIL; in _validate_charset()
2924 FAIL; in _validate_charset()
2951 FAIL; in _validate_charset()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DAParser.h211 virtual void FAIL(int k, ...); // MR1
DAParser.cpp495 ANTLRParser::FAIL(int k, ...) in FAIL() function in ANTLRParser
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DAParser.h212 virtual void FAIL(int k, ...); // MR1
DAParser.cpp526 ANTLRParser::FAIL(int k, ...) in FAIL() function in ANTLRParser
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOMOBF.ASL51 ;* Ex: If (PDRD()) {Return (FAIL)}
90 ;* Ex: If (PSTS()) {Return (FAIL)}
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_FROM_133.txt210 FAIL(...{A,Z}...);
231 FAIL(...{A,B,Z}...) FAIL(...{A,B}...);
235 FAIL(...{A,B,Z}...);
261 FAIL(...{A,Z}...);
285 FAIL(...{A,B,Z}...) FAIL(...{A,B}...);
291 FAIL(...{A,B,Z}...);
394 FAIL(... message for both Number and Word ...);
DCHANGES_FROM_133_before_mr13.txt3317 In ANTLRParser::FAIL(int k,...) released memory pointed to by
3581 5. in call to ANTLRParser::FAIL the var arg err_k is passed as
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt302 (which call the FAIL macro). In other cases where there was no choice
881 FAIL(...{A,Z}...);
902 FAIL(...{A,B,Z}...) FAIL(...{A,B}...);
906 FAIL(...{A,B,Z}...);
932 FAIL(...{A,Z}...);
956 FAIL(...{A,B,Z}...) FAIL(...{A,B}...);
962 FAIL(...{A,B,Z}...);
1070 FAIL(... message for both Number and Word ...);
DCHANGES_FROM_133_BEFORE_MR13.txt3317 In ANTLRParser::FAIL(int k,...) released memory pointed to by
3581 5. in call to ANTLRParser::FAIL the var arg err_k is passed as
/device/linaro/bootloader/edk2/SecurityPkg/Library/TcgStorageCoreLib/
DTcgStorageUtil.c61 C(FAIL); in TcgMethodStatusString()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/
Dmcuimage.bin797 ��***TEST_ipc_msg UT: FAIL T_T