Home
last modified time | relevance | path

Searched refs:obj_set (Results 1 – 25 of 74) sorted by path

123

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_ncbiutil.cpp319 set< CRef<CObject> > obj_set; in TestOperatorBool() local
320 obj_set.insert(Ref(new CObject)); in TestOperatorBool()
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc.h562 set < pIIR_Declaration, less < void *> > obj_set; in filter_unique() local
568 && obj_set.find ((*it).declaration) == obj_set.end ()) in filter_unique()
571 obj_set.insert ((*it).declaration); in filter_unique()
586 set < pIIR_Declaration, less < void *> > obj_set; in filter_unique() local
590 obj_set.find (lst->first) == obj_set.end ()) in filter_unique()
593 obj_set.insert (lst->first); in filter_unique()
/dports/cad/iverilog/verilog-11.0/
H A Dcprop.cc219 vector<NetPartSelect*> obj_set; in lpm_part_select() local
242 obj_set.push_back(cur_obj); in lpm_part_select()
245 if (obj_set.size() < 2) in lpm_part_select()
254 sort(obj_set.begin(), obj_set.end(), compare_base); in lpm_part_select()
259 unsigned top = obj_set[idx-1]->base() + obj_set[idx-1]->width(); in lpm_part_select()
260 if (top > obj_set[idx]->base()) { in lpm_part_select()
274 if (obj_set.back()->base() + obj_set.back()->width() > sig_width) { in lpm_part_select()
278 << ":" << (obj_set.back()->base() + obj_set.back()->width() - 1) in lpm_part_select()
288 off = obj_set[idx]->base(); in lpm_part_select()
291 off += obj_set[idx]->width(); in lpm_part_select()
[all …]
/dports/games/alephone/alephone-release-20190331/Source_Files/CSeries/
H A Dcsmacros.h117 template<class T> void obj_set(T& object, int value) in obj_set() function
124 {obj_set(object, 0);} in obj_clear()
/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dmonsters.cpp405 obj_set(*monster, 0x80); in new_monster()
H A Dpathfinding.cpp226 obj_set(*path, 0x80); in new_path()
H A Dphysics.cpp147 obj_set(*variables, 0x80); in initialize_player_physics_variables()
/dports/games/alephone/alephone-release-20190331/Source_Files/Misc/
H A Dpreferences.cpp3619 obj_set(*preferences, NONE); in default_environment_preferences()
/dports/games/xinfocom/xinfocom/
H A Dinterp.c301 obj_set(param1, param2); in dispatch2f()
H A Dobject.c154 void obj_set(word obj, word attr) in obj_set() function
H A Dobject.h14 void obj_set(word, word);
/dports/irc/ezbounce/ezbounce-1.99.15/docs/
H A Dworklog1831 * abolished obj_set
2271 * Storing results in conn::loglist of type obj_set<char> *
/dports/japanese/groff/groff-1.18.1.1/contrib/groffer/
H A DChangeLog67 - obj(), obj_data(), obj_from_output(), obj_set(): New object
H A Dgroffer.sh2581 obj_set() function
2583 func_check obj_set '=' 2 "$@";
/dports/java/trove4j/3.1a1/test/gnu/trove/list/array/
H A DTPrimitiveArrayListTest.java509 Set<Number> obj_set = new HashSet<Number>(); in testContainsAllCollection() local
512 obj_set.add( Integer.valueOf( i ) ); in testContainsAllCollection()
514 obj_set.add( Long.valueOf( ( long ) i ) ); in testContainsAllCollection()
518 list.containsAll( obj_set ) ); in testContainsAllCollection()
/dports/java/trove4j/3.1a1/test/gnu/trove/list/linked/
H A DTPrimitiveLinkedListTest.java475 Set<Number> obj_set = new HashSet<Number>(); in testContainsAllCollection() local
478 obj_set.add( Integer.valueOf( i ) ); in testContainsAllCollection()
480 obj_set.add( Long.valueOf( ( long ) i ) ); in testContainsAllCollection()
484 list.containsAll( obj_set ) ); in testContainsAllCollection()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/plugins/transform/
H A Dmodel.py172 obj_set = objs[obj_set_name]
175 for ndx in obj_set._data:
176 obj = obj_set._data[ndx]
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rrel/
H A Drrel_ran_sam_search.cxx100 bool obj_set=false; in estimate() local
143 if ( !obj_set || new_obj<min_obj_ ) { in estimate()
146 obj_set = true; in estimate()
157 if ( ! obj_set ) { in estimate()
/dports/net-im/folks/folks-0.15.3/tests/folks/
H A Dobject-cache.vala163 obj_set.add (new TestObject ("Foo", 1));
164 obj_set.add (new TestObject ("Bar", 2));
165 obj_set.add (new TestObject ("De", 3));
166 obj_set.add (new TestObject ("Baz", 4));
201 obj_set.add (obj1);
202 obj_set.add (obj2);
245 assert (obj_set.size == 0);
309 obj_set.add (obj1);
310 obj_set.add (obj2);
455 obj_set.add (obj1);
[all …]
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dcibconfig.py357 elif self.obj_set:
363 if not self.obj_set:
497 for obj in set_obj_all.obj_set:
537 if not self.obj_set:
644 if not self.obj_set:
2569 for obj in obj_set:
3222 obj_set.add(obj)
3226 and_filter, obj_set = False, obj_set.intersection(and_set)
3229 return True, obj_set
3234 no_object_err(obj_set)
[all …]
/dports/net-mgmt/crmsh/crmsh-4.3.1/test/unittests/
H A Dtest_bugs.py797 for o in obj.obj_set:
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/include/common/
H A Dplc.h100 Boolean obj_set; /* indicates object type has been set */ member
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/Motif/
H A Dplc.c476 plc->obj_set = False; in _XmHTMLPLCCreate()
484 plc->obj_set = False; in _XmHTMLPLCCreate()
492 plc->obj_set = False; in _XmHTMLPLCCreate()
716 if(plc->obj_set == False) in _PLCRun()
1166 plc->obj_set = True; in _PLC_IMG_Init()
1737 if(plc == NULL || !plc->obj_set) in _PLC_IMG_Finalize()
1919 plc->obj_set = True; in _PLC_DOC_Transfer()
1927 plc->obj_set = True; in _PLC_DOC_Finalize()
/dports/www/ilias/ILIAS-5.4.25/Modules/Glossary/classes/
H A Dclass.ilGlossaryTerm.php123 $obj_set = $ilDB->query($q);
124 if ($obj_rec = $ilDB->fetchAssoc($obj_set)) {
318 $obj_set = $ilDB->query($query);
319 $obj_rec = $ilDB->fetchAssoc($obj_set);
335 $obj_set = $ilDB->query($query);
336 $obj_rec = $ilDB->fetchAssoc($obj_set);
352 $obj_set = $ilDB->query($query);
353 $obj_rec = $ilDB->fetchAssoc($obj_set);
/dports/www/ilias/ILIAS-5.4.25/Modules/LearningModule/classes/
H A Dclass.ilLMObject.php204 $obj_set = $ilDB->query($query);
297 $obj_set = $ilDB->query($query);
298 $obj_rec = $ilDB->fetchAssoc($obj_set);
348 $obj_set = $ilDB->query($query);
659 $obj_set = $ilDB->query($q);
698 $obj_set = $ilDB->query($q);
731 $obj_set = $ilDB->query($q);
756 $obj_set = $ilDB->query($query);
779 $obj_set = $ilDB->query($query);
808 $obj_set = $ilDB->query($query);
[all …]

123