/external/opencore/protocols/http_parcom/src/ |
D | string_keyvalue_store.cpp | 158 bool StringKeyValueStore::getValueByKey(const StrCSumPtrLen &aKey, StrPtrLen &aValue, uint32 index) in getValueByKey() argument 163 int32 tableIndex = getHashTableIndex(aKey); in getValueByKey() 194 uint32 StringKeyValueStore::getNumberOfValuesByKey(const StrCSumPtrLen &aKey) in getNumberOfValuesByKey() argument 196 int32 tableIndex = getHashTableIndex(aKey); in getNumberOfValuesByKey() 212 bool StringKeyValueStore::isKeyValueAvailable(const StrCSumPtrLen &aKey) in isKeyValueAvailable() argument 214 return (getHashTableIndex(aKey) >= 0); in isKeyValueAvailable() 219 bool StringKeyValueStore::removeKeyValuePair(const StrCSumPtrLen &aKey) in removeKeyValuePair() argument 222 uint32 numValues = getNumberOfValuesByKey(aKey); in removeKeyValuePair() 227 int32 tableIndex = getHashTableIndex(aKey); in removeKeyValuePair() 244 if (iFieldKeys[iFieldKeyTableIndexVector[i]].isCIEquivalentTo(aKey)) in removeKeyValuePair() [all …]
|
D | string_keyvalue_store.h | 212 bool getValueByKey(const StrCSumPtrLen &aKey, StrPtrLen &aValue, const uint32 index = 0); 216 uint32 getNumberOfValuesByKey(const StrCSumPtrLen &aKey); 219 bool isKeyValueAvailable(const StrCSumPtrLen &aKey); 222 bool removeKeyValuePair(const StrCSumPtrLen &aKey); 269 int32 getHashTableIndex(const StrCSumPtrLen &aKey, const bool aFindKey = true); 272 int32 query(const StrCSumPtrLen &aKey);
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 2308 PvmiKvpSharedPtr PVID3ParCom::AllocateKvp(OSCL_String& aKey, PvmiKvpValueType aValueType, uint32 aV… in AllocateKvp() argument 2316 uint32 key_size = oscl_mem_aligned_size(aKey.get_size() + 1); in AllocateKvp() 2331 aKey += SEMI_COLON; in AllocateKvp() 2332 aKey += KVP_VALTYPE_REQSIZE; in AllocateKvp() 2333 aKey += _STRLIT_CHAR((char *)str_data_len); in AllocateKvp() 2334 uint32 new_key_size = oscl_mem_aligned_size(aKey.get_size() + 1); in AllocateKvp() 2355 oscl_strncpy(kvp->key, aKey.get_cstr(), key_size); in AllocateKvp() 2406 PVMFStatus PVID3ParCom::ConstructKvpKey(OSCL_String& aKey, PVID3FrameType aType, PVID3CharacterSet … in ConstructKvpKey() argument 2408 aKey = _STRLIT_CHAR(""); in ConstructKvpKey() 2413 aKey += _STRLIT_CHAR(KVP_KEY_TITLE); in ConstructKvpKey() [all …]
|
/external/opencore/pvmi/pvmf/src/ |
D | pvmi_config_and_capability_utils.cpp | 151 OSCL_EXPORT_REF PVMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, … in AllocateKvp() argument 154 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp() 179 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
|
/external/opencore/nodes/pvmediaoutputnode/src/ |
D | pv_media_output_node_inport.h | 235 PVMFStatus SetMIOParameterInt32(PvmiKeyType aKey, int32 aValue); 236 PVMFStatus SetMIOParameterUint32(PvmiKeyType aKey, uint32 aValue); 237 PVMFStatus SetMIOParameterPchar(PvmiKeyType aKey, char* aValue); 238 PVMFStatus SetMIOParameterFormat(PvmiKeyType aKey, PVMFFormatType aFormatType);
|
D | pv_media_output_node_inport.cpp | 2265 PVMFStatus PVMediaOutputNodePort::SetMIOParameterInt32(PvmiKeyType aKey, int32 aValue) in SetMIOParameterInt32() argument 2273 kvp.length = oscl_strlen(aKey) + 1; // +1 for \0 in SetMIOParameterInt32() 2280 oscl_strncpy(kvp.key, aKey, kvp.length); in SetMIOParameterInt32() 2294 PVMFStatus PVMediaOutputNodePort::SetMIOParameterUint32(PvmiKeyType aKey, uint32 aValue) in SetMIOParameterUint32() argument 2302 kvp.length = oscl_strlen(aKey) + 1; // +1 for \0 in SetMIOParameterUint32() 2309 oscl_strncpy(kvp.key, aKey, kvp.length); in SetMIOParameterUint32() 2324 PVMFStatus PVMediaOutputNodePort::SetMIOParameterPchar(PvmiKeyType aKey, char* aValue) in SetMIOParameterPchar() argument 2332 kvp.length = oscl_strlen(aKey) + 1; // +1 for \0 in SetMIOParameterPchar() 2339 oscl_strncpy(kvp.key, aKey, kvp.length); in SetMIOParameterPchar() 2353 PVMFStatus PVMediaOutputNodePort::SetMIOParameterFormat(PvmiKeyType aKey, PVMFFormatType aFormatTyp… in SetMIOParameterFormat() argument [all …]
|
/external/opencore/fileformats/id3parcom/include/ |
D | pv_id3_parcom.h | 676 …PvmiKvpSharedPtr AllocateKvp(OSCL_String& aKey, PvmiKvpValueType aValueType, uint32 aValueSize, bo… 685 … PVMFStatus ConstructKvpKey(OSCL_String& aKey, PVID3FrameType aType, PVID3CharacterSet aCharSet); 882 …PvmiKvpSharedPtr HandleErrorForKVPAllocation(OSCL_String& aKey, PvmiKvpValueType aValueType, uint3…
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvdl_config_file.h | 293 void SetExtensionHeaderKey(OSCL_String &aKey) in SetExtensionHeaderKey() argument 295 OSCL_HeapString<OsclMemAllocator> fieldKey(aKey); in SetExtensionHeaderKey()
|
/external/opencore/nodes/pvdummyinputnode/src/ |
D | pvmf_fileinput_port.cpp | 375 PVMFStatus PVMFFileDummyInputPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument 379 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp() 405 oscl_strncpy(aKvp[i].key, aKey, oscl_strlen(aKvp[i].key)); in AllocateKvp()
|
/external/opencore/pvmi/pvmf/include/ |
D | pvmi_config_and_capability_utils.h | 53 OSCL_IMPORT_REF PVMFStatus AllocateKvp(OsclMemAllocator& aAlloc, PvmiKvp*& aKvp, PvmiKeyType aKey, …
|
/external/opencore/nodes/pvfileoutputnode/src/ |
D | pvmf_fileoutput_inport.cpp | 638 PVMFStatus PVMFFileOutputInPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument 642 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp() 668 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
|
D | pvmf_fileoutput_inport.h | 144 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/nodes/pvdummyoutputnode/src/ |
D | pvmf_dummy_fileoutput_inport.cpp | 622 PVMFStatus PVMFDummyFileOutputInPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParam… in AllocateKvp() argument 626 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp() 652 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
|
D | pvmf_dummy_fileoutput_inport.h | 147 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/nodes/pvdummyinputnode/include/ |
D | pvmf_fileinput_port.h | 137 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/nodes/pvomxencnode/include/ |
D | pvmf_omx_enc_port.h | 141 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/pvmi/media_io/pvmio_comm_loopback/src/ |
D | pvmi_mio_comm_loopback.cpp | 820 PVMFStatus PvmiMIOCommLoopback::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument 824 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp() 850 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
|
D | pvmi_mio_comm_loopback.h | 260 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_port.cpp | 556 PVMFStatus PVMp4FFComposerPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument 560 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp() 586 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
|
D | pvmp4ffcn_port.h | 197 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|
/external/icu4c/common/ |
D | uresbund.c | 763 char *aKey = parent->fResPath; in init_resb_result() local 764 if(aKey) { in init_resb_result() 765 uprv_strcpy(chAlias, aKey); /* allocated large enough above */ in init_resb_result() 766 aKey = chAlias; in init_resb_result() 767 r = res_findResource(&(mainRes->fResData), mainRes->fRes, &aKey, &temp); in init_resb_result() 790 aKey = chAlias; in init_resb_result() 791 r = res_findResource(&(mainRes->fResData), r, &aKey, &temp); in init_resb_result() 796 … r = res_getTableItemByIndex(&(mainRes->fResData), r, index, (const char **)&aKey); in init_resb_result()
|
/external/opencore/android/author/ |
D | android_camera_input.cpp | 1052 PvmiKeyType aKey, in AllocateKvp() argument 1057 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp() 1082 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
|
D | android_audio_input.cpp | 1315 PVMFStatus AndroidAudioInput::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument 1318 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp() 1343 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
|
/external/opencore/nodes/pvomxencnode/src/ |
D | pvmf_omx_enc_port.cpp | 621 PVMFStatus PVMFOMXEncPort::AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams) in AllocateKvp() argument 625 uint32 keyLen = oscl_strlen(aKey) + 1; in AllocateKvp() 651 oscl_strncpy(aKvp[i].key, aKey, keyLen); in AllocateKvp()
|
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/ |
D | pvmi_mio_fileinput.h | 267 PVMFStatus AllocateKvp(PvmiKvp*& aKvp, PvmiKeyType aKey, int32 aNumParams);
|