Home
last modified time | relevance | path

Searched defs:Repr (Results 1 – 15 of 15) sorted by relevance

/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py20 def Repr(obj, as_ref=True): function
93 def Repr(self, as_ref=True): member in Kind
116 def Repr(self, as_ref=True): member in ReferenceKind
291 def Repr(self, as_ref=True): member in Field
351 def Repr(self, as_ref=True): member in Struct
402 def Repr(self, as_ref=True): member in Union
445 def Repr(self, as_ref=True): member in Array
484 def Repr(self, as_ref=True): member in Map
532 def Repr(self, as_ref=True): member in Parameter
556 def Repr(self, as_ref=True): member in Method
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp638 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local
749 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
765 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
780 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp646 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local
759 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
775 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
790 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
/external/libtextclassifier/native/utils/utf8/
Dunicodetext.h197 Repr() : data_(nullptr), size_(0), capacity_(0), ours_(true) {} in Repr() function
/external/protobuf/python/google/protobuf/pyext/
Dfield.cc47 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/
DLegalizerInfoTest.cpp39 std::string Repr; in operator <<() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DLowLevelTypeTest.cpp23 std::string Repr; in operator <<() local
/external/python/cpython2/Lib/
Drepr.py8 class Repr: class
/external/python/cpython3/Lib/
Dreprlib.py36 class Repr: class
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h369 const char *Repr; member
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp80 char Repr; member in __anon552b6b9d0311::OperandsSignature::OpKind
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFastISelEmitter.cpp90 char Repr; member in __anon254615350311::OperandsSignature::OpKind
DSearchableTableEmitter.cpp346 std::string Repr = in emitLookupFunction() local
/external/python/cpython2/Include/
DPython-ast.h273 } Repr; member
490 #define Repr(a0, a1, a2, a3) _Py_Repr(a0, a1, a2, a3) macro
/external/python/cpython2/Python/
DPython-ast.c1796 Repr(expr_ty value, int lineno, int col_offset, PyArena *arena) in Repr() function