/external/kernel-headers/original/uapi/mtd/ |
ubi-user.h | 130 * Set an UBI volume property 133 * To set an UBI volume property the %UBI_IOCSETPROP ioctl command should be 135 * passed. The object describes which property should be set, and to which value 201 /* Set an UBI volume property */ 227 * UBI set volume property ioctl constants. 426 * property. 427 * @property: property to set (%UBI_VOL_PROP_DIRECT_WRITE) 432 __u8 property; member in struct:ubi_set_vol_prop_req
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
SoapObject.java | 113 * Checks if a given property and index are the same as in this 159 * Get the toString value of the property. 170 * Get the property with the given name 173 * if the property does not exist 180 throw new RuntimeException("illegal property: " + name); 185 * Get the toString value of the property. 196 throw new RuntimeException("illegal property: " + name); 201 * Knows whether the given property exists 212 * Get a property without chance of throwing an exception 214 * @return the property if it exists; if not, {@link NullSoapObject} i 281 Object property = getProperty(i.intValue()); local [all...] |
/external/strace/linux/ |
ubi-user.h | 130 * Set an UBI volume property 133 * To set an UBI volume property the %UBI_IOCSETPROP ioctl command should be 135 * passed. The object describes which property should be set, and to which value 188 /* Set an UBI volume property */ 210 * UBI set volume property ioctl constants. 409 * property. 410 * @property: property to set (%UBI_VOL_PROP_DIRECT_WRITE) 415 __u8 property; member in struct:ubi_set_vol_prop_req
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.c | 48 /* An error getting a property fails the request entirely */ 172 "Property is write-only"); 183 "Failed to read property"); 206 "Property is read-only"); 210 /* Skip the interface name and the property name */ 214 /* Iter will now point to the property's new value */ 222 "Failed to set property"); 236 char *property; local 242 /* Second argument: property name (DBUS_TYPE_STRING) */ 248 dbus_message_iter_get_basic(iter, &property); [all...] |
/frameworks/base/libs/hwui/ |
Properties.cpp | 90 char property[PROPERTY_VALUE_MAX]; local 96 if (property_get(PROPERTY_DEBUG_OVERDRAW, property, nullptr) > 0) { 97 INIT_LOGD(" Overdraw debug enabled: %s", property); 98 if (!strcmp(property, "show")) { 101 } else if (!strcmp(property, "show_deuteranomaly")) { 108 if (property_get(PROPERTY_DEBUG_STENCIL_CLIP, property, nullptr) > 0) { 109 INIT_LOGD(" Stencil clip debug enabled: %s", property); 110 if (!strcmp(property, "hide")) { 112 } else if (!strcmp(property, "highlight")) { 114 } else if (!strcmp(property, "region")) [all...] |
/frameworks/base/media/java/android/mtp/ |
MtpPropertyGroup.java | 35 private class Property { 36 // MTP property code 43 Property(int code, int type, int column) { 56 private final Property[] mProperties; 66 // constructs a property group for a list of properties 78 mProperties = new Property[count]; 89 private Property createProperty(int code, ArrayList<String> columns) { 186 Log.e(TAG, "unsupported property " + code); 192 return new Property(code, type, columns.size() - 1); 194 return new Property(code, type, -1) 355 Property property = mProperties[propertyIndex]; local [all...] |
/frameworks/native/include/input/ |
KeyCharacterMap.h | 195 struct Property { 196 inline Property(int32_t property = 0, int32_t metaState = 0) : 197 property(property), metaState(metaState) { } 199 int32_t property; member in struct:android::KeyCharacterMap::Parser::Property
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParserImpl_V30.java | 158 protected void handleParamWithoutName(VCardProperty property, final String paramValue) { 159 handleType(property, paramValue); 175 protected void handleType(VCardProperty property, final String paramValue) { 176 splitAndPutParam(property, VCardConstants.PARAM_TYPE, paramValue); 191 private void splitAndPutParam(VCardProperty property, String paramName, String paramValue) { 208 property.addParameter(paramName, encodeParamValue(builder.toString())); 216 Log.w(LOG_TAG, "Unexpected Dquote inside property."); 221 property.addParameter(paramName, encodeParamValue(builder.toString())); 231 property.addParameter(paramName, encodeParamValue(builder.toString())); 253 property.addParameter(paramName, encodeParamValue(builder.toString())) [all...] |
/hardware/qcom/display/msm8084/libgralloc/ |
alloc_controller.cpp | 142 char property[PROPERTY_VALUE_MAX]; local 143 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 144 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 145 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
framebuffer.cpp | 126 char property[PROPERTY_VALUE_MAX]; local 182 if (property_get("debug.sf.hw", property, NULL) > 0 && 183 atoi(property) == 0) 185 else if(property_get("debug.composition.type", property, NULL) > 0 && 186 (strncmp(property, "mdp", 3) == 0)) 216 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { 217 int num = atoi(property); 353 char property[PROPERTY_VALUE_MAX]; local 354 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 355 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/hardware/qcom/display/msm8084/libqdutils/ |
mdp_version.cpp | 227 char property[PROPERTY_VALUE_MAX]; local 230 if((property_get("persist.hwc.macro_tile_enable", property, NULL) > 0) && 231 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 232 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
/hardware/qcom/display/msm8226/libgralloc/ |
alloc_controller.cpp | 140 char property[PROPERTY_VALUE_MAX]; local 141 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 142 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 143 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
framebuffer.cpp | 127 char property[PROPERTY_VALUE_MAX]; local 183 if (property_get("debug.sf.hw", property, NULL) > 0 && 184 atoi(property) == 0) 186 else if(property_get("debug.composition.type", property, NULL) > 0 && 187 (strncmp(property, "mdp", 3) == 0)) 217 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { 218 int num = atoi(property); 354 char property[PROPERTY_VALUE_MAX]; local 355 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 356 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/hardware/qcom/display/msm8226/libqdutils/ |
mdp_version.cpp | 233 char property[PROPERTY_VALUE_MAX]; local 236 if((property_get("persist.hwc.macro_tile_enable", property, NULL) > 0) && 237 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 238 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
/hardware/qcom/display/msm8909/libgralloc/ |
alloc_controller.cpp | 148 char property[PROPERTY_VALUE_MAX]; local 149 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 150 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 151 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
framebuffer.cpp | 124 char property[PROPERTY_VALUE_MAX]; local 178 if (property_get("debug.sf.hw", property, NULL) > 0 && 179 atoi(property) == 0) 181 else if(property_get("debug.composition.type", property, NULL) > 0 && 182 (strncmp(property, "mdp", 3) == 0)) 212 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { 213 int num = atoi(property); 368 char property[PROPERTY_VALUE_MAX]; local 369 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 370 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/hardware/qcom/display/msm8909/libqdutils/ |
mdp_version.cpp | 186 char property[PROPERTY_VALUE_MAX]; local 244 if((property_get("persist.hwc.pubypass", property, 0) > 0) && 245 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 246 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { 248 ALOGI("PartialUpdate disabled by property"); 267 char property[PROPERTY_VALUE_MAX]; local 270 if((property_get("persist.hwc.macro_tile_enable", property, NULL) > 0) && 271 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 272 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
/hardware/qcom/display/msm8960/libgralloc/ |
framebuffer.cpp | 123 char property[PROPERTY_VALUE_MAX]; local 175 if (property_get("debug.sf.hw", property, NULL) > 0 && 176 atoi(property) == 0) 178 else if(property_get("debug.composition.type", property, NULL) > 0 && 179 (strncmp(property, "mdp", 3) == 0)) 209 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { 210 int num = atoi(property);
|
/hardware/qcom/display/msm8994/libgralloc/ |
alloc_controller.cpp | 273 char property[PROPERTY_VALUE_MAX]; local 274 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 275 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 276 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
framebuffer.cpp | 132 char property[PROPERTY_VALUE_MAX]; local 186 if (property_get("debug.sf.hw", property, NULL) > 0 && 187 atoi(property) == 0) 189 else if(property_get("debug.composition.type", property, NULL) > 0 && 190 (strncmp(property, "mdp", 3) == 0)) 220 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { 221 int num = atoi(property); 376 char property[PROPERTY_VALUE_MAX]; local 377 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 378 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/hardware/qcom/display/msm8994/libqdutils/ |
mdp_version.cpp | 194 char property[PROPERTY_VALUE_MAX]; local 252 if((property_get("persist.hwc.pubypass", property, 0) > 0) && 253 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 254 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) { 256 ALOGI("PartialUpdate disabled by property"); 276 char property[PROPERTY_VALUE_MAX]; local 279 if((property_get("persist.hwc.macro_tile_enable", property, NULL) > 0) && 280 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 281 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
/hardware/qcom/display/msm8996/libgralloc/ |
framebuffer.cpp | 124 char property[PROPERTY_VALUE_MAX]; local 178 if (property_get("debug.sf.hw", property, NULL) > 0 && 179 atoi(property) == 0) 181 else if(property_get("debug.composition.type", property, NULL) > 0 && 182 (strncmp(property, "mdp", 3) == 0)) 212 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { 213 int num = atoi(property); 368 char property[PROPERTY_VALUE_MAX]; local 369 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 370 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/libcore/ojluni/src/main/java/java/beans/ |
PropertyChangeSupport.java | 41 * or for a property specified by name. 151 * If some listeners have been added with a named property, then 167 * // with the property named "foo" 183 * Add a PropertyChangeListener for a specific property. The listener 185 * specific property. 187 * property, the listener will be invoked the number of times it was added 188 * for that property. 192 * @param propertyName The name of the property to listen on. 208 * Remove a PropertyChangeListener for a specific property. 210 * source for the specified property, it will be notified one less tim 429 String property = entry.getKey(); local [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
DisabledAlgorithmConstraints.java | 47 * Algorithm constraints for disabled algorithms property 54 // the known security property, jdk.certpath.disabledAlgorithms 58 // the known security property, jdk.tls.disabledAlgorithms 71 * Initialize algorithm constraints with the specified security property. 73 * @param propertyName the security property name that define the disabled 264 // Get disabled algorithm constraints from the specified security property. 268 String property = AccessController.doPrivileged( local 277 if (property != null && !property.isEmpty()) { 279 // remove double quote marks from beginning/end of the property [all...] |
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
ICalendarTest.java | 15 ICalendar.Property prop = new ICalendar.Property("prop1", "value1"); 40 // properties should be listed in insertion order, by property name. 41 component.addProperty(new ICalendar.Property("prop2", "value3")); 42 component.addProperty(new ICalendar.Property("prop1", "value1")); 43 component.addProperty(new ICalendar.Property("prop1", "value2")); 60 child.addProperty(new ICalendar.Property("prop2", "value2")); 62 parent.addProperty(new ICalendar.Property("prop1", "value1")); 63 parent.addProperty(new ICalendar.Property("prop1", "value12")); 80 ICalendar.Property prop1 = component.getFirstProperty("PROP1") 98 ICalendar.Property property = component.getFirstProperty("DTSTART"); local [all...] |