Home
last modified time | relevance | path

Searched refs:find_property (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/lang/vala/vala-0.48.18/tests/objects/
H A Dparamspec.vala66 assert (foo_class.find_property ("bool-prop") is ParamSpecBoolean);
68 assert (foo_class.find_property ("char-prop") is ParamSpecChar);
72 assert (foo_class.find_property ("enum-prop") is ParamSpecEnum);
74 assert (foo_class.find_property ("flag-prop") is ParamSpecFlags);
76 assert (foo_class.find_property ("float-prop") is ParamSpecFloat);
78 assert (foo_class.find_property ("int-prop") is ParamSpecInt);
80 assert (foo_class.find_property ("int64-prop") is ParamSpecInt64);
82 assert (foo_class.find_property ("long-prop") is ParamSpecLong);
85 assert (foo_class.find_property ("param-prop") is ParamSpecParam);
91 assert (foo_class.find_property ("uint-prop") is ParamSpecUInt);
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/PLY/
H A DvtkPLYReader.cxx148 vtkPLY::find_property (elem, "x", &index) == nullptr || in RequestData()
149 vtkPLY::find_property (elem, "y", &index) == nullptr || in RequestData()
150 vtkPLY::find_property (elem, "z", &index) == nullptr) in RequestData()
200 if (vtkPLY::find_property(elem, "red", &index) != NULL && in RequestData()
201 vtkPLY::find_property(elem, "green", &index) != NULL && in RequestData()
202 vtkPLY::find_property(elem, "blue", &index) != NULL) in RequestData()
236 vtkPLY::find_property (elem, "nx", &index) != nullptr && in RequestData()
237 vtkPLY::find_property (elem, "ny", &index) != nullptr && in RequestData()
238 vtkPLY::find_property (elem, "nz", &index) != nullptr ) in RequestData()
251 if ( vtkPLY::find_property(elem, "u", &index) != nullptr && in RequestData()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/PLY/
H A DvtkPLYReader.cxx212 vtkPLY::find_property(elem, "x", &index) == nullptr || in RequestData()
213 vtkPLY::find_property(elem, "y", &index) == nullptr || in RequestData()
214 vtkPLY::find_property(elem, "z", &index) == nullptr) in RequestData()
238 vtkPLY::find_property(elem, "red", &index) != nullptr && in RequestData()
239 vtkPLY::find_property(elem, "green", &index) != nullptr && in RequestData()
240 vtkPLY::find_property(elem, "blue", &index) != nullptr) in RequestData()
266 vtkPLY::find_property(elem, "blue", &index) != nullptr) in RequestData()
300 vtkPLY::find_property(elem, "nx", &index) != nullptr && in RequestData()
301 vtkPLY::find_property(elem, "ny", &index) != nullptr && in RequestData()
302 vtkPLY::find_property(elem, "nz", &index) != nullptr) in RequestData()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/PLY/
H A DvtkPLYReader.cxx132 vtkPLY::find_property (elem, "x", &index) == NULL || in RequestData()
133 vtkPLY::find_property (elem, "y", &index) == NULL || in RequestData()
134 vtkPLY::find_property (elem, "z", &index) == NULL || in RequestData()
159 vtkPLY::find_property (elem, "red", &index) != NULL && in RequestData()
161 vtkPLY::find_property (elem, "blue", &index) != NULL ) in RequestData()
173 vtkPLY::find_property (elem, "red", &index) != NULL && in RequestData()
187 vtkPLY::find_property (elem, "nx", &index) != NULL && in RequestData()
188 vtkPLY::find_property (elem, "ny", &index) != NULL && in RequestData()
189 vtkPLY::find_property (elem, "nz", &index) != NULL ) in RequestData()
201 vtkPLY::find_property (elem, "u", &index) != NULL && in RequestData()
[all …]
/dports/devel/pygobject3-common/pygobject-3.38.0/tests/
H A Dtest_typeclass.py31 prop = GObject.ObjectClass.find_property(GIMarshallingTests.PropertiesObject,
42 prop = GObject.ObjectClass.find_property(gtype, 'some-int')
51 prop = GObject.ObjectClass.find_property(obj, 'some-int')
60 GObject.ObjectClass.find_property(object, 'some-int')
63 GObject.ObjectClass.find_property(42, 'some-int')
75 pspec = GIMarshallingTests.PropertiesObject.find_property('some-int')
/dports/devel/py-gobject3/pygobject-3.38.0/tests/
H A Dtest_typeclass.py31 prop = GObject.ObjectClass.find_property(GIMarshallingTests.PropertiesObject,
42 prop = GObject.ObjectClass.find_property(gtype, 'some-int')
51 prop = GObject.ObjectClass.find_property(obj, 'some-int')
60 GObject.ObjectClass.find_property(object, 'some-int')
63 GObject.ObjectClass.find_property(42, 'some-int')
75 pspec = GIMarshallingTests.PropertiesObject.find_property('some-int')
/dports/java/icedtea-web/icedtea-web-1.6.2/plugin/icedteanp/
H A DIcedTeaParseProperties.cc72 bool find_property(string filename, string property, string& dest);
239 bool find_property(string filename, string property, string& dest){ in find_property() function
270 bool found = find_property(user_file, property, dest); in read_deploy_property_value()
276 return find_property(system_file, property, dest); in read_deploy_property_value()
290 bool a = find_property(user_file, key, dest); in find_custom_jre()
296 return find_property(main_file, key, dest); in find_custom_jre()
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Danimatable.cc80 klass->find_property = &find_property_vfunc_callback; in iface_init_function()
124 if(base && base->find_property) in find_property_vfunc_callback()
126 GParamSpec* retval = (*base->find_property)(self, property_name); in find_property_vfunc_callback()
273 GParamSpec* Animatable::find_property(const Glib::ustring& property_name) in find_property() function in Clutter::Animatable
301 if(base && base->find_property) in find_property_vfunc()
303 GParamSpec* retval((*base->find_property)(gobj(),property_name.c_str())); in find_property_vfunc()
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/cpp-unit-tests/
H A DIcedTeaParsePropertiesTest.cc62 bool find_property(string filename, string property, string& dest);
193 TEST(find_property) { in TEST() argument
196 find_property(f1, "key1", dest); in TEST()
199 find_property(f1, "key2", dest); in TEST()
202 find_property(f1, "value1", dest); in TEST()
208 find_property(f2, "key2", dest); in TEST()
211 find_property(f2, "key1", dest); in TEST()
214 find_property(f2, "key3", dest); in TEST()
217 find_property(f2, "key5", dest); in TEST()
223 find_property(f3, "ke.y3", dest); in TEST()
[all …]
/dports/devel/p5-Glib/Glib-1.3293/t/
H A D4.t105 ok defined Foo->find_property('some_string'), 11;
106 ok !defined Foo->find_property('number'), 12;
107 ok defined Bar->find_property('number'), 13;
/dports/games/pentobi/pentobi-19.1/libboardgame_base/
H A DSgfNode.cpp49 forward_list<Property>::const_iterator SgfNode::find_property( in find_property() function in libboardgame_base::SgfNode
58 auto property = find_property(id); in get_multi_property()
66 return find_property(id) != m_properties.end(); in has_property()
137 auto property = find_property(id); in get_property()
146 auto property = find_property(id); in get_property()
/dports/devel/gitg/gitg-3.32.1/libgitg-ext/
H A Dgitg-ext-message.vala41 return get_class().find_property(propname) != null;
46 return ((ObjectClass)type.class_ref()).find_property(propname) != null;
51 ParamSpec? spec = ((ObjectClass)type.class_ref()).find_property(propname);
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/sparc/cpu/leon2/
H A Dprom.c80 static struct property PROM_TEXT *find_property(int node, char *name);
351 struct property *(*find_property) (int node, char *name); member
464 __va(find_property),
791 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
820 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
863 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/sparc/cpu/leon2/
H A Dprom.c80 static struct property PROM_TEXT *find_property(int node, char *name);
351 struct property *(*find_property) (int node, char *name); member
464 __va(find_property),
791 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
820 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
863 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/sparc/cpu/leon2/
H A Dprom.c80 static struct property PROM_TEXT *find_property(int node, char *name);
351 struct property *(*find_property) (int node, char *name); member
464 __va(find_property),
791 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
820 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
863 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/sparc/cpu/leon2/
H A Dprom.c80 static struct property PROM_TEXT *find_property(int node, char *name);
351 struct property *(*find_property) (int node, char *name); member
464 __va(find_property),
791 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
820 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
863 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/sparc/cpu/leon2/
H A Dprom.c80 static struct property PROM_TEXT *find_property(int node, char *name);
351 struct property *(*find_property) (int node, char *name); member
464 __va(find_property),
791 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
820 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
863 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/sparc/cpu/leon2/
H A Dprom.c80 static struct property PROM_TEXT *find_property(int node, char *name);
351 struct property *(*find_property) (int node, char *name); member
464 __va(find_property),
791 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
820 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
863 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/sparc/cpu/leon2/
H A Dprom.c63 static struct property PROM_TEXT *find_property(int node, char *name);
334 struct property *(*find_property) (int node, char *name); member
447 __va(find_property),
774 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
803 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
819 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
846 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/sparc/cpu/leon2/
H A Dprom.c80 static struct property PROM_TEXT *find_property(int node, char *name);
351 struct property *(*find_property) (int node, char *name); member
464 __va(find_property),
791 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
820 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
863 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/sparc/cpu/leon3/
H A Dprom.c84 static struct property PROM_TEXT *find_property(int node, char *name);
355 struct property *(*find_property) (int node, char *name); member
469 __va(find_property),
807 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
852 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
879 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/sparc/cpu/leon3/
H A Dprom.c84 static struct property PROM_TEXT *find_property(int node, char *name);
355 struct property *(*find_property) (int node, char *name); member
469 __va(find_property),
807 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
852 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
879 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/sparc/cpu/leon3/
H A Dprom.c84 static struct property PROM_TEXT *find_property(int node, char *name);
355 struct property *(*find_property) (int node, char *name); member
469 __va(find_property),
807 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
852 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
879 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/sparc/cpu/leon3/
H A Dprom.c84 static struct property PROM_TEXT *find_property(int node, char *name);
355 struct property *(*find_property) (int node, char *name); member
469 __va(find_property),
807 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
852 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
879 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/sparc/cpu/leon3/
H A Dprom.c84 static struct property PROM_TEXT *find_property(int node, char *name);
355 struct property *(*find_property) (int node, char *name); member
469 __va(find_property),
807 static struct property PROM_TEXT *find_property(int node, char *name) in find_property() function
836 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_proplen()
852 struct property *prop = pspi->reloc_funcs.find_property(node, name); in no_getprop()
879 prop = pspi->reloc_funcs.find_property(node, name); in no_nextprop()

123456789