/frameworks/base/core/java/android/os/ |
Build.java | 41 /** Value used for when a build property is unknown. */ [all...] |
/hardware/qcom/display/msm8909/liblight/ |
lights.c | 349 char property[PROPERTY_VALUE_MAX]; local 350 property_get("persist.extend.brightness", property, "0"); 352 if(!(strncmp(property, "1", PROPERTY_VALUE_MAX)) || 353 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) { 354 property_get("persist.display.max_brightness", property, "255"); 355 g_brightness_max = atoi(property);
|
/hardware/qcom/display/msm8909w_3100/liblight/ |
lights.c | 349 char property[PROPERTY_VALUE_MAX]; local 350 property_get("persist.extend.brightness", property, "0"); 352 if(!(strncmp(property, "1", PROPERTY_VALUE_MAX)) || 353 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) { 354 property_get("persist.display.max_brightness", property, "255"); 355 g_brightness_max = atoi(property);
|
/system/core/logd/ |
LogWhiteBlackList.cpp | 94 char property[PROPERTY_VALUE_MAX]; local 95 property_get("ro.logd.filter", property, _default); 96 filter = property; 97 property_get("persist.logd.filter", property, filter.c_str()); 99 if (strcmp(property, _default)) { 100 filter = property; 106 // See README.property for description of filter format
|
/tools/test/connectivity/acts/tests/google/power/tel/lab/temp/ |
iperf_server.py | 98 @property 104 @property 112 property is None. 119 @property 124 from a success run, this property is None. 131 @property 136 from a success run, this property is None. 143 @property 148 from a success run, this property is None. 158 @property [all...] |
/external/python/cpython2/Lib/ |
uuid.py | 210 bytes = property(get_bytes) 217 bytes_le = property(get_bytes_le) 223 fields = property(get_fields) 228 time_low = property(get_time_low) 233 time_mid = property(get_time_mid) 238 time_hi_version = property(get_time_hi_version) 243 clock_seq_hi_variant = property(get_clock_seq_hi_variant) 248 clock_seq_low = property(get_clock_seq_low) 254 time = property(get_time) 260 clock_seq = property(get_clock_seq [all...] |
/external/python/cpython3/Lib/ |
uuid.py | 231 @property 235 @property 241 @property 246 @property 250 @property 254 @property 258 @property 262 @property 266 @property 271 @property [all...] |
/external/protobuf/objectivec/ |
GPBDictionary.h | 49 @property(nonatomic, readonly) NSUInteger count; 84 @property(nonatomic, readonly) NSUInteger count; 119 @property(nonatomic, readonly) NSUInteger count; 154 @property(nonatomic, readonly) NSUInteger count; 189 @property(nonatomic, readonly) NSUInteger count; 224 @property(nonatomic, readonly) NSUInteger count; 259 @property(nonatomic, readonly) NSUInteger count; 294 @property(nonatomic, readonly) NSUInteger count; 295 @property(nonatomic, readonly) GPBEnumValidationFunc validationFunc; 360 @property(nonatomic, readonly) NSUInteger count [all...] |
GPBArray.h | 49 @property(nonatomic, readonly) NSUInteger count; 89 @property(nonatomic, readonly) NSUInteger count; 129 @property(nonatomic, readonly) NSUInteger count; 169 @property(nonatomic, readonly) NSUInteger count; 209 @property(nonatomic, readonly) NSUInteger count; 249 @property(nonatomic, readonly) NSUInteger count; 289 @property(nonatomic, readonly) NSUInteger count; 329 @property(nonatomic, readonly) NSUInteger count; 330 @property(nonatomic, readonly) GPBEnumValidationFunc validationFunc; 426 //%@property(nonatomic, readonly) NSUInteger count [all...] |
/external/dtc/ |
checks.c | 166 struct property *prop; 174 FAIL(c, dti, "\"%s\" property in %s is not a string", 185 struct property *prop; 193 FAIL(c, dti, "\"%s\" property in %s is not a single cell", 223 struct property *prop, *prop2; 230 FAIL(c, dti, "Duplicate property name %s in %s", 278 struct property *prop = get_property(node, "reg"); 288 FAIL(c, dti, "Node %s has a reg or ranges property, but no unit name", 292 FAIL(c, dti, "Node %s has a unit name, but no reg property", 301 struct property *prop [all...] |
/frameworks/av/media/mtp/ |
MtpDevice.cpp | 263 MtpProperty* property = getDevicePropDesc(propCode); local 264 if (property) 265 mDeviceProperties.push_back(property); 290 MtpProperty* property = getDevicePropDesc(propCode); local 291 if (property) { 292 property->print(); 293 delete property; 308 MtpProperty* property = getObjectPropDesc(prop, format); local 309 if (property) { 310 property->print() 602 MtpProperty* property = new MtpProperty; local 623 MtpProperty* property = new MtpProperty; local [all...] |
MtpServer.cpp | 272 void MtpServer::sendDevicePropertyChanged(MtpDeviceProperty property) { 273 ALOGV("sendDevicePropertyChanged %d\n", property); 274 sendEvent(MTP_EVENT_DEVICE_PROP_CHANGED, property); 654 MtpObjectProperty property = mRequest.getParameter(2); local 656 MtpDebug::getObjectPropCodeName(property)); 658 return mDatabase->getObjectPropertyValue(handle, property, mData); 667 MtpObjectProperty property = mRequest.getParameter(2); local 669 MtpDebug::getObjectPropCodeName(property)); 671 return mDatabase->setObjectPropertyValue(handle, property, mData); 677 MtpDeviceProperty property = mRequest.getParameter(1) 713 uint32_t property = mRequest.getParameter(3); local 1291 MtpProperty* property = mDatabase->getObjectPropertyDesc(propCode, format); local 1304 MtpProperty* property = mDatabase->getDevicePropertyDesc(propCode); local [all...] |
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/ |
cudnn_rnn.py | 216 @property 220 @property 224 @property 241 @property 248 @property 257 @property 262 @property 266 @property 270 @property 283 @property [all...] |
/external/tensorflow/tensorflow/python/keras/_impl/keras/layers/ |
recurrent.py | 74 @property 159 @property 169 @property 212 @property 220 @property 414 @property 775 @property 783 @property 791 @property 798 @property [all...] |
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
feature_column.py | 287 # Excludes a property from the key. 394 @property 398 @property 405 @property 409 @property 483 @property 487 @property 785 @property 790 @property 795 @property [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
WorkspaceDatabase.py | [all...] |
/external/ImageMagick/coders/ |
caption.c | 60 #include "MagickCore/property.h" 101 *property, 145 property=InterpretImageProperties((ImageInfo *) image_info,image, 149 property=InterpretImageProperties((ImageInfo *) image_info,image,option+8, 152 property=InterpretImageProperties((ImageInfo *) image_info,image,option, 154 (void) SetImageProperty(image,"caption",property,exception); 155 property=DestroyString(property); 99 *property, local
|
/external/autotest/server/cros/dynamic_suite/ |
job_status.py | 416 @property 432 @property 438 @property 444 @property 450 @property 456 @property 461 @property
|
/external/emma/ant/ant14/com/vladium/emma/report/ |
ReportCfg.java | 35 * the ability for report properties to be set either via the generic <property> 37 * conceptual property being set via an attribute and a nested element are resolved 98 // generic property element [don't doc this publicly]: 104 final PropertyElement property = new PropertyElement (); local 105 m_genericSettings.add (property); 107 return property; 133 final PropertyElement property = (PropertyElement) i.next (); local 135 final String name = property.getName (); 136 final String value = property.getValue () != null ? property.getValue () : "" [all...] |
/external/libchrome/dbus/ |
property.h | 32 // member for each property defined as an instance of the Property<> class, 35 // property defined to associate them with their string name. 41 // dbus::Property<std::string> name; 42 // dbus::Property<uint16_t> version; 43 // dbus::Property<dbus::ObjectPath> parent; 44 // dbus::Property<std::vector<std::string> > children; 102 // the current value of the name property would be: 117 // the property value, and whether it emits a signal or a Get() call is 125 // in property.cc because template methods use them [all...] |
/external/python/cpython2/Tools/ssl/ |
test_multiple_versions.py | 69 @property 74 @property 82 @property 90 @property 94 @property 98 @property 102 @property
|
/external/python/cpython3/Tools/ssl/ |
test_multiple_versions.py | 69 @property 74 @property 82 @property 90 @property 94 @property 98 @property 102 @property
|
/frameworks/native/services/vr/virtual_touchpad/ |
EvdevInjector.cpp | 96 int EvdevInjector::ConfigureInputProperty(int property) { 97 ALOGV("ConfigureInputProperty %d", property); 98 if (property < 0 || property >= INPUT_PROP_CNT) { 99 ALOGE("property 0x%X out of range [0,0x%X)", property, INPUT_PROP_CNT); 105 if (const int status = uinput_->IoctlSetInt(UI_SET_PROPBIT, property)) { 106 ALOGE("failed to set property %d", property);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
constraint.py | 95 @property 100 @property 107 @property 112 @property 118 @property 329 @property 343 @property
|
/packages/services/Car/service/src/com/android/car/ |
CarPropertyService.java | 24 import android.car.hardware.property.CarPropertyEvent; 25 import android.car.hardware.property.ICarProperty; 26 import android.car.hardware.property.ICarPropertyEventListener; 54 private static final String TAG = "Property.service"; 132 // Last property was released, remove the client. 254 // Last listener for this property unsubscribed. Clean up 362 public void onPropertySetError(int property, int area) { 363 List<Client> clients = mPropIdClientMap.get(property); 366 eventList.add(createErrorEvent(property, area)); 378 + toHexString(property)); [all...] |