Searched refs:properties (Results 1 - 25 of 886) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/dotzlib/DotZLib/
H A DGZipStream.cs76 #region Access properties
/external/zlib/src/
H A Dmake_vms.com569 $! Check if this is a define relating to the properties of the C/C++
598 $! Check for properties of C/C++ compiler
658 $! Check for properties of C/C++ compiler with multiple result values
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c127 * @properties: Whether to add second argument with object properties
132 const char *sig_name, int properties)
154 if (properties) {
236 * @properties: Whether to add second argument with object properties
242 const char *sig_name, int properties)
265 if (properties) {
378 * @properties: determines if add second argument with object properties
131 wpas_dbus_signal_interface(struct wpa_supplicant *wpa_s, const char *sig_name, int properties) argument
240 wpas_dbus_signal_bss(struct wpa_supplicant *wpa_s, const char *bss_obj_path, const char *sig_name, int properties) argument
382 wpas_dbus_signal_network(struct wpa_supplicant *wpa_s, int id, const char *sig_name, int properties) argument
1732 wpas_dbus_signal_persistent_group(struct wpa_supplicant *wpa_s, int id, const char *sig_name, int properties) argument
2023 wpas_dbus_register(struct wpa_dbus_object_desc *obj_desc, void *priv, WPADBusArgumentFreeFunction priv_free, const struct wpa_dbus_method_desc *methods, const struct wpa_dbus_property_desc *properties, const struct wpa_dbus_signal_desc *signals) argument
[all...]
H A Ddbus_new_helpers.c30 /* Only return properties for the requested D-Bus interface */
35 /* Skip write-only properties */
64 * get_all_properties - Responds for GetAll properties calls on object
66 * @interface: interface name which properties will be returned
67 * @property_dsc: list of object's properties
68 * Returns: Message with dict of variants as argument with properties values
70 * Iterates over all properties registered with object and execute getters
73 * with properties names as keys and theirs values as values.
100 if (!fill_dict_with_properties(&dict_iter, obj_dsc->properties,
106 "No readable properties"
[all...]
H A Ddbus_new_helpers.h27 /* list of methods, properties and signals registered with object */
30 const struct wpa_dbus_property_desc *properties; member in struct:wpa_dbus_object_desc
35 /* argument for method handlers and properties
H A Ddbus_new_introspect.c123 struct dl_list *list, const struct wpa_dbus_property_desc *properties)
127 for (dsc = properties; dsc && dsc->dbus_property; dsc++) {
140 * Iterates over all methods, signals, and properties registered with an
150 extract_interfaces_properties(list, obj_dsc->properties);
244 * Iterates over all methods, signals and properties registered with
122 extract_interfaces_properties( struct dl_list *list, const struct wpa_dbus_property_desc *properties) argument
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py41 def GroupStarted(properties):
42 if properties.has_key("group_object"):
44 % properties["group_object"]
H A Dp2p_group_add.py29 def GroupStarted(properties):
30 if properties.has_key("group_object"):
32 % properties["group_object"]
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py37 def interfaceAdded(interface, properties):
38 print "InterfaceAdded(%s): Ifname=%s" % (interface, properties['Ifname'])
43 def propertiesChanged(properties):
44 for i in properties:
45 print "PropertiesChanged: %s=%s" % (i, properties[i])
92 def bssAdded(bss, properties):
105 def networkAdded(network, properties):
114 def propertiesChangedInterface(properties):
115 for i in properties:
116 print "PropertiesChanged(interface): %s=%s" % (i, properties[
[all...]
H A Dwpas-dbus-new-wps.py16 def propertiesChanged(properties):
17 if properties.has_key("State"):
18 print "PropertiesChanged: State: %s" % (properties["State"])
23 def bssAdded(bss, properties):
H A Dwpas-dbus-new.py36 def propertiesChanged(properties):
37 if properties.has_key("State"):
38 print "PropertiesChanged: State: %s" % (properties["State"])
89 def bssAdded(bss, properties):
H A Dwpas-test.py60 props = net.properties()
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c25 #include <cutils/properties.h>
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp278 menu->addAction(tr("Properties"), this, SLOT(properties()));
1586 void Peers::properties() function in class:Peers
H A Dpeers.h47 virtual void properties();
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java17 import com.adobe.xmp.properties.XMPProperty;
22 * modify all kinds of properties, create an iterator over all properties and serialize the metadata
45 * This is the simplest property getter, mainly for top level simple properties or after using
128 * are like struct fields. See the introductory discussion of qualified properties for more
136 * <em>Note:</em> Qualifiers are only supported for simple leaf properties at this time.
181 * This is the simplest property setter, mainly for top level simple properties or after using
187 * @param propValue the value for the property (only leaf properties have a value).
395 * are like struct fields. See the introductory discussion of qualified properties for more
445 // Functions for deleting and detecting properties
[all...]
H A DXMPSchemaRegistry.java14 import com.adobe.xmp.properties.XMPAliasInfo;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPIteratorImpl.java23 import com.adobe.xmp.properties.XMPPropertyInfo;
H A DXMPMetaImpl.java28 import com.adobe.xmp.properties.XMPProperty;
H A DXMPNormalizer.java28 import com.adobe.xmp.properties.XMPAliasInfo;
H A DXMPSchemaRegistryImpl.java26 import com.adobe.xmp.properties.XMPAliasInfo;
46 /** The pattern that must not be contained in simple properties */
H A DXMPUtilsImpl.java25 import com.adobe.xmp.properties.XMPAliasInfo;
391 * The XMP object containing the properties to be removed.
394 * Optional schema namespace URI for the properties to be
401 * Option flag to control the deletion: do internal properties in
402 * addition to external properties.
449 // Remove all properties from the named schema. Optionally include
489 // Remove all appropriate properties from all schema. In this case
492 // actual properties.
509 * @param doAllProperties Do internal properties in addition to external properties
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPathParser.java16 import com.adobe.xmp.properties.XMPAliasInfo;
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
H A DXMPAliasInfo.java10 package com.adobe.xmp.properties;
H A DXMPProperty.java10 package com.adobe.xmp.properties;

Completed in 1977 milliseconds

1234567891011>>