/system/bt/btcore/include/ |
property.h | 41 // Property resource allocations. Caller is expected to free |property| 44 // stored in the property. 54 // Property resource frees both property and value. 55 void property_free(bt_property_t* property); 58 // Value check convenience methods. The contents of the property are 60 // |property| must not be NULL. 61 bool property_is_addr(const bt_property_t* property); 62 bool property_is_device_class(const bt_property_t* property); [all...] |
/device/google/wahoo/ |
init.hardware.diag.rc.user | 17 on property:ro.boot.mode=normal
|
/external/deqp/framework/platform/ios/ |
tcuIOSAppDelegate.h | 30 @property (nonatomic, retain) UIWindow *window; 31 @property (nonatomic, retain) tcuIOSViewController *viewController;
|
/external/dtc/tests/ |
overlay_bad_fixup_base.dtsi | 15 test-property;
|
overlay_overlay.dts | 18 test-int-property = <43>; 27 test-str-property = "foobar"; 31 /* Test that we add a new property */ 36 test-str-property-2 = "foobar2"; 46 new-property; 56 new-property; 82 new-sub-test-property;
|
overlay_overlay_no_fixups.dts | 15 test-int-property = <43>; 24 test-str-property = "foobar"; 28 /* Test that we add a new property */ 33 test-str-property-2 = "foobar2"; 42 new-property; 52 new-property; 70 new-sub-test-property;
|
/external/walt/ios/WALT/ |
WALTAppDelegate.h | 22 @property (nonatomic) UIWindow *window; 23 @property (readonly, nonatomic) WALTClient *client;
|
/external/clang/test/Index/ |
complete-properties.m | 9 @property int Prop0; 10 @property int Prop1; 11 @property float Prop2; 15 @property id Prop3; 16 @property id Prop4; 25 @property id Prop3; 33 @property id Prop2; 49 @property int Prop5;
|
/external/clang/test/PCH/Inputs/ |
chain-remap-types1.h | 9 @property X *prop;
|
/external/clang/test/SemaObjCXX/Inputs/ |
nullability-consistency-2.h | 12 @property (retain,nonnull) id property1; 13 @property (retain,nullable) SomeClass *property2; 16 @property (readonly, weak) SomeClass *property3; // expected-warning{{missing a nullability type specifier}} 20 @property (readonly, weak) SomeClass *property4; // expected-warning{{missing a nullability type specifier}}
|
nullability-consistency-6.h | 9 @property (readonly, weak) ClassWithWeakProperties *prop1; 10 @property (readonly, weak, null_unspecified) ClassWithWeakProperties *prop2; 14 @property (readonly, weak) ClassWithWeakProperties *prop3;
|
/external/tpm2/ |
PropertyCap_fp.h | 11 TPM_PT property, // IN: the starting TPM property 13 TPML_TAGGED_TPM_PROPERTY *propertyList // OUT: property list
|
/external/webrtc/talk/app/webrtc/objc/ |
RTCAVFoundationVideoSource+Internal.h | 34 @property(nonatomic, readonly) webrtc::AVFoundationVideoCapturer* capturer;
|
/external/webrtc/talk/app/webrtc/objc/public/ |
RTCStatsReport.h | 34 @property(nonatomic, readonly) NSString* reportId; 35 @property(nonatomic, readonly) NSString* type; 36 @property(nonatomic, readonly) CFTimeInterval timestamp; 37 @property(nonatomic, readonly) NSArray* values; // NSArray of RTCPair*.
|
/external/webrtc/webrtc/api/objc/ |
RTCMediaStreamTrack.h | 6 * tree. An additional intellectual property rights grant can be found 32 @property(nonatomic, readonly) NSString *kind; 35 @property(nonatomic, readonly) NSString *trackId; 38 @property(nonatomic) BOOL isEnabled; 41 @property(nonatomic, readonly) RTCMediaStreamTrackState readyState;
|
RTCStatsReport.h | 6 * tree. An additional intellectual property rights grant can be found 19 @property(nonatomic, readonly) CFTimeInterval timestamp; 22 @property(nonatomic, readonly) NSString *type; 25 @property(nonatomic, readonly) NSString *statsId; 28 @property(nonatomic, readonly) NSDictionary<NSString *, NSString *> *values;
|
/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;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
EnumXmlPropertyEditor.java | 23 import org.eclipse.wb.internal.core.model.property.Property; 24 import org.eclipse.wb.internal.core.model.property.editor.AbstractComboPropertyEditor; 25 import org.eclipse.wb.internal.core.model.property.editor.ITextValuePropertyEditor; 35 protected String getText(Property property) throws Exception { 36 Object value = property.getValue(); 41 } else if (value == Property.UNKNOWN_VALUE) { 48 private String[] getItems(Property property) { [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCharStreamState.h | 41 @property (assign) NSInteger index; 42 @property (assign) NSUInteger line; 43 @property (assign) NSUInteger charPositionInLine;
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/ |
GenericsBugDetector.java | 27 * Check whether the proper class Nest for Bird's property 'home' is 31 for (PropertyDescriptor property : Introspector.getBeanInfo(Bird.class) 33 if (property.getName().equals("home")) { 34 return property.getPropertyType() == Nest.class; 37 throw new RuntimeException("Bird must contain 'home' property.");
|
/external/webrtc/talk/app/webrtc/objctests/ |
RTCSessionDescriptionSyncObserver.h | 40 @property(atomic, copy) NSString *error; 42 @property(atomic, strong) RTCSessionDescription *sessionDescription; 44 @property(atomic, assign) BOOL success;
|
/frameworks/base/core/jni/android/graphics/ |
RtlProperties.h | 41 char property[PROPERTY_VALUE_MAX]; local 42 if (property_get(RTL_PROPERTY_DEBUG, property, NULL) > 0) { 43 return (RtlDebugLevel) atoi(property);
|
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
CarHvacManagerTest.java | 48 for (CarPropertyConfig property : properties) { 49 if (supportedTypes.contains(property.getPropertyType())) { 50 assertTypeAndZone(property); 52 fail("Type is not supported for " + property); 63 private void assertTypeAndZone(CarPropertyConfig property) { 64 switch (property.getPropertyId()) { 66 checkTypeAndGlobal(Boolean.class, true, property); 70 checkTypeAndGlobal(Integer.class, true, property); 71 checkIntMinMax(property); 74 checkTypeAndGlobal(Float.class, true, property); [all...] |
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/ |
CsmChar.java | 29 private final ObservableProperty property; field in class:CsmChar 31 public CsmChar(ObservableProperty property) { 32 this.property = property; 38 printer.print(property.getValueAsStringAttribute(node));
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/ |
ARDVideoCallView.h | 6 * tree. An additional intellectual property rights grant can be found 36 @property(nonatomic, readonly) UILabel *statusLabel; 37 @property(nonatomic, readonly) RTCCameraPreviewView *localVideoView; 38 @property(nonatomic, readonly) RTCEAGLVideoView *remoteVideoView; 39 @property(nonatomic, readonly) ARDStatsView *statsView; 40 @property(nonatomic, weak) id<ARDVideoCallViewDelegate> delegate;
|