HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 1 - 25 of 1980) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
objc_property.h 10 @property int value;
11 @property float percentage;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
PropertyManager.java 11 package org.eclipse.wb.internal.core.model.property;
13 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
17 * {@link PropertyManager} is used to get/set attributes of {@link Property}.
20 * @coverage core.model.property
23 public static PropertyCategory getCategory(Property property) {
27 return property.getCategory();
31 * @return the forced {@link PropertyCategory} of given Property, may be <code>null</code>.
33 public static PropertyCategory getCategoryForced(Property property) {
    [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_cocoa.h 49 @property(nonatomic, readonly) NSPoint origin;
53 @property(nonatomic, readonly) NSString* accessKey;
54 @property(nonatomic, readonly) NSNumber* ariaAtomic;
55 @property(nonatomic, readonly) NSNumber* ariaBusy;
56 @property(nonatomic, readonly) NSString* ariaLive;
57 @property(nonatomic, readonly) NSString* ariaRelevant;
58 @property(nonatomic, readonly) NSArray* children;
59 @property(nonatomic, readonly) NSArray* columns;
60 @property(nonatomic, readonly) NSArray* columnHeaders;
61 @property(nonatomic, readonly) NSValue* columnIndexRange
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_PlatformFile.java 26 String property = System.getProperty("com.ibm.oti.configuration"); local
27 if (property == null) {
28 property = "JDK";
30 platformId = property
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/complex/
IComplexPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor.complex;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
20 * @coverage core.model.property.editor
24 * @return sub-properties of given complex property.
26 Property[] getProperties(Property property) throws Exception;
  /libcore/support/src/test/java/tests/support/
Support_PlatformFile.java 26 String property = System.getProperty("com.ibm.oti.configuration"); local
27 if (property == null) {
28 property = "JDK";
30 platformId = property
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
PropertyCategoryProviders.java 11 package org.eclipse.wb.internal.core.model.property.category;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.PropertyManager;
20 * @coverage core.model.property
29 public PropertyCategory getCategory(Property property) {
30 return property.getCategory();
35 * Returns result of {@link Property#getCategory()}, never <code>null</code>.
42 public PropertyCategory getCategory(Property property)
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/applescript/
element_applescript.h 22 @property(nonatomic, copy) NSNumber* uniqueID;
23 @property(nonatomic, retain) id container;
24 @property(nonatomic, copy) NSString* containerProperty;
27 // container property.
32 // Sets both container and property, retains container and copies property.
33 - (void)setContainer:(id)value property:(NSString*)property;
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
element_applescript.h 22 @property(nonatomic, copy) NSNumber* uniqueID;
23 @property(nonatomic, retain) id container;
24 @property(nonatomic, copy) NSString* containerProperty;
27 // container property.
32 // Sets both container and property, retains container and copies property.
33 - (void)setContainer:(id)value property:(NSString*)property;
  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
facebook_credentials_backend.py 14 @property
18 @property
22 @property
26 @property
30 @property
google_credentials_backend.py 13 @property
17 @property
21 @property
25 @property
29 @property
  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.h 67 @property int options;
68 @property(assign) NSPointerArray *compileLine;
69 @property(assign) TestFileExeGenerator *generator;
70 @property bool shouldFail;
71 @property __strong char *binaryName;
72 @property __strong char *sourceName;
73 @property __strong char *libraryPath;
74 @property __strong char *frameworkPath;
77 @property(readonly) __strong char *radar;
99 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wants64
    [all...]
  /external/chromium_org/chromeos/dbus/ibus/
ibus_property_unittest.cc 28 // Sets testing data to |property| with |prefix|.
32 void SetProperty(const std::string& prefix, IBusProperty* property) {
33 property->set_key(prefix + kSampleKey);
34 property->set_type(kSampleType);
35 property->set_label(prefix + kSampleLabel);
36 property->set_tooltip(prefix + kSampleTooltip);
37 property->set_visible(kSampleVisible);
38 property->set_checked(kSampleChecked);
39 property->mutable_sub_properties()->clear();
42 // Checks testing data in |property| with |prefix|
90 IBusProperty property; local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
StringComboPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
14 import org.eclipse.wb.internal.core.model.property.Property;
20 * @coverage core.model.property.editor
40 protected String getText(Property property) throws Exception {
41 return (String) property.getValue();
50 protected void addItems(Property property, CCombo3 combo) throws Exception {
57 protected void selectItem(Property property, CCombo3 combo) throws Exception
    [all...]
LocalePropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor;
13 import org.eclipse.wb.internal.core.model.property.Property;
21 * @coverage core.model.property.editor
40 protected String getText(Property property) throws Exception {
41 Object value = property.getValue();
55 protected void openDialog(Property property) throws Exception {
56 Object value = property.getValue()
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
clickhold_button_cell.h 28 @property(assign, nonatomic) BOOL enableClickHold;
33 @property(assign, nonatomic) NSTimeInterval clickHoldTimeout;
36 @property(assign, nonatomic) BOOL trackOnlyInRect;
40 @property(assign, nonatomic) BOOL activateOnDrag;
43 @property(assign, nonatomic) id clickHoldTarget;
44 @property(assign, nonatomic) SEL clickHoldAction;
  /external/chromium_org/chrome/browser/ui/cocoa/
clickhold_button_cell.h 26 @property(assign, nonatomic) BOOL enableClickHold;
31 @property(assign, nonatomic) NSTimeInterval clickHoldTimeout;
34 @property(assign, nonatomic) BOOL trackOnlyInRect;
38 @property(assign, nonatomic) BOOL activateOnDrag;
41 @property(assign, nonatomic) id clickHoldTarget;
42 @property(assign, nonatomic) SEL clickHoldAction;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
PropertyEditorPresentation.java 11 package org.eclipse.wb.internal.core.model.property.editor.presentation;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
15 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
22 * @coverage core.model.property.editor
26 * Shows presentation for given {@link Property}.
31 Property property,
40 public abstract void hide(PropertyTable propertyTable, Property property)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/string/
StringPropertyEditor.java 11 package org.eclipse.wb.internal.core.model.property.editor.string;
13 import org.eclipse.wb.internal.core.model.property.Property;
14 import org.eclipse.wb.internal.core.model.property.editor.AbstractTextPropertyEditor;
15 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
16 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation;
17 import org.eclipse.wb.internal.core.model.property.editor.presentation.PropertyEditorPresentation;
18 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
26 * @coverage core.model.property.editor
46 protected void onClick(PropertyTable propertyTable, Property property) throws Exception
    [all...]
  /external/chromium_org/chrome/test/mini_installer/
verifier.py 8 def Verify(property):
9 """Verifies that the current machine states match the property dictionary.
11 A property dictionary is a dictionary where each key is a verifier's name and
16 property: A property dictionary.
18 for verifier_name, value in property.iteritems():
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedEnumerationPropertyTearOff.h 32 virtual void setBaseVal(const unsigned& property, ExceptionState& es)
35 if (!property || property > SVGPropertyTraits<EnumType>::highestEnumValue()) {
39 SVGAnimatedStaticPropertyTearOff<unsigned>::setBaseVal(property, es);
42 static PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<EnumType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, EnumType& property)
45 return adoptRef(new SVGAnimatedEnumerationPropertyTearOff<EnumType>(contextElement, attributeName, animatedPropertyType, reinterpret_cast<unsigned&>(property)));
56 SVGAnimatedEnumerationPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, unsigned& property)
57 : SVGAnimatedStaticPropertyTearOff<unsigned>(contextElement, attributeName, animatedPropertyType, property)
  /external/clang/test/Index/
complete-properties.m 9 @property int Prop0;
10 @property int Prop1;
11 @property float Prop2;
15 @property id Prop3;
16 @property id Prop4;
25 @property id Prop3;
33 @property id Prop2;
49 @property int Prop5;
  /external/clang/test/PCH/Inputs/
chain-remap-types1.h 9 @property X *prop;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
EnumXmlPropertyEditor.java 23 import org.eclipse.wb.internal.core.model.property.Property;
24 import org.eclipse.wb.internal.core.model.property.editor.AbstractComboPropertyEditor;
25 import org.eclipse.wb.internal.core.model.property.editor.ITextValuePropertyEditor;
35 protected String getText(Property property) throws Exception {
36 Object value = property.getValue();
41 } else if (value == Property.UNKNOWN_VALUE) {
48 private String[] getItems(Property property) {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCharStreamState.h 41 @property (assign) NSInteger index;
42 @property (assign) NSUInteger line;
43 @property (assign) NSUInteger charPositionInLine;

Completed in 650 milliseconds

1 2 3 4 5 6 7 8 91011>>