Home
last modified time | relevance | path

Searched refs:next_obj (Results 1 – 25 of 141) sorted by relevance

123456

/dports/lang/py-textX/textX-2.3.0/textx/scoping/
H A Dtools.py151 next_obj = get_named_obj_in_list(obj, names[0])
157 next_obj = obj
159 next_obj = get_recursive_parent_with_typename(
160 next_obj,
162 if type(next_obj) is Postponed:
163 return next_obj
164 elif next_obj is not None:
170 next_obj = getattr(obj, names[0])
173 elif next_obj is None:
176 return resolve_model_path(next_obj, ".".join(
[all …]
/dports/devel/p5-Config-Model/Config-Model-2.147/lib/Config/Model/
H A DObjTreeScanner.pm191 my $next_obj =
197 $self->{node_element_cb}->( $self, $data_r, $node, $element_name, undef, $next_obj );
202 my $next_obj =
206 … $self->{node_element_cb}->( $self, $data_r, $node, $element_name, undef, $next_obj ) if $next_obj;
209 my $next_obj = $node->fetch_element( name => $element_name, check => $self->{check} );
210 my $type = $next_obj->value_type;
216 $cb->( $self, $data_r, $node, $element_name, undef, $next_obj );
232 my $next_obj = $item->fetch_with_id( index => $key, check => $self->{check} );
237 $self->{node_element_cb}->( $self, $data_r, $node, $element_name, $key, $next_obj );
240 my $cb_name = $next_obj->value_type . '_value_cb';
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/
H A Dvnl_alloc.cxx78 obj * current_obj, * next_obj; in refill() local
86 *my_free_list = next_obj = (obj *)(chunk + n); in refill()
88 current_obj = next_obj; in refill()
89 next_obj = (obj *)((char *)next_obj + n); in refill()
95 current_obj -> free_list_link = next_obj; in refill()
/dports/misc/vxl/vxl-3.3.2/core/vnl/
H A Dvnl_alloc.cxx82 obj *current_obj, *next_obj; in refill() local
91 *my_free_list = next_obj = (obj *)(chunk + n); in refill()
94 current_obj = next_obj; in refill()
95 next_obj = (obj *)((char *)next_obj + n); in refill()
103 current_obj->free_list_link = next_obj; in refill()
/dports/devel/p5-File-Find-Object/File-Find-Object-v0.3.2/t/
H A D03traverse.t351 my $r = $ff->next_obj();
373 my $r = $ff->next_obj();
392 my $r = $ff->next_obj();
419 my $r = $ff->next_obj();
442 my $r = $ff->next_obj();
472 my $r = $ff->next_obj();
497 my $r = $ff->next_obj();
730 while (my $r = $ff->next_obj())
/dports/www/py-pecan/pecan-1.3.3/pecan/
H A Drouting.py212 next_obj, rest = remainder[0], remainder[1:]
213 if next_obj == '':
245 next_obj, next_remainder = route(remainder)
247 next_obj, next_remainder = route(remainder, request)
248 cross_boundary(route, next_obj)
249 return next_obj, next_remainder
258 obj = getattr(obj, next_obj, None)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/x86/dell/dell-wmi-sysman/
H A Denum-attributes.c139 int i, next_obj, value_modifier_count, possible_values_count; in populate_enum_data() local
153 next_obj = MODIFIER + 1; in populate_enum_data()
155 value_modifier_count = (uintptr_t)enumeration_obj[next_obj].string.pointer; in populate_enum_data()
159 enumeration_obj[++next_obj].string.pointer); in populate_enum_data()
163 possible_values_count = (uintptr_t) enumeration_obj[++next_obj].string.pointer; in populate_enum_data()
167 enumeration_obj[++next_obj].string.pointer); in populate_enum_data()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/x86/dell/dell-wmi-sysman/
H A Denum-attributes.c139 int i, next_obj, value_modifier_count, possible_values_count; in populate_enum_data() local
153 next_obj = MODIFIER + 1; in populate_enum_data()
155 value_modifier_count = (uintptr_t)enumeration_obj[next_obj].string.pointer; in populate_enum_data()
159 enumeration_obj[++next_obj].string.pointer); in populate_enum_data()
163 possible_values_count = (uintptr_t) enumeration_obj[++next_obj].string.pointer; in populate_enum_data()
167 enumeration_obj[++next_obj].string.pointer); in populate_enum_data()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/x86/dell/dell-wmi-sysman/
H A Denum-attributes.c139 int i, next_obj, value_modifier_count, possible_values_count; in populate_enum_data() local
153 next_obj = MODIFIER + 1; in populate_enum_data()
155 value_modifier_count = (uintptr_t)enumeration_obj[next_obj].string.pointer; in populate_enum_data()
159 enumeration_obj[++next_obj].string.pointer); in populate_enum_data()
163 possible_values_count = (uintptr_t) enumeration_obj[++next_obj].string.pointer; in populate_enum_data()
167 enumeration_obj[++next_obj].string.pointer); in populate_enum_data()
/dports/devel/p5-Config-Model/Config-Model-2.147/lib/Config/Model/Role/
H A DGrab.pm217 my $next_obj = $obj->fetch_element(
227 and not $next_obj->exists($arg) ) {
238 if ( defined $action and not $next_obj->isa('Config::Model::AnyId') ) {
244 . $next_obj->name . "'"
250 $next_obj = $next_obj->fetch_with_id(index => $arg, check => $check) if defined $action;
252 push @found, $next_obj;
/dports/devel/p5-File-Find-Object-Rule/File-Find-Object-Rule-0.0313/lib/File/Find/Object/
H A DRule.pm503 while ( defined( my $next_obj = $finder->next_obj() ) )
505 if ( defined($preproc_cb) && $next_obj->is_dir() )
514 if ( defined( my $path = $match_cb->( $next_obj, $next_obj->path() ) ) )
518 my $comps = $next_obj->full_components();
522 $next_obj->is_dir()
/dports/www/p5-WWW-Scripter-Plugin-JavaScript/WWW-Scripter-Plugin-JavaScript-0.009/lib/WWW/Scripter/Plugin/JavaScript/
H A DJE.pm185 my $next_obj = $obj->{$_};
186 defined $next_obj or
189 $obj = $next_obj;
290 my $next_obj = $obj->{$_};
291 defined $next_obj or
294 $obj = $next_obj;
/dports/devel/p5-Sub-Exporter/Sub-Exporter-0.988/t/
H A Dutil-currychain.t13 sub next_obj { shift; return Test::CurryChain::Tail->new(@_); }
26 next_obj => [ 1, 2, 3 ],
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcmd.c430 next_obj = obj_ptr->next;
578 next_obj = obj_ptr;
590 next_obj = obj_ptr->next;
806 next_obj = obj_ptr->next;
878 struct ObjRec *next_obj; local
1205 next_obj = obj_ptr->next;
1248 next_obj = obj_ptr;
1253 next_obj = obj_ptr->next;
1347 next_obj = obj_ptr->next;
1392 next_obj = obj_ptr;
[all …]
/dports/devel/ncnf/ncnf-3.0.1/src/
H A Dncnf_vr.c143 struct ncnf_obj_s *next_obj in _ncnf_vr_validate() local
146 e = _vr_get_entity(vc, next_obj->type, next_obj->value, 0); in _ncnf_vr_validate()
152 if(_vr_check_entity(vc, next_obj, e, 1)) in _ncnf_vr_validate()
158 if(_ncnf_vr_validate(vc, next_obj)) in _ncnf_vr_validate()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Dautomation_region.c205 ArrangerObject * next_obj = NULL; in automation_region_get_next_ap() local
233 (!next_obj || in automation_region_get_next_ap()
236 &next_obj->pos))) in automation_region_get_next_ap()
238 next_obj = cur_obj; in automation_region_get_next_ap()
/dports/biology/p5-BioPerl-Run/BioPerl-Run-1.007003/lib/Bio/DB/SoapEUtilities/FetchAdaptor/
H A Dspecies.pm111 sub next_species { shift->next_obj }
113 sub next_obj { subroutine
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dpaged-spaces-inl.h23 HeapObject next_obj = FromCurrentPage(); in Next() local
24 if (!next_obj.is_null()) return next_obj; in Next()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dpaged-spaces-inl.h24 HeapObject next_obj = FromCurrentPage(); in Next() local
25 if (!next_obj.is_null()) return next_obj; in Next()
/dports/games/atanks/atanks-6.5/src/
H A Dvirtobj.h101 obj_T* next_obj = static_cast<obj_T*>(next); in getNext() local
103 *next_ = next_obj; in getNext()
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props-interactive/platforms/
H A Dtracked_dungeon_platform.cfg83 _get_points: "def(got, next) if(next_obj and (not next_obj in got),
84 _get_points(got+[next_obj], next_obj.vars.linked_object),
88 ]) where next_obj = get_object(level, next)",
/dports/mail/py-alot/alot-0.9/alot/
H A Dwalker.py84 next_obj = next(self.iterable)
85 next_widget = self.containerclass(next_obj, **self.kwargs)
/dports/games/ldmud/ldmud-3.3.720/mud/lp-245/room/
H A Dvill_road2.c193 object obj, next_obj; in gives() local
206 next_obj = next_inventory(harry); in gives()
209 obj = next_obj; in gives()
/dports/net/dgd-lpmud/mud/2.4.5/room/
H A Dvill_road2.c191 object obj, next_obj; in gives() local
204 next_obj = next_inventory(harry); in gives()
207 obj = next_obj; in gives()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dspvw_garcol_old.d375 var object next_obj = *(gcv_object_t*)p; in gc_morris2() local
377 obj = next_obj; in gc_morris2()
403 obj = next_obj; in gc_morris2()
467 obj = next_obj; in gc_morris3()
505 obj = next_obj; in gc_morris3()
581 obj = next_obj; in gc_morris2()
612 obj = next_obj; in gc_morris2()
661 obj = next_obj; in gc_morris3()
703 obj = next_obj; in gc_morris3()
773 obj = next_obj; in gc_morris2()
[all …]

123456