Home
last modified time | relevance | path

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

1234

/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 …]
/external/pdfium/core/fxcrt/css/
Dcfx_cssdata.h18 struct Property { struct
19 CFX_CSSProperty eName; argument
39 static const Property* GetPropertyByName(WideStringView name); argument
/external/clang/test/Analysis/
Dmalloc.cpp79 struct Property { struct
81 Property(char* n) in Property() function
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPContext.cpp160 bool WasFound) -> Optional<bool> /* Result */ { in isVariantApplicableInContextHelper()
189 TraitProperty Property = TraitProperty(Bit); in isVariantApplicableInContextHelper() local
218 for (TraitProperty Property : VMI.ConstructTraits) { in isVariantApplicableInContextHelper() local
272 TraitProperty Property = TraitProperty(Bit); in getVariantMatchScore() local
321 for (TraitProperty Property : VMI.ConstructTraits) { in getVariantMatchScore() local
390 llvm::omp::getOpenMPContextTraitSetForProperty(TraitProperty Property) { in getOpenMPContextTraitSetForProperty()
417 llvm::omp::getOpenMPContextTraitSelectorForProperty(TraitProperty Property) { in getOpenMPContextTraitSelectorForProperty()
497 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector()
/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/llvm-project/clang/test/Analysis/
Dmalloc.cpp84 struct Property { struct
86 Property(char* n) in Property() function
/external/llvm-project/lldb/utils/TableGen/
DLLDBPropertyDefEmitter.cpp24 static void emitPropertyEnum(Record *Property, raw_ostream &OS) { in emitPropertyEnum()
30 static void emitProperty(Record *Property, raw_ostream &OS) { in emitProperty()
/external/llvm-project/lldb/source/Interpreter/
DProperty.cpp23 Property::Property(const PropertyDefinition &definition) in Property() function in Property
227 Property::Property(ConstString name, ConstString desc, in Property() function 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/llvm-project/clang/lib/APINotes/
DAPINotesYAMLCompiler.cpp203 struct Property { struct
204 StringRef Name;
205 llvm::Optional<MethodKind> Kind;
206 llvm::Optional<NullabilityKind> Nullability;
207 AvailabilityItem Availability;
208 Optional<bool> SwiftPrivate;
209 StringRef SwiftName;
210 Optional<bool> SwiftImportAsAccessors;
211 StringRef Type;
/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/llvm-project/lldb/include/lldb/Core/
DUserSettingsController.h27 class Property; variable
/external/llvm-project/clang/test/SemaObjC/
Dproperty-and-class-extension.m24 @property int Property; property
/external/clang/test/SemaObjC/
Dproperty-and-class-extension.m24 @property int Property; property
/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/auto/value/src/main/java/com/google/auto/value/processor/
DGwtSerialization.java106 public static class Property { class in GwtSerialization
110 Property(AutoValueProcessor.Property property) { in Property() method in GwtSerialization.Property
/external/libkmsxx/kms++/inc/kms++/
Ddecls.h19 class Property; variable
/external/libkmsxx/kms++/src/
Dproperty.cpp14 Property::Property(Card& card, uint32_t id) in Property() function in kms::Property
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java424 public static final class Property class in CryptoServicesRegistrar
441 private Property(String name, Class type) in Property() method in CryptoServicesRegistrar.Property
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java424 public static final class Property class in CryptoServicesRegistrar
441 private Property(String name, Class type) in Property() method in CryptoServicesRegistrar.Property
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java421 public static final class Property class in CryptoServicesRegistrar
438 private Property(String name, Class type) in Property() method in CryptoServicesRegistrar.Property
/external/python/cpython2/Tools/msi/
Duisample.py66 Property = [ variable
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dunion_find.h165 const P& Property() { return FindRoot()->property_; } in Property() function
/external/testng/src/main/java/org/testng/
DReporterConfig.java114 public static class Property { class in ReporterConfig
/external/llvm-project/mlir/include/mlir/TableGen/
DOpClass.h44 enum Property { enum
235 enum Property { enum

1234