/external/tensorflow/tensorflow/python/lib/core/ |
py_util.cc | 37 CHECK_NOTNULL(reinterpret_cast<PyClassObject*>(py)->cl_name)); 40 reinterpret_cast<PyInstanceObject*>(py)->in_class->cl_name));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
classobject.h | 16 PyObject *cl_name; /* A string */
member in struct:__anon5286
|
pyerrors.h | 108 ? PyString_AS_STRING(((PyClassObject*)(x))->cl_name) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
classobject.h | 16 PyObject *cl_name; /* A string */
member in struct:__anon5593
|
pyerrors.h | 107 ? PyString_AS_STRING(((PyClassObject*)(x))->cl_name) \
|
/external/python/cpython2/Include/ |
classobject.h | 16 PyObject *cl_name; /* A string */ member in struct:__anon36478
|
pyerrors.h | 108 ? PyString_AS_STRING(((PyClassObject*)(x))->cl_name) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
classobject.c | 125 op->cl_name = name;
196 Py_XDECREF(op->cl_name);
253 if (op->cl_name == NULL)
256 v = op->cl_name;
265 PyString_AS_STRING(op->cl_name), sname);
332 set_slot(&c->cl_name, v);
381 PyString_AS_STRING(op->cl_name), sname);
393 if (op->cl_name == NULL || !PyString_Check(op->cl_name))
396 name = PyString_AsString(op->cl_name);
[all...] |
abstract.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
classobject.c | 125 op->cl_name = name;
196 Py_XDECREF(op->cl_name);
247 if (op->cl_name == NULL)
250 v = op->cl_name;
259 PyString_AS_STRING(op->cl_name), sname);
326 set_slot(&c->cl_name, v);
371 PyString_AS_STRING(op->cl_name), sname);
383 if (op->cl_name == NULL || !PyString_Check(op->cl_name))
386 name = PyString_AsString(op->cl_name);
[all...] |
abstract.c | [all...] |
/external/python/cpython2/Objects/ |
classobject.c | 125 op->cl_name = name; 196 Py_XDECREF(op->cl_name); 253 if (op->cl_name == NULL) 256 v = op->cl_name; 265 PyString_AS_STRING(op->cl_name), sname); 332 set_slot(&c->cl_name, v); 381 PyString_AS_STRING(op->cl_name), sname); 393 if (op->cl_name == NULL || !PyString_Check(op->cl_name)) 396 name = PyString_AsString(op->cl_name); [all...] |
abstract.c | [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceScript.java | 599 String cl_name = args[1]; local 602 ComponentName mApp = new ComponentName(pkg_name, cl_name); 626 String cl_name = "com.google.android.powerutil.WakeUpScreen"; local 630 ComponentName mApp = new ComponentName(pkg_name, cl_name); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/ |
libpython.py | 397 def __init__(self, cl_name, attrdict, address):
398 self.cl_name = cl_name
406 return '<%s(%s) at remote 0x%x>' % (self.cl_name,
409 return '<%s at remote 0x%x>' % (self.cl_name,
668 cl_name = in_class.pyop_field('cl_name').proxyval(visited)
674 return InstanceProxy(cl_name, in_dict, long(self._gdbval))
687 cl_name = in_class.pyop_field('cl_name').proxyval(visited) [all...] |
/external/python/cpython2/Tools/gdb/ |
libpython.py | 433 def __init__(self, cl_name, attrdict, address): 434 self.cl_name = cl_name 442 return '<%s(%s) at remote 0x%x>' % (self.cl_name, 445 return '<%s at remote 0x%x>' % (self.cl_name, 711 cl_name = in_class.pyop_field('cl_name').proxyval(visited) 717 return InstanceProxy(cl_name, in_dict, long(self._gdbval)) 730 cl_name = in_class.pyop_field('cl_name').proxyval(visited [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
gcmodule.c | 747 PyObject *classname = inst->in_class->cl_name;
[all...] |
cPickle.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
gcmodule.c | 696 PyObject *classname = inst->in_class->cl_name;
[all...] |
cPickle.c | [all...] |
/external/python/cpython2/Modules/ |
gcmodule.c | 747 PyObject *classname = inst->in_class->cl_name; [all...] |
cPickle.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
ceval.c | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
ceval.c | [all...] |
/external/python/cpython2/Python/ |
ceval.c | [all...] |