Searched refs:property (Results 1 - 25 of 1626) sorted by last modified time

1234567891011>>

/external/zlib/src/contrib/delphi/
H A DZLib.pas54 property OnProgress: TNotifyEvent read FOnProgress write FOnProgress;
69 The Position property returns the number of uncompressed bytes of
94 property CompressionRate: Single read GetCompressionRate;
95 property OnProgress;
108 The Position property returns the number of bytes of uncompressed data that
123 property OnProgress;
/external/webrtc/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
H A Dandroid-webrtc.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/common_audio/resampler/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/common_audio/signal_processing/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/common_audio/vad/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
H A Dlattice_armv7.S6 @ tree. An additional intellectual property rights grant can be found
H A Dlattice_neon.S6 @ tree. An additional intellectual property rights grant can be found
H A Dlpc_masking_model_neon.S6 @ tree. An additional intellectual property rights grant can be found
H A Dpitch_filter_armv6.S6 @ tree. An additional intellectual property rights grant can be found
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/modules/audio_processing/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/modules/audio_processing/aec/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/modules/audio_processing/aecm/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/modules/audio_processing/agc/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/modules/audio_processing/ns/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/modules/audio_processing/utility/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/webrtc/src/system_wrappers/source/
H A DAndroid.mk5 # tree. An additional intellectual property rights grant can be found
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c534 * wpas_dbus_signal_network_enabled_changed - Signals Enabled property changes
536 * @ssid: configured network which Enabled property has changed
538 * Sends PropertyChanged signals containing new value of Enabled property
1860 * wpas_dbus_signal_prop_changed - Signals change of property
1862 * @property: indicates which property has changed
1865 * depending on which property has changed.
1868 enum wpas_dbus_prop property)
1877 switch (property) {
1905 __func__, property);
1867 wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_prop property) argument
1928 wpas_dbus_bss_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, unsigned int id) argument
[all...]
H A Ddbus_new.h136 enum wpas_dbus_prop property);
138 enum wpas_dbus_bss_prop property,
245 enum wpas_dbus_prop property)
250 struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property,
244 wpas_dbus_signal_prop_changed(struct wpa_supplicant *wpa_s, enum wpas_dbus_prop property) argument
249 wpas_dbus_bss_signal_prop_changed( struct wpa_supplicant *wpa_s, enum wpas_dbus_bss_prop property, unsigned int id) argument
H A Ddbus_new_helpers.c47 /* An error getting a property fails the request entirely */
186 "Failed to read property");
213 /* Skip the interface name and the property name */
217 /* Iter will now point to the property's new value */
225 "Failed to set property");
239 char *property; local
245 /* Second argument: property name (DBUS_TYPE_STRING) */
251 dbus_message_iter_get_basic(iter, &property);
254 /* compare property names and
256 if (!os_strncmp(property_dsc->dbus_property, property,
873 wpa_dbus_mark_property_changed(struct wpas_dbus_priv *iface, const char *path, const char *interface, const char *property) argument
[all...]
H A Ddbus_new_helpers.h32 /* property changed flags */
79 * struct wpa_dbus_property_desc - DBus property description
82 /* property name */
84 /* property interface */
86 /* property type signature in DBus type notation */
88 /* property getter function */
90 /* property setter function */
135 const char *property);
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dpicoloaddbg.lua17 --- valid property names
20 --- valid property names (that may occur once only)
41 --- table with symbol name number keys (specified with property mapval)
64 -- construct props table and add first mapval property
82 print("*** error: syntax error in property list")
89 print("*** error: no mapval property found")
111 io.write("*** error: invalid property name '", prop, "'\n")
122 io.write("*** error: property '", prop, "' must be unique\n"); return

Completed in 260 milliseconds

1234567891011>>