/third_party/python/Lib/test/ |
H A D | test_exception_group.py | 469 # on how to iterate over leaf nodes of an EG. Is is also 554 """ Split an EG and do some sanity checks on the result """ 794 class EG(ExceptionGroup): class 802 raise EG("nested", [te]) 803 except EG as nested: 807 raise EG("eg", [ve, nested]) 808 except EG as e: 811 self.assertMatchesTemplate(eg, EG, [ValueError(1), [TypeError(2)]]) 836 class EG(BaseExceptionGroup): class 845 raise EG("e 878 class EG(ExceptionGroup): global() class [all...] |
H A D | test_except_star.py | 911 class EG(ExceptionGroup): class 918 return EG(self.message, excs, self.code) 926 raise EG("nested", [te], 101) from None 927 except EG as nested: 931 raise EG("eg", [ve, nested], 42) 934 except EG as eg: 937 self.assertIsInstance(veg, EG) 938 self.assertIsInstance(teg, EG) 939 self.assertIsInstance(teg.exceptions[0], EG)
|
H A D | test_traceback.py | 1610 EG = ExceptionGroup 1612 raise EG("eg1", [ValueError(1), TypeError(2)]) 1614 raise EG("eg2", [ValueError(3), TypeError(4)]) from e 1618 f' | raise EG("eg1", [ValueError(1), TypeError(2)])\n' 1632 f' | raise EG("eg2", [ValueError(3), TypeError(4)]) from e\n' 1645 EG = ExceptionGroup 1648 raise EG("eg1", [ValueError(1), TypeError(2)]) 1650 raise EG("eg2", [ValueError(3), TypeError(4)]) 1657 f' | raise EG("eg1", [ValueError(1), TypeError(2)])\n' 1669 f' | raise EG("eg [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | message.c | 278 return &EG(error_zval); in Message_write_property()
|
/third_party/libphonenumber/javascript/i18n/phonenumbers/ |
H A D | demo-compiled.js | 56 var I={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC VG VI".split(" "),7:["RU","KZ"],20:["EG"],27:["ZA"],30:["GR"],31:["NL"],32:["BE"],33:["FR"],34:["ES"],36:["HU"],39:["IT","VA"],40:["RO"],41:["CH"],43:["AT"],44:["GB","GG","IM","JE"],45:["DK"],46:["SE"],47:["NO","SJ"],48:["PL"],49:["DE"],51:["PE"],52:["MX"],53:["CU"],54:["AR"],55:["BR"],56:["CL"],57:["CO"],58:["VE"],60:["MY"],61:["AU","CC","CX"],62:["ID"],63:["PH"],64:["NZ"],65:["SG"],66:["TH"],81:["JP"],82:["KR"],84:["VN"], 176 ,,,"70012345",,,[8]],[,,,,,,,,,[-1]],"EE",372,"00",,,,,,,,[[,"(\\d{3})(\\d{4})","$1 $2",["[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]|88","[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]|88"]],[,"(\\d{4})(\\d{3,4})","$1 $2",["[45]|8(?:00|[1-49])","[45]|8(?:00[1-9]|[1-49])"]],[,"(\\d{2})(\\d{2})(\\d{4})","$1 $2 $3",["7"]],[,"(\\d{4})(\\d{3})(\\d{3})","$1 $2 $3",["8"]]],,[,,,,,,,,,[-1]],,,[,,"800[2-9]\\d{3}",,,,,,,[7]],[,,,,,,,,,[-1]],,,[,,,,,,,,,[-1]]],EG:[,[,,"[189]\\d{8,9}|[24-6]\\d{8}|[135]\\d{7}", 177 ,,,,,,[8,9,10],[6,7]],[,,"13[23]\\d{6}|(?:15|57)\\d{6,7}|(?:2[2-4]|3|4[05-8]|5[05]|6[24-689]|8[2468]|9[235-7])\\d{7}",,,,"234567890",,,[8,9],[6,7]],[,,"1[0-25]\\d{8}",,,,"1001234567",,,[10]],[,,"800\\d{7}",,,,"8001234567",,,[10]],[,,"900\\d{7}",,,,"9001234567",,,[10]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],"EG",20,"00","0",,,"0",,,,[[,"(\\d)(\\d{7,8})","$1 $2",["[23]"],"0$1"],[,"(\\d{2})(\\d{6,7})","$1 $2",["1[35]|[4-6]|8[2468]|9[235-7]"],"0$1"],[,"(\\d{3})(\\d{3})(\\d{4})","$1 $2 $3",["[89]"], 559 ,,,"126",,,[3,4,5]]],EG:[,[,,"[13]\\d\\d(?:\\d{2})?",,,,,,,[3,5]],,,[,,"1(?:2[23]|80)",,,,"122",,,[3]],[,,,,,,,,,[-1]],,,,"EG",,,,,,,,,,,,,,,,,,[,,"1(?:2[23]|80)",,,,"122",,,[3]],,[,,"1(?:2[23]|[69]\\d{3}|80)|34400",,,,"122"],[,,,,,,,,,[-1]],[,,"344\\d\\d",,,,"34400",,,[5]],,[,,"344\\d\\d",,,,"34400",,,[5]]],EH:[,[,,"1\\d\\d?",,,,,,,[2,3]],,,[,,"1(?:[59]|77)",,,,"15"],[,,,,,,,,,[-1]],,,,"EH",,,,,,,,,,,,,,,,,,[,,"1(?:[59]|77)",,,,"15"],,[,,"1(?:[59]|77)",,,,"15"],[,,,,,,,,,[-1]],[,,,,,,,,,[-1]],,[,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 5001 * The test look-ahead rules have the form "AB / CE"; "CD / EG"; ...
|