Searched defs:Property (Results 1 - 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DHashTools.h25 struct Property { struct in namespace:blink
35 const Property* findProperty(register const char* str, register unsigned len);
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_characteristic.h45 enum Property { enum in class:device::BluetoothGattCharacteristic
/external/chromium_org/net/http/
H A Dhttp_auth_handler.h144 enum Property { enum in class:net::HttpAuthHandler
/external/chromium_org/ui/ozone/platform/dri/
H A Dhardware_display_plane.h43 struct Property { struct in class:ui::HardwareDisplayPlane
44 Property();
61 Property crtc_prop_;
62 Property fb_prop_;
63 Property crtc_x_prop_;
64 Property crtc_y_prop_;
65 Property crtc_w_prop_;
66 Property crtc_h_prop_;
67 Property src_x_prop_;
68 Property src_y_prop
[all...]
H A Dhardware_display_plane.cc30 HardwareDisplayPlane::Property::Property() : id_(0) { function in class:ui::HardwareDisplayPlane::Property
33 bool HardwareDisplayPlane::Property::Initialize(
/external/lldb/include/lldb/Interpreter/
H A DProperty.h1 //===-- Property.h ----------------------------------------------*- C++ -*-===//
27 // Property class instances can be constructed using one of these.
39 class Property class in namespace:lldb_private
42 Property (const PropertyDefinition &definition);
44 Property (const ConstString &name,
/external/lldb/source/Interpreter/
H A DProperty.cpp1 //===-- Property.cpp --------------------------------------------*- C++ -*-===//
12 #include "lldb/Interpreter/Property.h"
26 Property::Property (const PropertyDefinition &definition) : function in class:Property
171 Property::Property (const ConstString &name, function in class:Property
183 Property::DumpQualifiedName(Stream &strm) const
197 Property::Dump (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) const
227 Property::DumpDescription (CommandInterpreter &interpreter,
/external/chromium_org/dbus/
H A Dproperty.cc68 LOG(WARNING) << "Property changed signal has wrong parameters: "
77 LOG(WARNING) << "Property changed signal has wrong parameters: "
216 // Property<Byte> specialization.
220 Property<uint8>::Property() : value_(0) { function in class:dbus::Property
224 bool Property<uint8>::PopValueFromReader(MessageReader* reader) {
229 void Property<uint8>::AppendSetValueToWriter(MessageWriter* writer) {
234 // Property<bool> specialization.
238 Property<bool>::Property() function in class:dbus::Property
256 Property<int16>::Property() : value_(0) { function in class:dbus::Property
274 Property<uint16>::Property() : value_(0) { function in class:dbus::Property
292 Property<int32>::Property() : value_(0) { function in class:dbus::Property
310 Property<uint32>::Property() : value_(0) { function in class:dbus::Property
328 Property<int64>::Property() : value_(0), set_value_(0) { function in class:dbus::Property
346 Property<uint64>::Property() : value_(0) { function in class:dbus::Property
364 Property<double>::Property() : value_(0.0) { function in class:dbus::Property
[all...]
H A Dproperty.h27 // member for each property defined as an instance of the Property<> class,
36 // dbus::Property<std::string> name;
37 // dbus::Property<uint16> version;
38 // dbus::Property<dbus::ObjectPath> parent;
39 // dbus::Property<std::vector<std::string> > children;
130 // the Property<> template that are not type-specific, such as the
288 // and for Property<>. Not permitted with const references to this class.
329 // Property template, this defines the type-specific and type-safe methods
353 class CHROME_DBUS_EXPORT Property : public PropertyBase { class in namespace:dbus
355 Property() {} function in class:dbus::Property
[all...]
/external/clang/test/Analysis/
H A Dmalloc.cpp79 struct Property { struct
81 Property(char* n) function in struct:Property
85 void append(Property x);
88 append(Property(getterName));
96 Property prop;
97 NestedProperty(Property p)
103 appendNested(NestedProperty(Property(getterName)));
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DProperty.java22 * {@link Property} is used to display/change properties of ObjectInfo's.
27 public abstract class Property { class
29 * The value that should be used when we don't know real value of {@link Property}. We can not use
50 public Property(PropertyEditor editor) { method in class:Property
85 * Sets the {@link PropertyCategory} for this {@link Property}.
97 * @return the current value of this {@link Property} or {@link #UNKNOWN_VALUE}.
102 * Sets the new value of this {@link Property}.
105 * new value of {@link Property} or {@link #UNKNOWN_VALUE} if {@link Property}
128 * @return the composite {@link Property} fo
[all...]
/external/emma/core/java12/com/vladium/util/
H A DProperty.java7 * $Id: Property.java,v 1.1.1.1.2.4 2004/07/16 23:32:04 vlad_r Exp $
32 abstract class Property class
105 final Properties appDefaults = Property.getProperties (namespace + "_default.properties", loader);
108 final String fileName = Property.getSystemProperty (namespace + ".properties");
113 systemFileOverrides = Property.getLazyPropertiesFromFile (file);
115 final Properties systemOverrides = Property.getSystemProperties (namespace);
116 final Properties resOverrides = Property.getProperties (namespace + ".properties", loader);
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssSchema.java46 static final class Property { class in class:CssSchema
56 private Property( method in class:CssSchema.Property
73 static final Property DISALLOWED = new Property(
76 private final ImmutableMap<String, Property> properties;
78 private CssSchema(ImmutableMap<String, Property> properties) {
93 ImmutableMap.Builder<String, Property> propertiesBuilder =
96 Property prop = DEFINITIONS.get(propertyName);
111 Map<String, Property> properties = Maps.newLinkedHashMap();
128 Property forKe
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dcorruption_test.cc176 int Property(const std::string& name) { function in class:leveldb::CorruptionTest
323 ASSERT_EQ(1, Property("leveldb.num-files-at-level" + NumberToString(last)));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h85 struct tgsi_property Property; member in struct:tgsi_full_property
/external/chromium_org/tools/json_schema_compiler/
H A Dmodel.py99 - |properties| a map of property names to their model.Property
161 - |properties| a map of property unix_names to their model.Property
305 return Property(self, p['name'], p, namespace, origin)
336 class Property(object): class in inherits:object
345 - |simple_name| the name of this Property without a namespace
349 """Creates a Property from JSON.
570 """Generates Property objects extracted from |json|.
574 properties[name] = Property(parent, name, property_json, namespace, origin)
/external/chromium_org/v8/src/compiler/
H A Doperator.h34 enum Property { enum in class:v8::internal::compiler::Operator
48 typedef base::Flags<Property, uint8_t> Properties;
74 bool HasProperty(Property property) const {
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_parse.h85 struct tgsi_property Property; member in struct:tgsi_full_property
/external/qemu/include/qemu/
H A Dtypedefs.h17 typedef struct Property Property; typedef in typeref:struct:Property
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptPromisePropertyTest.cpp84 typedef ScriptPromiseProperty<Member<GarbageCollectedScriptWrappable>, Member<GarbageCollectedScriptWrappable>, Member<GarbageCollectedScriptWrappable> > Property; typedef in class:__anon10900::GarbageCollectedHolder
87 , m_property(new Property(executionContext, toGarbageCollectedScriptWrappable(), Property::Ready)) { }
89 Property* property() { return m_property; }
99 Member<Property> m_property;
106 typedef ScriptPromiseProperty<RefCountedScriptWrappable*, RefPtr<RefCountedScriptWrappable>, RefPtr<RefCountedScriptWrappable> > Property; typedef in class:__anon10900::RefCountedHolder
111 Property* property() { return m_property; }
117 , m_property(new Property(executionContext, toRefCountedScriptWrappable(), Property::Ready)) { }
119 Persistent<Property> m_propert
178 typedef GarbageCollectedHolder::Property Property; typedef in class:__anon10900::ScriptPromisePropertyGarbageCollectedTest
430 typedef RefCountedHolder::Property Property; typedef in class:__anon10900::ScriptPromisePropertyRefCountedTest
517 typedef ScriptPromiseProperty<Member<GarbageCollectedScriptWrappable>, T, V8UndefinedType> Property; typedef
[all...]
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp563 Record *Property = PropList->getElementAsRecord(i); local
564 assert(Property->isSubClassOf("IntrinsicProperty") &&
567 if (Property->getName() == "IntrNoMem")
569 else if (Property->getName() == "IntrReadArgMem")
571 else if (Property->getName() == "IntrReadMem")
573 else if (Property->getName() == "IntrReadWriteArgMem")
575 else if (Property->getName() == "Commutative")
577 else if (Property->getName() == "Throws")
579 else if (Property->getName() == "IntrNoDuplicate")
581 else if (Property
[all...]
/external/clang/include/clang/Sema/
H A DScopeInfo.h157 /// Access Expression | "Base" Decl | "Property" Decl
174 /// The extra flag is "true" if the Base and Property are enough to uniquely
185 const NamedDecl *Property; member in class:clang::sema::FunctionScopeInfo::WeakObjectProfileTy
197 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);
202 const NamedDecl *getProperty() const { return Property; }
220 return Base == Other.Base && Property == Other.Property;
239 Val.Property));
790 : Base(nullptr, false), Property(nullptr) {}
/external/clang/lib/AST/
H A DDeclObjC.cpp102 ObjCContainerDecl::HasUserDeclaredSetterMethod(const ObjCPropertyDecl *Property) const {
103 Selector Sel = Property->getSetterName();
125 if (P->getIdentifier() == Property->getIdentifier()) {
134 if (Proto->HasUserDeclaredSetterMethod(Property))
140 if (OSC->HasUserDeclaredSetterMethod(Property))
147 if (PI->HasUserDeclaredSetterMethod(Property))
1586 const ObjCPropertyDecl *Property,
1591 if (Prop == Property)
1593 if (Prop->getIdentifier() == Property->getIdentifier()) {
1602 PI->collectInheritedProtocolProperties(Property, P
1585 collectInheritedProtocolProperties( const ObjCPropertyDecl *Property, ProtocolPropertyMap &PM) const argument
[all...]
/external/clang/lib/Parse/
H A DParseObjc.cpp360 Decl *Property = variable
367 Props.push_back(Property);
369 FD.complete(Property);
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1296 Property, enumerator in enum:__anon17992
1305 ObjectKind = Property;

Completed in 1225 milliseconds

12