Home
last modified time | relevance | path

Searched refs:mRecord (Results 1 – 25 of 80) sorted by relevance

1234

/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DRevision.php43 private $mRecord; variable in Revision
371 $this->mRecord = $row;
450 return $this->mRecord;
462 return $this->mRecord->getId();
505 $this->mRecord->setUser( $user );
566 return $this->mRecord->getSize();
582 return $this->mRecord->getSha1();
632 return $this->mRecord->getPageId();
718 return $this->mRecord->isMinor();
901 return $this->mRecord->isCurrent();
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DRevision.php43 private $mRecord; variable in Revision
371 $this->mRecord = $row;
440 return $this->mRecord;
452 return $this->mRecord->getId();
493 $this->mRecord->setUser( $user );
554 return $this->mRecord->getSize();
570 return $this->mRecord->getSha1();
619 return $this->mRecord->getPageId();
705 return $this->mRecord->isMinor();
888 return $this->mRecord->isCurrent();
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/gmp-clearkey/0.1/
H A DClearKeyStorage.cpp80 : mRecord(nullptr) in WriteRecordClient()
88 GMP_FAILED(mRecord->Open())) { in Do()
99 if (mRecord) { in Done()
100 mRecord->Close(); in Done()
107 GMPRecord* mRecord; member in WriteRecordClient
137 GMP_FAILED(err = mRecord->Read())) { in OpenComplete()
154 : mRecord(nullptr) in ReadRecordClient()
160 GMP_FAILED(err = mRecord->Open())) { in Do()
171 if (mRecord) { in Done()
172 mRecord->Close(); in Done()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp-plugin/
H A Dgmp-test-storage.cpp19 mRecord = aRecord; in Init()
23 return mRecord->Open(); in Init()
45 mRecord->Close(); in WriteComplete()
57 GMPRecord* mRecord; member in WriteRecordClient
101 mRecord = aRecord; in Init()
103 return mRecord->Open(); in Init()
107 auto err = mRecord->Read(); in OpenComplete()
122 mRecord->Close(); in ReadComplete()
132 GMPRecord* mRecord; member in ReadRecordClient
205 GMP_FAILED(err = mRecord->Open())) { in Do()
[all …]
/dports/www/firefox/firefox-99.0/netwerk/dns/
H A DTRRQuery.cpp73 trr = new ODoH(this, mRecord, aRecType); in PrepareQuery()
75 trr = new TRR(this, mRecord, aRecType); in PrepareQuery()
114 if (!mRecord->IsAddrRecord()) { in DispatchLookup()
144 if ((mRecord->af == AF_UNSPEC || mRecord->af == AF_INET6)) { in DispatchLookup()
147 if (mRecord->af == AF_UNSPEC || mRecord->af == AF_INET) { in DispatchLookup()
184 trr = new ODoH(this, mRecord, rectype); in DispatchByTypeLookup()
203 if (rec != mRecord) { in CompleteLookup()
260 if (mRecord->af == AF_UNSPEC) { in CompleteLookup()
309 if (mRecord->af == AF_INET) { in CompleteLookup()
319 } else if (mRecord->af == AF_INET6) { in CompleteLookup()
[all …]
H A DHTTPSSVC.cpp365 if (record.mRecord.mSvcFieldPriority == 0) { in GetServiceModeRecordInternal()
370 if (record.mRecord.NoDefaultAlpn()) { in GetServiceModeRecordInternal()
382 record.mRecord.mSvcDomainName, h3ExcludedCount)) { in GetServiceModeRecordInternal()
391 if (record.mRecord.mHasEchConfig && in GetServiceModeRecordInternal()
397 new SVCBRecord(record.mRecord, record.mAlpn); in GetServiceModeRecordInternal()
407 selectedRecord = new SVCBRecord(record.mRecord, record.mAlpn); in GetServiceModeRecordInternal()
459 if (record.mRecord.mSvcFieldPriority == 0) { in GetAllRecordsWithEchConfigInternal()
469 *aAllRecordsHaveEchConfig &= record.mRecord.mHasEchConfig; in GetAllRecordsWithEchConfigInternal()
475 Maybe<uint16_t> port = record.mRecord.GetPort(); in GetAllRecordsWithEchConfigInternal()
484 record.mRecord.mSvcDomainName, h3ExcludedCount)) { in GetAllRecordsWithEchConfigInternal()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/src/prefs/
H A DDevicePrefs.cpp171 mRecord = S.AddChoice(XXO("De&vice:"), in PopulateOrExchange()
258 mRecord->Clear(); in OnHost()
262 devindex = mRecord->Append(device); in OnHost()
267 mRecord->SetSelection(devindex); in OnHost()
290 if (mRecord->GetCount() == 0) { in OnHost()
293 mRecord->SetSelection(0); in OnHost()
309 if (mRecord->GetCount() && mRecord->GetSelection() == wxNOT_FOUND) { in OnHost()
320 ShuttleGui::SetMinSize(mRecord, mRecord->GetStrings()); in OnHost()
326 int ndx = mRecord->GetCurrentSelection(); in OnDevice()
402 if (mRecord->GetCount() > 0) { in Commit()
[all …]
H A DMidiIOPrefs.cpp177 mRecord = S.AddChoice(XO("De&vice:"), in PopulateOrExchange()
205 mRecord->Clear(); in OnHost()
229 index = mRecord->Append(name, (void *) info); in OnHost()
231 mRecord->SetSelection(index); in OnHost()
243 if (mRecord->GetCount() == 0) { in OnHost()
245 mRecord->Append(recordnames[0], (void *) NULL); in OnHost()
252 if (mRecord->GetCount() && mRecord->GetSelection() == wxNOT_FOUND) { in OnHost()
253 mRecord->SetSelection(0); in OnHost()
258 ShuttleGui::SetMinSize(mRecord, recordnames); in OnHost()
278 info = (const PmDeviceInfo *) mRecord->GetClientData(mRecord->GetSelection()); in Commit()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/widevine-adapter/
H A DWidevineFileIO.cpp39 mRecord = record; in Open()
43 if (!mRecord) { in Read()
50 mRecord->Read(); in Read()
54 if (!mRecord) { in Write()
60 mRecord->Write(aData, aDataSize); in Write()
65 if (mRecord) { in Close()
66 mRecord->Close(); in Close()
67 mRecord = nullptr; in Close()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/widevine-adapter/
H A DWidevineFileIO.cpp32 mRecord = record; in Open()
36 if (!mRecord) { in Read()
42 mRecord->Read(); in Read()
46 if (!mRecord) { in Write()
51 mRecord->Write(aData, aDataSize); in Write()
56 if (mRecord) { in Close()
57 mRecord->Close(); in Close()
58 mRecord = nullptr; in Close()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp/widevine-adapter/
H A DWidevineFileIO.cpp27 mRecord = record; in Open()
33 if (!mRecord) { in Read()
39 mRecord->Read(); in Read()
45 if (!mRecord) { in Write()
50 mRecord->Write(aData, aDataSize); in Write()
57 if (mRecord) { in Close()
58 mRecord->Close(); in Close()
59 mRecord = nullptr; in Close()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/base/java/test/org/chromium/chromecast/base/
H A DReactiveRecorder.java20 private final List<Event> mRecord; field in ReactiveRecorder
28 mRecord = new ArrayList<>(); in ReactiveRecorder()
30 mRecord.add(openEvent(value)); in ReactiveRecorder()
31 return () -> mRecord.add(closeEvent(value)); in ReactiveRecorder()
40 mRecord.clear(); in reset()
72 Assert.assertThat(mRecord, emptyIterable()); in end()
77 Assert.assertThat(mRecord, not(emptyIterable())); in pop()
78 return mRecord.remove(0); in pop()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/widevine-adapter/
H A DWidevineFileIO.cpp37 mRecord = record; in Open()
41 if (!mRecord) { in Read()
48 mRecord->Read(); in Read()
52 if (!mRecord) { in Write()
58 mRecord->Write(aData, aDataSize); in Write()
63 if (mRecord) { in Close()
64 mRecord->Close(); in Close()
65 mRecord = nullptr; in Close()
/dports/www/firefox/firefox-99.0/dom/media/gmp/widevine-adapter/
H A DWidevineFileIO.cpp37 mRecord = record; in Open()
41 if (!mRecord) { in Read()
48 mRecord->Read(); in Read()
52 if (!mRecord) { in Write()
58 mRecord->Write(aData, aDataSize); in Write()
63 if (mRecord) { in Close()
64 mRecord->Close(); in Close()
65 mRecord = nullptr; in Close()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gmp/widevine-adapter/
H A DWidevineFileIO.cpp37 mRecord = record; in Open()
41 if (!mRecord) { in Read()
48 mRecord->Read(); in Read()
52 if (!mRecord) { in Write()
58 mRecord->Write(aData, aDataSize); in Write()
63 if (mRecord) { in Close()
64 mRecord->Close(); in Close()
65 mRecord = nullptr; in Close()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/dns/
H A DTRRQuery.cpp64 if (mRecord->IsAddrRecord()) { in DispatchLookup()
65 addrRec = do_QueryObject(mRecord); in DispatchLookup()
68 typeRec = do_QueryObject(mRecord); in DispatchLookup()
104 trr = new ODoH(this, mRecord, rectype); in DispatchLookup()
106 trr = pushedTRR ? pushedTRR : new TRR(this, mRecord, rectype); in DispatchLookup()
126 if ((mRecord->af == AF_UNSPEC) && (rectype == TRRTYPE_A)) { in DispatchLookup()
159 if (mRecord->type == nsIDNSService::RESOLVE_TYPE_TXT) { in DispatchLookup()
173 trr = new ODoH(this, mRecord, rectype); in DispatchLookup()
175 trr = pushedTRR ? pushedTRR : new TRR(this, mRecord, rectype); in DispatchLookup()
193 if (rec != mRecord) { in CompleteLookup()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/dns/
H A DTRRQuery.cpp64 if (mRecord->IsAddrRecord()) { in DispatchLookup()
65 addrRec = do_QueryObject(mRecord); in DispatchLookup()
68 typeRec = do_QueryObject(mRecord); in DispatchLookup()
104 trr = new ODoH(this, mRecord, rectype); in DispatchLookup()
106 trr = pushedTRR ? pushedTRR : new TRR(this, mRecord, rectype); in DispatchLookup()
126 if ((mRecord->af == AF_UNSPEC) && (rectype == TRRTYPE_A)) { in DispatchLookup()
159 if (mRecord->type == nsIDNSService::RESOLVE_TYPE_TXT) { in DispatchLookup()
173 trr = new ODoH(this, mRecord, rectype); in DispatchLookup()
175 trr = pushedTRR ? pushedTRR : new TRR(this, mRecord, rectype); in DispatchLookup()
193 if (rec != mRecord) { in CompleteLookup()
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/utils/
H A DFileInfoWorld.cpp44 FileInfoWorld::FileInfoWorld() : mRecord(nullptr) in FileInfoWorld()
52 delete mRecord; in ~FileInfoWorld()
85 delete mRecord; in loadFile()
87 mRecord = new simulation::Recording(numDofsForSkels); in loadFile()
93 for (int k = 0; k < mRecord->getNumDofs(j); k++) in loadFile()
114 mRecord->addState(state); in loadFile()
170 return mRecord; in getRecording()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/toolbars/
H A DControlToolBar.cpp233 mRecord->FollowModifierKeys(); in Populate()
381 mRecord->MoveBeforeInTabOrder( mLoop ); in ArrangeButtons()
388 mSizer->Add( mRecord, 0, flags, 10 ); in ArrangeButtons()
418 recordDown = mRecord->IsDown(); in ReCreateButtons()
419 recordShift = mRecord->WasShiftDown(); in ReCreateButtons()
445 mRecord->PushDown(); in ReCreateButtons()
475 bool recording = mRecord->IsDown(); in EnableDisableButtons()
483 mRecord->SetEnabled( in EnableDisableButtons()
591 bool altAppearance = mRecord->WasShiftDown(); in OnRecord()
625 mRecord->PopUp(); in OnIdle()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/cache/
H A DnsDiskCacheStreams.cpp229 NS_ASSERTION(!mBinding->mRecord.DataLocationInitialized(), in GetInputStream()
231 } else if (mBinding->mRecord.DataFile() == 0) { in GetInputStream()
308 mBinding->mRecord.HashNumber(), mBinding->mDoomed)); in CloseOutputStream()
324 nsDiskCacheRecord *record = &mBinding->mRecord; in CloseOutputStream()
438 nsDiskCacheRecord *record = &mBinding->mRecord; in UpdateFileSize()
473 &mBinding->mRecord, nsDiskCache::kData, !!(flags & PR_CREATE_FILE), in OpenCacheFile()
486 nsDiskCacheRecord *record = &mBinding->mRecord; in ReadCacheBlocks()
504 nsDiskCacheRecord *record = &mBinding->mRecord; in FlushBufferToFile()
568 if (mBinding->mRecord.DataLocationInitialized() && in SeekAndTruncate()
569 (mBinding->mRecord.DataFile() == 0)) { in SeekAndTruncate()
H A DnsDiskCacheMap.cpp829 if (binding->mRecord.MetaLocationInitialized()) { in WriteDiskCacheEntry()
832 if ((binding->mRecord.MetaFile() == 0) && in WriteDiskCacheEntry()
861 rv = UpdateRecord(&binding->mRecord); in WriteDiskCacheEntry()
886 binding->mRecord.SetMetaFileSize(metaFileSizeK); in WriteDiskCacheEntry()
887 rv = UpdateRecord(&binding->mRecord); in WriteDiskCacheEntry()
920 binding->mRecord.HashNumber(), size)); in ReadDataCacheBlocks()
922 uint32_t fileIndex = binding->mRecord.DataFile(); in ReadDataCacheBlocks()
926 buffer, binding->mRecord.DataStartBlock(), in ReadDataCacheBlocks()
927 binding->mRecord.DataBlockCount(), &readSize); in ReadDataCacheBlocks()
938 binding->mRecord.HashNumber(), size)); in WriteDataCacheBlocks()
[all …]
H A DnsDiskCacheDevice.cpp518 binding->mRecord.HashNumber())); in DeactivateEntry()
541 rv = mCacheMap.DeleteStorage(&binding->mRecord); in DeactivateEntry_Private()
548 (void)mCacheMap.DeleteStorage(&binding->mRecord); in DeactivateEntry_Private()
549 (void)mCacheMap.DeleteRecord(&binding->mRecord); in DeactivateEntry_Private()
681 mCacheMap.DeleteRecord(&binding->mRecord); in DoomEntry()
753 if (binding->mRecord.DataLocationInitialized()) { in GetFileForEntry()
754 if (binding->mRecord.DataFile() != 0) in GetFileForEntry()
760 binding->mRecord.SetDataFileGeneration(binding->mGeneration); in GetFileForEntry()
761 binding->mRecord.SetDataFileSize(0); // 1k minimum in GetFileForEntry()
764 rv = mCacheMap.UpdateRecord(&binding->mRecord); in GetFileForEntry()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/cache/
H A DnsDiskCacheStreams.cpp255 …NS_ASSERTION(!mBinding->mRecord.DataLocationInitialized(), "storage allocated for zero data size"); in GetInputStream()
256 } else if (mBinding->mRecord.DataFile() == 0) { in GetInputStream()
341 mBinding->mRecord.HashNumber(), mBinding->mDoomed)); in CloseOutputStream()
357 nsDiskCacheRecord * record = &mBinding->mRecord; in CloseOutputStream()
477 nsDiskCacheRecord * record = &mBinding->mRecord; in UpdateFileSize()
515 rv = cacheMap->GetLocalFileForDiskCacheRecord(&mBinding->mRecord, in OpenCacheFile()
533 nsDiskCacheRecord * record = &mBinding->mRecord; in ReadCacheBlocks()
553 nsDiskCacheRecord * record = &mBinding->mRecord; in FlushBufferToFile()
623 if (mBinding->mRecord.DataLocationInitialized() && in SeekAndTruncate()
624 (mBinding->mRecord.DataFile() == 0)) { in SeekAndTruncate()
H A DnsDiskCacheMap.cpp890 binding->mRecord.HashNumber())); in WriteDiskCacheEntry()
900 if (binding->mRecord.MetaLocationInitialized()) { in WriteDiskCacheEntry()
903 if ((binding->mRecord.MetaFile() == 0) && in WriteDiskCacheEntry()
931 rv = UpdateRecord(&binding->mRecord); in WriteDiskCacheEntry()
957 binding->mRecord.SetMetaFileSize(metaFileSizeK); in WriteDiskCacheEntry()
958 rv = UpdateRecord(&binding->mRecord); in WriteDiskCacheEntry()
962 rv = GetLocalFileForDiskCacheRecord(&binding->mRecord, in WriteDiskCacheEntry()
993 binding->mRecord.HashNumber(), size)); in ReadDataCacheBlocks()
995 uint32_t fileIndex = binding->mRecord.DataFile(); in ReadDataCacheBlocks()
1014 binding->mRecord.HashNumber(), size)); in WriteDataCacheBlocks()
[all …]
H A DnsDiskCacheDevice.cpp528 entry, binding->mRecord.HashNumber())); in DeactivateEntry()
552 rv = mCacheMap.DeleteStorage(&binding->mRecord); in DeactivateEntry_Private()
559 (void) mCacheMap.DeleteStorage(&binding->mRecord); in DeactivateEntry_Private()
560 (void) mCacheMap.DeleteRecord(&binding->mRecord); in DeactivateEntry_Private()
696 mCacheMap.DeleteRecord(&binding->mRecord); in DoomEntry()
778 if (binding->mRecord.DataLocationInitialized()) { in GetFileForEntry()
779 if (binding->mRecord.DataFile() != 0) in GetFileForEntry()
785 binding->mRecord.SetDataFileSize(0); // 1k minimum in GetFileForEntry()
788 rv = mCacheMap.UpdateRecord(&binding->mRecord); in GetFileForEntry()
794 rv = mCacheMap.GetFileForDiskCacheRecord(&binding->mRecord, in GetFileForEntry()
[all …]

1234