| /external/libchrome/dbus/ |
| D | property.cc | 305 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/ |
| D | cfx_cssdata.h | 18 struct Property { struct 19 CFX_CSSProperty eName; argument 39 static const Property* GetPropertyByName(WideStringView name); argument
|
| /external/clang/test/Analysis/ |
| D | malloc.cpp | 79 struct Property { struct 81 Property(char* n) in Property() function
|
| /external/llvm-project/llvm/lib/Frontend/OpenMP/ |
| D | OMPContext.cpp | 160 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/ |
| D | Property.java | 31 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/ |
| D | malloc.cpp | 84 struct Property { struct 86 Property(char* n) in Property() function
|
| /external/llvm-project/lldb/utils/TableGen/ |
| D | LLDBPropertyDefEmitter.cpp | 24 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/ |
| D | Property.cpp | 23 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/ |
| D | TsiPeer.java | 53 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/ |
| D | APINotesYAMLCompiler.cpp | 203 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/ |
| D | CssSchema.java | 46 static final class Property { class in CssSchema 56 private Property( in Property() method in CssSchema.Property
|
| /external/llvm-project/lldb/include/lldb/Core/ |
| D | UserSettingsController.h | 27 class Property; variable
|
| /external/llvm-project/clang/test/SemaObjC/ |
| D | property-and-class-extension.m | 24 @property int Property; property
|
| /external/clang/test/SemaObjC/ |
| D | property-and-class-extension.m | 24 @property int Property; property
|
| /external/guice/examples/src/example/xml/ |
| D | XmlBeanModule.java | 149 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/ |
| D | GwtSerialization.java | 106 public static class Property { class in GwtSerialization 110 Property(AutoValueProcessor.Property property) { in Property() method in GwtSerialization.Property
|
| /external/libkmsxx/kms++/inc/kms++/ |
| D | decls.h | 19 class Property; variable
|
| /external/libkmsxx/kms++/src/ |
| D | property.cpp | 14 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/ |
| D | CryptoServicesRegistrar.java | 424 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/ |
| D | CryptoServicesRegistrar.java | 424 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/ |
| D | CryptoServicesRegistrar.java | 421 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/ |
| D | uisample.py | 66 Property = [ variable
|
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
| D | union_find.h | 165 const P& Property() { return FindRoot()->property_; } in Property() function
|
| /external/testng/src/main/java/org/testng/ |
| D | ReporterConfig.java | 114 public static class Property { class in ReporterConfig
|
| /external/llvm-project/mlir/include/mlir/TableGen/ |
| D | OpClass.h | 44 enum Property { enum 235 enum Property { enum
|