HomeSort by relevance Sort by last modified time
    Searched refs:cl_name (Results 1 - 25 of 32) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
classobject.h 16 PyObject *cl_name; /* A string */ member in struct:__anon5375
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:__anon5682
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:__anon30074
pyerrors.h 108 ? PyString_AS_STRING(((PyClassObject*)(x))->cl_name) \
  /prebuilts/gdb/darwin-x86/include/python2.7/
classobject.h 16 PyObject *cl_name; /* A string */ member in struct:__anon60571
pyerrors.h 107 ? PyString_AS_STRING(((PyClassObject*)(x))->cl_name) \
  /prebuilts/gdb/linux-x86/include/python2.7/
classobject.h 16 PyObject *cl_name; /* A string */ member in struct:__anon60693
pyerrors.h 107 ? PyString_AS_STRING(((PyClassObject*)(x))->cl_name) \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 16 PyObject *cl_name; /* A string */ member in struct:__anon112505
pyerrors.h 107 ? PyString_AS_STRING(((PyClassObject*)(x))->cl_name) \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 16 PyObject *cl_name; /* A string */ member in struct:__anon112628
pyerrors.h 107 ? 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...]
  /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...]
  /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...]
  /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 429 def __init__(self, cl_name, attrdict, address):
430 self.cl_name = cl_name
438 return '<%s(%s) at remote 0x%x>' % (self.cl_name,
441 return '<%s at remote 0x%x>' % (self.cl_name,
704 cl_name = in_class.pyop_field('cl_name').proxyval(visited)
710 return InstanceProxy(cl_name, in_dict, long(self._gdbval))
723 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 696 PyObject *classname = inst->in_class->cl_name;
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 747 PyObject *classname = inst->in_class->cl_name;
    [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...]

Completed in 1523 milliseconds

1 2