HomeSort by relevance Sort by last modified time
    Searched refs:Property (Results 151 - 175 of 446) sorted by null

1 2 3 4 5 67 8 91011>>

  /system/connectivity/shill/vpn/
vpn_driver_unittest.cc 83 static const Property kProperties[];
89 const VPNDriverUnderTest::Property VPNDriverUnderTest::kProperties[] = {
90 { kEapCaCertPemProperty, Property::kArray },
92 { kL2tpIpsecCaCertPemProperty, Property::kArray },
93 { kOTPProperty, Property::kEphemeral },
94 { kPINProperty, Property::kWriteOnly },
95 { kPSKProperty, Property::kCredential },
96 { kPasswordProperty, Property::kCredential },
296 // An un-set property should not be readable.
321 // We should not be able to read a property out of the driver args using th
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/
model.py 22 from boto.sdb.db.property import Property
46 if isinstance(dict[key], Property):
47 property = dict[key]
48 property.__property_config__(cls, key)
116 if isinstance(prop, Property):
127 property = None
131 if isinstance(prop, Property):
133 property = prop
138 return property
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 85 struct tgsi_property Property;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
GenericProperty.java 23 abstract public class GenericProperty extends Property {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Utilities.java 34 import android.util.Property;
51 public static final Property<Drawable, Integer> DRAWABLE_ALPHA =
64 public static final Property<Drawable, Rect> DRAWABLE_RECT =
65 new Property<Drawable, Rect>(Rect.class, "drawableBounds") {
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
PathAnimations.java 33 import android.util.Property;
49 final static Property<PathAnimations, Point> POINT_PROPERTY
50 = new Property<PathAnimations, Point>(Point.class, "point") {
170 // Use the named "point" property to animate along the Path.
177 // Use the POINT_PROPERTY property to animate along the Path.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
extra_types_test.py 85 extra_types.JsonObject.Property(
87 extra_types.JsonObject.Property(
105 extra_types.JsonObject.Property(key='attr_name', value=value)])
extra_types.py 130 JsonObject.Property(key=key, value=_PythonValueToJsonValue(value))
161 Property: A property of a JsonObject.
167 class Property(messages.Message):
169 """A property of a JSON object.
172 key: Name of the property.
178 properties = messages.MessageField(Property, 1, repeated=True)
  /external/v8/src/compiler/
operator.h 37 enum Property {
52 typedef base::Flags<Property, uint8_t> Properties;
82 // Check whether this operator has the given property.
83 bool HasProperty(Property property) const {
84 return (properties() & property) == property;
  /frameworks/base/core/java/android/transition/
ChangeImageTransform.java 26 import android.util.Property;
60 private static Property<ImageView, Matrix> ANIMATED_TRANSFORM_PROPERTY
61 = new Property<ImageView, Matrix>(Matrix.class, "animatedTransform") {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewTransform.java 25 import android.util.Property;
37 public static final Property<View, Rect> LTRB =
38 new Property<View, Rect>(Rect.class, "leftTopRightBottom") {
116 /** Convenience functions to compare against current property values */
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
StreamingTextView.java 30 import android.util.Property;
58 private static final Property<StreamingTextView,Integer> STREAM_POSITION_PROPERTY =
59 new Property<StreamingTextView,Integer>(Integer.class, "streamPosition") {
PagingIndicator.java 38 import android.util.Property;
55 private static final Property<Dot, Float> DOT_ALPHA
56 = new Property<Dot, Float>(Float.class, "alpha") {
68 private static final Property<Dot, Float> DOT_DIAMETER
69 = new Property<Dot, Float>(Float.class, "diameter") {
81 private static final Property<Dot, Float> DOT_TRANSLATION_X
82 = new Property<Dot, Float>(Float.class, "translation_x") {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h 13 KSPROPERTY Property;
    [all...]
  /external/v8/test/cctest/
test-asm-validator.cc 204 CHECK_EXPR(Property, Bounds(cache.kAsmDouble)) {
271 CHECK_EXPR(Property, FUNC_D2D_TYPE) {
272 CHECK_EXPR(Property, Bounds::Unbounded()) {
282 CHECK_EXPR(Property, FUNC_D2D_TYPE) {
283 CHECK_EXPR(Property, Bounds::Unbounded()) {
294 CHECK_EXPR(Property, Bounds::Unbounded()) {
408 CHECK_EXPR(Property, type) { \
409 CHECK_EXPR(Property, Bounds::Unbounded()) { \
421 CHECK_EXPR(Property, type) { \
432 CHECK_EXPR(Property, Bounds::Unbounded()) {
    [all...]
  /external/v8/src/interpreter/
bytecode-generator.cc 1061 Property* property = expr->AsProperty(); local
1393 ObjectLiteral::Property* property = expr->properties()->at(i); local
1552 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1669 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
2074 Property* property = expr->target()->AsProperty(); local
2440 Property* property = callee_expr->AsProperty(); local
2483 Property* property = callee_expr->AsProperty(); local
2489 Property* property = callee_expr->AsProperty(); local
2664 Property* property = expr->expression()->AsProperty(); local
2725 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 1401 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1506 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1664 Property* property = expr->target()->AsProperty(); local
1915 ObjectLiteral::Property* property = lit->properties()->at(i); local
3006 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 959 // property names in a fixed array. Note: Proxies never have an enum cache,
1342 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1442 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1601 Property* property = expr->target()->AsProperty(); local
1927 ObjectLiteral::Property* property = lit->properties()->at(i); local
2973 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 1371 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1470 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1629 Property* property = expr->target()->AsProperty(); local
1919 ObjectLiteral::Property* property = lit->properties()->at(i); local
2966 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 951 // property names in a fixed array. Note: Proxies never have an enum cache,
1334 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1434 ObjectLiteral::Property* property = expr->properties()->at(property_index); local
1593 Property* property = expr->target()->AsProperty(); local
1919 ObjectLiteral::Property* property = lit->properties()->at(i); local
2965 Property* property = expr->expression()->AsProperty(); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
PageIndicatorDots.java 32 import android.util.Property;
60 private static final Property<PageIndicatorDots, Float> CURRENT_POSITION
61 = new Property<PageIndicatorDots, Float>(float.class, "current_position") {
  /external/dbus-binding-generator/chromeos-dbus-bindings/
xml_interface_parser.h 100 // Calls GetValidatedElementAttribute() for the "name" property.
110 // Method for extracting property tag attributes to a struct.
111 static Interface::Property ParseProperty(
  /external/v8/src/ast/
prettyprinter.h 96 void PrintObjectLiteralProperty(ObjectLiteralProperty* property);
133 void PrintProperties(ZoneList<ObjectLiteral::Property*>* properties);
  /frameworks/base/core/java/android/util/
ReflectiveProperty.java 23 * Internal class to automatically generate a Property for a given class/name pair, given the
24 * specification of {@link Property#of(java.lang.Class, java.lang.Class, java.lang.String)}
26 class ReflectiveProperty<T, V> extends Property<T, V> {
36 * For given property name 'name', look for getName/isName method or 'name' field.
41 * @param name The name of the property, where this name is capitalized and appended to
66 "does not match Property type (" + valueType + ")");
70 // no way to access property - throw appropriate exception
72 + " property with name " + name);
80 "does not match Property type (" + valueType + ")");
86 // Okay to not have a setter - just a readonly property
    [all...]
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RecurrenceSetTest.java 113 List<ICalendar.Property> list = component.getProperties("DTSTART");

Completed in 788 milliseconds

1 2 3 4 5 67 8 91011>>