Home
last modified time | relevance | path

Searched refs:set_handles (Results 1 – 25 of 29) sorted by relevance

12

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_01_dxf_entities/
H A Dtest_137_sortentstable.py28 sort_entities_table.set_handles([
41 sort_entities_table.set_handles([
56 sort_entities_table.set_handles([
66 sort_entities_table.set_handles([
H A Dtest_124_dimstyle_table_entry.py85 dimstyle2.set_handles()
130 dimstyle2.set_handles()
152 dimstyle2.set_handles()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/mojo/public/tools/bindings/generators/js_templates/
H A Dfuzzing.tmpl25 {%- macro set_handles(kind, name) -%}
30 {{set_handles(kind.kind, 'val')|indent(2)}};
34 {{set_handles(kind.value_kind, 'val')|indent(2)}};
H A Dunion_definition.tmpl89 {%- from "fuzzing.tmpl" import set_handles %}
94 return {{set_handles(field.kind, 'this.' ~ field.name)}};
H A Dstruct_definition.tmpl70 {%- from "fuzzing.tmpl" import set_handles %}
74 {{set_handles(field.kind, 'this.' ~ field.name)|indent(4)}};
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/tools/bindings/generators/js_templates/
H A Dfuzzing.tmpl25 {%- macro set_handles(kind, name) -%}
30 {{set_handles(kind.kind, 'val')|indent(2)}};
34 {{set_handles(kind.value_kind, 'val')|indent(2)}};
H A Dstruct_definition.tmpl70 {%- from "fuzzing.tmpl" import set_handles %}
74 {{set_handles(field.kind, 'this.' ~ field.name)|indent(4)}};
H A Dunion_definition.tmpl89 {%- from "fuzzing.tmpl" import set_handles %}
94 return {{set_handles(field.kind, 'this.' ~ field.name)}};
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dreorder_test.cpp124 Tag set_handles; in build_mesh() local
125 rval = mb->tag_get_handle( SET_HANDLES_NAME, ENTS_PER_SET, MB_TYPE_HANDLE, set_handles, sparse ); in build_mesh()
239 rval = mb->tag_set_data( set_handles, &h, 1, ents ); in build_mesh()
537 Tag set_handles; in check_handle_tag() local
538 rval = mb->tag_get_handle( SET_HANDLES_NAME, ENTS_PER_SET, MB_TYPE_HANDLE, set_handles ); in check_handle_tag()
542 rval = mb->get_entities_by_type_and_tag( 0, MBENTITYSET, &set_handles, 0, 1, sets ); in check_handle_tag()
552 rval = mb->tag_get_data( set_handles, &*it, 1, &handles[0] ); in check_handle_tag()
/dports/lang/perl5.34/perl-5.34.0/cpan/Test-Simple/lib/Test2/Tools/
H A DTiny.pm273 test2_stack->top->format->set_handles([$out_fh, $err_fh, $out_fh]);
278 test2_stack->top->format->set_handles($handles);
/dports/lang/perl5.30/perl-5.30.3/cpan/Test-Simple/lib/Test2/Tools/
H A DTiny.pm273 test2_stack->top->format->set_handles([$out_fh, $err_fh, $out_fh]);
278 test2_stack->top->format->set_handles($handles);
/dports/lang/perl5.32/perl-5.32.1/cpan/Test-Simple/lib/Test2/Tools/
H A DTiny.pm273 test2_stack->top->format->set_handles([$out_fh, $err_fh, $out_fh]);
278 test2_stack->top->format->set_handles($handles);
/dports/devel/p5-Test-Simple/Test-Simple-1.302188/lib/Test2/Tools/
H A DTiny.pm273 test2_stack->top->format->set_handles([$out_fh, $err_fh, $out_fh]);
278 test2_stack->top->format->set_handles($handles);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Test-Simple/lib/Test2/Tools/
H A DTiny.pm273 test2_stack->top->format->set_handles([$out_fh, $err_fh, $out_fh]);
278 test2_stack->top->format->set_handles($handles);
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DMeshSetSequence.cpp331 Range* set_handles, in recursive_get_sets() argument
363 if (set_handles) { in recursive_get_sets()
366 Range::iterator hint = set_handles->begin(); in recursive_get_sets()
369 hint = set_handles->insert( hint, *it, *it ); in recursive_get_sets()
/dports/net-im/p5-Net-Async-XMPP/Net-Async-XMPP-0.003/lib/Net/Async/XMPP/
H A DProtocol.pod70 …_handle>, L<set_handle|IO::Async::Handle/set_handle>, L<set_handles|IO::Async::Handle/set_handles>…
H A DClient.pod58 …_handle>, L<set_handle|IO::Async::Handle/set_handle>, L<set_handles|IO::Async::Handle/set_handles>…
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/itaps/imesh/
H A DiMesh_extensions.h148 /*out*/ iBase_EntitySetHandle** set_handles,
/dports/devel/p5-Test2-Harness/Test2-Harness-1.000082/lib/Test2/Formatter/
H A DStream.pm367 sub set_handles { subroutine
369 return $self->{+TB}->set_handles(@_) if $self->{+TB};
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/tests/
H A Dvktestbinding.cpp811 std::vector<VkDescriptorSet> set_handles; in alloc_sets() local
812 set_handles.resize(layout_handles.size()); in alloc_sets()
819 VkResult err = vk::AllocateDescriptorSets(device(), &alloc_info, set_handles.data()); in alloc_sets()
823 …for (std::vector<VkDescriptorSet>::const_iterator it = set_handles.begin(); it != set_handles.end(… in alloc_sets()
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvktestbinding.cpp821 std::vector<VkDescriptorSet> set_handles; in alloc_sets() local
822 set_handles.resize(layout_handles.size()); in alloc_sets()
829 VkResult err = vk::AllocateDescriptorSets(device(), &alloc_info, set_handles.data()); in alloc_sets()
833 …for (std::vector<VkDescriptorSet>::const_iterator it = set_handles.begin(); it != set_handles.end(… in alloc_sets()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvktestbinding.cpp823 std::vector<VkDescriptorSet> set_handles; in alloc_sets() local
824 set_handles.resize(layout_handles.size()); in alloc_sets()
831 VkResult err = vk::AllocateDescriptorSets(device(), &alloc_info, set_handles.data()); in alloc_sets()
835 …for (std::vector<VkDescriptorSet>::const_iterator it = set_handles.begin(); it != set_handles.end(… in alloc_sets()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Ddimstyle.py281 self.set_handles()
291 def set_handles(self): member in DimStyle
H A Ddxfobj.py264 def set_handles(self, handles: Iterable[Tuple[str, str]]) -> None: member in SortEntsTable
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DHandle.pm371 sub set_handles subroutine

12