Home
last modified time | relevance | path

Searched defs:Property (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/dbus/
Dproperty.cc220 Property<uint8>::Property() : value_(0) { in Property() function in dbus::Property
238 Property<bool>::Property() : value_(false) { in Property() function in dbus::Property
256 Property<int16>::Property() : value_(0) { in Property() function in dbus::Property
274 Property<uint16>::Property() : value_(0) { in Property() function in dbus::Property
292 Property<int32>::Property() : value_(0) { in Property() function in dbus::Property
310 Property<uint32>::Property() : value_(0) { in Property() function in dbus::Property
328 Property<int64>::Property() : value_(0), set_value_(0) { in Property() function in dbus::Property
346 Property<uint64>::Property() : value_(0) { in Property() function in dbus::Property
364 Property<double>::Property() : value_(0.0) { in Property() function in dbus::Property
481 template class Property<uint8>; variable
[all …]
Dproperty.h355 Property() {} in Property() function
/external/chromium_org/third_party/WebKit/Source/core/css/
DHashTools.h25 struct Property { struct
35 const Property* findProperty(register const char* str, register unsigned len); argument
/external/clang/test/Analysis/
Dmalloc.cpp79 struct Property { struct
81 Property(char* n) in Property() function
/external/chromium_org/ui/ozone/platform/dri/
Dhardware_display_plane.h43 struct Property { struct
61 Property crtc_prop_; argument
Dhardware_display_plane.cc30 HardwareDisplayPlane::Property::Property() : id_(0) { in Property() function in ui::HardwareDisplayPlane::Property
/external/lldb/source/Interpreter/
DProperty.cpp26 Property::Property (const PropertyDefinition &definition) : in Property() function in Property
171 Property::Property (const ConstString &name, in Property() function in Property
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
DProperty.java27 public abstract class Property { class
50 public Property(PropertyEditor editor) { in Property() method in Property
/external/clang/test/SemaObjC/
Dproperty-and-class-extension.m24 @property int Property; property
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java46 static final class Property { class in CssSchema
56 private Property( in Property() method in CssSchema.Property
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptPromisePropertyTest.cpp84 …able>, Member<GarbageCollectedScriptWrappable>, Member<GarbageCollectedScriptWrappable> > Property; typedef in __anon77fc8f4c0111::GarbageCollectedHolder
106 …dScriptWrappable*, RefPtr<RefCountedScriptWrappable>, RefPtr<RefCountedScriptWrappable> > Property; typedef in __anon77fc8f4c0111::RefCountedHolder
178 typedef GarbageCollectedHolder::Property Property; typedef in __anon77fc8f4c0111::ScriptPromisePropertyGarbageCollectedTest
430 typedef RefCountedHolder::Property Property; typedef in __anon77fc8f4c0111::ScriptPromisePropertyRefCountedTest
517 …ypedef ScriptPromiseProperty<Member<GarbageCollectedScriptWrappable>, T, V8UndefinedType> Property; in test() typedef
/external/chromium_org/net/http/
Dhttp_auth_handler.h144 enum Property { enum
/external/chromium_org/device/bluetooth/
Dbluetooth_gatt_characteristic.h45 enum Property { enum
/external/chromium_org/v8/src/compiler/
Doperator.h34 enum Property { enum
/external/clang/lib/Sema/
DSemaObjCProperty.cpp749 ObjCPropertyDecl *Property) { in DiagnosePropertyMismatchDeclInProtocols()
1301 Sema::DiagnosePropertyMismatch(ObjCPropertyDecl *Property, in DiagnosePropertyMismatch()
1492 for (const auto *Property : IFace->properties()) { in IvarBacksCurrentMethodAccessor() local
1755 for (const auto *Property : IDecl->properties()) { in AtomicPropertySetterGetterRules() local
1888 ObjCPropertyDecl *Property) { in AddPropertyAttrs()
DSemaCodeComplete.cpp669 else if (const ObjCPropertyDecl *Property = dyn_cast<ObjCPropertyDecl>(ND)) in getDeclUsageType() local
2079 } else if (const ObjCPropertyDecl *Property = dyn_cast<ObjCPropertyDecl>(ND)) in AddResultTypeChunk() local
5979 if (ObjCPropertyDecl *Property in CodeCompleteObjCPropertySynthesizeIvar() local
6169 static void AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, in AddObjCKeyValueCompletions()
/external/qemu/include/qemu/
Dtypedefs.h17 typedef struct Property Property; typedef
/external/emma/core/java12/com/vladium/util/
DProperty.java32 abstract class Property class
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h85 struct tgsi_property Property; member
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h85 struct tgsi_property Property; member
/external/chromium_org/third_party/leveldatabase/src/db/
Dcorruption_test.cc176 int Property(const std::string& name) { in Property() function in leveldb::CorruptionTest
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp563 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
/external/chromium_org/tools/json_schema_compiler/
Dmodel.py336 class Property(object): class
/external/clang/include/clang/Sema/
DScopeInfo.h185 const NamedDecl *Property; variable
/external/lldb/include/lldb/
Dlldb-forward.h154 class Property; variable

12