/external/iproute2/tc/ |
D | m_pedit.c | 62 pedit_parse_nopopt (int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pedit_parse_nopopt() 121 pack_key(struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key() 145 pack_key32(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key32() 161 pack_key16(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key16() 194 pack_key8(__u32 retain,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in pack_key8() 251 parse_cmd(int *argc_p, char ***argv_p, __u32 len, int type,__u32 retain,struct tc_pedit_sel *sel,st… in parse_cmd() 321 parse_offset(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_offset() 398 parse_munge(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel) in parse_munge() 447 struct tc_pedit_sel sel; in parse_pedit() member 449 } sel; in parse_pedit() local [all …]
|
D | f_u32.c | 117 static int pack_key(struct tc_u32_sel *sel, __u32 key, __u32 mask, in pack_key() 149 static int pack_key32(struct tc_u32_sel *sel, __u32 key, __u32 mask, in pack_key32() 157 static int pack_key16(struct tc_u32_sel *sel, __u32 key, __u32 mask, in pack_key16() 174 static int pack_key8(struct tc_u32_sel *sel, __u32 key, __u32 mask, int off, int offmask) in pack_key8() 226 static int parse_u32(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u32() 258 static int parse_u16(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u16() 289 static int parse_u8(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_u8() 324 static int parse_ip_addr(int *argc_p, char ***argv_p, struct tc_u32_sel *sel, in parse_ip_addr() 360 struct tc_u32_sel *sel, int off) in parse_ip6_addr() 406 static int parse_ip6_class(int *argc_p, char ***argv_p, struct tc_u32_sel *sel) in parse_ip6_class() [all …]
|
D | m_nat.c | 44 parse_nat_args(int *argc_p, char ***argv_p,struct tc_nat *sel) in parse_nat_args() 87 struct tc_nat sel; in parse_nat() local 170 struct tc_nat *sel; in print_nat() local
|
D | p_ip.c | 27 parse_ip(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_ip() 142 parse_ip6(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_ip6()
|
D | m_csum.c | 40 parse_csum_args(int *argc_p, char ***argv_p, struct tc_csum *sel) in parse_csum_args() 89 struct tc_csum sel; in parse_csum() local 179 struct tc_csum *sel; in print_csum() local
|
D | m_simple.c | 99 struct tc_defact sel = {}; in parse_simple() local 161 struct tc_defact *sel; in print_simple() local
|
D | p_icmp.c | 28 parse_icmp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_icmp()
|
D | p_udp.c | 27 parse_udp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_udp()
|
D | p_tcp.c | 27 parse_tcp(int *argc_p, char ***argv_p,struct tc_pedit_sel *sel,struct tc_pedit_key *tkey) in parse_tcp()
|
D | m_connmark.c | 47 struct tc_connmark sel = {}; in parse_connmark() local
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 1060 void WpaGui::selectNetwork( const QString &sel ) in selectNetwork() 1077 void WpaGui::enableNetwork(const QString &sel) in enableNetwork() 1096 void WpaGui::disableNetwork(const QString &sel) in disableNetwork() 1115 void WpaGui::editNetwork(const QString &sel) in editNetwork() 1148 QString sel(networkSelect->currentText()); in editSelectedNetwork() local 1161 QString sel(networkList->currentItem()->text()); in editListedNetwork() local 1186 void WpaGui::removeNetwork(const QString &sel) in removeNetwork() 1213 QString sel(networkSelect->currentText()); in removeSelectedNetwork() local 1226 QString sel(networkList->currentItem()->text()); in removeListedNetwork() local 1233 QString sel("all"); in enableAllNetworks() local [all …]
|
D | networkconfig.cpp | 63 void NetworkConfig::paramsFromScanResults(QTreeWidgetItem *sel) in paramsFromScanResults() 109 void NetworkConfig::authChanged(int sel) in authChanged() 143 void NetworkConfig::eapChanged(int sel) in eapChanged()
|
/external/opencv3/samples/python2/ |
D | mouse_and_match.py | 23 sel = (0,0,0,0) variable 69 sel = (0,0,0,0) variable
|
/external/icu/icu4c/source/common/ |
D | ucnvsel.cpp | 227 ucnvsel_close(UConverterSelector *sel) { in ucnvsel_close() 280 ucnvsel_serialize(const UConverterSelector* sel, in ucnvsel_serialize() 548 UConverterSelector* sel = (UConverterSelector*)uprv_malloc(sizeof(UConverterSelector)); in ucnvsel_openFromSerialized() local 594 const UConverterSelector* sel; member 626 const UConverterSelector* sel; in ucnvsel_next_encoding() local 690 static UEnumeration *selectForMask(const UConverterSelector* sel, in selectForMask() 740 ucnvsel_selectForString(const UConverterSelector* sel, in ucnvsel_selectForString() 782 ucnvsel_selectForUTF8(const UConverterSelector* sel, in ucnvsel_selectForUTF8()
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestSelection.java | 89 … CharsetSelector sel = new CharsetSelector(testEncodings, excluded, CharsetICU.ROUNDTRIP_SET); in TestConversionUTF16() local 131 CharsetSelector sel = null; in TestCharsetSelectorCodeCoverage() local
|
/external/valgrind/VEX/priv/ |
D | guest_mips_helpers.c | 417 #define ASM_VOLATILE_CASE(rd, sel) \ argument 422 UInt mips32_dirtyhelper_mfc0(UInt rd, UInt sel) in mips32_dirtyhelper_mfc0() 749 #define ASM_VOLATILE_CASE(rd, sel) \ argument 754 ULong mips64_dirtyhelper_dmfc0 ( UInt rd, UInt sel ) in mips64_dirtyhelper_dmfc0()
|
/external/webrtc/webrtc/modules/audio_device/test/ |
D | audio_device_test_func.cc | 39 int func_test(int sel) in func_test()
|
/external/libnl/lib/route/cls/ |
D | u32.c | 119 struct tc_u32_sel *sel; in u32_msg_parser() local 197 static void print_selector(struct nl_dump_params *p, struct tc_u32_sel *sel, in print_selector() 370 struct tc_u32_sel *sel; in rtnl_u32_set_flags() local 400 struct tc_u32_sel *sel; in rtnl_u32_add_key() local
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 681 static int reserve_gpr(struct alu_bank_swizzle *bs, unsigned sel, unsigned chan, unsigned cycle) in reserve_gpr() 692 static int reserve_cfile(struct r600_bytecode *bc, struct alu_bank_swizzle *bs, unsigned sel, unsig… in reserve_cfile() 712 static int is_gpr(unsigned sel) in is_gpr() 720 static int is_cfile(unsigned sel) in is_cfile() 727 static int is_const(int sel) in is_const() 737 int r, src, num_src, sel, elem, cycle; in check_vector() local 767 int r, src, num_src, const_count, sel, elem, cycle; in check_scalar() local 952 void r600_bytecode_special_constants(uint32_t value, unsigned *sel, unsigned *neg) in r600_bytecode_special_constants() 1270 unsigned bank, line, sel = alu->src[i].sel; in r600_bytecode_alloc_inst_kcache_lines() local 1293 unsigned int line, sel = alu->src[i].sel, found = 0; in r600_bytecode_assign_kcache_banks() local
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_utl.c | 77 int *sel = offset2ptr(*pval, it->utype); in asn1_get_choice_selector() local 84 int *sel, ret; in asn1_set_choice_selector() local
|
/external/curl/lib/ |
D | gopher.c | 83 char *sel; in gopher_do() local
|
/external/v8/test/mjsunit/regress/ |
D | regress-799761.js | 52 (function (sel) { argument
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | p2p-nfc.py | 132 def wpas_report_handover(req, sel, type): argument 143 def wpas_report_handover_wsc(req, sel, type): argument
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 1785 struct si_pipe_shader_selector *sel) in si_shader_selector_key() 1805 struct si_pipe_shader_selector *sel, in si_shader_select() 1876 struct si_pipe_shader_selector *sel = CALLOC_STRUCT(si_pipe_shader_selector); in si_create_shader_state() local 1907 struct si_pipe_shader_selector *sel = state; in si_bind_vs_shader() local 1924 struct si_pipe_shader_selector *sel = state; in si_bind_ps_shader() local 1939 struct si_pipe_shader_selector *sel) in si_delete_shader_selector() 1959 struct si_pipe_shader_selector *sel = (struct si_pipe_shader_selector *)state; in si_delete_vs_shader() local 1971 struct si_pipe_shader_selector *sel = (struct si_pipe_shader_selector *)state; in si_delete_ps_shader() local
|
/external/libedit/src/ |
D | sig.c | 52 private EditLine *sel = NULL; variable
|