/external/qemu/android/utils/ |
D | ini.c | 39 IniPair* pairs; member 47 AFREE(i->pairs[nn].key); in iniFile_free() 48 i->pairs[nn].key = NULL; in iniFile_free() 49 i->pairs[nn].value = NULL; in iniFile_free() 51 AFREE(i->pairs); in iniFile_free() 74 AARRAY_RENEW(i->pairs, newMax); in iniFile_addPair() 78 pair = i->pairs + i->numPairs; in iniFile_addPair() 98 if (!strcmp(i->pairs[nn].key,key)) in iniFile_getValue() 99 return i->pairs[nn].value; in iniFile_getValue() 121 key = i->pairs[index].key; in iniFile_getPair() [all …]
|
/external/skia/src/core/ |
D | SkPixelRef.cpp | 112 const Pair* pairs = gPairs; in NameToFactory() local 114 if (strcmp(pairs[i].fName, name) == 0) { in NameToFactory() 115 return pairs[i].fFactory; in NameToFactory() 122 const Pair* pairs = gPairs; in FactoryToName() local 124 if (pairs[i].fFactory == fact) { in FactoryToName() 125 return pairs[i].fName; in FactoryToName()
|
D | SkFlattenable.cpp | 241 const Pair* pairs = gPairs; in NameToFactory() local 243 if (strcmp(pairs[i].fName, name) == 0) { in NameToFactory() 244 return pairs[i].fFactory; in NameToFactory() 251 const Pair* pairs = gPairs; in FactoryToName() local 253 if (pairs[i].fFactory == fact) { in FactoryToName() 254 return pairs[i].fName; in FactoryToName()
|
/external/icu4c/layout/ |
D | KernTable.cpp | 74 : pairs(0), font(font) in KernTable() 117 pairs = (const PairInfo*)((char*)table + KERN_SUBTABLE_0_HEADER_SIZE); in KernTable() 120 fprintf(stderr, "coverage: %0.4x nPairs: %d pairs 0x%x\n", coverage, nPairs, pairs); in KernTable() 135 const PairInfo* p = pairs; in KernTable() 172 if (pairs) { in process() 186 const PairInfo* p = pairs; in process() 205 fprintf(stdout, " %.3d (%0.8x)\n", ((char*)tp - (char*)pairs)/KERN_PAIRINFO_SIZE, tkey); in process()
|
D | KernTable.h | 34 const PairInfo* pairs; variable
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | shortest-path.h | 173 ShortestPathCompare(const vector<Pair>& pairs, in ShortestPathCompare() argument 176 : pairs_(pairs), distance_(distance), superfinal_(sfinal), delta_(d) {} in ShortestPathCompare() 273 vector<Pair> pairs; in ShortestPath() local 280 compare(pairs, *distance, superfinal, opts.delta); in ShortestPath() 288 while (pairs.size() <= final) in ShortestPath() 289 pairs.push_back(Pair(kNoStateId, Weight::Zero())); in ShortestPath() 290 pairs[final] = Pair(rfst.Start(), Weight::One()); in ShortestPath() 296 Pair p = pairs[state]; in ShortestPath() 314 pairs.push_back(Pair(arc.nextstate, w)); in ShortestPath() 325 pairs.push_back(Pair(superfinal, w)); in ShortestPath()
|
/external/clearsilver/python/examples/base/ |
D | who_calls.py | 122 pairs = map (lambda x: (x[1],x[0]), d.items()) 123 pairs.sort() 124 pairs.reverse() 125 return pairs
|
/external/skia/src/effects/ |
D | SkPorterDuff.cpp | 36 const Pair* pairs = gPairs; in find_pdmode() local 38 if (pairs[i].fXF == src) { in find_pdmode() 40 *dst = pairs[i].fPD; in find_pdmode()
|
/external/webkit/WebCore/platform/ |
D | MIMETypeRegistry.cpp | 261 static const TypeExtensionPair pairs[] = { in initializeMediaTypeMaps() local 327 const unsigned numPairs = sizeof(pairs) / sizeof(pairs[0]); in initializeMediaTypeMaps() 329 mediaMIMETypeForExtensionMap->set(pairs[ndx].extension, pairs[ndx].type); in initializeMediaTypeMaps()
|
/external/srec/srec/EventLog/src/ |
D | riff.c | 509 RiffKVPair *pairs; in readSwiChunk() local 528 for (pairs = swichunk->kvals.kvpairs, i = 0; i < swichunk->kvals.num_pairs; i++, pairs++) in readSwiChunk() 530 pairs->key = kvpair_buf; in readSwiChunk() 532 pairs->value = kvpair_buf; in readSwiChunk() 1080 RiffKVPair *pairs; in convertBuf2Riff() local 1092 for (pairs = swichunk->kvals.kvpairs, i = 0; i < num_pairs; i++, pairs++) in convertBuf2Riff() 1094 strcpy((char *)ptr, pairs->key); in convertBuf2Riff() 1095 ptr += strlen(pairs->key) + 1; in convertBuf2Riff() 1097 strcpy((char *)ptr, pairs->value); in convertBuf2Riff() 1098 ptr += strlen(pairs->value) + 1; in convertBuf2Riff()
|
/external/webkit/WebKitTools/CodeCoverage/ |
D | regenerate-coverage-display | 169 def replace(text, *pairs): argument 174 while pairs: 175 (a,b) = pairs[0] 177 pairs = pairs[1:]
|
/external/bison/build-aux/ |
D | ylwrap | 56 Any number of OUTPUT,DESIRED pairs may be used.
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample | 10 # the file should contain key ID/key pairs, for pre-shared key authentication.
|
D | racoon.conf.in | 10 # the file should contain key ID/key pairs, for pre-shared key authentication.
|
/external/skia/src/svg/ |
D | SkSVGPaintState.cpp | 88 int pairs = SkParse::Count(attrValue, ';'); in addAttribute() local 101 } while (--pairs); in addAttribute()
|
/external/openssl/crypto/dh/ |
D | generate | 17 >looking for sources that give examples of secure a,q pairs and
|
/external/icu4c/samples/uciter8/ |
D | readme.txt | 8 The macros are incomplete (do not assemble code points from pairs of surrogates)
|
/external/bluetooth/bluez/doc/ |
D | control-api.txt | 118 May be multiple meta attribute/element pairs.
|
/external/zlib/as400/ |
D | readme.txt | 75 inffast.c INFFAST C ZLIB - Fast proc. literals & length/distance pairs
|
/external/icu4c/test/cintltst/ |
D | cmsccoll.c | 3730 static const char* const pairs[][2] = { in Alexis2() local 3757 for(i = 0; i < sizeof(pairs)/sizeof(pairs[0]); i++) { in Alexis2() 3758 U16LenS = u_unescape(pairs[i][0], U16Source, CMSCOLL_ALEXIS2_BUFFER_SIZE); in Alexis2() 3759 U16LenT = u_unescape(pairs[i][1], U16Target, CMSCOLL_ALEXIS2_BUFFER_SIZE); in Alexis2() 3777 …log_verbose("Different results between UTF16 and UTF16BE for %s & %s\n", pairs[i][0], pairs[i][1]); in Alexis2() 3789 … log_verbose("Different results between UTF16 and UTF8 for %s & %s\n", pairs[i][0], pairs[i][1]); in Alexis2()
|
/external/webkit/V8Binding/v8/src/arm/ |
D | codegen-arm.h | 325 void DeclareGlobals(Handle<FixedArray> pairs);
|
/external/webkit/V8Binding/v8/src/x64/ |
D | codegen-x64.h | 510 void DeclareGlobals(Handle<FixedArray> pairs);
|
/external/webkit/V8Binding/v8/src/ia32/ |
D | codegen-ia32.h | 510 void DeclareGlobals(Handle<FixedArray> pairs);
|
/external/qemu/docs/ |
D | AUDIO.TXT | 40 - A 'samples' field giving the (constant) number of sample pairs in the stereo buffer.
|
/external/icu4c/test/intltest/ |
D | transtst.cpp | 3501 const UnicodeString* pairs) { in _findMatch() argument 3503 for (int32_t i=0; pairs[i].length() > 0; i+=2) { in _findMatch() 3504 if (0==source.caseCompare(pairs[i], U_FOLD_CASE_DEFAULT)) { in _findMatch() 3505 return pairs[i+1]; in _findMatch()
|