/external/webrtc/talk/app/webrtc/objc/public/ |
RTCPeerConnectionInterface.h | 60 @property(nonatomic, assign) RTCIceTransportsType iceTransportsType; 61 @property(nonatomic, copy) NSArray *iceServers; 62 @property(nonatomic, assign) RTCBundlePolicy bundlePolicy; 63 @property(nonatomic, assign) RTCRtcpMuxPolicy rtcpMuxPolicy; 64 @property(nonatomic, assign) RTCTcpCandidatePolicy tcpCandidatePolicy; 65 @property(nonatomic, assign) int audioJitterBufferMaxPackets; 66 @property(nonatomic, assign) int iceConnectionReceivingTimeout; 67 @property(nonatomic, assign) int iceBackupCandidatePairPingInterval;
|
/external/webrtc/webrtc/api/objc/ |
RTCMediaSource.h | 6 * tree. An additional intellectual property rights grant can be found 25 @property(nonatomic, readonly) RTCSourceState state;
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDMessageResponse+Internal.h | 6 * tree. An additional intellectual property rights grant can be found 15 @property(nonatomic, assign) ARDMessageResultType result;
|
ARDMessageResponse.h | 6 * tree. An additional intellectual property rights grant can be found 22 @property(nonatomic, readonly) ARDMessageResultType result;
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.h | 36 /* property changed flags */ 83 * struct wpa_dbus_property_desc - DBus property description 86 /* property name */ 88 /* property interface */ 90 /* property type signature in DBus type notation */ 92 /* property getter function */ 94 /* property setter function */ 141 const char *property);
|
/frameworks/av/media/mtp/ |
MtpDatabase.h | 64 MtpObjectProperty property, 68 MtpObjectProperty property, 71 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property, 74 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property, 77 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property) = 0; 80 uint32_t format, uint32_t property, 101 virtual MtpProperty* getObjectPropertyDesc(MtpObjectProperty property, 104 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property) = 0;
|
/libcore/ojluni/src/main/java/java/beans/ |
PropertyChangeListenerProxy.java | 33 * with a "bound" property. 36 * which supports firing property change events. 54 * to a specific property. 56 * @param propertyName the name of the property to listen on 65 * Forwards the property change event to the listener delegate. 67 * @param event the property change event 74 * Returns the name of the named property associated with the listener. 76 * @return the name of the named property associated with the listener
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
UPropertyAliases.java | 27 * imported from icu4c. It contains property and property value 123 private int findProperty(int property) { 130 if(property<start) { 133 if(property<limit) { 134 return i+(property-start)*2; 143 return 0; // The property does not have named values. 182 throw new IllegalIcuArgumentException("Invalid property (value) name choice"); 194 return null; // no name (Property[Value]Aliases.txt has "n/a") 239 * Returns a property name given a property enum [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UPropertyAliases.java | 26 * imported from icu4c. It contains property and property value 122 private int findProperty(int property) { 129 if(property<start) { 132 if(property<limit) { 133 return i+(property-start)*2; 142 return 0; // The property does not have named values. 181 throw new IllegalIcuArgumentException("Invalid property (value) name choice"); 193 return null; // no name (Property[Value]Aliases.txt has "n/a") 238 * Returns a property name given a property enum [all...] |
/external/clang/test/SemaObjC/ |
property-deprecated-warning.m | 9 @property(nonatomic,assign) id ptarget __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{property 'ptarget' is declared deprecated here}} expected-note {{'ptarget' has been explicitly marked deprecated here}} 12 // expected-note@+2 {{property 'partialPtarget' is declared partial here}} expected-note@+2 {{'partialPtarget' has been explicitly marked partial here}} 14 @property(nonatomic,assign) id partialPtarget __attribute__((availability(ios,introduced=5.0))); 24 @property(nonatomic,assign) id target __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{property 'target' is declared deprecated here}} expected-note {{'setTarget:' has been explicitly marked deprecated here}} 27 // expected-note@+2 {{property 'partialTarget' is declared partial here}} expected-note@+2 {{'setPartialTarget:' has been explicitly marked partial here}} 29 @property(nonatomic,assign) id partialTarget __attribute__((availability(ios,introduced=5.0))); 38 @property(nonatomic,assign) id dep_target __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note 2 {{'dep_target' has been explicitly marked deprecated here}} \ 39 // expected-note 4 {{property 'dep_target' is declared deprecated here}} [all...] |
/external/guice/ |
common.xml | 5 <property file="build.properties"/> 9 <property name="version" value="snapshot"/> 10 <property name="api.version" value="1.4"/> 27 <dirname property="common.basedir" file="${ant.file.common}"/> 31 <fail unless="module" message="Missing 'module' property (use the primary package name in this jar)"/> 32 <property name="imports" value=""/> 34 <property name="Bundle-Name" value="${ant.project.name}"/> 35 <property name="Bundle-SymbolicName" value="${module}"/> 36 <property name="Bundle-Version" value="${replace;${version};^[^0-9];0.0.0.$0}"/> 38 <property name="Bundle-Description" value="Guice is a lightweight dependency injection framework for Java 6 (…) [all...] |
/docs/source.android.com/en/devices/automotive/ |
properties.html | 26 contains property metadata (for example, whether the property is an int and 28 (read, write, subscribe) a property, which is an abstraction for a specific 40 <br>Read the current value of the property. For zoned property, each zone may 43 <br>Write a value to property. Result of write is defined per property.</li> 47 <li>Start monitoring a property value change. For zoned property, subscription 50 <li>Vehicle HAL should call separate callback when the property's value change [all...] |
/external/clang/test/Index/ |
comment-objc-decls.m | 25 * \brief PropertyMyProto - This is protocol's property. 27 @property (copy, nonnull) id PropertyMyProto; 35 // CHECK: <Declaration>@optional\n@property(readwrite, copy, atomic, nonnull) id PropertyMyProto;</Declaration> 72 * \brief PropertyMyClass - This is class's property. 74 @property (copy) id PropertyMyClass; 80 // CHECK: <Declaration>@property(readwrite, copy, atomic) id PropertyMyClass;</Declaration 107 * \brief PropertyMyClassCategory - This is class's private property. 109 @property (copy) id PropertyMyClassCategory; 113 // CHECK: <Declaration>@property(readwrite, copy, atomic) id PropertyMyClassCategory;</Declaration> 156 * \brief property gette [all...] |
/external/libbrillo/brillo/dbus/ |
dbus_property.h | 9 #include <dbus/property.h> 14 // Re-implementation of dbus::Property<T> that can handle any type supported by 16 // This class is pretty much a copy of dbus::Property<T> from dbus/property.h 20 class Property : public dbus::PropertyBase { 22 Property() = default; 39 // Requests that the remote object change the property value to |value|, 69 // to replace the property value with the set value without using a 77 // value of a property. 84 // Current cached value of the property [all...] |
/hardware/interfaces/automotive/vehicle/2.0/ |
IVehicle.hal | 23 * Returns a list of all property configurations supported by this vehicle 29 * Returns a list of property configurations for given properties. 32 * StatusCode::INVALID_ARG, otherwise a list of vehicle property 39 * Get a vehicle property value. 57 * Set a vehicle property value. 63 * For a property with separate power control this call must return 64 * StatusCode::NOT_AVAILABLE error if property is not powered on. 69 * Subscribes to property events. 76 * information such as property Id, area Id, sample rate, etc. 82 * Unsubscribes from property events [all...] |
/prebuilts/jdk/jdk8/darwin-x86/jre/lib/management/ |
management.properties | 16 # by the following property on the Java command line: 56 # If the system property -Dcom.sun.management.snmp.port=<port-number> 63 # Later changes to the above system property (e.g. via setProperty method), this 74 # Default for this property is 162. 88 # Default for this property is "localhost". 90 # The format of the value for that property is any string accepted 101 # Default for this property is true. (Case for true/false ignored) 102 # If this property is specified as false then the ACL file 115 # If the property "com.sun.management.snmp.acl" is set to false, 116 # then this property and the ACL file are ignored [all...] |
/prebuilts/jdk/jdk8/linux-x86/jre/lib/management/ |
management.properties | 16 # by the following property on the Java command line: 56 # If the system property -Dcom.sun.management.snmp.port=<port-number> 63 # Later changes to the above system property (e.g. via setProperty method), this 74 # Default for this property is 162. 88 # Default for this property is "localhost". 90 # The format of the value for that property is any string accepted 101 # Default for this property is true. (Case for true/false ignored) 102 # If this property is specified as false then the ACL file 115 # If the property "com.sun.management.snmp.acl" is set to false, 116 # then this property and the ACL file are ignored [all...] |
/system/core/base/include/android-base/ |
properties.h | 33 // Returns the current value of the system property `key`, 34 // or `default_value` if the property is empty or doesn't exist. 37 // Returns true if the system property `key` has the value "1", "y", "yes", "on", or "true", 41 // Returns the signed integer corresponding to the system property `key`. 42 // If the property is empty, doesn't exist, doesn't have an integer value, or is outside 49 // Returns the unsigned integer corresponding to the system property `key`. 50 // If the property is empty, doesn't exist, doesn't have an integer value, or is outside 56 // Sets the system property `key` to `value`. 57 // Note that system property setting is inherently asynchronous so a return value of `true` 62 // Waits for the system property `key` to have the value `expected_value` [all...] |
/external/v8/src/ast/ |
ast.cc | 22 #include "src/property-details.h" 23 #include "src/property.h" 250 Property* property = expr->AsProperty(); local 251 LhsKind assign_type = Property::GetAssignType(property); 413 ClassLiteral::Property* property = properties()->at(i); local 414 Expression* value = property->value(); 416 property->SetSlot(spec->AddStoreICSlot(language_mode)) 445 ObjectLiteral::Property* property = properties()->at(property_index); local 489 ObjectLiteral::Property* property = properties()->at(property_index); local 512 ObjectLiteral::Property* property = properties()->at(i); local 550 ObjectLiteral::Property* property = properties()->at(i); local 617 ObjectLiteral::Property* property = properties()->at(i); local 642 ObjectLiteral::Property* property = properties()->at(i); local [all...] |
/external/pdfium/xfa/fxfa/parser/ |
cscript_eventpseudomodel.cpp | 57 void CScript_EventPseudoModel::Property(CFXJSE_Value* pValue, 126 Property(pValue, XFA_Event::Change, bSetting); 131 Property(pValue, XFA_Event::CommitKey, bSetting); 136 Property(pValue, XFA_Event::FullText, bSetting); 141 Property(pValue, XFA_Event::Keydown, bSetting); 146 Property(pValue, XFA_Event::Modifier, bSetting); 151 Property(pValue, XFA_Event::NewContentType, bSetting); 156 Property(pValue, XFA_Event::NewText, bSetting); 161 Property(pValue, XFA_Event::PreviousContentType, bSetting); 166 Property(pValue, XFA_Event::PreviousText, bSetting) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/ |
all.antlr3.runtime.net.build | 4 <property name="base.dir" value="${path::get-full-path( project::get-base-directory() )}" /> 5 <property name="sharedlibrary.dir" value="${base.dir}/Libraries" /> 6 <property name="tools.dir" value="${base.dir}/Tools" /> 7 <property name="tempdir" value="tempdir" /> 9 <property name="version" value="3.1b1" /> 46 <property name="debug" value="false"/> 217 <property name="base.dir" value="." /> 218 <property name="doc.dir" value="${base.dir}/docs" /> 219 <property name="tempBin.dir" value="${doc.dir}/bin"/> 220 <property name="outputDocs.file" value="Antlr3.Runtime"/ [all...] |
/frameworks/base/core/java/android/animation/ |
PropertyValuesHolder.java | 25 import android.util.Property; 33 * This class holds information about a property and the values that that property 41 * The name of the property associated with the values. This need not be a real property, 50 protected Property mProperty; 54 * PropertyValuesHolder, since it holds all of the per-property information. This 55 * property is automatically 62 * PropertyValuesHolder, since it holds all of the per-property information. This 63 * property is automaticall [all...] |
/external/clang/test/Analysis/ |
objc_invalidation.m | 72 SomeInvalidationImplementingObject *_Ivar3; // no property, call -description 73 SomeInvalidationImplementingObject *_Ivar4; // no property, provide as argument to NSLog() 75 SomeInvalidationImplementingObject *_Prop1; // partially implemented property, set to 0 with dot syntax 77 SomeInvalidationImplementingObject *_propIvar; // property with custom named ivar, set to 0 via setter 80 SomeInvalidationImplementingObject *_Prop3; // property, invalidate via sending a message to a getter method 81 SomeInvalidationImplementingObject *_Prop4; // property with @synthesize, invalidate via property 82 SomeInvalidationImplementingObject *_Prop5; // property with @synthesize, invalidate via getter method 97 @property (assign) SomeInvalidationImplementingObject* Prop0; 98 @property (nonatomic, assign) SomeInvalidationImplementingObject* Prop1 [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/ |
libfdt.h | 62 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */
64 /* FDT_ERR_EXISTS: Attemped to create a node or property which
368 * fdt_first_property_offset - find the offset of a node's first property
372 * fdt_first_property_offset() finds the first property of the node at
376 * structure block offset of the property (>=0), on success
390 * @offset: structure block offset of a property
392 * fdt_next_property_offset() finds the property immediately after the
393 * one at the given structure block offset. This will be a property
394 * of the same node as the given property.
397 * structure block offset of the next property (>=0), on success [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckLib/ |
VarCheckLib.c | 122 Variable property get with wildcard name.
128 @return Pointer to variable property.
164 Variable property get function.
170 @return Pointer to the property of variable specified by the Name and Guid.
469 Variable property set.
473 @param[in] VariableProperty Pointer to the input variable property.
475 @retval EFI_SUCCESS The property of variable specified by the Name and Guid was set successfully.
480 @retval EFI_OUT_OF_RESOURCES There is not enough resource for the variable property set request.
494 VAR_CHECK_VARIABLE_PROPERTY *Property;
515 // Get the pointer of property data for set. [all...] |