Home
last modified time | relevance | path

Searched refs:doAdd (Results 101 – 125 of 456) sorted by relevance

12345678910>>...19

/dports/benchmarks/polygraph/polygraph-4.13.0/src/pgl/
H A DPglListSym.h38 void doAdd(SynSym *sclone);
/dports/benchmarks/polygraph/polygraph-4.13.0/src/xstd/
H A DTokenIdentifier.cc27 doAdd(*copy, id); in add()
H A DTokenIdentifier.h61 virtual void doAdd(String &str, int id) = 0;
H A DPrefixIdentifier.h97 virtual void doAdd(String &str, int id);
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dadjust.h45 boolean doAdd; /* if true, x and y are in points */ member
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DRenderBatch.h67 void doAdd(Renderable* renderable);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.Composition/tests/System/Integration/
H A DExportProviderEventTests.cs169 public void VerifyCatalogAdd(Action doAdd, params Type[] expectedTypesAdded) in VerifyCatalogAdd() argument
173 doAdd(); in VerifyCatalogAdd()
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cmd/cue/cmd/
H A Dadd.go62 return doAdd(cmd, args)
65 func doAdd(cmd *Command, args []string) (err error) { func
/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/room/delegate/
H A Dmessagedelegatehelperreactions.cpp150 const bool doAdd = !reaction.userNames().contains(rcAccount->userName()); in handleMouseEvent() local
151 rcAccount->reactOnMessage(message->messageId(), reaction.reactionName(), doAdd); in handleMouseEvent()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/csm/
H A Dcdb.cc192 int doAdd(const String &dbName, const Array<String*> &fnames) { in doAdd() function
327 result = doAdd(TheOpts.theAddDb, TheOpts.theFiles); in main()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DFontInstance.cpp424 bool doAdd=false; in LoadGlyph() local
446 doAdd=true; in LoadGlyph()
505 doAdd=true; in LoadGlyph()
542 doAdd=true; in LoadGlyph()
547 if ( doAdd ) { in LoadGlyph()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.core/core/org/eclipse/debug/internal/core/
H A DExpressionManager.java254 List<IExpression> added = doAdd(expressions); in addExpressions()
268 private List<IExpression> doAdd(IExpression[] expressions) { in doAdd() method in ExpressionManager
328 added = doAdd(expressions); in insertExpressions()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/nls/
H A DInternationalizeWizardLocalePage.java372 doAdd(selectedObject); in handleAdd()
393 doAdd(dataObject);
419 private void doAdd(Object o) {
/dports/science/jmol/jmol-14.32.7/src/org/jmol/modelsetbio/
H A DBioModel.java314 boolean doAdd = (vHBonds == null); in getRasmolHydrogenBonds()
315 if (doAdd) in getRasmolHydrogenBonds()
353 if (vHBonds.size() == 0 || !doAdd) in getRasmolHydrogenBonds()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSMoveReminder.h71 MSMoveReminder(const std::string& description, MSLane* const lane = 0, const bool doAdd = true);
/dports/lang/polyml/polyml-5.8.2/samplecode/Foreign/
H A DForeignTest.ML120 val doAdd =
122 doAdd(4, fAsCFunction);
/dports/security/keepassxc/keepassxc-2.6.6/src/gui/databasekey/
H A DKeyComponentWidget.h120 void doAdd();
/dports/graphics/graphviz/graphviz-2.44.1/lib/fdpgen/
H A Dxlayout.c45 #define WD2(n) (X_marg.doAdd ? (ND_width(n)/2.0 + X_marg.x): ND_width(n)*X_marg.x/2.0)
46 #define HT2(n) (X_marg.doAdd ? (ND_height(n)/2.0 + X_marg.y): ND_height(n)*X_marg.y/2.0)
467 if (X_marg.doAdd) { in x_layout()
/dports/math/gfan/gfan0.6.2/src/
H A Dsymmetriccomplex.cpp492 bool doAdd=!boundedPart; in fvector() local
498 doAdd=isBounded; in fvector()
500 if(doAdd) in fvector()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dsymmetriccomplex.cpp492 bool doAdd=!boundedPart; in fvector() local
498 doAdd=isBounded; in fvector()
500 if(doAdd) in fvector()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/
H A DUpdateSetStrategy.java195 protected IStatus doAdd(IObservableSet<? super D> observableSet, D element) { in doAdd() method in UpdateSetStrategy
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/objectcache/
H A DMemcachedPhpBagOStuff.php79 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in MemcachedPhpBagOStuff
H A DWinCacheBagOStuff.php84 protected function doAdd( $key, $value, $exptime = 0, $flags = 0 ) { function in WinCacheBagOStuff
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/Support/
H A DFileCheckTest.cpp692 binop_eval_t doAdd = operator+; in TEST_F() local
693 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
724 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
734 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
749 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
774 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
776 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
779 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/Support/
H A DFileCheckTest.cpp692 binop_eval_t doAdd = operator+; in TEST_F() local
693 BinaryOperation Binop(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
725 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
735 Binop = BinaryOperation(ExprStr, doAdd, std::move(Eighteen), in TEST_F()
751 Binop = BinaryOperation(ExprStr, doAdd, std::move(FooVarUse), in TEST_F()
776 ExprStr.take_front(9), doAdd, std::move(FooVarUse), std::move(BazVarUse)); in TEST_F()
778 ExprStr.take_back(10), doAdd, std::move(FooVarUse2), in TEST_F()
781 std::make_unique<BinaryOperation>(ExprStr, doAdd, std::move(Binop1), in TEST_F()

12345678910>>...19