Home
last modified time | relevance | path

Searched refs:Property (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/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
73 static final Property DISALLOWED = new Property(
76 private final ImmutableMap<String, Property> properties;
78 private CssSchema(ImmutableMap<String, Property> properties) { in CssSchema()
93 ImmutableMap.Builder<String, Property> propertiesBuilder = in withProperties()
96 Property prop = DEFINITIONS.get(propertyName); in withProperties()
111 Map<String, Property> properties = Maps.newLinkedHashMap(); in union()
128 Property forKey(String propertyName) { in forKey()
130 Property property = properties.get(propertyName); in forKey()
[all …]
/external/libchrome/dbus/
Dproperty.h378 class CHROME_DBUS_EXPORT Property : public PropertyBase {
380 Property() {} in Property() function
381 ~Property() override {} in ~Property()
462 CHROME_DBUS_EXPORT Property<uint8_t>::Property();
464 CHROME_DBUS_EXPORT bool Property<uint8_t>::PopValueFromReader(
467 CHROME_DBUS_EXPORT void Property<uint8_t>::AppendSetValueToWriter(
469 extern template class CHROME_DBUS_EXPORT Property<uint8_t>;
472 CHROME_DBUS_EXPORT Property<bool>::Property();
474 CHROME_DBUS_EXPORT bool Property<bool>::PopValueFromReader(
477 CHROME_DBUS_EXPORT void Property<bool>::AppendSetValueToWriter(
[all …]
Dproperty.cc305 Property<uint8_t>::Property() in Property() function in dbus::Property
309 bool Property<uint8_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
314 void Property<uint8_t>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
323 Property<bool>::Property() : value_(false) { in Property() function in dbus::Property
327 bool Property<bool>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
332 void Property<bool>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
341 Property<int16_t>::Property() in Property() function in dbus::Property
345 bool Property<int16_t>::PopValueFromReader(MessageReader* reader) { in PopValueFromReader()
350 void Property<int16_t>::AppendSetValueToWriter(MessageWriter* writer) { in AppendSetValueToWriter()
359 Property<uint16_t>::Property() in Property() function in dbus::Property
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSDNodeProperties.cpp18 for (Record *Property : R->getValueAsListOfDefs("Properties")) { in parseSDPatternOperatorProperties()
19 if (Property->getName() == "SDNPCommutative") { in parseSDPatternOperatorProperties()
21 } else if (Property->getName() == "SDNPAssociative") { in parseSDPatternOperatorProperties()
23 } else if (Property->getName() == "SDNPHasChain") { in parseSDPatternOperatorProperties()
25 } else if (Property->getName() == "SDNPOutGlue") { in parseSDPatternOperatorProperties()
27 } else if (Property->getName() == "SDNPInGlue") { in parseSDPatternOperatorProperties()
29 } else if (Property->getName() == "SDNPOptInGlue") { in parseSDPatternOperatorProperties()
31 } else if (Property->getName() == "SDNPMayStore") { in parseSDPatternOperatorProperties()
33 } else if (Property->getName() == "SDNPMayLoad") { in parseSDPatternOperatorProperties()
35 } else if (Property->getName() == "SDNPSideEffect") { in parseSDPatternOperatorProperties()
[all …]
DCodeGenTarget.cpp658 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
659 assert(Property->isSubClassOf("IntrinsicProperty") && in CodeGenIntrinsic()
662 if (Property->getName() == "IntrNoMem") in CodeGenIntrinsic()
664 else if (Property->getName() == "IntrReadMem") in CodeGenIntrinsic()
666 else if (Property->getName() == "IntrWriteMem") in CodeGenIntrinsic()
668 else if (Property->getName() == "IntrArgMemOnly") in CodeGenIntrinsic()
670 else if (Property->getName() == "IntrInaccessibleMemOnly") in CodeGenIntrinsic()
672 else if (Property->getName() == "IntrInaccessibleMemOrArgMemOnly") in CodeGenIntrinsic()
675 else if (Property->getName() == "Commutative") in CodeGenIntrinsic()
677 else if (Property->getName() == "Throws") in CodeGenIntrinsic()
[all …]
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DTsiPeer.java27 private final List<Property<?>> properties;
29 public TsiPeer(List<Property<?>> properties) { in TsiPeer()
33 public List<Property<?>> getProperties() { in getProperties()
38 public Property<?> getProperty(String name) { in getProperty()
39 for (Property<?> property : properties) { in getProperty()
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
77 public static final class SignedInt64Property extends Property<Long> {
84 public static final class UnsignedInt64Property extends Property<BigInteger> {
91 public static final class DoubleProperty extends Property<Double> {
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DPropertyUtils.java35 …private final Map<Class<?>, Map<String, Property>> propertiesCache = new HashMap<Class<?>, Map<Str…
36 …private final Map<Class<?>, Set<Property>> readableProperties = new HashMap<Class<?>, Set<Property
41 protected Map<String, Property> getPropertiesMap(Class<?> type, BeanAccess bAccess) in getPropertiesMap()
47 Map<String, Property> properties = new LinkedHashMap<String, Property>(); in getPropertiesMap()
93 public Set<Property> getProperties(Class<? extends Object> type) throws IntrospectionException { in getProperties()
97 public Set<Property> getProperties(Class<? extends Object> type, BeanAccess bAccess) in getProperties()
102 Set<Property> properties = createPropertySet(type, bAccess); in getProperties()
107 protected Set<Property> createPropertySet(Class<? extends Object> type, BeanAccess bAccess) in createPropertySet()
109 Set<Property> properties = new TreeSet<Property>(); in createPropertySet()
110 Collection<Property> props = getPropertiesMap(type, bAccess).values(); in createPropertySet()
[all …]
DProperty.java31 public abstract class Property implements Comparable<Property> { class
36 public Property(String name, Class<?> type) { in Property() method in Property
56 public int compareTo(Property o) { in compareTo()
79 if (other instanceof Property) { in equals()
80 Property p = (Property) other; in equals()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java95 …localSetGlobalProperty(Property.DSA_DEFAULT_PARAMS, def512Params, def768Params, def1024Params, def… in localSetGlobalProperty()
96 …localSetGlobalProperty(Property.DH_DEFAULT_PARAMS, toDH(def512Params), toDH(def768Params), toDH(de… in localSetGlobalProperty()
140 public static <T> T getProperty(Property property) in getProperty()
152 private static Object[] lookupProperty(Property property) in lookupProperty()
176 public static <T> T[] getSizedProperty(Property property) in getSizedProperty()
197 public static <T> T getSizedProperty(Property property, int size) in getSizedProperty()
243 public static <T> void setThreadProperty(Property property, T... propertyValue) in setThreadProperty()
264 public static <T> void setGlobalProperty(Property property, T... propertyValue) in setGlobalProperty()
271 private static <T> void localSetThread(Property property, T[] propertyValue) in localSetThread()
284 private static <T> void localSetGlobalProperty(Property property, T... propertyValue) in localSetGlobalProperty()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DCryptoServicesRegistrar.java93 …localSetGlobalProperty(Property.DSA_DEFAULT_PARAMS, def512Params, def768Params, def1024Params, def… in localSetGlobalProperty()
94 …localSetGlobalProperty(Property.DH_DEFAULT_PARAMS, toDH(def512Params), toDH(def768Params), toDH(de… in localSetGlobalProperty()
138 public static <T> T getProperty(Property property) in getProperty()
150 private static Object[] lookupProperty(Property property) in lookupProperty()
174 public static <T> T[] getSizedProperty(Property property) in getSizedProperty()
195 public static <T> T getSizedProperty(Property property, int size) in getSizedProperty()
241 public static <T> void setThreadProperty(Property property, T... propertyValue) in setThreadProperty()
262 public static <T> void setGlobalProperty(Property property, T... propertyValue) in setGlobalProperty()
269 private static <T> void localSetThread(Property property, T[] propertyValue) in localSetThread()
282 private static <T> void localSetGlobalProperty(Property property, T... propertyValue) in localSetGlobalProperty()
[all …]
/external/snakeyaml/src/patches/android/
DPropertyUtils.patch22 - protected Map<String, Property> getPropertiesMap(Class<?> type, BeanAccess bAccess)
24 + protected Map<String, Property> getPropertiesMap(Class<?> type, BeanAccess bAccess) {
29 Map<String, Property> properties = new LinkedHashMap<String, Property>();
82 - public Set<Property> getProperties(Class<? extends Object> type) throws IntrospectionException…
83 + public Set<Property> getProperties(Class<? extends Object> type) {
87 - public Set<Property> getProperties(Class<? extends Object> type, BeanAccess bAccess)
89 + public Set<Property> getProperties(Class<? extends Object> type, BeanAccess bAccess) {
97 - protected Set<Property> createPropertySet(Class<? extends Object> type, BeanAccess bAccess)
99 + protected Set<Property> createPropertySet(Class<? extends Object> type, BeanAccess bAccess) {
100 Set<Property> properties = new TreeSet<Property>();
[all …]
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.cpp60 Property(pValue, XFA_Event::Change, bSetting); in change()
66 Property(pValue, XFA_Event::CommitKey, bSetting); in commitKey()
72 Property(pValue, XFA_Event::FullText, bSetting); in fullText()
78 Property(pValue, XFA_Event::Keydown, bSetting); in keyDown()
84 Property(pValue, XFA_Event::Modifier, bSetting); in modifier()
90 Property(pValue, XFA_Event::NewContentType, bSetting); in newContentType()
96 Property(pValue, XFA_Event::NewText, bSetting); in newText()
102 Property(pValue, XFA_Event::PreviousContentType, bSetting); in prevContentType()
108 Property(pValue, XFA_Event::PreviousText, bSetting); in prevText()
114 Property(pValue, XFA_Event::Reenter, bSetting); in reenter()
[all …]
/external/libkmsxx/kms++/src/
Dproperty.cpp16 Property::Property(Card& card, uint32_t id) in Property() function in kms::Property
43 Property::~Property() in ~Property()
49 const string& Property::name() const in name()
54 bool Property::is_immutable() const in is_immutable()
59 bool Property::is_pending() const in is_pending()
64 vector<uint64_t> Property::get_values() const in get_values()
70 map<uint64_t, string> Property::get_enums() const in get_enums()
82 vector<uint32_t> Property::get_blob_ids() const in get_blob_ids()
/external/grpc-grpc/test/cpp/ext/filters/census/
Dstats_plugin_end2end_test.cc199 ::testing::AllOf(::testing::Property(&Distribution::count, 1), in TEST_F()
200 ::testing::Property(&Distribution::mean, in TEST_F()
205 ::testing::AllOf(::testing::Property(&Distribution::count, 1), in TEST_F()
206 ::testing::Property(&Distribution::mean, in TEST_F()
211 ::testing::AllOf(::testing::Property(&Distribution::count, 1), in TEST_F()
212 ::testing::Property(&Distribution::mean, in TEST_F()
217 ::testing::AllOf(::testing::Property(&Distribution::count, 1), in TEST_F()
218 ::testing::Property(&Distribution::mean, in TEST_F()
249 ::testing::Property(&Distribution::count, 1), in TEST_F()
250 ::testing::Property(&Distribution::mean, ::testing::Gt(0.0)), in TEST_F()
[all …]
/external/emma/core/java12/com/vladium/emma/data/
DCoverageOptionsFactory.java15 import com.vladium.util.Property;
29Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, in create()
33Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, in create()
37Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, in create()
46Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS, in create()
50Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS, in create()
54Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION, in create()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/
DFlexibleScalarStylesInJavaBeanTest.java32 import org.yaml.snakeyaml.introspector.Property;
79 protected Set<Property> getProperties(Class<? extends Object> type) in getProperties()
82 Set<Property> standard = super.getProperties(type); in getProperties()
83 Set<Property> sorted = new TreeSet<Property>(new PropertyComparator()); in getProperties()
91 private class PropertyComparator implements Comparator<Property> {
92 public int compare(Property o1, Property o2) { in compare()
106 private int compareByName(Property o1, Property o2, String name) { in compareByName()
117 protected NodeTuple representJavaBeanProperty(Object javaBean, Property property, in representJavaBeanProperty()
/external/testng/src/main/java/org/testng/
DReporterConfig.java29 private List<Property> m_properties = Lists.newArrayList();
36 public void addProperty(Property property) { in addProperty()
40 public List<Property> getProperties() { in getProperties()
59 ReporterConfig.Property property = m_properties.get(i); in serialize()
86 Property property = new Property(); in deserialize()
107 for (ReporterConfig.Property property : m_properties) { in newReporterInstance()
114 public static class Property { class in ReporterConfig
139 for (Property prop : m_properties) { in toString()
/external/clang/test/Analysis/
Dmalloc.cpp79 struct Property { struct
81 Property(char* n) in Property() function
85 void append(Property x);
88 append(Property(getterName)); in appendWrapper()
96 Property prop;
97 NestedProperty(Property p) in NestedProperty()
103 appendNested(NestedProperty(Property(getterName))); in appendWrapperNested()
/external/perfetto/src/tracing/core/
Dtracing_service_impl_unittest.cc54 using ::testing::Property;
68 Contains(Property( in HasTriggerModeInternal()
70 Property(&protos::TraceConfig::trigger_config, in HasTriggerModeInternal()
71 Property(&protos::TraceConfig::TriggerConfig::trigger_mode, in HasTriggerModeInternal()
734 Contains(Property( in TEST_F()
736 Property( in TEST_F()
738 Property( in TEST_F()
743 Property( in TEST_F()
745 AllOf(Property(&protos::Trigger::trigger_name, Eq(name)), in TEST_F()
746 Property(&protos::Trigger::trusted_producer_uid, Eq(123)), in TEST_F()
[all …]
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp570 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
571 assert(Property->isSubClassOf("IntrinsicProperty") && in CodeGenIntrinsic()
574 if (Property->getName() == "IntrNoMem") in CodeGenIntrinsic()
576 else if (Property->getName() == "IntrReadMem") in CodeGenIntrinsic()
578 else if (Property->getName() == "IntrWriteMem") in CodeGenIntrinsic()
580 else if (Property->getName() == "IntrArgMemOnly") in CodeGenIntrinsic()
582 else if (Property->getName() == "Commutative") in CodeGenIntrinsic()
584 else if (Property->getName() == "Throws") in CodeGenIntrinsic()
586 else if (Property->getName() == "IntrNoDuplicate") in CodeGenIntrinsic()
588 else if (Property->getName() == "IntrConvergent") in CodeGenIntrinsic()
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
DCustomOrderTest.java30 import org.yaml.snakeyaml.introspector.Property;
48 protected Set<Property> createPropertySet(Class<? extends Object> type, BeanAccess bAccess) in createPropertySet()
50 Set<Property> result = new TreeSet<Property>(Collections.reverseOrder()); in createPropertySet()
67 protected Set<Property> createPropertySet(Class<? extends Object> type, BeanAccess bAccess) in createPropertySet()
69 Set<Property> result = new LinkedHashSet<Property>(getPropertiesMap(type, in createPropertySet()
/external/clang/test/SemaObjC/
Dproperty-and-class-extension.m16 int Property; // expected-note {{previously declared 'Property' here}}
24 @property int Property; property
34 @synthesize Property; // expected-error {{property 'Property' attempting to use instance variable '
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dprop.go25 type Property struct { struct
71 Properties []Property
79 Load([]Property) error argument
80 Save() ([]Property, error)
84 type PropertyList []Property
93 func (l *PropertyList) Load(p []Property) error { argument
99 func (l *PropertyList) Save() ([]Property, error) {
314 func LoadStruct(dst interface{}, p []Property) error { argument
324 func SaveStruct(src interface{}) ([]Property, error) {
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
DFilterPropertyToDumpTest.java26 import org.yaml.snakeyaml.introspector.Property;
91 protected Set<Property> getProperties(Class<? extends Object> type) in getProperties()
93 Set<Property> set = super.getProperties(type); in getProperties()
94 Set<Property> filtered = new TreeSet<Property>(); in getProperties()
97 for (Property prop : set) { in getProperties()
/external/clang/lib/Sema/
DSemaObjCProperty.cpp357 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch() argument
359 auto Attrs = Property->getPropertyAttributes(); in checkAtomicPropertyMismatch()
366 if (Property->getPropertyAttributesAsWritten() & in checkAtomicPropertyMismatch()
815 ObjCPropertyDecl *Property) { in DiagnosePropertyMismatchDeclInProtocols() argument
819 PDecl->collectInheritedProtocolProperties(Property, PropMap); in DiagnosePropertyMismatchDeclInProtocols()
825 PDecl->collectInheritedProtocolProperties(Property, PropMap); in DiagnosePropertyMismatchDeclInProtocols()
833 QualType RHSType = S.Context.getCanonicalType(Property->getType()); in DiagnosePropertyMismatchDeclInProtocols()
845 S.Diag(Property->getLocation(), diag::warn_protocol_property_mismatch) in DiagnosePropertyMismatchDeclInProtocols()
846 << Property->getType(); in DiagnosePropertyMismatchDeclInProtocols()
1416 Sema::DiagnosePropertyMismatch(ObjCPropertyDecl *Property, in DiagnosePropertyMismatch() argument
[all …]

12345678910>>...19