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

12

/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))
H A Dcatalog.c1225 xmlCatalogPrefer pref = XML_CATA_PREFER_NONE; local
1239 pref = prefer;
1243 entry = xmlNewCatalogEntry(XML_CATA_GROUP, prop, base, NULL, pref, cgroup);
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...]
H A Dtree.c8497 const xmlChar *pref; local
8505 pref = prefix;
8511 (xmlTreeNSListLookupByPrefix(elem->nsDef, pref) != NULL))
8518 if (xmlSearchNsByPrefixStrict(doc, elem->parent, pref, NULL) == 1)
8521 ret = xmlNewNs(NULL, nsName, pref);
8543 pref = BAD_CAST buf;
/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.c95 struct nouveau_bufref_priv *pref; local
99 while ((pref = pctx->free)) {
100 pctx->free = pref->next;
101 free(pref);
113 struct nouveau_bufref_priv *pref; local
115 while ((pref = pbin->list)) {
116 DRMLISTDELINIT(&pref->base.thead);
117 pbin->list = pref->next;
118 pref->next = pctx->free;
119 pctx->free = pref;
132 struct nouveau_bufref_priv *pref = pctx->free; local
[all...]
H A Dnouveau.c515 nouveau_bo_ref(struct nouveau_bo *bo, struct nouveau_bo **pref) argument
517 struct nouveau_bo *ref = *pref;
525 *pref = bo;
/external/iproute2/ip/
H A Diprule.c37 fprintf(stderr, " [ iif STRING ] [ oif STRING ] [ pref NUMBER ] [ uidrange UID1-UID2 ]\n");
281 __u32 pref; local
283 if (get_u32(&pref, *argv, 0))
285 addattr32(&req.n, sizeof(req), FRA_PRIORITY, pref);
/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.c3347 u_int8_t pref;
3591 pref = spidx.prefs;
3593 spidx.prefd = pref;
3346 u_int8_t pref; local
/external/skia/src/images/
H A DSkImageDecoder.cpp128 SkImageDecoder::Result SkImageDecoder::decode(SkStream* stream, SkBitmap* bm, SkColorType pref, argument
133 fDefaultPref = pref;
145 bool SkImageDecoder::decodeSubset(SkBitmap* bm, const SkIRect& rect, SkColorType pref) { argument
149 fDefaultPref = pref;
217 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, SkColorType pref, Mode mode, argument
224 if (SkImageDecoder::DecodeStream(stream, bm, pref, mode, format)) {
234 bool SkImageDecoder::DecodeMemory(const void* buffer, size_t size, SkBitmap* bm, SkColorType pref, argument
242 return SkImageDecoder::DecodeStream(&stream, bm, pref, mode, format);
245 bool SkImageDecoder::DecodeStream(SkStreamRewindable* stream, SkBitmap* bm, SkColorType pref, argument
254 success = codec->decode(stream, bm, pref, mod
[all...]
/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);
H A Dccaltst.c1575 UEnumeration *all, *pref; local
1585 pref = NULL;
1588 pref = ucal_getKeywordValuesForLocale("calendar", loc, TRUE, &status);
1595 if (U_SUCCESS(status) && uenum_count(pref, &status) == EXPECTED_SIZE[i]) {
1598 if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) {
1615 uenum_close(pref);
/external/boringssl/src/ssl/
H A Dt1_lib.c432 const uint16_t *curves, *peer_curves, *pref, *supp; local
451 pref = curves;
456 pref = peer_curves;
464 if (pref[i] == supp[j]) {
465 return tls1_ec_curve_id2nid(pref[i]);
2349 static int tls12_do_shared_sigalgs(TLS_SIGALGS *shsig, const uint8_t *pref, argument
2355 for (i = 0, ptmp = pref; i < preflen; i += 2, ptmp += 2) {
2383 const uint8_t *pref, *allow, *conf; local
2405 pref = conf;
2412 pref
[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;
2368 int order, pref; local
2380 !atoi_check16(a[2], &pref) ||
2394 new->pref = pref;
H A Ddnsmasq.h229 unsigned int order, pref; member in struct:naptr
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc535 would_substitute_feature_t pref; member in struct:indic_shape_plan_t
563 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context);
605 (indic_plan->pref.would_substitute (glyphs , 2, face) ||
606 indic_plan->pref.would_substitute (glyphs+1, 2, face)))
608 indic_plan->pref.would_substitute (glyphs+1, 1, face)))
1123 if (indic_plan->pref.would_substitute (glyphs, pref_len, face))
1379 /* Ok, this was a 'pref' candidate but didn't form any.
1634 * of the <pref> feature. (Note that a font may shape a Ra consonant with
1638 * the <pref> feature actually did it...
1640 * If pref le
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c3889 struct p2p_channel *pref = NULL, *n; local
3904 n = os_realloc_array(pref, num + 1,
3908 pref = n;
3909 pref[num].op_class = op_class;
3910 pref[num].chan = chan;
3920 config->p2p_pref_chan = pref;
3929 os_free(pref);
/external/toybox/toys/pending/
H A Dip.c2071 "SELECTOR := [ from PREFIX ] [ to PREFIX ] [pref NUMBER] [ tos TOS ]\n"
2124 uint32_t pref; local
2129 pref = strtoul(*argv, &ptr, 0);
2130 if (!ptr || (ptr == *argv) || *ptr || pref > 0xFFFFFFFFUL)
2134 (void *)&pref, sizeof(uint32_t));
/external/v8/src/mips/
H A Dassembler-mips.cc1948 void Assembler::pref(int32_t hint, const MemOperand& rs) { function in class:v8::Assembler
/external/v8/src/mips64/
H A Dassembler-mips64.cc2195 void Assembler::pref(int32_t hint, const MemOperand& rs) { function in class:v8::Assembler

Completed in 3387 milliseconds

12