Searched refs:parent_type (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTypeSlots.py207 and current_scope.parent_type
208 and current_scope.parent_type.base_type
209 and current_scope.parent_type.base_type.scope):
210 current_scope = current_scope.parent_type.base_type.scope
239 scope.parent_type.typeobj_cname,
329 parent_type_scope = scope.parent_type.base_type.scope
331 entry = scope.parent_scope.lookup_here(scope.parent_type.base_type.name)
354 and scope.parent_type.base_type
361 parent_type_scope = scope.parent_type.base_type.scope
363 entry = scope.parent_scope.lookup_here(scope.parent_type
[all...]
H A DSymtab.py1765 # parent_type CClassType
1799 base_type = self.parent_type.base_type
1802 elif self.parent_type.is_builtin_type:
1803 return not self.parent_type.is_gc_simple
1892 self.namespace_cname = "(PyObject *)%s" % self.parent_type.typeptr_cname
1922 if not self.parent_type.is_builtin_type:
1928 if not self.parent_type.is_final_type:
1935 if get_special_method_signature(name) and not self.parent_type.is_builtin_type:
1940 elif not self.parent_type.assignable_from(args[0].type):
1942 (args[0].type, name, self.parent_type))
[all...]
H A DModuleNode.py1101 type = scope.parent_type
1108 type = scope.parent_type
1117 type = scope.parent_type
1122 is_final_type = scope.parent_type.is_final_type
1149 scope.parent_type.declaration_code(freelist_name),
1161 code.putln("%s;" % scope.parent_type.declaration_code("p"))
1248 base_type = scope.parent_type.base_type
1257 is_final_type = scope.parent_type.is_final_type
1349 type = scope.parent_type
1379 base_type = scope.parent_type
[all...]
H A DPyrexTypes.py560 scope.parent_type = self
958 scope.parent_type = self
1101 scope.parent_type = self
1375 scope.parent_type = self
1744 scope.parent_type = self
H A DNodes.py634 type = env.parent_type
912 type = env.parent_type
946 type = env.parent_type
2718 arg.hdr_type = arg.type = env.parent_type
2763 if entry.is_final_cmethod and not env.parent_type.is_final_type:
H A DExprNodes.py1971 entry.scope.parent_type.typeptr_cname)
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports_osx.py130 def GetParentDeviceByType(device, parent_type):
131 """ Find the first parent of a device that implements the parent_type
136 while IORegistryEntryGetName(device) != parent_type:
/external/fio/
H A Djson.h23 int parent_type; member in struct:json_value
H A Djson.c32 value->parent_type = JSON_PARENT_TYPE_PAIR;
185 value->parent_type = JSON_PARENT_TYPE_ARRAY;
293 if (value->parent_type == JSON_PARENT_TYPE_PAIR)
/external/qemu/qom/
H A Dobject.c60 TypeImpl *parent_type; member in struct:TypeImpl
152 if (!type->parent_type && type->parent) {
153 type->parent_type = type_get_by_name(type->parent);
154 g_assert(type->parent_type != NULL);
157 return type->parent_type;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1801 milliseconds