Home
last modified time | relevance | path

Searched refs:oic (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/math/vtk6/VTK-6.2.0/Common/Core/Testing/Cxx/
H A DTestObjectFactory.cxx132 vtkOverrideInformationCollection* oic = in TestObjectFactory() local
134 vtkObjectFactory::GetOverrideInformation("vtkPoints", oic); in TestObjectFactory()
136 if(oic->GetNumberOfItems() != 2) in TestObjectFactory()
139 << oic->GetNumberOfItems() << "\n"; in TestObjectFactory()
141 if(oic->GetNumberOfItems() < 2) in TestObjectFactory()
147 oic->InitTraversal(oicit); in TestObjectFactory()
148 oi = oic->GetNextOverrideInformation(oicit); in TestObjectFactory()
170 oi = oic->GetNextOverrideInformation(oicit); in TestObjectFactory()
189 oic->Delete(); in TestObjectFactory()
/dports/math/vtk8/VTK-8.2.0/Common/Core/Testing/Cxx/
H A DTestObjectFactory.cxx129 vtkOverrideInformationCollection* oic = in TestObjectFactory() local
131 vtkObjectFactory::GetOverrideInformation("vtkPoints", oic); in TestObjectFactory()
133 if(oic->GetNumberOfItems() != 2) in TestObjectFactory()
136 << oic->GetNumberOfItems() << "\n"; in TestObjectFactory()
138 if(oic->GetNumberOfItems() < 2) in TestObjectFactory()
144 oic->InitTraversal(oicit); in TestObjectFactory()
145 oi = oic->GetNextOverrideInformation(oicit); in TestObjectFactory()
167 oi = oic->GetNextOverrideInformation(oicit); in TestObjectFactory()
186 oic->Delete(); in TestObjectFactory()
/dports/math/vtk9/VTK-9.1.0/Common/Core/Testing/Cxx/
H A DTestObjectFactory.cxx123 vtkOverrideInformationCollection* oic = vtkOverrideInformationCollection::New(); in TestObjectFactory() local
124 vtkObjectFactory::GetOverrideInformation("vtkPoints", oic); in TestObjectFactory()
126 if (oic->GetNumberOfItems() != 2) in TestObjectFactory()
129 << oic->GetNumberOfItems() << "\n"; in TestObjectFactory()
131 if (oic->GetNumberOfItems() < 2) in TestObjectFactory()
137 oic->InitTraversal(oicit); in TestObjectFactory()
138 oi = oic->GetNextOverrideInformation(oicit); in TestObjectFactory()
160 oi = oic->GetNextOverrideInformation(oicit); in TestObjectFactory()
179 oic->Delete(); in TestObjectFactory()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/transport/vnet/
H A Dnat_test.go61 oic := newChunkUDP(src, dst)
63 oec, err := nat.translateOutbound(oic)
90 oic.SourceAddr().String(),
149 oic := newChunkUDP(src, dst)
193 oic.SourceAddr().String(),
268 oic := newChunkUDP(src, dst)
311 oic.SourceAddr().String(),
529 oic := newChunkUDP(src, dst)
592 oic := newChunkUDP(src, dst)
651 oic := newChunkUDP(src, dst)
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/transport/vnet/
H A Dnat_test.go59 oic := newChunkUDP(src, dst)
61 oec, err := nat.translateOutbound(oic)
88 oic.SourceAddr().String(),
147 oic := newChunkUDP(src, dst)
191 oic.SourceAddr().String(),
266 oic := newChunkUDP(src, dst)
309 oic.SourceAddr().String(),
527 oic := newChunkUDP(src, dst)
590 oic := newChunkUDP(src, dst)
649 oic := newChunkUDP(src, dst)
[all …]
/dports/sysutils/istio/istio-1.6.7/operator/cmd/mesh/
H A Doperator.go35 oic := operatorInitCmd(args, oiArgs)
39 addFlags(oic, args)
43 addOperatorInitFlags(oic, oiArgs)
47 oc.AddCommand(oic)
/dports/devel/swig/swig-4.0.2/Examples/test-suite/python/
H A Dnested_template_base_runme.py5 oic = InnerC() variable
8 if (oic.outer(ois).val != 123):
12 if (oic.innerc().outer(ois).val != 123):
/dports/devel/swig/swig-4.0.2/Examples/test-suite/java/
H A Dnested_template_base_runme.java16 OuterC.InnerC oic = new OuterC.InnerC(); in main() local
19 if (oic.outer(ois).getVal() != 123) in main()
23 if (oic.innerc().outer(ois).getVal() != 123) in main()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dvalidate_jp2.py1015 oic = find_xml_node(oidoc_node, 'OrthoimageCoverage')
1016 if oic is None:
1017 oic = find_xml_node(oidoc_node, 'oi:OrthoimageCoverage')
1018 if oic is None:
1022 rg = find_xml_node(oic, 'gml:RectifiedGrid')
1024 rg = find_xml_node(oic, 'RectifiedGrid')
1060 rangetype = find_xml_node(oic, 'gmlcov:rangeType')
1062 rangetype = find_xml_node(oic, 'rangeType')
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dvalidate_jp2.py1015 oic = find_xml_node(oidoc_node, 'OrthoimageCoverage')
1016 if oic is None:
1017 oic = find_xml_node(oidoc_node, 'oi:OrthoimageCoverage')
1018 if oic is None:
1022 rg = find_xml_node(oic, 'gml:RectifiedGrid')
1024 rg = find_xml_node(oic, 'RectifiedGrid')
1060 rangetype = find_xml_node(oic, 'gmlcov:rangeType')
1062 rangetype = find_xml_node(oic, 'rangeType')
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dvalidate_jp2.py1015 oic = find_xml_node(oidoc_node, 'OrthoimageCoverage')
1016 if oic is None:
1017 oic = find_xml_node(oidoc_node, 'oi:OrthoimageCoverage')
1018 if oic is None:
1022 rg = find_xml_node(oic, 'gml:RectifiedGrid')
1024 rg = find_xml_node(oic, 'RectifiedGrid')
1060 rangetype = find_xml_node(oic, 'gmlcov:rangeType')
1062 rangetype = find_xml_node(oic, 'rangeType')
/dports/irc/bitlbee/bitlbee-3.6/
H A Dirc_channel.c587 irc_channel_t *oic; in irc_channel_is_unused() local
593 if (!(oic = irc_channel_by_name(irc, name))) { in irc_channel_is_unused()
597 type = set_getstr(&oic->set, "type"); in irc_channel_is_unused()
598 chat_type = set_getstr(&oic->set, "chat_type"); in irc_channel_is_unused()
600 if (type && chat_type && oic->data == FALSE && in irc_channel_is_unused()
607 irc_channel_free(oic); in irc_channel_is_unused()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ocfs2/
H A Dioctl.c164 struct ocfs2_info_clustersize oic; in ocfs2_info_handle_clustersize() local
167 if (o2info_from_user(oic, req)) in ocfs2_info_handle_clustersize()
170 oic.ic_clustersize = osb->s_clustersize; in ocfs2_info_handle_clustersize()
172 o2info_set_request_filled(&oic.ic_req); in ocfs2_info_handle_clustersize()
174 if (o2info_to_user(oic, req)) in ocfs2_info_handle_clustersize()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ocfs2/
H A Dioctl.c164 struct ocfs2_info_clustersize oic; in ocfs2_info_handle_clustersize() local
167 if (o2info_from_user(oic, req)) in ocfs2_info_handle_clustersize()
170 oic.ic_clustersize = osb->s_clustersize; in ocfs2_info_handle_clustersize()
172 o2info_set_request_filled(&oic.ic_req); in ocfs2_info_handle_clustersize()
174 if (o2info_to_user(oic, req)) in ocfs2_info_handle_clustersize()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ocfs2/
H A Dioctl.c164 struct ocfs2_info_clustersize oic; in ocfs2_info_handle_clustersize() local
167 if (o2info_from_user(oic, req)) in ocfs2_info_handle_clustersize()
170 oic.ic_clustersize = osb->s_clustersize; in ocfs2_info_handle_clustersize()
172 o2info_set_request_filled(&oic.ic_req); in ocfs2_info_handle_clustersize()
174 if (o2info_to_user(oic, req)) in ocfs2_info_handle_clustersize()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libjcl/
H A DNOTES9 http://www.oic.com/overview.html
/dports/shells/ksh93/ast-93u/src/lib/libjcl/
H A DNOTES9 http://www.oic.com/overview.html
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libjcl/
H A DNOTES9 http://www.oic.com/overview.html
/dports/science/lammps/lammps-stable_29Sep2021/src/INTEL/
H A Dpair_gayberne_intel.cpp977 FC_PACKED3_T *oic = fc.ic; in pack_force_const() local
979 if (oijc != nullptr && oic != nullptr) { in pack_force_const()
983 in(oic: length(tp1) alloc_if(0) free_if(0)) in pack_force_const()
999 fc_packed3 *oic = ic; in set_ntypes() local
1017 nocopy(ospecial_lj, oijc, olj34, oic: alloc_if(0) free_if(1)) \ in set_ntypes()
1023 _memory->destroy(oic); in set_ntypes()
1060 fc_packed3 *oic = ic; in set_ntypes() local
1071 oic != nullptr && orsq_form != nullptr && odelx_form != nullptr && in set_ntypes()
1077 nocopy(oic: length(ntypes) alloc_if(1) free_if(0)) \ in set_ntypes()
/dports/science/qmcpack/qmcpack-3.11.0/nexus/tests/unit/test_vasp_analyzer_files/
H A Drelax.out2 Creating global temporary directory /globalscratch/36892.b21l01.oic.ornl.gov
3 Creating local temporary directory /scratch/36892.b21l01.oic.ornl.gov
209 Removing global temporary directory /globalscratch/36892.b21l01.oic.ornl.gov
210 Removing local temporary directory /scratch/36892.b21l01.oic.ornl.gov
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D3a73_pj2.sdf133 (5Z,12Z,15S)-15-hydroxy-11-oxoprosta-5,9,12-trien-1-oic acid
H A D3w5q_3kl.sdf148 (5beta,9beta)-3-oxocholan-24-oic acid
H A D4q0a_4oa.sdf148 (3beta,5beta,14beta,17alpha)-3-hydroxycholan-24-oic acid
H A D3w5r_loa.sdf160 (3beta,5beta,9beta)-3-(acetyloxy)cholan-24-oic acid
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/index/openid/
H A Ddiscussion.mdwn25oic.time=1238224497-1450566d93097caa707f&openid.assoc_handle=%7BHMAC-SHA1%7D%7B49cdce76%7D%7BBhuXX…

123456789