/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
IPropertyExceptionHandler.java | 11 package org.eclipse.wb.internal.core.model.property.table; 13 import org.eclipse.wb.internal.core.model.property.Property; 14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor; 18 * {@link Property} modifications using {@link PropertyEditor}'s. 21 * @coverage core.model.property.table
|
/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); 67 private void assertTypeAndZone(CarPropertyConfig property) { 68 switch (property.getPropertyId()) { 70 checkTypeAndGlobal(Boolean.class, true, property); 74 checkTypeAndGlobal(Integer.class, true, property); 75 checkIntMinMax(property); 78 checkTypeAndGlobal(Float.class, true, property); [all...] |
/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;
|
/hardware/qcom/display/msm8084/libqdutils/ |
comptype.h | 63 char property[PROPERTY_VALUE_MAX]; local 65 if (property_get("debug.composition.type", property, "gpu") > 0) { 66 if ((strncmp(property, "mdp", 3)) == 0) { 68 } else if ((strncmp(property, "c2d", 3)) == 0) { 70 } else if ((strncmp(property, "dyn", 3)) == 0) {
|
/hardware/qcom/display/msm8226/libqdutils/ |
comptype.h | 63 char property[PROPERTY_VALUE_MAX]; local 65 if (property_get("debug.composition.type", property, "gpu") > 0) { 66 if ((strncmp(property, "mdp", 3)) == 0) { 68 } else if ((strncmp(property, "c2d", 3)) == 0) { 70 } else if ((strncmp(property, "dyn", 3)) == 0) {
|
/hardware/qcom/display/msm8909/libqdutils/ |
comptype.h | 63 char property[PROPERTY_VALUE_MAX]; local 65 if (property_get("debug.composition.type", property, "gpu") > 0) { 66 if ((strncmp(property, "mdp", 3)) == 0) { 68 } else if ((strncmp(property, "c2d", 3)) == 0) { 70 } else if ((strncmp(property, "dyn", 3)) == 0) {
|
/hardware/qcom/display/msm8960/libqdutils/ |
comptype.h | 63 char property[PROPERTY_VALUE_MAX]; local 65 if (property_get("debug.composition.type", property, "gpu") > 0) { 66 if ((strncmp(property, "mdp", 3)) == 0) { 68 } else if ((strncmp(property, "c2d", 3)) == 0) { 70 } else if ((strncmp(property, "dyn", 3)) == 0) {
|
/hardware/qcom/display/msm8994/libqdutils/ |
comptype.h | 63 char property[PROPERTY_VALUE_MAX]; local 65 if (property_get("debug.composition.type", property, "gpu") > 0) { 66 if ((strncmp(property, "mdp", 3)) == 0) { 68 } else if ((strncmp(property, "c2d", 3)) == 0) { 70 } else if ((strncmp(property, "dyn", 3)) == 0) {
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
DoubleObjectPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 15 import org.eclipse.wb.internal.core.model.property.Property; 24 * @coverage core.model.property.editor 43 public String getText(Property property) throws Exception { 44 Object value = property.getValue(); 60 protected String getEditorText(Property property) throws Exception { 61 return getText(property); [all...] |
IntegerObjectPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 15 import org.eclipse.wb.internal.core.model.property.Property; 24 * @coverage core.model.property.editor 43 public String getText(Property property) throws Exception { 44 Object value = property.getValue(); 60 protected String getEditorText(Property property) throws Exception { 61 return getText(property); [all...] |
LongObjectPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 15 import org.eclipse.wb.internal.core.model.property.Property; 24 * @coverage core.model.property.editor 43 public String getText(Property property) throws Exception { 44 Object value = property.getValue(); 60 protected String getEditorText(Property property) throws Exception { 61 return getText(property); [all...] |
ShortObjectPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 15 import org.eclipse.wb.internal.core.model.property.Property; 24 * @coverage core.model.property.editor 43 public String getText(Property property) throws Exception { 44 Object value = property.getValue(); 60 protected String getEditorText(Property property) throws Exception { 61 return getText(property); [all...] |
CharacterPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 15 import org.eclipse.wb.internal.core.model.property.Property; 24 * @coverage core.model.property.editor 43 public String getText(Property property) throws Exception { 44 Object value = property.getValue(); 57 protected String getEditorText(Property property) throws Exception { 58 return getText(property); [all...] |
DoublePropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 15 import org.eclipse.wb.internal.core.model.property.Property; 24 * @coverage core.model.property.editor 43 public String getText(Property property) throws Exception { 44 Object value = property.getValue(); 58 protected String getEditorText(Property property) throws Exception { 59 return getText(property); [all...] |
FloatPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 15 import org.eclipse.wb.internal.core.model.property.Property; 24 * @coverage core.model.property.editor 43 public String getText(Property property) throws Exception { 44 Object value = property.getValue(); 57 protected String getEditorText(Property property) throws Exception { 58 return getText(property); [all...] |
IntegerPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 15 import org.eclipse.wb.internal.core.model.property.Property; 24 * @coverage core.model.property.editor 43 public String getText(Property property) throws Exception { 44 Object value = property.getValue(); 57 protected String getEditorText(Property property) throws Exception { 58 return getText(property); [all...] |
LongPropertyEditor.java | 11 package org.eclipse.wb.internal.core.model.property.editor; 15 import org.eclipse.wb.internal.core.model.property.Property; 24 * @coverage core.model.property.editor 43 public String getText(Property property) throws Exception { 44 Object value = property.getValue(); 57 protected String getEditorText(Property property) throws Exception { 58 return getText(property); [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
AbstractAlgorithmConstraints.java | 46 // Get algorithm constraints from the specified security property. 48 String property = AccessController.doPrivileged( local 58 if (property != null && !property.isEmpty()) { 59 // remove double quote marks from beginning/end of the property 60 if (property.length() >= 2 && property.charAt(0) == '"' && 61 property.charAt(property.length() - 1) == '"') { 62 property = property.substring(1, property.length() - 1) [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
VCardEntryTests.java | 113 VCardProperty property = new VCardProperty(); local 114 property.setName(VCardConstants.PROPERTY_N); 115 property.setValues("test1"); 116 entryConstructor.onPropertyCreated(property); 119 property = new VCardProperty(); 120 property.setName(VCardConstants.PROPERTY_N); 121 property.setValues("test2"); 122 entryConstructor.onPropertyCreated(property); 125 property = new VCardProperty(); 126 property.setName(VCardConstants.PROPERTY_TEL) 206 VCardProperty property = new VCardProperty(); local 317 VCardProperty property = new VCardProperty(); local 340 VCardProperty property = new VCardProperty(); local [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/ |
PropertyListIntersector.java | 11 package org.eclipse.wb.internal.core.editor.structure.property;
15 import org.eclipse.wb.internal.core.model.property.Property;
16 import org.eclipse.wb.internal.core.model.property.PropertyManager;
22 * Helper for computing intersection of {@link Property} arrays.
38 public void intersect(Property[] properties) {
42 Property property = properties[i];
local 43 m_intersection.add(new PropertyGroup(property));
56 * @return the array of matched composite {@link Property}'s. [all...] |
/system/bt/btcore/test/ |
property_test.cc | 23 #include "btcore/include/property.h" 29 bt_property_t* property = property_new_addr(&addr0); local 31 EXPECT_EQ(addr0.address[0], ((uint8_t*)property->val)[0]); 32 EXPECT_EQ(addr0.address[1], ((uint8_t*)property->val)[1]); 33 EXPECT_EQ(addr0.address[2], ((uint8_t*)property->val)[2]); 34 EXPECT_EQ(addr0.address[3], ((uint8_t*)property->val)[3]); 35 EXPECT_EQ(addr0.address[4], ((uint8_t*)property->val)[4]); 36 EXPECT_EQ(addr0.address[5], ((uint8_t*)property->val)[5]); 37 EXPECT_EQ(BT_PROPERTY_BDADDR, property->type); 38 EXPECT_EQ((int)sizeof(bt_bdaddr_t), property->len) 48 bt_property_t* property = property_new_device_class(&dc0); local 65 bt_property_t* property = property_new_device_type(dt0); local 79 bt_property_t* property = property_new_discovery_timeout(timeout0); local 93 bt_property_t* property = property_new_name(name0); local 107 bt_property_t* property = property_new_rssi(rssi0); local 121 bt_property_t* property = property_new_scan_mode(mode0); local 138 bt_property_t* property = property_new_uuids(&uuid0, 1); local [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDFA.h | 71 @property const int *eot; 72 @property const int *eof; 73 @property const unichar *min; 74 @property const unichar *max; 75 @property const int *accept; 76 @property const int *special; 77 @property const int **transition; 79 @property (retain, getter=getRecognizer,setter=setRecognizer:) ANTLRBaseRecognizer *recognizer; 80 @property (assign, getter=getDecision,setter=setDecision:) NSInteger decisionNumber; 81 @property (assign, getter=getLen,setter=setLen:) NSInteger len [all...] |