Home
last modified time | relevance | path

Searched refs:Impossible (Results 1 – 25 of 45) sorted by relevance

12

/external/python/jinja/src/jinja2/
Dnodes.py38 class Impossible(Exception): class
406 raise Impossible()
427 raise Impossible()
432 raise Impossible()
449 raise Impossible()
454 raise Impossible()
512 raise Impossible()
524 raise Impossible()
605 raise Impossible()
618 raise Impossible()
[all …]
Doptimizer.py37 except nodes.Impossible:
Dnativetypes.py53 raise nodes.Impossible()
/external/rust/crates/serde/src/ser/
Dimpossible.rs60 pub struct Impossible<Ok, Error> { struct
68 impl<Ok, Error> SerializeSeq for Impossible<Ok, Error> argument
88 impl<Ok, Error> SerializeTuple for Impossible<Ok, Error> implementation
108 impl<Ok, Error> SerializeTupleStruct for Impossible<Ok, Error> implementation
128 impl<Ok, Error> SerializeTupleVariant for Impossible<Ok, Error> implementation
148 impl<Ok, Error> SerializeMap for Impossible<Ok, Error> implementation
176 impl<Ok, Error> SerializeStruct for Impossible<Ok, Error> implementation
197 impl<Ok, Error> SerializeStructVariant for Impossible<Ok, Error> implementation
Dfmt.rs2 use ser::{Error, Impossible, Serialize, Serializer};
40 type SerializeSeq = Impossible<(), fmt::Error>;
41 type SerializeTuple = Impossible<(), fmt::Error>;
42 type SerializeTupleStruct = Impossible<(), fmt::Error>;
43 type SerializeTupleVariant = Impossible<(), fmt::Error>;
44 type SerializeMap = Impossible<(), fmt::Error>;
45 type SerializeStruct = Impossible<(), fmt::Error>;
46 type SerializeStructVariant = Impossible<(), fmt::Error>;
/external/libchrome/third_party/jinja2/
Dnodes.py55 class Impossible(Exception): class
408 raise Impossible()
426 raise Impossible()
431 raise Impossible()
445 raise Impossible()
450 raise Impossible()
511 raise Impossible()
522 raise Impossible()
597 raise Impossible()
610 raise Impossible()
[all …]
Dnativetypes.py78 raise nodes.Impossible()
82 raise nodes.Impossible()
83 except nodes.Impossible:
Doptimizer.py42 except nodes.Impossible:
/external/rust/crates/serde/src/private/
Ddoc.rs132 type SerializeSeq = $crate::ser::Impossible<Self::Ok, Self::Error>;
136 type SerializeTuple = $crate::ser::Impossible<Self::Ok, Self::Error>;
140 type SerializeTupleStruct = $crate::ser::Impossible<Self::Ok, Self::Error>;
144 type SerializeTupleVariant = $crate::ser::Impossible<Self::Ok, Self::Error>;
148 type SerializeMap = $crate::ser::Impossible<Self::Ok, Self::Error>;
152 type SerializeStruct = $crate::ser::Impossible<Self::Ok, Self::Error>;
156 type SerializeStructVariant = $crate::ser::Impossible<Self::Ok, Self::Error>;
Dser.rs3 use ser::{self, Impossible, Serialize, SerializeMap, SerializeStruct, Serializer};
103 type SerializeSeq = Impossible<S::Ok, S::Error>;
104 type SerializeTuple = Impossible<S::Ok, S::Error>;
105 type SerializeTupleStruct = Impossible<S::Ok, S::Error>;
110 type SerializeTupleVariant = Impossible<S::Ok, S::Error>;
115 type SerializeStructVariant = Impossible<S::Ok, S::Error>;
1023 type SerializeSeq = Impossible<Self::Ok, M::Error>;
1024 type SerializeTuple = Impossible<Self::Ok, M::Error>;
1025 type SerializeTupleStruct = Impossible<Self::Ok, M::Error>;
1028 type SerializeTupleVariant = Impossible<Self::Ok, M::Error>;
/external/rust/crates/serde_json/src/value/
Dser.rs6 use serde::ser::{Impossible, Serialize};
441 type SerializeSeq = Impossible<String, Error>;
442 type SerializeTuple = Impossible<String, Error>;
443 type SerializeTupleStruct = Impossible<String, Error>;
444 type SerializeTupleVariant = Impossible<String, Error>;
445 type SerializeMap = Impossible<String, Error>;
446 type SerializeStruct = Impossible<String, Error>;
447 type SerializeStructVariant = Impossible<String, Error>;
693 type SerializeSeq = Impossible<Value, Error>;
694 type SerializeTuple = Impossible<Value, Error>;
[all …]
/external/skia/src/sksl/ir/
DSkSLType.cpp29 return CoercionCost::Impossible(); in coercionCost()
35 return CoercionCost::Impossible(); in coercionCost()
41 return CoercionCost::Impossible(); in coercionCost()
53 return CoercionCost::Impossible(); in coercionCost()
DSkSLType.h30 static CoercionCost Impossible() { return { 0, 0, true }; } in Impossible() function
39 return Impossible();
/external/selinux/policycoreutils/po/
Dfr.po55 "Impossible de trouver votre entrée dans le fichier des mots de passe "
71 msgstr "Impossible d'ouvrir le fichier %s\n"
91 msgstr "Impossible de régler le contexte d'exécution vers %s.\n"
103 msgstr "Impossible de créer un outil semanage"
111 msgstr "Impossible de lire la base de données des stratégies"
115 msgstr "Impossible d'établir de connexion semanage"
119 msgstr "Impossible de tester les statuts MLS activés"
131 msgstr "Impossible de démarrer une transaction semanage"
135 msgstr "Impossible de commiter une transaction semanage"
143 msgstr "Impossible de lister les modules SELinux"
[all …]
/external/llvm-project/clang/test/SemaCXX/
Daccess-base-class.cpp111 struct Impossible { struct
116 trait<b<Impossible<0>>>::value;
/external/rust/crates/serde_json/src/
Dser.rs7 use serde::ser::{self, Impossible, Serialize};
890 type SerializeSeq = Impossible<(), Error>;
891 type SerializeTuple = Impossible<(), Error>;
892 type SerializeTupleStruct = Impossible<(), Error>;
893 type SerializeTupleVariant = Impossible<(), Error>;
894 type SerializeMap = Impossible<(), Error>;
895 type SerializeStruct = Impossible<(), Error>;
896 type SerializeStructVariant = Impossible<(), Error>;
1204 type SerializeSeq = Impossible<(), Error>;
1205 type SerializeTuple = Impossible<(), Error>;
[all …]
/external/llvm-project/llvm/test/CodeGen/AVR/
Dimpossible-reg-to-reg-copy.ll7 ; Impossible reg-to-reg copy
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h306 Impossible enumerator
384 CanMaterialize = NewKind != RepairingKind::Impossible; in switchTo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h324 Impossible enumerator
402 CanMaterialize = NewKind != RepairingKind::Impossible; in switchTo()
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h324 Impossible enumerator
402 CanMaterialize = NewKind != RepairingKind::Impossible; in switchTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp317 RepairingPlacement(MI, 0, *TRI, *this, RepairingPlacement::Impossible)); in findBestMapping()
437 RepairPt.switchTo(RepairingPlacement::RepairingKind::Impossible); in tryAvoidingSplit()
590 RepairPt.getKind() == RepairingPlacement::Impossible) in applyMapping()
728 CanMaterialize(Kind != RepairingKind::Impossible), P(P) { in RepairingPlacement()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp317 RepairingPlacement(MI, 0, *TRI, *this, RepairingPlacement::Impossible)); in findBestMapping()
437 RepairPt.switchTo(RepairingPlacement::RepairingKind::Impossible); in tryAvoidingSplit()
590 RepairPt.getKind() == RepairingPlacement::Impossible) in applyMapping()
737 CanMaterialize(Kind != RepairingKind::Impossible), P(P) { in RepairingPlacement()
/external/llvm/lib/CodeGen/GlobalISel/
DRegBankSelect.cpp340 RepairPt.switchTo(RepairingPlacement::RepairingKind::Impossible); in tryAvoidingSplit()
478 RepairPt.getKind() != RepairingPlacement::Impossible && in applyMapping()
573 CanMaterialize(Kind != RepairingKind::Impossible), in RepairingPlacement()
/external/rust/crates/chrono/src/format/
Dmod.rs333 Impossible, enumerator
362 ParseErrorKind::Impossible => write!(f, "no possible date and time matching input"), in fmt()
382 const IMPOSSIBLE: ParseError = ParseError(ParseErrorKind::Impossible);
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dicmp-mul.ll181 ; Impossible multiple should be handled by instsimplify.
192 ; Impossible multiple should be handled by instsimplify.
262 ; Impossible multiple should be handled by instsimplify.
273 ; Impossible multiple should be handled by instsimplify.

12