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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeSlots.py 207 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.base_type.name
    [all...]
Symtab.py     [all...]
ModuleNode.py     [all...]
PyrexTypes.py 560 scope.parent_type = self
    [all...]
Nodes.py 634 type = env.parent_type
    [all...]
ExprNodes.py     [all...]
  /external/fio/
json.h 23 int parent_type; member in struct:json_value
json.c 32 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/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
list_ports_osx.py 130 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/qemu/qom/
object.c 60 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;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 3438 milliseconds