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

  /external/protobuf/python/google/protobuf/internal/
descriptor_pool_test.py 399 def __init__(self, type_dict, field_list, is_extendable=False,
401 self.type_dict = type_dict
419 for name, subtype in self.type_dict.items():
  /system/media/camera/docs/
metadata_model.py 405 type_dict = self._dictionary_by_name(self.types)
408 type_node = type_dict.get(p._type_name)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 562 type_dict(PyTypeObject *type, void *context) function
626 {"__dict__", (getter)type_dict, NULL, NULL},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 556 type_dict(PyTypeObject *type, void *context) function
620 {"__dict__", (getter)type_dict, NULL, NULL},
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 582 type_dict(PyTypeObject *type, void *context) function
646 {"__dict__", (getter)type_dict, NULL, NULL},
    [all...]

Completed in 2964 milliseconds