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

  /art/test/968-default-partial-compile-gen/util-src/
generate_smali.py 417 def __init__(self, ifaces, iface_type, full_name = None):
422 self.iface_type = iface_type
424 end = self.iface_type.get_suffix()
453 return self.iface_type == InterfaceType.abstract
460 return self.iface_type == InterfaceType.empty
467 return self.iface_type == InterfaceType.default
  /external/mesa3d/src/compiler/glsl/
ast_array_index.cpp 241 const glsl_type *iface_type = var->get_interface_type(); local
242 int field_index = iface_type->field_index(var->name);
245 field_index != (int) iface_type->length - 1) {
link_interface_blocks.cpp 305 const glsl_type *iface_type = var->get_interface_type(); local
307 if (iface_type == NULL)
340 " match\n", iface_type->name);
link_uniform_initializers.cpp 285 const glsl_type *const iface_type = var->get_interface_type(); local
303 ralloc_asprintf(mem_ctx, "%s[%u]", iface_type->name, i);
318 linker::set_block_binding(prog, iface_type->name,
  /art/test/971-iface-super/util-src/
generate_smali.py 479 def __init__(self, ifaces, iface_type, full_name = None):
484 self.iface_type = iface_type
486 end = self.iface_type.get_suffix()
515 return self.iface_type == InterfaceType.abstract
522 return self.iface_type == InterfaceType.empty
529 return self.iface_type == InterfaceType.default
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 9350 enum qca_iface_type iface_type; local
9413 enum qca_iface_type iface_type; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 7311 enum wpa_driver_if_type iface_type; local
    [all...]
p2p_supplicant.c 5245 enum wpa_driver_if_type iface_type; local
    [all...]
  /external/toybox/toys/pending/
ip.c 59 int flags, iface_idx, mtu, txqueuelen, parent,iface_type; member in struct:linkdata
834 link->iface_type = iface->ifi_type;
    [all...]

Completed in 309 milliseconds