HomeSort by relevance Sort by last modified time
    Searched refs:repr_str (Results 1 - 21 of 21) sorted by null

  /external/python/cpython3/Lib/test/test_importlib/frozen/
test_loader.py 67 repr_str = self.machinery.FrozenImporter.module_repr(module)
68 self.assertEqual(repr_str,
159 repr_str = self.machinery.FrozenImporter.module_repr(module)
160 self.assertEqual(repr_str,
  /external/tensorflow/tensorflow/python/lib/core/
py_seq_tensor.cc 91 string repr_str; local
92 if (ConvertOneString(repr_obj.get(), &repr_str) == nullptr) {
93 return repr_str;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
repr.py 91 def repr_str(self, x, level): member in class:Repr
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
repr.py 91 def repr_str(self, x, level): member in class:Repr
pydoc.py 406 repr_str = repr_string variable in class:HTMLRepr
969 repr_str = repr_string variable in class:TextRepr
    [all...]
  /external/python/cpython2/Lib/
repr.py 91 def repr_str(self, x, level): member in class:Repr
pydoc.py 439 repr_str = repr_string variable in class:HTMLRepr
1020 repr_str = repr_string variable in class:TextRepr
    [all...]
  /external/python/cpython3/Lib/
reprlib.py 120 def repr_str(self, x, level): member in class:Repr
pydoc.py 463 repr_str = repr_string variable in class:HTMLRepr
1064 repr_str = repr_string variable in class:TextRepr
    [all...]
  /external/libchrome/third_party/ply/
yacc.py 144 repr_str = repr(r)
145 if '\n' in repr_str: repr_str = repr(repr_str)
146 if len(repr_str) > resultlimit:
147 repr_str = repr_str[:resultlimit]+" ..."
148 result = "<%s @ 0x%x> (%s)" % (type(r).__name__,id(r),repr_str)
154 repr_str = repr(r)
155 if '\n' in repr_str: repr_str = repr(repr_str
    [all...]
  /external/ply/ply/ply/
yacc.py 139 repr_str = repr(r)
140 if '\n' in repr_str:
141 repr_str = repr(repr_str)
142 if len(repr_str) > resultlimit:
143 repr_str = repr_str[:resultlimit] + ' ...'
144 result = '<%s @ 0x%x> (%s)' % (type(r).__name__, id(r), repr_str)
149 repr_str = repr(r)
150 if '\n' in repr_str
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
yacc.py 139 repr_str = repr(r)
140 if '\n' in repr_str:
141 repr_str = repr(repr_str)
142 if len(repr_str) > resultlimit:
143 repr_str = repr_str[:resultlimit] + ' ...'
144 result = '<%s @ 0x%x> (%s)' % (type(r).__name__, id(r), repr_str)
149 repr_str = repr(r)
150 if '\n' in repr_str
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 215 PyObject *encoded, *escaped_str, *repr_str, *buffer, *result; local
226 repr_str = PyObject_Repr(o);
227 if (repr_str == NULL)
229 encoded = PyUnicode_AsEncodedString(repr_str,
232 Py_DECREF(repr_str);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 1242 char *repr_str; local
1409 char *repr_str; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 1211 char *repr_str; local
1220 repr_str = PyString_AS_STRING((PyStringObject *)repr);
1378 char *repr_str; local
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 1250 char *repr_str; local
1420 char *repr_str; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 406 repr_str = repr_string variable in class:HTMLRepr
969 repr_str = repr_string variable in class:TextRepr
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 451 repr_str = repr_string variable in class:HTMLRepr
1032 repr_str = repr_string variable in class:TextRepr
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 5368 static PyObject *repr_str; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 5316 static PyObject *repr_str; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 5528 static PyObject *repr_str; local
    [all...]

Completed in 837 milliseconds