Home
last modified time | relevance | path

Searched refs:numKeys (Results 1 – 3 of 3) sorted by relevance

/external/opencore/protocols/http_parcom/src/
Dstring_keyvalue_store.cpp284 uint32 numKeys = aStore.getNumberOfKeys(); in copy() local
285 if (numKeyValuePairs == 0 || numKeys == 0) return true; in copy()
286 OSCL_ASSERT(numKeyValuePairs >= numKeys); in copy()
288 StrPtrLen *keyList = OSCL_ARRAY_NEW(StrPtrLen, numKeys); in copy()
Dhttp_composer.cpp282 uint32 numKeys = iKeyValueStore->getCurrentKeyList(keyList); in composeHeaders() local
283 if (numKeys == 0) return false; in composeHeaders()
286 for (i = 0, j = 0; i < numKeyValuePairs && j < numKeys; j++) in composeHeaders()
/external/opencore/fileformats/mp3/parser/src/
Dimp3ff.cpp555 uint32 numKeys = aKeyList.size(); in GetNumMetadataValues() local
556 if (numKeys == 0) in GetNumMetadataValues()
559 numKeys = aKeyList.size(); in GetNumMetadataValues()
563 for (uint32 lcv = 0; lcv < numKeys; lcv++) in GetNumMetadataValues()
715 uint32 numKeys = aKeyList.size(); in GetMetadataValues() local
718 if (numKeys == 0 || aStartingValueIndex > (numKeys - 1) || aMaxValueEntries == 0) in GetMetadataValues()
727 for (lcv = 0; lcv < numKeys; lcv++) in GetMetadataValues()
823 for (lcv = 0; lcv < numKeys; lcv++) in GetMetadataValues()