/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParserImpl_V21.java | 165 * @return true when a given property name is a valid property name. 172 Log.w(LOG_TAG, "Property name unsupported by vCard 2.1: " + propertyName); 331 private void parseItemInter(VCardProperty property, String propertyNameUpper) 333 String propertyRawValue = property.getRawValue(); 335 handleAgent(property); 342 handlePropertyValue(property, propertyNameUpper); 344 throw new VCardException("Unknown property name: \"" + propertyNameUpper + "\""); 358 // For performance reason, the states for group and property name are merged into one. 381 if (ch == ':') { // End of a property name [all...] |
/hardware/libhardware/tests/input/evdev/ |
InputMocks.h | 61 virtual bool hasInputProperty(int32_t property) const override { 62 return mInputProperties.count(property); 80 void addInputProperty(int32_t property) { mInputProperties.insert(property); }
|
/hardware/qcom/display/msm8084/libexternal/ |
external.h | 58 void setSPDInfo(const char* node, const char* property);
|
/hardware/qcom/display/msm8226/libexternal/ |
external.h | 58 void setSPDInfo(const char* node, const char* property);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_uevents.cpp | 74 char property[PROPERTY_VALUE_MAX]; local 75 if((property_get("persist.sys.wfd.virtual", property, NULL) > 0) && 76 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 77 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
/hardware/qcom/display/msm8994/liboverlay/ |
overlayRotator.cpp | 33 char property[PROPERTY_VALUE_MAX]; local 35 if((property_get("debug.rotcache.disable", property, NULL) > 0) && 36 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 37 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/ |
PropertyInfo.java | 17 package com.google.android.car.kitchensink.property;
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
VmsPublisherClientServiceTest.java | 62 // Used to block until the HAL property is updated in HalHandler.onPropertySet. 153 public synchronized void onPropertySubscribe(int property, float sampleRate) { 154 Log.d(TAG, "onPropertySubscribe property " + property + " sampleRate " + sampleRate); 158 public synchronized void onPropertyUnsubscribe(int property) { 159 Log.d(TAG, "onPropertyUnSubscribe property " + property);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_doctest2.py | 80 x = property(getx, setx, doc="""\
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_doctest2.py | 80 x = property(getx, setx, doc="""\
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_doctest2.py | 80 x = property(getx, setx, doc="""\
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
initsid.py | 44 @property
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_doctest2.py | 80 x = property(getx, setx, doc="""\
|
/system/bt/btif/src/ |
btif_core.cc | 91 * context in the downstream path for the adapter and remote_device property 424 // fire HAL callback for property change 618 * btif api adapter property functions 638 // Add BT_PROPERTY_BDADDR property into list only when successful. 639 // Otherwise, skip this property entry. 859 * both the adapter and remote_device property API 910 * Description Fetches property value from local cache 938 * Description Updates core stack with property value and stores it in 945 bt_status_t btif_set_adapter_property(const bt_property_t* property) { 953 property->type, property->len, property->val) [all...] |
/system/bt/service/ipc/dbus/ |
bluetooth_adapter.h | 26 #include <dbus/property.h>
|
/external/autotest/client/bin/result_tools/ |
result_info.py | 303 @property 311 @property 317 @property 323 @property 329 @property 340 @property 348 '`size` property does not support directory. Try to use ' 349 '`original_size` property instead.') 352 @property 370 @property [all...] |
/external/autotest/client/cros/ |
dhcp_handling_rule.py | 75 @property 79 @property 87 @property 94 @property 101 @property 117 @property 137 @property 151 @property 166 @property 174 @property [all...] |
/external/tensorflow/tensorflow/python/debug/lib/ |
debug_graphs.py | 434 @property 438 @property 443 @property 449 @property 453 @property 457 @property 461 @property 465 @property 469 @property 473 @property [all...] |
/hardware/qcom/display/msm8084/libgralloc/ |
framebuffer.cpp | 128 char property[PROPERTY_VALUE_MAX]; local 184 if (property_get("debug.sf.hw", property, NULL) > 0 && 185 atoi(property) == 0) 187 else if(property_get("debug.composition.type", property, NULL) > 0 && 188 (strncmp(property, "mdp", 3) == 0)) 218 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { 219 int num = atoi(property); 355 char property[PROPERTY_VALUE_MAX]; local 356 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 357 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/hardware/qcom/display/msm8226/libgralloc/ |
framebuffer.cpp | 129 char property[PROPERTY_VALUE_MAX]; local 185 if (property_get("debug.sf.hw", property, NULL) > 0 && 186 atoi(property) == 0) 188 else if(property_get("debug.composition.type", property, NULL) > 0 && 189 (strncmp(property, "mdp", 3) == 0)) 219 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { 220 int num = atoi(property); 356 char property[PROPERTY_VALUE_MAX]; local 357 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 358 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/hardware/qcom/display/msm8909/libgralloc/ |
framebuffer.cpp | 128 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); 372 char property[PROPERTY_VALUE_MAX]; local 373 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 374 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
framebuffer.cpp | 128 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); 372 char property[PROPERTY_VALUE_MAX]; local 373 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 374 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/hardware/qcom/display/msm8994/libgralloc/ |
framebuffer.cpp | 134 char property[PROPERTY_VALUE_MAX]; local 188 if (property_get("debug.sf.hw", property, NULL) > 0 && 189 atoi(property) == 0) 191 else if(property_get("debug.composition.type", property, NULL) > 0 && 192 (strncmp(property, "mdp", 3) == 0)) 222 if (property_get("debug.gr.numframebuffers", property, NULL) > 0) { 223 int num = atoi(property); 378 char property[PROPERTY_VALUE_MAX]; local 379 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 380 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/hardware/qcom/display/msm8996/libgralloc/ |
framebuffer.cpp | 121 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); 365 char property[PROPERTY_VALUE_MAX]; local 366 if((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && 367 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) | [all...] |
/cts/tests/tests/selinux/common/src/android/security/ |
SELinuxTargetSdkTestBase.java | 31 protected static String getProperty(String property) 33 Process process = new ProcessBuilder("getprop", property).start();
|