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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
classobject.h 26 PyClassObject *in_class; /* The class object */ member in struct:__anon5287
pyerrors.h 113 ? (PyObject*)((PyInstanceObject*)(x))->in_class \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
classobject.h 26 PyClassObject *in_class; /* The class object */ member in struct:__anon5594
pyerrors.h 112 ? (PyObject*)((PyInstanceObject*)(x))->in_class \
  /external/clang/test/Parser/
cxx-ambig-init-templ.cpp 83 static const bool in_class = false;
87 int f(Bool<true> = X<Y, Bool<in_class> >(0));
90 int g(Bool<true> = Z<Y, Bool<in_class> = Bool<false>(0));
92 static const bool in_class = true;
  /external/python/cpython2/Include/
classobject.h 26 PyClassObject *in_class; /* The class object */ member in struct:__anon36479
pyerrors.h 113 ? (PyObject*)((PyInstanceObject*)(x))->in_class \
  /external/tensorflow/tensorflow/python/lib/core/
py_util.cc 40 reinterpret_cast<PyInstanceObject*>(py)->in_class->cl_name));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 543 inst->in_class = (PyClassObject *)klass;
680 Py_DECREF(inst->in_class);
731 Py_INCREF(inst->in_class);
732 return (PyObject *)inst->in_class;
739 PyString_AS_STRING(inst->in_class->cl_name), sname);
756 v = class_lookup(inst->in_class, name, &klass);
762 (PyObject *)(inst->in_class));
775 if (res == NULL && (func = inst->in_class->cl_getattr) != NULL) {
806 v = class_lookup(inst->in_class, name, &klass);
818 PyString_AS_STRING(inst->in_class->cl_name),
    [all...]
abstract.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 533 inst->in_class = (PyClassObject *)klass;
670 Py_DECREF(inst->in_class);
714 Py_INCREF(inst->in_class);
715 return (PyObject *)inst->in_class;
722 PyString_AS_STRING(inst->in_class->cl_name), sname);
739 v = class_lookup(inst->in_class, name, &klass);
745 (PyObject *)(inst->in_class));
758 if (res == NULL && (func = inst->in_class->cl_getattr) != NULL) {
789 v = class_lookup(inst->in_class, name, &klass);
801 PyString_AS_STRING(inst->in_class->cl_name),
    [all...]
abstract.c     [all...]
  /external/python/cpython2/Objects/
classobject.c 542 inst->in_class = (PyClassObject *)klass;
679 Py_DECREF(inst->in_class);
730 Py_INCREF(inst->in_class);
731 return (PyObject *)inst->in_class;
738 PyString_AS_STRING(inst->in_class->cl_name), sname);
755 v = class_lookup(inst->in_class, name, &klass);
761 (PyObject *)(inst->in_class));
774 if (res == NULL && (func = inst->in_class->cl_getattr) != NULL) {
805 v = class_lookup(inst->in_class, name, &klass);
817 PyString_AS_STRING(inst->in_class->cl_name)
    [all...]
abstract.c     [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 399 def __init__(self, start, end, name, in_class, return_type, parameters,
403 # TODO(nnorwitz): in_class could also be a namespace which can
405 self.in_class = in_class
676 def __init__(self, token_stream, filename, in_class='', visibility=None,
685 self.in_class = in_class
686 if in_class is None:
689 self.in_class_name_only = in_class.split('::')[-1]
806 if token.name == '~' and self.in_class
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 400 def __init__(self, start, end, name, in_class, return_type, parameters,
404 # TODO(nnorwitz): in_class could also be a namespace which can
406 self.in_class = in_class
677 def __init__(self, token_stream, filename, in_class='', visibility=None,
686 self.in_class = in_class
687 if in_class is None:
690 self.in_class_name_only = in_class.split('::')[-1]
807 if token.name == '~' and self.in_class
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 667 in_class = self.pyop_field('in_class')
668 cl_name = in_class.pyop_field('cl_name').proxyval(visited)
686 in_class = self.pyop_field('in_class')
687 cl_name = in_class.pyop_field('cl_name').proxyval(visited)
    [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 710 in_class = self.pyop_field('in_class')
711 cl_name = in_class.pyop_field('cl_name').proxyval(visited)
729 in_class = self.pyop_field('in_class')
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...]
  /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...]
  /external/python/cpython2/Python/
ceval.c     [all...]

Completed in 3392 milliseconds