Home
last modified time | relevance | path

Searched refs:takeOwnership (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Subgraphs/
H A Dtest1.cpp25 bool takeOwnership = true; in testSubgraphs() local
26 mol.addAtom(new Atom(6), updateLabel, takeOwnership); in testSubgraphs()
27 mol.addAtom(new Atom(6), updateLabel, takeOwnership); in testSubgraphs()
28 mol.addAtom(new Atom(6), updateLabel, takeOwnership); in testSubgraphs()
29 mol.addAtom(new Atom(6), updateLabel, takeOwnership); in testSubgraphs()
30 mol.addAtom(new Atom(6), updateLabel, takeOwnership); in testSubgraphs()
31 mol.addAtom(new Atom(6), updateLabel, takeOwnership); in testSubgraphs()
73 mol.addAtom(new Atom(1), updateLabel, takeOwnership); in testSubgraphs()
172 bool takeOwnership = true; in testPaths() local
260 bool takeOwnership = true; in testPaths2() local
[all …]
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/bindings/python/mlpack/
H A Darma_numpy.pyx54 takeOwnership = True
60 if takeOwnership and not isWin:
75 takeOwnership = True
81 if takeOwnership and not isWin:
139 takeOwnership = True
145 if takeOwnership and not isWin:
161 takeOwnership = True
167 if takeOwnership and not isWin:
222 takeOwnership = True
228 if takeOwnership and not isWin:
[all …]
H A Darma_numpy.pxd28 bool takeOwnership) except + argument
30 bool takeOwnership) except + argument
44 bool takeOwnership) except + argument
46 bool takeOwnership) except + argument
61 bool takeOwnership) except + argument
63 bool takeOwnership) except + argument
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Descriptors/
H A Dtest3D.cpp192 bool takeOwnership = true; in testPMIEdges() local
193 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPMIEdges()
194 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPMIEdges()
195 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPMIEdges()
196 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPMIEdges()
197 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPMIEdges()
198 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPMIEdges()
359 bool takeOwnership = true; in testNPREdges() local
360 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testNPREdges()
445 bool takeOwnership = true; in test3DEdges() local
[all …]
H A DtestPBF.cpp102 bool takeOwnership = true; in testPBFEdges() local
103 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPBFEdges()
104 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPBFEdges()
105 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPBFEdges()
106 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPBFEdges()
107 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPBFEdges()
108 m.addAtom(new RDKit::Atom(6), updateLabel, takeOwnership); in testPBFEdges()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp54 return this->takeOwnership(new UnresolvedFunction(functions)); in operator []()
62 Symbol* SymbolTable::takeOwnership(Symbol* s) { in takeOwnership() function in SkSL::SymbolTable
67 IRNode* SymbolTable::takeOwnership(IRNode* n) { in takeOwnership() function in SkSL::SymbolTable
74 this->takeOwnership(symbol.release()); in add()
89 this->takeOwnership(u); in addWithoutOwnership()
98 this->takeOwnership(u); in addWithoutOwnership()
/dports/science/rdkit/rdkit-Release_2021_03_5/Docs/Book/C++Examples/
H A Dexample5.cpp25 bool takeOwnership = true; in main() local
26 RDKit::SDMolSupplier mol_supplier( sdf_file , takeOwnership ); in main()
44 takeOwnership = false; in main()
45 boost::shared_ptr<RDKit::SDWriter> sdf_writer( new RDKit::SDWriter( &oss , takeOwnership ) ); in main()
H A Dexample2.cpp22 bool takeOwnership = true; in main() local
23 RDKit::SDMolSupplier mol_supplier( sdf_file , takeOwnership ); in main()
42 takeOwnership = false; in main()
43 RDKit::ForwardSDMolSupplier forward_supplier( &ins , takeOwnership ); in main()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp54 return this->takeOwnership(std::unique_ptr<Symbol>( in operator []()
63 Symbol* SymbolTable::takeOwnership(std::unique_ptr<Symbol> s) { in takeOwnership() function in SkSL::SymbolTable
69 IRNode* SymbolTable::takeOwnership(std::unique_ptr<IRNode> n) { in takeOwnership() function in SkSL::SymbolTable
77 this->takeOwnership(std::move(symbol)); in add()
92 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
101 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp54 return this->takeOwnership(std::unique_ptr<Symbol>( in operator []()
63 Symbol* SymbolTable::takeOwnership(std::unique_ptr<Symbol> s) { in takeOwnership() function in SkSL::SymbolTable
69 IRNode* SymbolTable::takeOwnership(std::unique_ptr<IRNode> n) { in takeOwnership() function in SkSL::SymbolTable
77 this->takeOwnership(std::move(symbol)); in add()
92 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
101 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp54 return this->takeOwnership(std::unique_ptr<Symbol>( in operator []()
63 Symbol* SymbolTable::takeOwnership(std::unique_ptr<Symbol> s) { in takeOwnership() function in SkSL::SymbolTable
69 IRNode* SymbolTable::takeOwnership(std::unique_ptr<IRNode> n) { in takeOwnership() function in SkSL::SymbolTable
77 this->takeOwnership(std::move(symbol)); in add()
92 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
101 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp54 return this->takeOwnership(std::unique_ptr<Symbol>( in operator []()
63 Symbol* SymbolTable::takeOwnership(std::unique_ptr<Symbol> s) { in takeOwnership() function in SkSL::SymbolTable
69 IRNode* SymbolTable::takeOwnership(std::unique_ptr<IRNode> n) { in takeOwnership() function in SkSL::SymbolTable
77 this->takeOwnership(std::move(symbol)); in add()
92 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
101 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp54 return this->takeOwnership(std::unique_ptr<Symbol>( in operator []()
63 Symbol* SymbolTable::takeOwnership(std::unique_ptr<Symbol> s) { in takeOwnership() function in SkSL::SymbolTable
69 IRNode* SymbolTable::takeOwnership(std::unique_ptr<IRNode> n) { in takeOwnership() function in SkSL::SymbolTable
77 this->takeOwnership(std::move(symbol)); in add()
92 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
101 fSymbols[name] = this->takeOwnership(std::move(u)); in addWithoutOwnership()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Substruct/
H A Dtest1.cpp39 bool takeOwnership = true; in test1() local
41 m->addAtom(new Atom(8), updateLabel, takeOwnership); in test1()
110 bool takeOwnership = true; in test2() local
173 bool takeOwnership = true; in test3() local
244 bool takeOwnership = true; in test4() local
305 bool takeOwnership = true; in test5() local
356 bool takeOwnership = true; in test5QueryRoot() local
409 bool takeOwnership = true; in test6() local
459 bool takeOwnership = true; in test7() local
548 bool takeOwnership = true; in test9() local
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/test/
H A DContainerSizeTest.cpp26 auto buf = folly::IOBuf::takeOwnership( in SetUp()
53 *folly::IOBuf::takeOwnership(getAddr(), kMaxSize, [](void*, void*) {})); in TYPED_TEST()
55 obj.iobuf_ref() = std::move(*folly::IOBuf::takeOwnership( in TYPED_TEST()
64 folly::IOBuf::takeOwnership(getAddr(), kMaxSize, [](void*, void*) {}); in TYPED_TEST()
66 obj.unique_iobuf_ref() = folly::IOBuf::takeOwnership( in TYPED_TEST()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/memory/
H A Djuce_OptionalScopedPointer.h51 OptionalScopedPointer (ObjectType* objectToHold, bool takeOwnership) in OptionalScopedPointer() argument
52 : object (objectToHold), shouldDelete (takeOwnership) in OptionalScopedPointer()
139 void set (ObjectType* newObject, bool takeOwnership) in set() argument
147 shouldDelete = takeOwnership; in set()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/memory/
H A Djuce_OptionalScopedPointer.h51 OptionalScopedPointer (ObjectType* objectToHold, bool takeOwnership) in OptionalScopedPointer() argument
53 shouldDelete (takeOwnership) in OptionalScopedPointer()
147 void set (ObjectType* newObject, bool takeOwnership) in set() argument
155 shouldDelete = takeOwnership; in set()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/memory/
H A Djuce_OptionalScopedPointer.h51 OptionalScopedPointer (ObjectType* objectToHold, bool takeOwnership) in OptionalScopedPointer() argument
53 shouldDelete (takeOwnership) in OptionalScopedPointer()
147 void set (ObjectType* newObject, bool takeOwnership) in set() argument
155 shouldDelete = takeOwnership; in set()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DRWMol.h81 bool takeOwnership = false) {
82 return ROMol::addAtom(atom, updateLabel, takeOwnership);
139 unsigned int addBond(Bond *bond, bool takeOwnership = false) {
140 return ROMol::addBond(bond, takeOwnership);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/sksl/ir/
H A DSkSLSymbolTable.cpp54 return this->takeOwnership(new UnresolvedFunction(functions)); in operator []()
62 Symbol* SymbolTable::takeOwnership(Symbol* s) { in takeOwnership() function in SkSL::SymbolTable
84 this->takeOwnership(u); in addWithoutOwnership()
93 this->takeOwnership(u); in addWithoutOwnership()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FileParsers/
H A DSVGParser.cpp41 bool updateLabel = false, takeOwnership = true; in ptreeToMol() local
42 mol->addAtom(atom, updateLabel, takeOwnership); in ptreeToMol()
64 bool takeOwnership = true; in ptreeToMol() local
65 mol->addBond(bond, takeOwnership); in ptreeToMol()
H A DtestMultithreadedMolSupplier.cpp40 void testSmiConcurrent(std::istream *strm, bool takeOwnership, in testSmiConcurrent() argument
49 strm, takeOwnership, delimiter, smilesColumn, nameColumn, titleLine, in testSmiConcurrent()
172 void testSDConcurrent(std::istream *strm, bool takeOwnership, bool sanitize, in testSDConcurrent() argument
179 MultithreadedSDMolSupplier sup(strm, takeOwnership, sanitize, removeHs, in testSDConcurrent()
345 bool takeOwnership = true; in testPerformance() local
346 testSmiConcurrent(strm, takeOwnership, delim, smilesColumn, nameColumn, in testPerformance()
381 bool takeOwnership = true; in testPerformance() local
383 testSDConcurrent(strm, takeOwnership, sanitize, removeHs, strictParsing, in testPerformance()
H A DMolSupplier.h129 bool takeOwnership = true, bool sanitize = true,
185 explicit SDMolSupplier(std::istream *inStream, bool takeOwnership = true,
268 explicit SmilesMolSupplier(std::istream *inStream, bool takeOwnership = true,
341 explicit TDTMolSupplier(std::istream *inStream, bool takeOwnership = true,
382 explicit PDBMolSupplier(std::istream *inStream, bool takeOwnership = true,
416 explicit MaeMolSupplier(std::istream *inStream, bool takeOwnership = true,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dshared_buffer.h53 return takeOwnership(mongoMalloc(sizeof(Holder) + bytes), bytes); in allocate()
72 auto tmp = SharedBuffer::takeOwnership(newPtr, size); in realloc()
151 static SharedBuffer takeOwnership(void* holderPrefixedData, size_t capacity) { in takeOwnership() function
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/Printing/
H A Dprintingexport.cpp6 …edPaintDevice* PrintingExport::createPaintDevice(const QString& documentTitle, bool& takeOwnership) in createPaintDevice() argument
9 takeOwnership = false; in createPaintDevice()

12345678910>>...17