Home
last modified time | relevance | path

Searched refs:Repr (Results 1 – 18 of 18) sorted by relevance

/third_party/python/Doc/library/
Dreprlib.rst20 .. class:: Repr()
29 This is an instance of :class:`Repr` which is used to provide the
37 This is the :meth:`~Repr.repr` method of ``aRepr``. It returns a string
71 Repr Objects
74 :class:`Repr` instances provide several attributes which can be used to provide
79 .. attribute:: Repr.maxlevel
84 .. attribute:: Repr.maxdict
85 Repr.maxlist
86 Repr.maxtuple
87 Repr.maxset
[all …]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.h332 class Repr { // A byte-string.
340 Repr() : data_(NULL), size_(0), capacity_(0), ours_(true), utf8_was_valid_(true) {} in Repr() function
341 ~Repr() { if (ours_) delete[] data_; } in ~Repr()
355 Repr& operator=(const Repr&);
356 Repr(const Repr& other);
359 Repr repr_;
Dunicodetext.cc109 void UnicodeText::Repr::reserve(int new_capacity) { in reserve()
127 void UnicodeText::Repr::resize(int new_size) { in resize()
141 void UnicodeText::Repr::clear() { in clear()
148 void UnicodeText::Repr::Copy(const char* data, int size) { in Copy()
153 void UnicodeText::Repr::TakeOwnershipOf(char* data, int size, int capacity) { in TakeOwnershipOf()
162 void UnicodeText::Repr::PointTo(const char* data, int size) { in PointTo()
170 void UnicodeText::Repr::append(const char* bytes, int byte_length) { in append()
176 string UnicodeText::Repr::DebugString() const { in DebugString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp642 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local
645 if (SwapVector[Repr].WebRejected) in recordUnoptimizableWebs()
655 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
660 Repr)); in recordUnoptimizableWebs()
682 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
685 "Web %d rejected for load not feeding swap\n", Repr)); in recordUnoptimizableWebs()
706 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
709 "Web %d rejected for store not fed by swap\n", Repr)); in recordUnoptimizableWebs()
723 SwapVector[Repr].WebRejected = 1; in recordUnoptimizableWebs()
727 "Web %d rejected for swap not feeding only stores\n", Repr)); in recordUnoptimizableWebs()
[all …]
/third_party/protobuf/python/google/protobuf/pyext/
Dfield.cc47 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() function
97 (reprfunc)field::Repr, // tp_repr
/third_party/python/Lib/idlelib/
Ddebugobj.py11 from reprlib import Repr
15 myrepr = Repr()
Ddebugger.py468 self.repr = reprlib.Repr()
/third_party/python/Lib/
Dreprlib.py36 class Repr: class
160 aRepr = Repr()
Dpydoc.py75 from reprlib import Repr
516 class HTMLRepr(Repr):
519 Repr.__init__(self)
528 return Repr.repr(self, object)
1125 class TextRepr(Repr):
1128 Repr.__init__(self)
/third_party/python/Lib/test/
Dtest_reprlib.py16 from reprlib import Repr
49 r2 = Repr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSystemOperands.inc1484 const ExactFPImm *lookupExactFPImmByRepr(StringRef Repr);
1512 const ExactFPImm *lookupExactFPImmByRepr(StringRef Repr) {
1514 const char * Repr;
1525 std::string Repr;
1527 KeyType Key = { Repr.upper() };
1531 int CmpRepr = StringRef(LHS.Repr).compare(RHS.Repr);
1538 Key.Repr != Idx->Repr)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h418 const char *Repr; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64InstPrinter.cpp1587 O << "#" << (Val ? Imm1Desc->Repr : Imm0Desc->Repr); in printExactFPImm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td1044 class ZPRExtendRegisterOperand<bit SignExtend, bit IsLSL, string Repr,
1048 !cast<AsmOperandClass>("ZPR" # RegWidth # "AsmOpndExt" # Repr # Scale # Suffix);
DAArch64SystemOperands.td304 let SearchableFields = ["Enum", "Repr"];
309 string Repr = repr;
/third_party/python/Doc/extending/
Dnewtypes.rst173 return PyUnicode_FromFormat("Repr-ified_newdatatype{{size:%d}}",
/third_party/gstreamer/gstreamer/po/
Dde.po1485 #~ msgstr "XML-Repräsentation der Leitung in DATEI speichern und beenden"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp1225 RealVal.convertFromString(Desc->Repr, APFloat::rmTowardZero); in isExactFPImm()