HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 1276 - 1300 of 3780) sorted by null

<<51525354555657585960>>

  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-unittest-api_test.cc 136 // Records a test property to verify TestResult::GetTestProperty().
308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local
309 EXPECT_STREQ("key", property.key());
310 EXPECT_STREQ("value", property.value());
  /frameworks/base/cmds/idmap/
scan.cpp 86 bool check_property(String16 property, String16 value) {
90 prop = strndup16to8(property.string(), property.size());
140 // Note that conditional property enablement/exclusion only applies if
143 // if property set & equal to value, then include overlay - otherwise skip
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VehicleHalManager.cpp 69 ALOGW("Requested config for undefined property: 0x%x", prop);
82 ALOGE("Failed to get value: config not found, property: 0x%x",
105 ALOGE("Failed to set value: config not found, property: 0x%x", prop);
129 ALOGE("Failed to subscribe: config not found, property: 0x%x",
140 ALOGE("Failed to subscribe: property 0x%x is not subscribable",
216 int32_t property,
219 mSubscriptionManager.getSubscribedClients(property, SubscribeFlags::EVENTS_FROM_CAR);
222 client->getCallback()->onPropertySetError(errorCode, property, areaId);
284 ALOGW("Cannot subscribe, property 0x%x is not readable", config.prop);
288 ALOGW("Cannot subscribe, property 0x%x is static", config.prop)
    [all...]
  /hardware/libhardware/include/hardware/
input.h 512 * Retrieve a property for the device with the given key. Returns NULL if
521 * Get the key for the input property. Returns NULL if the property is NULL.
524 const char* (*input_get_property_key)(input_host_t* host, input_property_t* property);
527 * Get the value for the input property. Returns NULL if the property is
530 const char* (*input_get_property_value)(input_host_t* host, input_property_t* property);
535 void (*input_free_device_property)(input_host_t* host, input_property_t* property);
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-unittest-api_test.cc 136 // Records a test property to verify TestResult::GetTestProperty().
308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local
309 EXPECT_STREQ("key", property.key());
310 EXPECT_STREQ("value", property.value());
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
infoflow.py 57 @property
70 @property
80 @property
  /build/blueprint/parser/
parser.go 280 func (p *parser) parsePropertyList(isModule, compat bool) (properties []*Property) {
282 property := p.parseProperty(isModule, compat)
283 properties = append(properties, property)
296 func (p *parser) parseProperty(isModule, compat bool) (property *Property) {
297 property = new(Property)
320 property.Name = name
321 property.NamePos = namePos
322 property.Value = valu
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
bearer.py 62 @property
91 # Set the ip config property
sms_handler.py 39 @property
  /external/autotest/client/cros/netprotos/
zeroconf.py 101 @property
107 @property
113 @property
119 @property
224 # This property modifies the "op" field:
  /external/autotest/client/cros/ui/
ui_test_base.py 28 2. Abstract property test_area:
150 @property
  /external/autotest/server/site_tests/network_WiFi_Reset/
network_WiFi_Reset.py 26 @property
  /external/conscrypt/android/src/main/java/org/conscrypt/
Platform.java 929 String property = Security.getProperty("conscrypt.ct.enable"); local
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ppucd.h 40 virtual int32_t getPropertyValueEnum(int32_t property, const char *name) const;
74 /** property;Binary;Alpha;Alphabetic */
123 /** Returns TRUE if the current line has property values. */
130 * Clears newValues and sets UProperty codes for property values mentioned
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
CheckMojo.java 128 @Parameter(property = "jacoco.haltOnFailure", defaultValue = "true", required = true)
  /external/libdrm/
xf86drmMode.h 246 static __inline int drm_property_type_is(drmModePropertyPtr property,
250 if (property->flags & DRM_MODE_PROP_EXTENDED_TYPE)
251 return (property->flags & DRM_MODE_PROP_EXTENDED_TYPE) == type;
252 return property->flags & type;
304 uint32_t *props; /**< List of property ids */
305 uint64_t *prop_values; /**< List of property values */
  /external/mesa3d/src/hgl/
GLView.cpp 329 int32 form, const char* property)
331 return BView::ResolveSpecifier(msg, index, specifier, form, property);
579 int32 form, const char* property)
582 form, property);
  /external/owasp/sanitizer/tools/findbugs/bin/
fb 129 -property)
findbugs 136 -property)
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 421 String property = System.getProperty(propertyName);
422 if (property == null) {
423 property = defaultValue;
424 logger.info("No system property " + propertyName + " found, default to "
427 return property;
465 * To enable i18n-strict mode globally, set the system property
  /external/skia/infra/bots/recipe_modules/swarming_client/
api.py 35 If |revision| is None, this requires the build property
44 # need to pass in some recent legal revision for this property.
56 @property
  /external/skqp/infra/bots/recipe_modules/swarming_client/
api.py 35 If |revision| is None, this requires the build property
44 # need to pass in some recent legal revision for this property.
56 @property
  /external/strace/
ubi.c 160 tprints("{property=");
161 printxval(ubi_volume_props, prop.property, "UBI_VOL_PROP_???");
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
absolute_value.py 132 @property
permute.py 121 @property

Completed in 712 milliseconds

<<51525354555657585960>>