HomeSort by relevance Sort by last modified time
    Searched refs:bases (Results 26 - 50 of 314) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_isinstance.py 14 # class's bases is masked. This was actually a bug in Python 2.2 and
142 def __init__(self, bases):
143 self.bases = bases
146 return self.bases
161 AbstractSuper = AbstractClass(bases=())
163 AbstractChild = AbstractClass(bases=(AbstractSuper,))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Meta.py 52 def __init__(self, name, bases, dict):
61 self.__bases__ = bases
Trace.py 22 def __init__(self, name, bases, dict):
24 self.__bases__ = bases
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
browser_test_case.py 27 def __new__(mcs, name, bases, dct):
34 return type.__new__(mcs, name, bases, new_dct)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/
example.py 3 from framer.bases import Module, Type
  /external/autotest/client/cros/cellular/mbim_compliance/
usb_descriptors.py 95 def __new__(mcs, name, bases, attrs):
99 if object in bases:
100 return super(DescriptorMeta, mcs).__new__(mcs, name, bases, attrs)
158 # Prepend the class created via namedtuple to |bases| in order to
162 (descriptor_class,) + bases,
mbim_message.py 171 def __new__(mcs, name, bases, attrs):
175 if object in bases:
177 mcs, name, bases, attrs)
183 for base_class in bases:
203 # Prepend the class created via namedtuple to |bases| in order to
207 mcs, name, (message_class,) + bases, attrs)
mbim_data_transfer.py 401 def __new__(mcs, name, bases, attrs):
402 if object in bases:
404 mcs, name, bases, attrs)
413 # Prepend the class created via namedtuple to |bases| in order to
417 mcs, name, (header_class,) + bases, attrs)
  /external/libunwind_llvm/src/
UnwindLevel1-gcc-ext.c 185 struct dwarf_eh_bases *bases) {
195 bases->tbase = (uintptr_t)info.extra;
196 bases->dbase = 0; // dbase not used on Mac OS X
197 bases->func = (uintptr_t)info.start_ip;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 196 struct dwarf_eh_bases *bases) {
206 bases->tbase = (uintptr_t)info.extra;
207 bases->dbase = 0; // dbase not used on Mac OS X
208 bases->func = (uintptr_t)info.start_ip;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/newmetaclasses/
Eiffel.py 7 def __new__(meta, name, bases, dict):
9 return super(EiffelBaseMetaClass, meta).__new__(meta, name, bases,
  /external/libmojo/third_party/jinja2/
_compat.py 92 def with_metaclass(meta, *bases):
108 return meta(name, bases, d)
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclapi.swg 49 struct swig_class **bases;
  /prebuilts/go/darwin-x86/src/math/big/
prime_test.go 56 "1195068768795265792518361315725116351898245581", // strong pseudoprime to prime bases 2 through 29
57 // strong pseudoprime to all prime bases up to 200
  /prebuilts/go/linux-x86/src/math/big/
prime_test.go 56 "1195068768795265792518361315725116351898245581", // strong pseudoprime to prime bases 2 through 29
57 // strong pseudoprime to all prime bases up to 200
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 586 PyObject *bases = NULL; local
610 bases = base;
612 Py_INCREF(bases);
614 bases = PyTuple_Pack(1, base);
615 if (bases == NULL)
620 dot+1, bases, dict);
622 Py_XDECREF(bases);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 564 PyObject *bases = NULL; local
588 bases = base;
590 Py_INCREF(bases);
592 bases = PyTuple_Pack(1, base);
593 if (bases == NULL)
598 dot+1, bases, dict);
600 Py_XDECREF(bases);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 96 type_mro_modified(PyTypeObject *type, PyObject *bases) {
117 n = PyTuple_GET_SIZE(bases);
119 PyObject *b = PyTuple_GET_ITEM(bases, i);
150 PyObject *bases; local
177 bases = type->tp_bases;
178 n = PyTuple_GET_SIZE(bases);
180 PyObject *b = PyTuple_GET_ITEM(bases, i);
1310 PyObject *bases, *base; local
1552 PyObject *bases, *result; local
2063 PyObject *name, *bases, *dict; local
3971 PyObject *dict, *bases; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 96 type_mro_modified(PyTypeObject *type, PyObject *bases) {
117 n = PyTuple_GET_SIZE(bases);
119 PyObject *b = PyTuple_GET_ITEM(bases, i);
150 PyObject *bases; local
177 bases = type->tp_bases;
178 n = PyTuple_GET_SIZE(bases);
180 PyObject *b = PyTuple_GET_ITEM(bases, i);
1292 PyObject *bases, *base; local
1534 PyObject *bases, *result; local
2045 PyObject *name, *bases, *dict; local
3936 PyObject *dict, *bases; local
    [all...]
  /external/clang/lib/AST/
InheritViz.cpp 32 /// differentiate between uses of types as virtual bases
33 /// vs. non-virtual bases.
71 // its bases.
96 for (const auto &Base : Decl->bases()) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_long_future.py 145 bases = (0, DBL_MANT_DIG, DBL_MIN_EXP,
147 for base in bases:
  /external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
UnsignedIntsTest.java 238 int[] bases = {2, 5, 7, 8, 10, 16}; local
240 for (int base : bases) {
UnsignedLongsTest.java 240 int[] bases = { 2, 5, 7, 8, 10, 16 }; local
241 for (int base : bases) {
  /external/guava/guava-tests/test/com/google/common/primitives/
UnsignedIntsTest.java 255 int[] bases = {2, 5, 7, 8, 10, 16}; local
257 for (int base : bases) {
UnsignedLongsTest.java 257 int[] bases = { 2, 5, 7, 8, 10, 16 }; local
258 for (int base : bases) {

Completed in 1439 milliseconds

12 3 4 5 6 7 8 91011>>