Home
last modified time | relevance | path

Searched defs:aRecord (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache2/
H A DCacheIndexIterator.cpp74 void CacheIndexIterator::AddRecord(CacheIndexRecord *aRecord) { in AddRecord()
80 bool CacheIndexIterator::RemoveRecord(CacheIndexRecord *aRecord) { in RemoveRecord()
H A DCacheIndexContextIterator.cpp20 void CacheIndexContextIterator::AddRecord(CacheIndexRecord *aRecord) { in AddRecord()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache2/
H A DCacheIndexIterator.cpp86 CacheIndexIterator::AddRecord(CacheIndexRecord *aRecord) in AddRecord()
94 CacheIndexIterator::RemoveRecord(CacheIndexRecord *aRecord) in RemoveRecord()
H A DCacheIndexContextIterator.cpp27 CacheIndexContextIterator::AddRecord(CacheIndexRecord *aRecord) in AddRecord()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/cache2/
H A DCacheIndexIterator.cpp74 void CacheIndexIterator::AddRecord(CacheIndexRecord* aRecord) { in AddRecord()
80 bool CacheIndexIterator::RemoveRecord(CacheIndexRecord* aRecord) { in RemoveRecord()
H A DCacheIndexContextIterator.cpp18 void CacheIndexContextIterator::AddRecord(CacheIndexRecord* aRecord) { in AddRecord()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/cache2/
H A DCacheIndexIterator.cpp78 void CacheIndexIterator::AddRecord(CacheIndexRecordWrapper* aRecord, in AddRecord()
85 bool CacheIndexIterator::RemoveRecord(CacheIndexRecordWrapper* aRecord, in RemoveRecord()
H A DCacheIndexContextIterator.cpp18 CacheIndexRecordWrapper* aRecord, const StaticMutexAutoLock& aProofOfLock) { in AddRecord()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-datajoin/src/main/java/org/apache/hadoop/contrib/utils/join/
H A DDataJoinMapperBase.java89 protected abstract Text generateGroupKey(TaggedMapOutput aRecord); in generateGroupKey()
97 TaggedMapOutput aRecord = generateTaggedMapOutput(value); in map() local
H A DDataJoinReducerBase.java96 TaggedMapOutput aRecord = null; in regroup() local
152 protected void collect(Object key, TaggedMapOutput aRecord, in collect()
/dports/www/firefox/firefox-99.0/netwerk/cache2/
H A DCacheIndexIterator.cpp78 void CacheIndexIterator::AddRecord(CacheIndexRecordWrapper* aRecord, in AddRecord()
85 bool CacheIndexIterator::RemoveRecord(CacheIndexRecordWrapper* aRecord, in RemoveRecord()
H A DCacheIndexContextIterator.cpp18 CacheIndexRecordWrapper* aRecord, const StaticMutexAutoLock& aProofOfLock) { in AddRecord()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/data_join/src/java/org/apache/hadoop/contrib/utils/join/
H A DDataJoinMapperBase.java88 protected abstract Text generateGroupKey(TaggedMapOutput aRecord); in generateGroupKey()
96 TaggedMapOutput aRecord = generateTaggedMapOutput(value); in map() local
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cache2/
H A DCacheIndexIterator.cpp78 void CacheIndexIterator::AddRecord(CacheIndexRecordWrapper* aRecord, in AddRecord()
85 bool CacheIndexIterator::RemoveRecord(CacheIndexRecordWrapper* aRecord, in RemoveRecord()
H A DCacheIndexContextIterator.cpp18 CacheIndexRecordWrapper* aRecord, const StaticMutexAutoLock& aProofOfLock) { in AddRecord()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/
H A DGMPStorageChild.cpp110 GMPErr GMPStorageChild::Open(GMPRecordImpl* aRecord) { in Open()
128 GMPErr GMPStorageChild::Read(GMPRecordImpl* aRecord) { in Read()
146 GMPErr GMPStorageChild::Write(GMPRecordImpl* aRecord, const uint8_t* aData, in Write()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/
H A DGMPStorageChild.cpp111 GMPErr GMPStorageChild::Open(GMPRecordImpl* aRecord) { in Open()
129 GMPErr GMPStorageChild::Read(GMPRecordImpl* aRecord) { in Read()
147 GMPErr GMPStorageChild::Write(GMPRecordImpl* aRecord, const uint8_t* aData, in Write()
/dports/www/firefox/firefox-99.0/dom/media/gmp/
H A DGMPStorageChild.cpp110 GMPErr GMPStorageChild::Open(GMPRecordImpl* aRecord) { in Open()
128 GMPErr GMPStorageChild::Read(GMPRecordImpl* aRecord) { in Read()
146 GMPErr GMPStorageChild::Write(GMPRecordImpl* aRecord, const uint8_t* aData, in Write()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gmp/
H A DGMPStorageChild.cpp110 GMPErr GMPStorageChild::Open(GMPRecordImpl* aRecord) { in Open()
128 GMPErr GMPStorageChild::Read(GMPRecordImpl* aRecord) { in Read()
146 GMPErr GMPStorageChild::Write(GMPRecordImpl* aRecord, const uint8_t* aData, in Write()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/
H A DGMPStorageChild.cpp111 GMPErr GMPStorageChild::Open(GMPRecordImpl* aRecord) { in Open()
129 GMPErr GMPStorageChild::Read(GMPRecordImpl* aRecord) { in Read()
147 GMPErr GMPStorageChild::Write(GMPRecordImpl* aRecord, const uint8_t* aData, in Write()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp/
H A DGMPStorageChild.cpp146 GMPStorageChild::Open(GMPRecordImpl* aRecord) in Open()
166 GMPStorageChild::Read(GMPRecordImpl* aRecord) in Read()
186 GMPStorageChild::Write(GMPRecordImpl* aRecord, in Write()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/passwordcontainer/
H A Dpasswordcontainer.hxx85 NamePassRecord( const NamePassRecord& aRecord ) in NamePassRecord()
93 NamePassRecord& operator=( const NamePassRecord& aRecord ) in operator =()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/passwordcontainer/
H A Dpasswordcontainer.hxx86 NamePassRecord( const NamePassRecord& aRecord ) in NamePassRecord()
94 NamePassRecord& operator=( const NamePassRecord& aRecord ) in operator =()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-datajoin/src/test/java/org/apache/hadoop/contrib/utils/join/
H A DSampleDataJoinMapper.java40 protected Text generateGroupKey(TaggedMapOutput aRecord) { in generateGroupKey()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/data_join/src/examples/org/apache/hadoop/contrib/utils/join/
H A DSampleDataJoinMapper.java40 protected Text generateGroupKey(TaggedMapOutput aRecord) { in generateGroupKey()

1234567891011