Home
last modified time | relevance | path

Searched refs:Serious (Results 1 – 25 of 1634) sorted by relevance

12345678910>>...66

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-swift/test/fixtures/exceptions/
H A DSerious.java25 public final class Serious extends java.lang.RuntimeException implements com.facebook.thrift.payloa… class
38 public Serious( in Serious() method in Serious
45 protected Serious() { in Serious() method in Serious
62 public Builder(Serious other) { in Builder()
67 public Serious build() { in build()
68 Serious result = new Serious ( in build()
84 public static com.facebook.thrift.payload.Reader<Serious> asReader() { in asReader()
85 return Serious::read0; in asReader()
88 public static Serious read0(TProtocol oprot) throws TException { in read0()
90 oprot.readStructBegin(Serious.NAMES_TO_IDS, Serious.FIELD_METADATA); in read0()
[all …]
H A DRaiserClientImpl.java35 …al.class, test.fixtures.exceptions.Fiery.class, test.fixtures.exceptions.Serious.class, org.apache…
39 …ry.class, test.fixtures.exceptions.Banal.class, test.fixtures.exceptions.Serious.class, org.apache…
116 …ceptions.Banal, test.fixtures.exceptions.Fiery, test.fixtures.exceptions.Serious, org.apache.thrif… in doRaise()
122 …ceptions.Banal, test.fixtures.exceptions.Fiery, test.fixtures.exceptions.Serious, org.apache.thrif… in doRaise()
128 …ceptions.Banal, test.fixtures.exceptions.Fiery, test.fixtures.exceptions.Serious, org.apache.thrif… in doRaiseWrapper()
141 if (t instanceof test.fixtures.exceptions.Serious) { in doRaiseWrapper()
142 throw (test.fixtures.exceptions.Serious) t; in doRaiseWrapper()
173 …ceptions.Fiery, test.fixtures.exceptions.Banal, test.fixtures.exceptions.Serious, org.apache.thrif… in get500()
179 …ceptions.Fiery, test.fixtures.exceptions.Banal, test.fixtures.exceptions.Serious, org.apache.thrif… in get500()
198 if (t instanceof test.fixtures.exceptions.Serious) { in get500Wrapper()
[all …]
H A DRaiser.java42 @ThriftException(type=test.fixtures.exceptions.Serious.class, id=3)
73 @ThriftException(type=test.fixtures.exceptions.Serious.class, id=3)
106 @ThriftException(type=test.fixtures.exceptions.Serious.class, id=3)
108 …ceptions.Banal, test.fixtures.exceptions.Fiery, test.fixtures.exceptions.Serious, org.apache.thrif… in doRaise()
111 …ceptions.Banal, test.fixtures.exceptions.Fiery, test.fixtures.exceptions.Serious, org.apache.thrif… in doRaise()
116 …ceptions.Banal, test.fixtures.exceptions.Fiery, test.fixtures.exceptions.Serious, org.apache.thrif… in doRaiseWrapper()
137 @ThriftException(type=test.fixtures.exceptions.Serious.class, id=3)
139 …ceptions.Fiery, test.fixtures.exceptions.Banal, test.fixtures.exceptions.Serious, org.apache.thrif… in get500()
142 …ceptions.Fiery, test.fixtures.exceptions.Banal, test.fixtures.exceptions.Serious, org.apache.thrif… in get500()
168 @ThriftException(type=test.fixtures.exceptions.Serious.class, id=3)
[all …]
H A DRaiserReactiveBlockingWrapper.java47 …ceptions.Banal, test.fixtures.exceptions.Fiery, test.fixtures.exceptions.Serious, org.apache.thrif… in doRaise()
53 …ceptions.Banal, test.fixtures.exceptions.Fiery, test.fixtures.exceptions.Serious, org.apache.thrif… in doRaise()
59 …ceptions.Banal, test.fixtures.exceptions.Fiery, test.fixtures.exceptions.Serious, org.apache.thrif… in doRaiseWrapper()
79 …ceptions.Fiery, test.fixtures.exceptions.Banal, test.fixtures.exceptions.Serious, org.apache.thrif… in get500()
85 …ceptions.Fiery, test.fixtures.exceptions.Banal, test.fixtures.exceptions.Serious, org.apache.thrif… in get500()
91 …ceptions.Fiery, test.fixtures.exceptions.Banal, test.fixtures.exceptions.Serious, org.apache.thrif… in get500Wrapper()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-cpp2/
H A Dmodule_types.cpp132 Serious::Serious(const Serious&) = default;
133 Serious& Serious::operator=(const Serious&) = default;
134 Serious::Serious() { in Serious() function in cpp2::Serious
137 Serious::Serious(std::string __message) : Serious() { in Serious() function in cpp2::Serious
142 Serious::~Serious() {} in ~Serious()
144 Serious::Serious(Serious&& other) noexcept : in Serious() function in cpp2::Serious
149 Serious& Serious::operator=(FOLLY_MAYBE_UNUSED Serious&& other) noexcept { in operator =()
156 Serious::Serious(apache::thrift::FragileConstructor, ::std::string sonnet__arg) : in Serious() function in cpp2::Serious
168 bool Serious::operator==(const Serious& rhs) const { in operator ==()
178 bool Serious::operator<(const Serious& rhs) const { in operator <()
[all …]
H A Dmodule_types.h68 class Serious; variable
220 using __fbthrift_cpp2_type = Serious;
227 Serious();
234 Serious(Serious&&) noexcept;
236 Serious(const Serious& src);
239 Serious& operator=(Serious&&) noexcept;
240 Serious& operator=(const Serious& src);
242 ~Serious() override;
251 bool operator==(const Serious&) const;
252 bool operator<(const Serious&) const;
[all …]
H A Dmodule_data.cpp25 const std::array<folly::StringPiece, 1> TStructDataStorage<::cpp2::Serious>::fields_names = {{
28 const std::array<int16_t, 1> TStructDataStorage<::cpp2::Serious>::fields_ids = {{
31 const std::array<protocol::TType, 1> TStructDataStorage<::cpp2::Serious>::fields_types = {{
H A Dmodule_types.tcc26 struct TccStructTraits<::cpp2::Serious> {
185 void Serious::readNoXfer(Protocol_* iprot) { in readNoXfer()
226 _readState.template fillFieldTraitsFromName<apache::thrift::detail::TccStructTraits<Serious>>(); in readNoXfer()
250 uint32_t Serious::serializedSize(Protocol_ const* prot_) const { in serializedSize()
262 uint32_t Serious::serializedSizeZC(Protocol_ const* prot_) const { in serializedSizeZC()
274 uint32_t Serious::write(Protocol_* prot_) const { in write()
292 extern template void Serious::readNoXfer<>(apache::thrift::BinaryProtocolReader*);
293 extern template uint32_t Serious::write<>(apache::thrift::BinaryProtocolWriter*) const;
294 extern template uint32_t Serious::serializedSize<>(apache::thrift::BinaryProtocolWriter const*) con…
296 extern template void Serious::readNoXfer<>(apache::thrift::CompactProtocolReader*);
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-java/
H A DSerious.java44 FieldMetaData.addStructMetaDataMap(Serious.class, metaDataMap); in FieldMetaData.addStructMetaDataMap()
47 public Serious() { in Serious() method in Serious
50 public Serious( in Serious() method in Serious
67 public Serious build() { in build()
68 Serious result = new Serious(); in build()
81 public Serious(Serious other) { in Serious() method in Serious
87 public Serious deepCopy() { in deepCopy()
88 return new Serious(this); in deepCopy()
95 public Serious setSonnet(String sonnet) { in setSonnet()
146 if (!(_that instanceof Serious)) in equals()
[all …]
H A DRaiser.java488 } catch (Serious s) { in process()
552 } catch (Serious s) { in process()
985 public Serious s;
1015 Serious s) { in doRaise_result()
1089 public Serious getS() { in getS()
1135 setS((Serious)__value); in setFieldValue()
1213 this.s = new Serious(); in read()
1803 public Serious s;
1837 Serious s) { in get500_result()
1939 public Serious getS() { in getS()
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/axe-core/doc/
H A Drule-descriptions.md17 …uitem has an accessible name | Serious | cat.a…
19 …tain focusable elements | Serious | cat.n…
20 …name | Moderate, Serious | cat.aria, wcag2…
72 … attribute is correct and suitable for the form field | Serious | cat.forms, wcag…
73 …g set through style attributes can be adjusted with custom stylesheets | Serious | cat.structure, …
81 …lue is unique | Serious | cat.…
83 …ialog node has an accessible name | Serious | cat.…
84 … an accessible name | Serious | cat.…
87 …&gt; elements contain a unique title attribute | Serious | cat.…
91 …ot solely labeled using the title or aria-describedby attributes | Serious | cat.…
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/benchmarks/paranoia/
H A Dpart8.c34 else BadCond(Serious, ""); in part8()
91 if ((ErrCnt[Failure] + ErrCnt[Serious] + ErrCnt[Defect] in part8()
93 if ((ErrCnt[Failure] + ErrCnt[Serious] + ErrCnt[ in part8()
98 if ((ErrCnt[Failure] + ErrCnt[Serious] == 0) in part8()
103 if ((ErrCnt[Failure] + ErrCnt[Serious]) > 0) { in part8()
H A Dpart7.c14 BadCond(Serious, "trap on underflow.\n"); in part7()
22 BadCond(Serious, "this is not between 0 and underflow\n"); in part7()
145 BadCond(Serious, ""); in part7()
192 if (V9 > U1) BadCond(Serious, ""); in part7()
210 if (X < W) BadCond(Serious, ""); in part7()
H A Dpart3.c34 TstCond (Serious, False, in part3()
65 TstCond (Serious, False, in part3()
70 TstCond (Serious, Y < Zero, in part3()
91 TstCond (Serious, False, in part3()
95 BadCond(Serious, "comparison alleges (1-U1) < 1 although\n"); in part3()
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/cmake/
H A DFindseriousproton.cmake1 #Finds an installation of Serious Proton on your system.
9 # Set to TRUE when an installation of Serious Proton was found, or to
13 # Path to the Serious Proton library.
15 # Directory containing the header files for Serious Proton.
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-py3lite/module/
H A Dlite_types.pyi24 class Serious(_fbthrift_py3lite_exceptions.GeneratedError):
118 s: _typing.Final[Serious]
121 …., b: _typing.Optional[Banal]=..., f: _typing.Optional[Fiery]=..., s: _typing.Optional[Serious]=...
130 Serious,
176 s: _typing.Final[Serious]
179 …., f: _typing.Optional[Fiery]=..., b: _typing.Optional[Banal]=..., s: _typing.Optional[Serious]=...
188 Serious,
H A Dlite_types.py31 class Serious(metaclass=_fbthrift_py3lite_exceptions.GeneratedErrorMeta): class
135 Serious,
176 lambda: _fbthrift_py3lite_types.StructTypeInfo(Serious), # typeinfo
231 lambda: _fbthrift_py3lite_types.StructTypeInfo(Serious), # typeinfo
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-go/module/
H A Dttypes.go146 type Serious struct { struct
150 func NewSerious() *Serious {
151 return &Serious{}
155 func (p *Serious) GetSonnet() string { argument
161 func (p *Serious) IsSetSonnet() bool { argument
166 obj *Serious
175 func (p SeriousBuilder) Emit() *Serious{
176 return &Serious{
186 func (s *Serious) SetSonnet(sonnet *string) *Serious { argument
255 func (p *Serious) String() string { argument
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/gen-py3/module/
H A Dtypes.h33 void reset_field<::cpp2::Serious>(
34 ::cpp2::Serious& obj, uint16_t index) {
37 obj.sonnet_ref().copy_from(default_inst<::cpp2::Serious>().sonnet_ref());
100 ::cpp2::Serious>::namesmap() { in namesmap()
H A Dtypes.pyi43 class Serious(thrift.py3.exceptions.GeneratedError, _typing.Hashable):
58 def __lt__(self, other: 'Serious') -> bool: ...
59 def __gt__(self, other: 'Serious') -> bool: ...
60 def __le__(self, other: 'Serious') -> bool: ...
61 def __ge__(self, other: 'Serious') -> bool: ...
H A Dtypes.pyx154 cdef class Serious(thrift.py3.exceptions.GeneratedError): class
155 def __init__(Serious self, *args, **kwargs):
164 return thrift.py3.types._IsSet("Serious", {
170 …__fbthrift_inst = <Serious>Serious.__new__(Serious, (<bytes>deref(cpp_obj).what()).decode('utf-8'))
186 def __hash__(Serious self):
189 def __repr__(Serious self):
192 def __str__(Serious self):
199 def __copy__(Serious self):
203 return Serious._fbthrift_create(cmove(cpp_obj))
209 (<Serious>other)._cpp_obj,
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/exceptions/src/
H A Dmodule.thrift23 safe stateful exception Serious { exception
44 void doRaise() throws (1: Banal b, 2: Fiery f, 3: Serious s);
46 string get500() throws (1: Fiery f, 2: Banal b, 3: Serious s);
/dports/print/cups/cups-2.3.3op2/ppdc/
H A Dfoo-fr.po1 msgid "A Serious Error"
2 msgstr "La Error Serious"
/dports/devel/cc65/cc65-2.19/test/ref/
H A Dparanoia.c297 #define Serious 1 macro
378 ErrCnt[Serious] = 0; in main()
675 TstCond (Serious, False, in main()
705 TstCond (Serious, False, in main()
710 TstCond (Serious, Y < Zero, in main()
731 TstCond (Serious, False, in main()
1002 SqXMinX (Serious); in main()
1005 SqXMinX (Serious); in main()
1008 SqXMinX (Serious); in main()
1639 BadCond(Serious, ""); in main()
[all …]
/dports/math/universal/universal-3.48/tests/numerical/properties/
H A Dparanoia.cpp272 #define Serious 1 macro
538 ErrCnt[Serious] = ErrCnt[Serious] + 1; in TstPtUf()
719 ErrCnt[Serious] = 0; in main()
1030 TstCond(Serious, False, in main()
1062 TstCond(Serious, False, in main()
1089 TstCond(Serious, False, in main()
1373 SqXMinX(Serious); in main()
1376 SqXMinX(Serious); in main()
1379 SqXMinX(Serious); in main()
1892 BadCond(Serious, ""); in main()
[all …]

12345678910>>...66