/external/libdrm/nouveau/ |
D | bufctx.c | 95 struct nouveau_bufref_priv *pref; in nouveau_bufctx_del() local 99 while ((pref = pctx->free)) { in nouveau_bufctx_del() 100 pctx->free = pref->next; in nouveau_bufctx_del() 101 free(pref); in nouveau_bufctx_del() 113 struct nouveau_bufref_priv *pref; in nouveau_bufctx_reset() local 115 while ((pref = pbin->list)) { in nouveau_bufctx_reset() 116 DRMLISTDELINIT(&pref->base.thead); in nouveau_bufctx_reset() 117 pbin->list = pref->next; in nouveau_bufctx_reset() 118 pref->next = pctx->free; in nouveau_bufctx_reset() 119 pctx->free = pref; in nouveau_bufctx_reset() [all …]
|
/external/svox/pico/src/com/svox/pico/ |
D | EngineSettings.java | 60 Preference pref = findPreference(available.get(i)); in onActivityResult() local 61 pref.setTitle(loc.getDisplayLanguage() + " (" + loc.getDisplayCountry() + ")"); in onActivityResult() 62 pref.setSummary(R.string.installed); in onActivityResult() 63 pref.setEnabled(false); in onActivityResult() 71 Preference pref = findPreference(unavailableLang); in onActivityResult() local 72 pref.setTitle(loc.getDisplayLanguage() + " (" + loc.getDisplayCountry() + ")"); in onActivityResult() 73 pref.setSummary(R.string.not_installed); in onActivityResult() 74 pref.setEnabled(true); in onActivityResult() 75 pref.setOnPreferenceClickListener(new OnPreferenceClickListener(){ in onActivityResult()
|
/external/skia/src/images/ |
D | SkImageDecoder.cpp | 128 SkImageDecoder::Result SkImageDecoder::decode(SkStream* stream, SkBitmap* bm, SkColorType pref, in decode() argument 133 fDefaultPref = pref; in decode() 145 bool SkImageDecoder::decodeSubset(SkBitmap* bm, const SkIRect& rect, SkColorType pref) { in decodeSubset() argument 149 fDefaultPref = pref; in decodeSubset() 217 bool SkImageDecoder::DecodeFile(const char file[], SkBitmap* bm, SkColorType pref, Mode mode, in DecodeFile() argument 224 if (SkImageDecoder::DecodeStream(stream, bm, pref, mode, format)) { in DecodeFile() 234 bool SkImageDecoder::DecodeMemory(const void* buffer, size_t size, SkBitmap* bm, SkColorType pref, in DecodeMemory() argument 242 return SkImageDecoder::DecodeStream(&stream, bm, pref, mode, format); in DecodeMemory() 245 bool SkImageDecoder::DecodeStream(SkStreamRewindable* stream, SkBitmap* bm, SkColorType pref, in DecodeStream() argument 254 success = codec->decode(stream, bm, pref, mode) != kFailure; in DecodeStream()
|
/external/libxml2/ |
D | testdict.c | 154 xmlChar *cur, *pref; in run_test2() local 275 pref = &prefix[0]; in run_test2() 276 while (*cur != ':') *pref++ = *cur++; in run_test2() 278 *pref = 0; in run_test2() 292 pref = &prefix[0]; in run_test2() 293 while (*cur != ':') *pref++ = *cur++; in run_test2() 295 *pref = 0; in run_test2() 317 xmlChar *cur, *pref; in run_test1() local 406 pref = &prefix[0]; in run_test1() 407 while (*cur != ':') *pref++ = *cur++; in run_test1() [all …]
|
D | xmlstring.c | 179 xmlStrQEqual(const xmlChar *pref, const xmlChar *name, const xmlChar *str) { in xmlStrQEqual() argument 180 if (pref == NULL) return(xmlStrEqual(name, str)); in xmlStrQEqual() 185 if (*pref++ != *str) return(0); in xmlStrQEqual() 186 } while ((*str++) && (*pref)); in xmlStrQEqual()
|
/external/iproute2/doc/actions/ |
D | gact-usage | 56 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip … 72 filter protocol ip pref 6 u32 filter protocol ip pref 6 u32 fh 800: ht divisor 1filter protocol ip …
|
D | ifb-README | 50 $TC filter add dev ifb0 protocol ip pref 1 parent 1: handle 1 fw classid 1:1 51 $TC filter add dev ifb0 protocol ip pref 2 parent 1: handle 2 fw classid 1:2 86 filter protocol ip pref 10 u32 87 filter protocol ip pref 10 u32 fh 800: ht divisor 1 88 filter protocol ip pref 10 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:1
|
D | actions-general | 171 filter protocol ip pref 1 u32 172 filter protocol ip pref 1 u32 fh 800: ht divisor 1 173 filter protocol ip pref 1 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:15 212 filter protocol ip pref 1 u32 213 filter protocol ip pref 1 u32 fh 800: ht divisor 1 214 filter protocol ip pref 1 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid 1:1
|
/external/skia/include/core/ |
D | SkImageDecoder.h | 237 Result decode(SkStream*, SkBitmap* bitmap, SkColorType pref, Mode); 260 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkColorType pref); 275 static bool DecodeFile(const char file[], SkBitmap* bitmap, SkColorType pref, Mode, 289 static bool DecodeMemory(const void* buffer, size_t size, SkBitmap* bitmap, SkColorType pref, 303 static bool DecodeStream(SkStreamRewindable* stream, SkBitmap* bitmap, SkColorType pref, Mode,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/kernel-headers/original/uapi/linux/ |
D | ipv6_route.h | 34 #define RTF_PREF(pref) ((pref) << 27) argument
|
/external/elfutils/src/libcpu/ |
D | i386_disasm.c | 116 #define prefbit(pref) has_##pref = 1 << idx_##pref argument 153 #define newpref(pref) [idx_##pref] = prefix_##pref argument 173 #define newpref(pref) [idx_##pref] = #pref
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
D | index.txt | 310 string like ``?pref=red&pref=blue``; the ``pref`` variable has two 313 In a multidict, when you do ``request.GET['pref']`` you'll get back 314 only ``'blue'`` (the last value of ``pref``). Sometimes returning a 317 ``request.GET.getall('pref')``. If you want to be sure there is *one 318 and only one* value, use ``request.GET.getone('pref')``, which will 320 ``pref``. 323 something like ``[('pref', 'red'), ('pref', 'blue')]``. All the 325 returns ``['pref', 'pref']``. Multidict is a view on a list of
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
D | fsdiff.py | 292 def _space_prefix(pref, full, sep=None, indent=None, include_sep=True): argument 304 pref = pref.split(sep) 307 while pref and full and pref[0] == full[0]: 313 pref.pop(0)
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationServiceTest.java | 484 String[] pref = Collator.getKeywordValuesForLocale("collation", loc, true); in TestGetKeywordValues() local 486 if (!arrayContains(pref, expected[j])) { in TestGetKeywordValues() 495 if (pref.length == all.length) { in TestGetKeywordValues() 497 for (int j = 0; j < pref.length; j++) { in TestGetKeywordValues() 500 if (pref[j].equals(all[k])) { in TestGetKeywordValues() 513 + " got:" + Arrays.toString(all) + " expected:" + Arrays.toString(pref)); in TestGetKeywordValues()
|
/external/ipsec-tools/src/racoon/ |
D | racoonctl.c | 1012 get_comindex(str, name, port, pref) in get_comindex() argument 1013 char *str, **name, **port, **pref; in get_comindex() 1017 *name = *port = *pref = NULL; 1027 *pref = racoon_strdup(p + 1); 1028 STRDUP_FATAL(*pref); 1029 p = strchr(*pref, '['); 1036 p = strchr(*pref, ']'); 1042 if (*pref == NULL) 1047 p = strchr(*pref, ']'); 1064 if (*pref) [all …]
|
/external/llvm/test/MC/Mips/ |
D | micromips-control-instructions.s | 19 # CHECK-EL: pref 1, 8($5) # encoding: [0x25,0x60,0x08,0x20] 52 # CHECK-EB: pref 1, 8($5) # encoding: [0x60,0x25,0x20,0x08] 80 pref 1, 8($5)
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/ |
D | OptionsMessage.java | 82 public void setProtocolRolePreference(ProtocolRole pref) { in setProtocolRolePreference() argument 83 mProtocolRolePreference = pref; in setProtocolRolePreference()
|
/external/tcpdump/tests/ |
D | icmpv6.out | 2 …hop limit 64, Flags [home agent], pref medium, router lifetime 15s, reachable time 0s, retrans tim… 3 …2 (4): 2222:3333:4444:5555:6600::/72, Flags [onlink, auto], valid time 2592000s, pref. time 604800s
|
/external/svox/pico/lib/ |
D | picodata.h | 627 #define PICODATA_INFO_ITEM(kb, pref, item, itemlenmax) \ argument 629 picodata_info_item(kb, pref, item, itemlenmax, (picoos_char *)__FILE__) 635 #define PICODATA_INFO_ITEM(kb, pref, item, itemlenmax) argument
|
/external/harfbuzz_ng/test/shaping/tests/ |
D | MANIFEST | 7 indic-pref-blocking.tests
|
/external/ipsec-tools/src/libipsec/ |
D | pfkey_dump.c | 695 str_prefport(family, pref, port, ulp) in str_prefport() argument 696 u_int family, pref, port, ulp; in str_prefport() 714 if (pref == plen) 717 snprintf(prefbuf, sizeof(prefbuf), "/%u", pref);
|
/external/boringssl/src/ssl/ |
D | t1_lib.c | 432 const uint16_t *curves, *peer_curves, *pref, *supp; in tls1_get_shared_curve() local 451 pref = curves; in tls1_get_shared_curve() 456 pref = peer_curves; in tls1_get_shared_curve() 464 if (pref[i] == supp[j]) { in tls1_get_shared_curve() 465 return tls1_ec_curve_id2nid(pref[i]); in tls1_get_shared_curve() 2349 static int tls12_do_shared_sigalgs(TLS_SIGALGS *shsig, const uint8_t *pref, in tls12_do_shared_sigalgs() argument 2355 for (i = 0, ptmp = pref; i < preflen; i += 2, ptmp += 2) { in tls12_do_shared_sigalgs() 2383 const uint8_t *pref, *allow, *conf; in tls1_set_shared_sigalgs() local 2405 pref = conf; in tls1_set_shared_sigalgs() 2412 pref = c->peer_sigalgs; in tls1_set_shared_sigalgs() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | cnmdptst.c | 893 UEnumeration *pref, *all; in TestGetKeywordValuesForLocale() local 908 pref = NULL; in TestGetKeywordValuesForLocale() 911 pref = ucurr_getKeywordValuesForLocale("currency", loc, TRUE, &status); in TestGetKeywordValuesForLocale() 915 size = uenum_count(pref, &status); in TestGetKeywordValuesForLocale() 920 … if ((value = uenum_next(pref, &valueLength, &status)) != NULL && U_SUCCESS(status)) { in TestGetKeywordValuesForLocale() 941 uenum_close(pref); in TestGetKeywordValuesForLocale()
|