Home
last modified time | relevance | path

Searched defs:repr (Results 1 – 25 of 39) sorted by relevance

12

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
DCustomOrderTest.java38 Representer repr = new Representer(); in testReversedOrder() local
57 Representer repr = new Representer(); in testUnsorted() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/
DRubyTest.java60 Representer repr = new Representer(); in testEmitWithTags() local
84 Representer repr = new Representer(); in testEmitWithTags2WithoutTagForParentJavabean() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue67/
DNonAsciiCharsInClassNameTest.java88 Representer repr = new Representer(); in testDumpCustomTag() local
99 Representer repr = new Representer(); in testDumpEscapedTag() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DRandomKeyMutation.java48 List<Double> repr = originalRk.getRepresentation(); in mutate() local
DRandomKey.java193 List<Double> repr = new ArrayList<Double>(l); in randomPermutation() local
209 List<Double> repr = new ArrayList<Double>(l); in identityPermutation() local
/external/python/cpython3/Lib/
Ddataclasses.py233 def __init__(self, default, default_factory, init, repr, hash, compare, argument
287 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument
309 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument
789 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen): argument
968 def dataclass(_cls=None, *, init=True, repr=True, eq=True, order=False, argument
1140 repr=True, eq=True, order=False, unsafe_hash=False, argument
Dreprlib.py51 def repr(self, x): member in Repr
161 repr = aRepr.repr variable
Dpydoc.py442 def repr(self, object): member in HTMLRepr
479 repr = _repr_instance.repr variable in HTMLDoc
1078 repr = _repr_instance.repr variable in TextDoc
/external/python/cpython2/Lib/
Drepr.py23 def repr(self, x): member in Repr
132 repr = aRepr.repr variable
Dpydoc.py418 def repr(self, object): member in HTMLRepr
455 repr = _repr_instance.repr variable in HTMLDoc
1034 repr = _repr_instance.repr variable in TextDoc
/external/swiftshader/third_party/LLVM/unittests/ADT/
DTwineTest.cpp18 std::string repr(const Twine &Value) { in repr() function
/external/llvm/unittests/ADT/
DTwineTest.cpp18 std::string repr(const Twine &Value) { in repr() function
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DLongTest.java55 Representer repr = new Representer(); in testLongRepresenter() local
/external/snakeyaml/src/test/java/examples/staticstate/
DStaticFieldsWrapperTest.java62 Representer repr = new Representer(); in testLocalTag() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DTwineTest.cpp20 std::string repr(const Twine &Value) { in repr() function
/external/python/cpython3/Objects/
Dnamespaceobject.c72 PyObject *separator, *pairsrepr, *repr = NULL; in namespace_repr() local
Dstructseq.c192 PyObject *val, *repr; in structseq_repr() local
Dweakrefobject.c160 PyObject *name, *repr; in weakref_repr() local
/external/python/cpython2/Demo/pdist/
Dcvslib.py150 def r(key, repr=repr, self=self): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc36 string repr = in ToString() local
/external/python/cpython2/Modules/_io/
D_iomodule.c318 PyObject *repr = PyObject_Repr(file); in io_open() local
Dfileio.c972 PyObject *repr = PyObject_Repr(nameobj); in fileio_repr() local
/external/python/cpython2/Objects/
Dexceptions.c158 PyObject *repr; in BaseException_repr() local
660 PyObject *repr; in EnvironmentError_str() local
891 PyObject *repr; in WindowsError_str() local
Dstructseq.c262 PyObject *val, *repr; in structseq_repr() local
/external/python/cpython3/Modules/
D_operator.c1026 PyObject *repr; in itemgetter_repr() local
1355 PyObject *repr = NULL; in attrgetter_repr() local
1545 PyObject *argreprs, *repr = NULL, *sep, *joinedargreprs; in methodcaller_repr() local

12