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

  /external/qemu/util/
module.c 47 static ModuleTypeList *find_type(module_init_type type) function
66 l = find_type(type);
76 l = find_type(type);
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
typeexpr.py 79 def find_type(self, name): member in class:type_table
192 te = type_expression.built_in_types.find_type( type_name )
194 te = extra_types.find_type( type_name )
gl_XML.py 995 def find_type( self, type_name ): member in class:gl_api
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 79 def find_type(self, name): member in class:type_table
192 te = type_expression.built_in_types.find_type( type_name )
194 te = extra_types.find_type( type_name )
gl_XML.py 995 def find_type( self, type_name ): member in class:gl_api
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 32 def find_type(orig, name): function
103 nodetype = find_type(self.val.type, '_Node')
120 nodetype = find_type(self.val.type, '_Node')
149 nodetype = find_type(self.val.type, '_Node')
165 nodetype = find_type(self.val.type, '_Node')
427 rep_type = find_type(self.val.type, '_Rep_type')
428 node = find_type(rep_type, '_Link_type')
466 rep_type = find_type(self.val.type, '_Rep_type')
467 node = find_type(rep_type, '_Link_type')
614 self.node_type = find_type(hash.type, '_Node').pointer(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 32 def find_type(orig, name): function
103 nodetype = find_type(self.val.type, '_Node')
120 nodetype = find_type(self.val.type, '_Node')
149 nodetype = find_type(self.val.type, '_Node')
165 nodetype = find_type(self.val.type, '_Node')
427 rep_type = find_type(self.val.type, '_Rep_type')
428 node = find_type(rep_type, '_Link_type')
466 rep_type = find_type(self.val.type, '_Rep_type')
467 node = find_type(rep_type, '_Link_type')
614 self.node_type = find_type(hash.type, '_Node').pointer(
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/
printers.py 41 def find_type(orig, name): function
114 nodetype = find_type(self.val.type, '_Node')
131 nodetype = find_type(self.val.type, '_Node')
160 nodetype = find_type(self.val.type, '_Node')
176 nodetype = find_type(self.val.type, '_Node')
438 rep_type = find_type(self.val.type, '_Rep_type')
439 node = find_type(rep_type, '_Link_type')
477 rep_type = find_type(self.val.type, '_Rep_type')
478 node = find_type(rep_type, '_Link_type')
625 self.node_type = find_type(hash.type, '__node_type').pointer(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 41 def find_type(orig, name): function
114 nodetype = find_type(self.val.type, '_Node')
131 nodetype = find_type(self.val.type, '_Node')
160 nodetype = find_type(self.val.type, '_Node')
176 nodetype = find_type(self.val.type, '_Node')
438 rep_type = find_type(self.val.type, '_Rep_type')
439 node = find_type(rep_type, '_Link_type')
477 rep_type = find_type(self.val.type, '_Rep_type')
478 node = find_type(rep_type, '_Link_type')
625 self.node_type = find_type(hash.type, '__node_type').pointer(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 41 def find_type(orig, name): function
114 nodetype = find_type(self.val.type, '_Node')
131 nodetype = find_type(self.val.type, '_Node')
160 nodetype = find_type(self.val.type, '_Node')
176 nodetype = find_type(self.val.type, '_Node')
438 rep_type = find_type(self.val.type, '_Rep_type')
439 node = find_type(rep_type, '_Link_type')
477 rep_type = find_type(self.val.type, '_Rep_type')
478 node = find_type(rep_type, '_Link_type')
625 self.node_type = find_type(hash.type, '__node_type').pointer(
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 29 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check>
32 const bool is_static = (find_type == StaticObjectRead) || (find_type == StaticPrimitiveRead);
34 ArtField* f = FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
203 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check,
208 bool is_static = (find_type == StaticObjectWrite) || (find_type == StaticPrimitiveWrite);
210 ArtField* f = FindFieldFromCode<find_type, do_access_check>(field_idx, shadow_frame.GetMethod(), self,
    [all...]
interpreter_common.h 161 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check>
173 template<FindFieldType find_type, Primitive::Type field_type, bool do_access_check,
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 398 enum p2p_discovery_type find_type; member in struct:p2p_data
p2p.c 947 if (p2p->find_type == P2P_FIND_PROGRESSIVE &&
1082 p2p->find_type = type;
    [all...]

Completed in 810 milliseconds