HomeSort by relevance Sort by last modified time
    Searched refs:stype (Results 26 - 50 of 110) sorted by null

12 3 4 5

  /prebuilts/gdb/linux-x86/lib/python2.7/
traceback.py 175 stype = etype.__name__
178 return [_format_final_exc_line(stype, value)]
199 lines.append(_format_final_exc_line(stype, value))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
traceback.py 175 stype = etype.__name__
178 return [_format_final_exc_line(stype, value)]
199 lines.append(_format_final_exc_line(stype, value))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
traceback.py 175 stype = etype.__name__
178 return [_format_final_exc_line(stype, value)]
199 lines.append(_format_final_exc_line(stype, value))
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 81 res.stype = -1;
99 res.stype = 0;
125 if(UpLo==Upper) res.stype = 1;
126 if(UpLo==Lower) res.stype = -1;
  /external/toybox/kconfig/
lkc.h 56 enum symbol_type stype; member in struct:kconf_id
zconf.tab.c_shipped     [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 585 u16 fc, type, stype; local
596 stype = WLAN_FC_GET_STYPE(fc);
612 if (stype != WLAN_FC_STYPE_PSPOLL)
1208 u16 stype = WLAN_FC_GET_STYPE(fc); local
1213 switch (stype) {
1229 switch (stype) {
1239 switch (stype) {
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 106 int domain, stype; local
118 stype = SOCK_RAW;
121 stype = SOCK_PACKET;
124 if ((fd = socket(domain, stype, htons(type))) < 0) {
  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 255 static int p2p_manager_disconnect(struct hostapd_data *hapd, u16 stype,
269 mgmt->frame_control = IEEE80211_FC(WLAN_FC_TYPE_MGMT, stype);
271 " with minor reason code %u (stype=%u (%s))",
272 MAC2STR(addr), minor_reason_code, stype,
278 if (stype == WLAN_FC_STYPE_DEAUTH) {
ieee802_11.h 23 u16 stype, int ok);
drv_callbacks.c 922 size_t len, u16 stype, int ok)
932 if (stype != WLAN_FC_STYPE_ACTION || len <= 25 ||
943 ieee802_11_mgmt_cb(hapd, buf, len, stype, ok);
1209 data->tx_status.stype,
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ap.h 48 void ap_mgmt_tx_cb(void *ctx, const u8 *buf, size_t len, u16 stype, int ok);
  /prebuilts/go/darwin-x86/src/net/
lookup_windows.go 146 var stype int32
149 stype = syscall.SOCK_STREAM
151 stype = syscall.SOCK_DGRAM
155 Socktype: stype,
  /prebuilts/go/linux-x86/src/net/
lookup_windows.go 146 var stype int32
149 stype = syscall.SOCK_STREAM
151 stype = syscall.SOCK_DGRAM
155 Socktype: stype,
  /external/wpa_supplicant_8/src/drivers/
driver_hostap.c 59 u16 stype)
131 event.tx_status.stype = WLAN_FC_GET_STYPE(fc);
143 u16 fc, type, stype; local
159 stype = WLAN_FC_GET_STYPE(fc);
161 if (type != WLAN_FC_TYPE_MGMT || stype != WLAN_FC_STYPE_BEACON) {
191 handle_data(drv, buf, data_len, stype);
driver_atheros.c 838 u16 fc, stype; local
852 stype = WLAN_FC_GET_STYPE(fc);
854 wpa_printf(MSG_DEBUG, "%s: subtype 0x%x len %d", __func__, stype,
857 if (stype == WLAN_FC_STYPE_PROBE_REQ) {
871 if (stype == WLAN_FC_STYPE_ACTION &&
887 switch (stype) {
1313 u16 fc, stype; local
    [all...]
  /external/selinux/libsepol/src/
expand.c 3276 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; local
3406 type_datum_t *stype = p->type_val_to_struct[k->source_type - 1]; local
    [all...]
  /frameworks/base/core/java/android/content/
UndoManager.java 182 int stype; local
183 while ((stype=p.readInt()) != 0) {
185 if (stype == 1) {
  /external/vulkan-validation-layers/
parameter_validation_generator.py 376 # Store the sType values
641 # Generate the sType check string
644 stype = self.structTypes[value.type]
650 funcPrintName, lenPtrRequired, lenValueRequired, valueRequired, ln=lenValue.name, ldn=lenPrintName, dn=valuePrintName, vn=value.name, sv=stype.value, pf=prefix, **postProcSpec))
654 funcPrintName, lenValueRequired, valueRequired, ln=lenValue.name, ldn=lenPrintName, dn=valuePrintName, vn=value.name, sv=stype.value, pf=prefix, **postProcSpec))
658 funcPrintName, valuePrintName, prefix, valueRequired, vn=value.name, sv=stype.value, **postProcSpec))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_aos.c 105 enum tgsi_opcode_type stype,
176 enum tgsi_opcode_type stype,
189 enum tgsi_opcode_type stype,
203 enum tgsi_opcode_type stype,
  /external/opencv/cv/src/
cvundistort.cpp 386 int stype, dtype; local
428 stype = CV_MAT_TYPE(_src->type);
430 sstep = _src->rows == 1 ? 1 : _src->step/CV_ELEM_SIZE(stype);
445 if( stype == CV_32FC2 )
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyrun.swg 237 VALUE stype = rb_iv_get(obj, "@__swigtype__");
238 return StringValuePtr(stype);
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 876 enum tgsi_return_type stype; local
883 stype = TGSI_RETURN_TYPE_UINT;
893 stype = TGSI_RETURN_TYPE_SINT;
905 dtype = stype = TGSI_RETURN_TYPE_FLOAT;
916 stype != TGSI_RETURN_TYPE_UINT &&
917 stype != TGSI_RETURN_TYPE_SINT) {
930 stype);
    [all...]
  /external/libmojo/third_party/ply/
lex.py     [all...]
  /external/ply/ply/ply/
lex.py     [all...]

Completed in 5724 milliseconds

12 3 4 5