Home
last modified time | relevance | path

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

123

/external/libchrome/dbus/
Dproperty.cc305 Property<uint8_t>::Property() in Property() function in dbus::Property
323 Property<bool>::Property() : value_(false) { in Property() function in dbus::Property
341 Property<int16_t>::Property() in Property() function in dbus::Property
359 Property<uint16_t>::Property() in Property() function in dbus::Property
377 Property<int32_t>::Property() in Property() function in dbus::Property
395 Property<uint32_t>::Property() in Property() function in dbus::Property
413 Property<int64_t>::Property() in Property() function in dbus::Property
431 Property<uint64_t>::Property() in Property() function in dbus::Property
449 Property<double>::Property() : value_(0.0) { in Property() function in dbus::Property
791 template class Property<uint8_t>; variable
[all …]
Dproperty.h380 Property() {} in Property() function
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dprop.go25 type Property struct { struct
27 Name string
57 Value interface{}
59 NoIndex bool
64 Multiple bool
79 Load([]Property) error
93 func (l *PropertyList) Load(p []Property) error {
314 func LoadStruct(dst interface{}, p []Property) error {
Dsave.go135 func saveStructProperty(props *[]Property, name string, opts saveOpts, v reflect.Value) error {
196 func (s structPLS) save(props *[]Property, prefix string, opts saveOpts) error {
225 func propertiesToProto(defaultAppID string, key *Key, props []Property) (*pb.EntityProto, error) {
Dload.go310 func (s structPLS) Load(props []Property) error {
/external/clang/test/Analysis/
Dmalloc.cpp79 struct Property { struct
81 Property(char* n) in Property() argument
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DProperty.java31 public abstract class Property implements Comparable<Property> { class
36 public Property(String name, Class<?> type) { in Property() method in Property
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DTsiPeer.java53 public abstract static class Property<T> { class in TsiPeer
57 public Property(@Nonnull String name, @Nonnull T value) { in Property() method in TsiPeer.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/libkmsxx/kms++/inc/kms++/
Ddecls.h18 class Property; variable
/external/guice/examples/src/example/xml/
DXmlBeanModule.java149 static class Property { class in XmlBeanModule
154 Property(Method setter, Provider<?> provider) { in Property() method in XmlBeanModule.Property
/external/libkmsxx/kms++/src/
Dproperty.cpp16 Property::Property(Card& card, uint32_t id) in Property() function in kms::Property
/external/python/cpython2/Tools/msi/
Duisample.py66 Property = [ variable
Dschema.py58 Property = Table('Property') variable
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java397 public static final class Property class in CryptoServicesRegistrar
414 private Property(String name, Class type) in Property() method in CryptoServicesRegistrar.Property
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java394 public static final class Property class in CryptoServicesRegistrar
411 private Property(String name, Class type) in Property() method in CryptoServicesRegistrar.Property
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go743 type Property struct { struct
744 …rotobuf:"varint,1,opt,name=meaning,enum=appengine.Property_Meaning,def=0" json:"meaning,omitempty"`
745 …ring `protobuf:"bytes,2,opt,name=meaning_uri" json:"meaning_uri,omitempty"`
746 … *string `protobuf:"bytes,3,req,name=name" json:"name,omitempty"`
747 … *PropertyValue `protobuf:"bytes,5,req,name=value" json:"value,omitempty"`
748 … *bool `protobuf:"varint,4,req,name=multiple" json:"multiple,omitempty"`
749 … `protobuf:"varint,6,opt,name=searchable,def=0" json:"searchable,omitempty"`
750 …ion_option,enum=appengine.Property_FtsTokenizationOption" json:"fts_tokenization_option,omitempty"`
751 …*string `protobuf:"bytes,9,opt,name=locale,def=en" json:"locale,omitempty"`
752 XXX_unrecognized []byte `json:"-"`
[all …]
/external/testng/src/main/java/org/testng/
DReporterConfig.java114 public static class Property { class in ReporterConfig
/external/clang/lib/Sema/
DSemaObjCProperty.cpp357 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch()
815 ObjCPropertyDecl *Property) { in DiagnosePropertyMismatchDeclInProtocols()
1416 Sema::DiagnosePropertyMismatch(ObjCPropertyDecl *Property, in DiagnosePropertyMismatch()
1629 for (const auto *Property : IFace->instance_properties()) { in IvarBacksCurrentMethodAccessor() local
1638 for (const auto *Property : Ext->instance_properties()) in IvarBacksCurrentMethodAccessor() local
1956 const ObjCPropertyDecl *Property = I->second; in AtomicPropertySetterGetterRules() local
2130 ObjCPropertyDecl *Property) { in AddPropertyAttrs()
/external/v8/src/compiler/
Doperator.h39 enum Property { in NON_EXPORTED_BASE() enum
/external/python/apitools/apitools/base/py/
Dextra_types.py179 class Property(messages.Message): class in JsonObject
/external/python/cpython3/Lib/msilib/
Dschema.py58 Property = Table('Property') variable
/external/python/cpython2/Lib/msilib/
Dschema.py58 Property = Table('Property') variable
/external/emma/core/java12/com/vladium/util/
DProperty.java32 abstract class Property class

123