Home
last modified time | relevance | path

Searched defs:sourceDB (Results 1 – 13 of 13) sorted by relevance

/dports/science/PETSc/petsc-3.14.1/config/BuildSystem/
H A Dmake.py15 def setupDependencies(self, sourceDB): argument
20 def updateDependencies(self, sourceDB): argument
H A DsourceDatabase.py284 def __init__(self, sourceDB): argument
348 sourceDB = pickle.load(dbFile) variable
H A Dmaker.py69 def setupDependencies(self, sourceDB): argument
174 def updateDependencies(self, sourceDB): argument
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DTransposeBinaryOpImage.java210 DataBufferByte sourceDB = in byteLoop() local
411 DataBufferUShort sourceDB = in shortLoop() local
539 DataBufferInt sourceDB = in intLoop() local
H A DScaleNearestBinaryOpImage.java262 DataBufferByte sourceDB = in byteLoop() local
427 DataBufferUShort sourceDB = (DataBufferUShort)source.getDataBuffer(); in shortLoop() local
525 DataBufferInt sourceDB = in intLoop() local
H A DAffineNearestBinaryOpImage.java153 DataBufferByte sourceDB = in byteLoop() local
392 DataBufferUShort sourceDB = in shortLoop() local
630 DataBufferInt sourceDB = in intLoop() local
H A DScaleBilinearBinaryOpImage.java333 DataBufferByte sourceDB = (DataBufferByte)source.getDataBuffer(); in byteLoop() local
482 DataBufferUShort sourceDB = (DataBufferUShort) source.getDataBuffer(); in shortLoop() local
566 DataBufferInt sourceDB = (DataBufferInt)source.getDataBuffer(); in intLoop() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/catalog/
H A Drename_collection.cpp159 Database* const sourceDB = dbHolder().get(opCtx, source.db()); in renameCollectionCommon() local
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/db/
H A Ddata_base_management.cpp368 QSqlDatabase sourceDB = loadDatabaseFromFile(source); in importComicsInfo() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/local/src/
H A DnsMsgMaildirStore.cpp871 nsCOMPtr<nsIMsgDatabase> sourceDB; in MoveNewlyDownloadedMessage() local
H A DnsParseMailbox.cpp2341 nsIMsgDatabase* sourceDB, in MoveIncorporatedMessage()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/commands/
H A Duser_management_commands.cpp2831 const StringData& sourceDB, in updateUserCredentials()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapMailFolder.cpp3787 nsIMsgDBHdr* mailHdr, nsIMsgDatabase* sourceDB, in MoveIncorporatedMessage()