Searched defs:pref (Results 1 - 25 of 53) sorted by relevance

123

/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
H A Dcopy.pass.cpp33 path& pref = (p2 = p); local
36 assert(&pref == &p2);
H A Dmove.pass.cpp38 path& pref = (p2 = std::move(p)); local
41 assert(&pref == &p2);
H A Dsource.pass.cpp55 path& pref = (p = S); local
56 assert(&pref == &p);
67 path& pref = p.assign(S); local
68 assert(&pref == &p);
81 path& pref = (p = S); local
82 assert(&pref == &p);
93 path& pref = p.assign(S); local
94 assert(&pref == &p);
108 path& pref = (p = TestPath); local
109 assert(&pref
118 path& pref = p.assign(TestPath); local
128 path& pref = p.assign(TestPath, TestPathEnd); local
143 path& pref = (p = it); local
154 path& pref = p.assign(it); local
166 path& pref = p.assign(it, e); local
[all...]
/external/libcxx/test/std/experimental/filesystem/class.directory_entry/directory_entry.obs/
H A Dpath.pass.cpp38 path const& pref = e.path(); local
39 assert(pref == p);
40 assert(&pref == &e.path());
42 assert(pref == p2);
43 assert(&pref == &e.path());
71 path const& pref = e; local
72 assert(&pref == &e.path());
77 path const& pref = e; local
78 assert(&pref == &e.path());
81 assert(pref
[all...]
/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 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 Dxmlstring.c169 * @pref: the prefix of the QName
179 xmlStrQEqual(const xmlChar *pref, const xmlChar *name, const xmlChar *str) { argument
180 if (pref == NULL) return(xmlStrEqual(name, str));
185 if (*pref++ != *str) return(0);
186 } while ((*str++) && (*pref));
H A DSAX2.c2211 const xmlChar *uri, *pref; local
2299 pref = namespaces[i++];
2301 ns = xmlNewNs(NULL, uri, pref);
2309 if ((URI != NULL) && (prefix == pref))
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
H A DOptionsMessage.java82 public void setProtocolRolePreference(ProtocolRole pref) { argument
83 mProtocolRolePreference = pref;
189 ret.append(" pref=" + mProtocolRolePreference);
/external/libdrm/nouveau/
H A Dbufctx.c89 struct nouveau_bufref_priv *pref; local
93 while ((pref = pctx->free)) {
94 pctx->free = pref->next;
95 free(pref);
107 struct nouveau_bufref_priv *pref; local
109 while ((pref = pbin->list)) {
110 DRMLISTDELINIT(&pref->base.thead);
111 pbin->list = pref->next;
112 pref->next = pctx->free;
113 pctx->free = pref;
126 struct nouveau_bufref_priv *pref = pctx->free; local
[all...]
H A Dnouveau.c780 nouveau_bo_ref(struct nouveau_bo *bo, struct nouveau_bo **pref) argument
782 struct nouveau_bo *ref = *pref;
790 *pref = bo;
/external/iproute2/ip/
H A Diprule.c39 fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ] [ uidrange UID1-UID2 ]\n");
371 __u32 pref; local
373 if (get_u32(&pref, *argv, 0))
375 addattr32(&req.n, sizeof(req), FRA_PRIORITY, pref);
H A Diproute.c89 fprintf(stderr, " [ pref PREF ] [ expires TIME ]\n");
703 unsigned int pref = rta_getattr_u8(tb[RTA_PREF]); local
704 fprintf(fp, " pref ");
706 switch (pref) {
717 fprintf(fp, "%u", pref);
1114 } else if (matches(*argv, "pref") == 0) {
1115 __u8 pref; local
1118 pref = ICMPV6_ROUTER_PREF_LOW;
1120 pref = ICMPV6_ROUTER_PREF_MEDIUM;
1122 pref
[all...]
/external/ipsec-tools/src/racoon/
H A Disakmp_quick.c1670 u_int8_t pref;
1707 pref = spidx->prefs;
1709 spidx->prefd = pref;
2143 u_int8_t pref;
2149 pref = spidx.prefs;
2151 spidx.prefd = pref;
1669 u_int8_t pref; local
2142 u_int8_t pref; local
H A Disakmp.c3352 u_int8_t pref;
3596 pref = spidx.prefs;
3598 spidx.prefd = pref;
3351 u_int8_t pref; local
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c906 UEnumeration *pref, *all; local
925 pref = NULL;
928 pref = ucurr_getKeywordValuesForLocale("currency", loc, TRUE, &status);
932 size = uenum_count(pref, &status);
937 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
958 uenum_close(pref);
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine_unittest.cc429 int pref = codecs[0].preference; local
431 EXPECT_GT(pref, codecs[i].preference);
432 pref = codecs[i].preference;
/external/dhcpcd-6.8.2/
H A Dipv6nd.c1297 char **pref, **addr, **mtu, **rdnss, **dnssl, ***var, *new; local
1311 pref = addr = mtu = rdnss = dnssl = NULL;
1319 var = &pref;
/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/wpa_supplicant_8/wpa_supplicant/
H A Dwnm_sta.c531 " (pref %d) not found in scan results",
558 " (pref %d) in different ESS",
569 " (pref %d) does not match the current network profile",
586 " (pref %d) does not have sufficient signal level (%d)",
655 u8 op_class, u8 chan, u8 phy_type, u8 pref)
677 *pos++ = pref;
684 u8 pref)
733 phy_type, pref);
740 unsigned int i, pref = 255; local
757 for (i = 0; i < wpa_s->last_scan_res_used && pref;
654 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
682 wnm_nei_rep_add_bss(struct wpa_supplicant *wpa_s, struct wpa_bss *bss, u8 *buf, size_t len, u8 pref) argument
[all...]
/external/dnsmasq/src/
H A Doption.c262 { 'm', ARG_DUP, "host_name,target,pref", gettext_noop("Specify an MX record."), NULL },
1183 int pref = 1; local
1190 if ((prefstr = split(comma)) && !atoi_check16(prefstr, &pref))
1204 new->weight = pref;
2329 int order, pref; local
2341 !atoi_check16(a[2], &pref) ||
2355 new->pref = pref;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc501 would_substitute_feature_t pref; member in struct:indic_shape_plan_t
536 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context);
576 if (indic_plan->pref.would_substitute (glyphs , 2, face) ||
577 indic_plan->pref.would_substitute (glyphs+1, 2, face))
1091 if (indic_plan->pref.would_substitute (glyphs, pref_len, face))
1303 /* Ok, this was a 'pref' candidate but didn't form any.
1581 * of the <pref> feature. (Note that a font may shape a Ra consonant with
1585 * the <pref> feature actually did it...
1587 * Reorder pref only if it ligated. */

Completed in 635 milliseconds

123