Home
last modified time | relevance | path

Searched refs:pairs (Results 1 – 25 of 70) sorted by relevance

123

/external/qemu/android/utils/
Dini.c39 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/
DSkPixelRef.cpp112 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()
DSkFlattenable.cpp241 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/
DKernTable.cpp74 : 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()
DKernTable.h34 const PairInfo* pairs; variable
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dshortest-path.h173 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/
Dwho_calls.py122 pairs = map (lambda x: (x[1],x[0]), d.items())
123 pairs.sort()
124 pairs.reverse()
125 return pairs
/external/skia/src/effects/
DSkPorterDuff.cpp36 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/
DMIMETypeRegistry.cpp261 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/
Driff.c509 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/
Dregenerate-coverage-display169 def replace(text, *pairs): argument
174 while pairs:
175 (a,b) = pairs[0]
177 pairs = pairs[1:]
/external/bison/build-aux/
Dylwrap56 Any number of OUTPUT,DESIRED pairs may be used.
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample10 # the file should contain key ID/key pairs, for pre-shared key authentication.
Dracoon.conf.in10 # the file should contain key ID/key pairs, for pre-shared key authentication.
/external/skia/src/svg/
DSkSVGPaintState.cpp88 int pairs = SkParse::Count(attrValue, ';'); in addAttribute() local
101 } while (--pairs); in addAttribute()
/external/openssl/crypto/dh/
Dgenerate17 >looking for sources that give examples of secure a,q pairs and
/external/icu4c/samples/uciter8/
Dreadme.txt8 The macros are incomplete (do not assemble code points from pairs of surrogates)
/external/bluetooth/bluez/doc/
Dcontrol-api.txt118 May be multiple meta attribute/element pairs.
/external/zlib/as400/
Dreadme.txt75 inffast.c INFFAST C ZLIB - Fast proc. literals & length/distance pairs
/external/icu4c/test/cintltst/
Dcmsccoll.c3730 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/
Dcodegen-arm.h325 void DeclareGlobals(Handle<FixedArray> pairs);
/external/webkit/V8Binding/v8/src/x64/
Dcodegen-x64.h510 void DeclareGlobals(Handle<FixedArray> pairs);
/external/webkit/V8Binding/v8/src/ia32/
Dcodegen-ia32.h510 void DeclareGlobals(Handle<FixedArray> pairs);
/external/qemu/docs/
DAUDIO.TXT40 - A 'samples' field giving the (constant) number of sample pairs in the stereo buffer.
/external/icu4c/test/intltest/
Dtranstst.cpp3501 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()

123