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

123

/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/skia/src/images/
H A DSkImageDecoder.cpp128 SkImageDecoder::Result SkImageDecoder::decode(SkStream* stream, SkBitmap* bm, SkColorType pref, argument
133 fDefaultPref = pref;
147 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, SkColorType pref, Mode mode, argument
154 if (SkImageDecoder::DecodeStream(stream, bm, pref, mode, format)) {
164 bool SkImageDecoder::DecodeMemory(const void* buffer, size_t size, SkBitmap* bm, SkColorType pref, argument
172 return SkImageDecoder::DecodeStream(&stream, bm, pref, mode, format);
175 bool SkImageDecoder::DecodeStream(SkStreamRewindable* stream, SkBitmap* bm, SkColorType pref, argument
184 success = codec->decode(stream, bm, pref, mode) != kFailure;
/external/iproute2/ip/
H A Diprule.c39 fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ] [ uidrange UID1-UID2 ]\n");
378 __u32 pref; local
380 if (get_u32(&pref, *argv, 0))
382 addattr32(&req.n, sizeof(req), FRA_PRIORITY, pref);
H A Diproute.c89 fprintf(stderr, " [ pref PREF ] [ expires TIME ]\n");
702 unsigned int pref = rta_getattr_u8(tb[RTA_PREF]); local
703 fprintf(fp, " pref ");
705 switch (pref) {
716 fprintf(fp, "%u", pref);
1113 } else if (matches(*argv, "pref") == 0) {
1114 __u8 pref; local
1117 pref = ICMPV6_ROUTER_PREF_LOW;
1119 pref = ICMPV6_ROUTER_PREF_MEDIUM;
1121 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.c3345 u_int8_t pref;
3589 pref = spidx.prefs;
3591 spidx.prefd = pref;
3344 u_int8_t pref; local
/external/opencv3/modules/videoio/src/
H A Dcap.cpp177 int pref = (index / 100) * 100; local
178 if (pref)
180 domains[0]=pref;
517 int pref = (index / 100) * 100; local
518 if (pref)
520 domains[0]=pref;
H A Dcap_dc1394_v2.cpp381 int pref = -1; local
399 pref < 1))
402 pref = 1;
409 pref = 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c893 UEnumeration *pref, *all; local
908 pref = NULL;
911 pref = ucurr_getKeywordValuesForLocale("currency", loc, TRUE, &status);
915 size = uenum_count(pref, &status);
920 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
941 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.h52 u8 pref; member in struct:mbo_non_pref_chan_info
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.h52 u8 pref; member in struct:mbo_non_pref_chan_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.h52 u8 pref; member in struct:mbo_non_pref_chan_info
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwnm_sta.c528 " (pref %d) not found in scan results",
542 " (pref %d) in different ESS",
553 " (pref %d) does not match the current network profile",
570 " (pref %d) does not have sufficient signal level (%d)",
639 u8 op_class, u8 chan, u8 phy_type, u8 pref)
661 *pos++ = pref;
668 u8 pref)
717 phy_type, pref);
724 unsigned int i, pref = 255; local
741 for (i = 0; i < wpa_s->last_scan_res_used && pref;
638 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
666 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.c258 { 'm', ARG_DUP, "host_name,target,pref", gettext_noop("Specify an MX record."), NULL },
1179 int pref = 1; local
1186 if ((prefstr = split(comma)) && !atoi_check16(prefstr, &pref))
1200 new->weight = pref;
2351 int order, pref; local
2363 !atoi_check16(a[2], &pref) ||
2377 new->pref = pref;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc516 would_substitute_feature_t pref; member in struct:indic_shape_plan_t
551 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context);
593 (indic_plan->pref.would_substitute (glyphs , 2, face) ||
594 indic_plan->pref.would_substitute (glyphs+1, 2, face)))
596 indic_plan->pref.would_substitute (glyphs+1, 1, face)))
1111 if (indic_plan->pref.would_substitute (glyphs, pref_len, face))
1323 /* Ok, this was a 'pref' candidate but didn't form any.
1602 * of the <pref> feature. (Note that a font may shape a Ra consonant with
1606 * the <pref> feature actually did it...
1608 * If pref le
[all...]

Completed in 801 milliseconds

123