HomeSort by relevance Sort by last modified time
    Searched defs:Property (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
ICalendar.java 29 * Component and Property, for use in the test.
41 private final LinkedHashMap<String, ArrayList<Property>> mPropsMap =
42 new LinkedHashMap<String, ArrayList<Property>>();
53 * Adds a Property to this component.
56 public void addProperty(Property prop) {
58 ArrayList<Property> props = mPropsMap.get(name);
60 props = new ArrayList<Property>();
69 * @param name The name of the property that should be returned.
72 public List<Property> getProperties(String name) {
78 * A property within an iCalendar component (e.g., DTSTART, DTEND, etc.
    [all...]
  /external/lldb/source/Interpreter/
Property.cpp 1 //===-- Property.cpp --------------------------------------------*- C++ -*-===//
12 #include "lldb/Interpreter/Property.h"
26 Property::Property (const PropertyDefinition &definition) :
171 Property::Property (const ConstString &name,
183 Property::DumpQualifiedName(Stream &strm) const
197 Property::Dump (const ExecutionContext *exe_ctx, Stream &strm, uint32_t dump_mask) const
227 Property::DumpDescription (CommandInterpreter &interpreter,
  /frameworks/base/core/java/android/util/
Property.java 20 * A property is an abstraction that can be used to represent a <emb>mutable</em> value that is held
21 * in a <em>host</em> object. The Property's {@link #set(Object, Object)} or {@link #get(Object)}
25 * @param <T> The class on which the property is declared.
26 * @param <V> The type that this property represents.
28 public abstract class Property<T, V> {
34 * This factory method creates and returns a Property given the <code>class</code> and
47 * <code>setName()</code> method is not found, the <code>Property</code> will be
49 * a property is allowed, but will have no effect.</p>
54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) {
59 * A constructor that takes an identifying name and {@link #getType() type} for the property
    [all...]
  /external/clang/test/Analysis/
malloc.cpp 79 struct Property {
81 Property(char* n)
85 void append(Property x);
88 append(Property(getterName));
96 Property prop;
97 NestedProperty(Property p)
103 appendNested(NestedProperty(Property(getterName)));
  /external/lldb/include/lldb/Interpreter/
Property.h 1 //===-- Property.h ----------------------------------------------*- C++ -*-===//
27 // Property class instances can be constructed using one of these.
39 class Property
42 Property (const PropertyDefinition &definition);
44 Property (const ConstString &name,
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
BmsgTokenizer.java 35 static public class Property {
39 public Property(String name, String value) {
57 return ((o instanceof Property) && ((Property) o).name.equals(name) && ((Property) o).value
73 public Property next(boolean alwaysReturn) throws ParseException {
84 throw new ParseException("Property or empty line expected", pos());
94 return new Property(mMatcher.group(2), mMatcher.group(3));
97 public Property next() throws ParseException {
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
BmsgTokenizer.java 35 static public class Property {
39 public Property(String name, String value) {
57 return ((o instanceof Property) && ((Property) o).name.equals(name) && ((Property) o).value
73 public Property next(boolean alwaysReturn) throws ParseException {
84 throw new ParseException("Property or empty line expected", pos());
94 return new Property(mMatcher.group(2), mMatcher.group(3));
97 public Property next() throws ParseException {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
Property.java 11 package org.eclipse.wb.internal.core.model.property;
15 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
16 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
22 * {@link Property} is used to display/change properties of ObjectInfo's.
25 * @coverage core.model.property
27 public abstract class Property {
29 * The value that should be used when we don't know real value of {@link Property}. We can not use
50 public Property(PropertyEditor editor) {
61 * @return the title displayed to the user to identify the property.
66 * @return <code>true</code> if this property has a non-default valu
    [all...]
  /external/v8/src/compiler/
operator.h 34 enum Property {
48 typedef base::Flags<Property, uint8_t> Properties;
73 // Check whether this operator has the given property.
74 bool HasProperty(Property property) const {
75 return (properties() & property) == property;
  /external/emma/core/java12/com/vladium/util/
Property.java 7 * $Id: Property.java,v 1.1.1.1.2.4 2004/07/16 23:32:04 vlad_r Exp $
32 abstract class Property
49 * should be used for read-only property only
92 * This method is not property aliasing-aware.
105 final Properties appDefaults = Property.getProperties (namespace + "_default.properties", loader);
108 final String fileName = Property.getSystemProperty (namespace + ".properties");
113 systemFileOverrides = Property.getLazyPropertiesFromFile (file);
115 final Properties systemOverrides = Property.getSystemProperties (namespace);
116 final Properties resOverrides = Property.getProperties (namespace + ".properties", loader);
309 * Returns a lazy property implementation that will read 'load' as a .propertie
    [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 413 errs() << "Unsupported SD Node property '" << PropList[i]->getName()
558 Record *Property = PropList->getElementAsRecord(i);
559 assert(Property->isSubClassOf("IntrinsicProperty") &&
560 "Expected a property!");
562 if (Property->getName() == "IntrNoMem")
564 else if (Property->getName() == "IntrReadArgMem")
566 else if (Property->getName() == "IntrReadMem")
568 else if (Property->getName() == "IntrReadWriteArgMem")
570 else if (Property->getName() == "Commutative")
572 else if (Property->getName() == "Throws"
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 85 struct tgsi_property Property;
  /frameworks/base/media/java/android/mtp/
MtpPropertyGroup.java 35 private class Property {
36 // MTP property code
43 Property(int code, int type, int column) {
57 private final Property[] mProperties;
67 // constructs a property group for a list of properties
80 mProperties = new Property[count];
91 private Property createProperty(int code, ArrayList<String> columns) {
188 Log.e(TAG, "unsupported property " + code);
194 return new Property(code, type, columns.size() - 1);
196 return new Property(code, type, -1)
357 Property property = mProperties[propertyIndex]; local
    [all...]
  /frameworks/native/include/input/
KeyCharacterMap.h 184 struct Property {
185 inline Property(int32_t property = 0, int32_t metaState = 0) :
186 property(property), metaState(metaState) { }
188 int32_t property; member in struct:android::KeyCharacterMap::Parser::Property
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py 396 e.g. word, paragraph or property
399 e.g. by index, by range, by name, or by property specifier
402 e.g. its index, its name, or its property specifier
437 class Property(ObjectSpecifier):
444 return "Property(%r, %r)" % (self.seld.type, self.fr)
446 return "Property(%r)" % (self.seld.type,)
450 return "Property %s of %s" % (str(self.seld), str(self.fr))
452 return "Property %s" % str(self.seld)
457 # want is the type of this property
458 # which is the property name of this propert
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewNode.java 30 public List<Property> properties = new ArrayList<Property>();
31 public Map<String, Property> namedProperties = new HashMap<String, Property>();
95 Property p = namedProperties.get(name);
107 Property p = namedProperties.get(name);
165 public static class Property {
183 final Property other = (Property) obj;
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 21 import com.vladium.util.Property;
194 // * Creates a property view specific to 'reportType' report type.
212 // * @param type [null/empty indicates type-neutral property]
281 /* view type is no longer a user-overridable property [it is driven by SourceFile attribute presence]
292 result.setHideClasses (Property.toBoolean (hideClasses));
493 // // TODO: this kind of lookup makes the property listing confusing
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 76 private final LinkedHashMap<String, ArrayList<Property>> mPropsMap =
77 new LinkedHashMap<String, ArrayList<Property>>();
134 * Adds a Property to this component.
137 public void addProperty(Property prop) {
139 ArrayList<Property> props = mPropsMap.get(name);
141 props = new ArrayList<Property>();
148 * Returns a set of the property names within this component.
149 * @return A set of property names within this component.
158 * @param name The name of the property that should be returned.
161 public List<Property> getProperties(String name)
488 Property property; local
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 166 /// Access Expression | "Base" Decl | "Property" Decl
168 /// self.property | self (VarDecl) | property (ObjCPropertyDecl)
183 /// The extra flag is "true" if the Base and Property are enough to uniquely
190 /// The "property" decl, as described in the class documentation.
194 const NamedDecl *Property;
204 WeakObjectProfileTy(const Expr *Base, const ObjCPropertyDecl *Property);
209 const NamedDecl *getProperty() const { return Property; }
212 /// rather than, say, an instance variable or property of another object.
227 return Base == Other.Base && Property == Other.Property
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 634 MSPropertyDecl *Property = MSPropertyDecl::Create(
638 SemaRef.InstantiateAttrs(TemplateArgs, D, Property, LateAttrs,
642 Property->setInvalidDecl();
644 Property->setAccess(D->getAccess());
645 Owner->addDecl(Property);
647 return Property;
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 42 /** Describes the kinds of tokens a CSS property's value can safely contain. */
46 static final class Property {
56 private Property(
73 static final Property DISALLOWED = new Property(
76 private final ImmutableMap<String, Property> properties;
78 private CssSchema(ImmutableMap<String, Property> properties) {
86 * @param propertyNames a series of lower-case CSS property names that appear
88 * property name. This class's {@code main} method will dump a list of
89 * known property names when run with zero arguments
130 Property property = properties.get(propertyName); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bdamedia.h 25 KSPROPERTY Property;
54 BDA Topology Property Set {A14EE835-0A23-11d3-9CC7-00C04F7971E0}
190 BDA Pin Control Property {0DED49D5-A8B7-4d5d-97A1-12B0C195874D}
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 156 PKSPROPERTY Property;

Completed in 1051 milliseconds

1 2 3 4