Searched defs:pref (Results 1 - 25 of 63) sorted by last modified time

123

/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c4094 struct p2p_channel *pref = NULL, *n; local
4109 n = os_realloc_array(pref, num + 1,
4113 pref = n;
4114 pref[num].op_class = op_class;
4115 pref[num].chan = chan;
4125 config->p2p_pref_chan = pref;
4134 os_free(pref);
H A Dp2p_supplicant.c3942 static const char pref[] = " feature_cap="; local
3954 if (!feat_cap || !feat_cap_len || buf_len < sizeof(pref) + 2)
3957 os_memcpy(buf, pref, sizeof(pref));
3958 ret = wpa_snprintf_hex(&buf[sizeof(pref) - 1],
3959 buf_len - sizeof(pref) + 1,
H A Dwnm_sta.c529 " (pref %d) not found in scan results",
556 " (pref %d) in different ESS",
567 " (pref %d) does not match the current network profile",
584 " (pref %d) does not have sufficient signal level (%d)",
653 u8 op_class, u8 chan, u8 phy_type, u8 pref)
675 *pos++ = pref;
682 u8 pref)
731 phy_type, pref);
738 unsigned int i, pref = 255; local
755 for (i = 0; i < wpa_s->last_scan_res_used && pref;
652 wnm_add_nei_rep(u8 *buf, size_t len, const u8 *bssid, u32 bss_info, u8 op_class, u8 chan, u8 phy_type, u8 pref) argument
680 wnm_nei_rep_add_bss(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, u8 *buf, size_t len, u8 pref) argument
[all...]
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc291 const CodecPref* pref = NULL; local
296 pref = &kCodecPrefs[j];
301 if (pref) {
302 // Use the payload type that we've configured in our pref table;
303 // use the offset in our pref table to determine the sort order.
305 pref->payload_type, voe_codec.plname, voe_codec.plfreq,
307 static_cast<int>(arraysize(kCodecPrefs)) - (pref - kCodecPrefs));
H A Dwebrtcvoiceengine_unittest.cc429 int pref = codecs[0].preference; local
431 EXPECT_GT(pref, codecs[i].preference);
432 pref = codecs[i].preference;
/external/webrtc/webrtc/base/
H A Dnetwork.cc333 int pref = kHighestNetworkPreference; local
335 network->set_preference(pref);
336 if (pref > 0) {
337 --pref;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dsta_info.h55 u8 pref; member in struct:mbo_non_pref_chan_info
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.h55 u8 pref; member in struct:mbo_non_pref_chan_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.h55 u8 pref; member in struct:mbo_non_pref_chan_info
/external/v8/src/mips/
H A Dassembler-mips.cc2167 void Assembler::pref(int32_t hint, const MemOperand& rs) { function in class:v8::Assembler
/external/v8/src/mips64/
H A Dassembler-mips64.cc2499 void Assembler::pref(int32_t hint, const MemOperand& rs) { function in class:v8::internal::Assembler
/external/toybox/toys/pending/
H A Dip.c2067 "SELECTOR := [ from PREFIX ] [ to PREFIX ] [pref NUMBER] [ tos TOS ]\n"
2120 uint32_t pref; local
2125 pref = strtoul(*argv, &ptr, 0);
2126 if (!ptr || (ptr == *argv) || *ptr || pref > 0xFFFFFFFFUL)
2130 (void *)&pref, sizeof(uint32_t));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/ltp/testcases/open_posix_testsuite/include/
H A Dnoatime.h24 int strpref(const char *str, const char *pref) argument
28 for (i = 0; pref[i] != '\0'; i++) {
34 if (str[i] != pref[i])
/external/libxml2/
H A Dtestapi.c36456 xmlChar * pref; /* the prefix of the QName */ local
36467 pref = gen_const_xmlChar_ptr(n_pref, 0);
36471 ret_val = xmlStrQEqual((const xmlChar *)pref, (const xmlChar *)name, (const xmlChar *)str);
36474 des_const_xmlChar_ptr(n_pref, (const xmlChar *)pref, 0);
[all...]
H A Dtestdict.c154 xmlChar *cur, *pref; local
275 pref = &prefix[0];
276 while (*cur != ':') *pref++ = *cur++;
278 *pref = 0;
292 pref = &prefix[0];
293 while (*cur != ':') *pref++ = *cur++;
295 *pref = 0;
317 xmlChar *cur, *pref; local
406 pref = &prefix[0];
407 while (*cur != ':') *pref
[all...]
H A Dtree.c8517 const xmlChar *pref; local
8525 pref = prefix;
8531 (xmlTreeNSListLookupByPrefix(elem->nsDef, pref) != NULL))
8538 if (xmlSearchNsByPrefixStrict(doc, elem->parent, pref, NULL) == 1)
8541 ret = xmlNewNs(NULL, nsName, pref);
8563 pref = BAD_CAST buf;
H A DxmlIO.c3975 xmlCatalogAllow pref; local
3981 pref = xmlCatalogGetDefaults();
3983 if ((pref != XML_CATA_ALLOW_NONE) && (!xmlNoNetExists(URL))) {
3988 ((pref == XML_CATA_ALLOW_ALL) ||
3989 (pref == XML_CATA_ALLOW_DOCUMENT))) {
3998 ((pref == XML_CATA_ALLOW_ALL) ||
3999 (pref == XML_CATA_ALLOW_GLOBAL))) {
4013 ((pref == XML_CATA_ALLOW_ALL) ||
4014 (pref == XML_CATA_ALLOW_DOCUMENT))) {
4018 ((pref
[all...]

Completed in 544 milliseconds

123