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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/css/
CSSProperty.cpp 43 static int resolveToPhysicalProperty(TextDirection direction, WritingMode writingMode, LogicalBoxSide logicalSide, const int* properties)
49 return properties[logicalSide];
56 return properties[LeftSide];
58 return properties[RightSide];
60 return properties[BottomSide];
62 return properties[TopSide];
70 return properties[TopSide];
72 return properties[BottomSide];
74 return properties[LeftSide];
76 return properties[RightSide]
161 const int properties[4] = { CSSPropertyMarginTop, CSSPropertyMarginRight, CSSPropertyMarginBottom, CSSPropertyMarginLeft }; local
165 const int properties[4] = { CSSPropertyMarginTop, CSSPropertyMarginRight, CSSPropertyMarginBottom, CSSPropertyMarginLeft }; local
169 const int properties[4] = { CSSPropertyMarginTop, CSSPropertyMarginRight, CSSPropertyMarginBottom, CSSPropertyMarginLeft }; local
173 const int properties[4] = { CSSPropertyMarginTop, CSSPropertyMarginRight, CSSPropertyMarginBottom, CSSPropertyMarginLeft }; local
177 const int properties[4] = { CSSPropertyPaddingTop, CSSPropertyPaddingRight, CSSPropertyPaddingBottom, CSSPropertyPaddingLeft }; local
181 const int properties[4] = { CSSPropertyPaddingTop, CSSPropertyPaddingRight, CSSPropertyPaddingBottom, CSSPropertyPaddingLeft }; local
185 const int properties[4] = { CSSPropertyPaddingTop, CSSPropertyPaddingRight, CSSPropertyPaddingBottom, CSSPropertyPaddingLeft }; local
189 const int properties[4] = { CSSPropertyPaddingTop, CSSPropertyPaddingRight, CSSPropertyPaddingBottom, CSSPropertyPaddingLeft }; local
193 const int properties[4] = { CSSPropertyBorderTop, CSSPropertyBorderRight, CSSPropertyBorderBottom, CSSPropertyBorderLeft }; local
197 const int properties[4] = { CSSPropertyBorderTop, CSSPropertyBorderRight, CSSPropertyBorderBottom, CSSPropertyBorderLeft }; local
201 const int properties[4] = { CSSPropertyBorderTop, CSSPropertyBorderRight, CSSPropertyBorderBottom, CSSPropertyBorderLeft }; local
205 const int properties[4] = { CSSPropertyBorderTop, CSSPropertyBorderRight, CSSPropertyBorderBottom, CSSPropertyBorderLeft }; local
209 const int properties[4] = { CSSPropertyBorderTopColor, CSSPropertyBorderRightColor, CSSPropertyBorderBottomColor, CSSPropertyBorderLeftColor }; local
213 const int properties[4] = { CSSPropertyBorderTopColor, CSSPropertyBorderRightColor, CSSPropertyBorderBottomColor, CSSPropertyBorderLeftColor }; local
217 const int properties[4] = { CSSPropertyBorderTopColor, CSSPropertyBorderRightColor, CSSPropertyBorderBottomColor, CSSPropertyBorderLeftColor }; local
221 const int properties[4] = { CSSPropertyBorderTopColor, CSSPropertyBorderRightColor, CSSPropertyBorderBottomColor, CSSPropertyBorderLeftColor }; local
225 const int properties[4] = { CSSPropertyBorderTopStyle, CSSPropertyBorderRightStyle, CSSPropertyBorderBottomStyle, CSSPropertyBorderLeftStyle }; local
229 const int properties[4] = { CSSPropertyBorderTopStyle, CSSPropertyBorderRightStyle, CSSPropertyBorderBottomStyle, CSSPropertyBorderLeftStyle }; local
233 const int properties[4] = { CSSPropertyBorderTopStyle, CSSPropertyBorderRightStyle, CSSPropertyBorderBottomStyle, CSSPropertyBorderLeftStyle }; local
237 const int properties[4] = { CSSPropertyBorderTopStyle, CSSPropertyBorderRightStyle, CSSPropertyBorderBottomStyle, CSSPropertyBorderLeftStyle }; local
241 const int properties[4] = { CSSPropertyBorderTopWidth, CSSPropertyBorderRightWidth, CSSPropertyBorderBottomWidth, CSSPropertyBorderLeftWidth }; local
245 const int properties[4] = { CSSPropertyBorderTopWidth, CSSPropertyBorderRightWidth, CSSPropertyBorderBottomWidth, CSSPropertyBorderLeftWidth }; local
249 const int properties[4] = { CSSPropertyBorderTopWidth, CSSPropertyBorderRightWidth, CSSPropertyBorderBottomWidth, CSSPropertyBorderLeftWidth }; local
253 const int properties[4] = { CSSPropertyBorderTopWidth, CSSPropertyBorderRightWidth, CSSPropertyBorderBottomWidth, CSSPropertyBorderLeftWidth }; local
257 const int properties[2] = { CSSPropertyWidth, CSSPropertyHeight }; local
261 const int properties[2] = { CSSPropertyWidth, CSSPropertyHeight }; local
265 const int properties[2] = { CSSPropertyMinWidth, CSSPropertyMinHeight }; local
269 const int properties[2] = { CSSPropertyMinWidth, CSSPropertyMinHeight }; local
273 const int properties[2] = { CSSPropertyMaxWidth, CSSPropertyMaxHeight }; local
277 const int properties[2] = { CSSPropertyMaxWidth, CSSPropertyMaxHeight }; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t025lexerRulePropertyRef.py 20 assert len(lexer.properties) == 3, lexer.properties
22 text, type, line, pos, index, channel, start, stop = lexer.properties[0]
23 assert text == 'foobar', lexer.properties[0]
24 assert type == self.lexerModule.IDENTIFIER, lexer.properties[0]
25 assert line == 1, lexer.properties[0]
26 assert pos == 0, lexer.properties[0]
27 assert index == -1, lexer.properties[0]
28 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[0]
29 assert start == 0, lexer.properties[0
    [all...]
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/instance/
AndroidDevInstBuilder.java 18 import java.util.Properties;
52 private final Properties properties; field in class:AndroidDevInstBuilder
60 * @param properties the properties of the instance to be created using this builder
62 public AndroidDevInstBuilder(String instanceName, Properties properties)
64 this.properties = properties;
88 * Retrieves the properties of the instance to be created using this builde
    [all...]
  /tools/motodev/src/plugins/handset/src/com/motorola/studio/android/handset/
HandsetInstanceBuilder.java 18 import java.util.Properties;
42 private final Properties properties; field in class:HandsetInstanceBuilder
50 * @param properties the properties of the instance to be created using this builder
52 public HandsetInstanceBuilder(String instanceName, Properties properties)
54 this.properties = properties;
78 * Retrieves the properties of the instance to be created using this builde
    [all...]
  /tools/motodev/src/plugins/remote.device/src/com/motorola/studio/android/remote/
RemoteDeviceInstanceBuilder.java 18 import java.util.Properties;
29 private final Properties properties; field in class:RemoteDeviceInstanceBuilder
37 * @param properties the properties of the instance to be created using this builder
39 public RemoteDeviceInstanceBuilder(String instanceName, Properties properties)
41 this.properties = properties;
65 * Retrieves the properties of the instance to be created using this builder
    [all...]
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/model/
CheckboxNode.java 27 properties.put(ViewProperties.ViewStateSetMethod, ViewSetMethods.setChecked.name());
28 properties.put(ViewProperties.ViewStateGetMethod, ViewGetMethods.isChecked.name());
29 properties.put(ViewProperties.PreferenceSetMethod, PreferenceSetMethods.putBoolean.name());
30 properties.put(ViewProperties.PreferenceGetMethod, PreferenceGetMethods.getBoolean.name());
31 properties.put(ViewProperties.ViewStateValueType, Boolean.class.toString());
EditTextNode.java 27 properties.put(ViewProperties.ViewStateSetMethod, ViewSetMethods.setText.name());
28 properties.put(ViewProperties.ViewStateGetMethod, ViewGetMethods.getText.name());
29 properties.put(ViewProperties.PreferenceSetMethod, PreferenceSetMethods.putString.name());
30 properties.put(ViewProperties.PreferenceGetMethod, PreferenceGetMethods.getString.name());
31 properties.put(ViewProperties.ViewStateValueType, String.class.toString());
RadioButtonNode.java 27 properties.put(ViewProperties.ViewStateSetMethod, ViewSetMethods.setChecked.name());
28 properties.put(ViewProperties.ViewStateGetMethod, ViewGetMethods.isChecked.name());
29 properties.put(ViewProperties.PreferenceSetMethod, PreferenceSetMethods.putBoolean.name());
30 properties.put(ViewProperties.PreferenceGetMethod, PreferenceGetMethods.getBoolean.name());
31 properties.put(ViewProperties.ViewStateValueType, Boolean.class.toString());
SeekBarNode.java 27 properties.put(ViewProperties.ViewStateSetMethod, ViewSetMethods.setProgress.name());
28 properties.put(ViewProperties.ViewStateGetMethod, ViewGetMethods.getProgress.name());
29 properties.put(ViewProperties.PreferenceSetMethod, PreferenceSetMethods.putInt.name());
30 properties.put(ViewProperties.PreferenceGetMethod, PreferenceGetMethods.getInt.name());
31 properties.put(ViewProperties.ViewStateValueType, Integer.class.toString());
SpinnerNode.java 27 properties.put(ViewProperties.ViewStateSetMethod, ViewSetMethods.setSelection.name());
28 properties.put(ViewProperties.ViewStateGetMethod,
30 properties.put(ViewProperties.PreferenceSetMethod, PreferenceSetMethods.putInt.name());
31 properties.put(ViewProperties.PreferenceGetMethod, PreferenceGetMethods.getInt.name());
32 properties.put(ViewProperties.ViewStateValueType, Integer.class.toString());
  /frameworks/base/location/java/android/location/
LocationProvider.java 59 public LocationProvider(String name, ProviderProperties properties) {
64 mProperties = properties;
85 public static boolean propertiesMeetCriteria(String name, ProviderProperties properties,
91 if (properties == null) {
98 criteria.getAccuracy() < properties.mAccuracy) {
102 criteria.getPowerRequirement() < properties.mPowerRequirement) {
105 if (criteria.isAltitudeRequired() && !properties.mSupportsAltitude) {
108 if (criteria.isSpeedRequired() && !properties.mSupportsSpeed) {
111 if (criteria.isBearingRequired() && !properties.mSupportsBearing) {
114 if (!criteria.isCostAllowed() && properties.mHasMonetaryCost)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 38 public void intersect(Property[] properties) {
41 for (int i = 0; i < properties.length; i++) {
42 Property property = properties[i];
48 if (!propertyGroup.add(properties)) {
59 List<Property> properties = Lists.newArrayList(); local
63 properties.add(compositeProperty);
67 return properties.toArray(new Property[properties.size()]);
98 public boolean add(Property[] properties) {
99 for (Property property : properties) {
112 Property properties[] = m_properties.toArray(new Property[m_properties.size()]); local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_context_menu_api.h 22 bool ParseContexts(const DictionaryValue& properties,
26 // Looks in properties for the "type" key, and reads the value in |result|. On
30 bool ParseType(const DictionaryValue& properties,
36 const DictionaryValue& properties,
42 bool ParseURLPatterns(const DictionaryValue& properties,
46 // Reads in any document and targetUrl patterns from |properties| and sets
48 bool SetURLPatterns(const DictionaryValue& properties,
51 // If the parentId key was specified in properties, this will try looking up
54 // parentId key is not in properties, this will return true and leave |result|
57 bool GetParent(const DictionaryValue& properties,
    [all...]
extension_context_menu_api.cc 38 const DictionaryValue& properties,
42 if (!properties.GetList(key, &list)) {
80 const DictionaryValue& properties,
84 if (!properties.HasKey(kTypeKey)) {
90 if (!properties.GetString(kTypeKey, &type_string))
111 const DictionaryValue& properties,
114 if (!properties.HasKey(kCheckedKey)) {
118 if (!properties.GetBoolean(kCheckedKey, checked))
129 const DictionaryValue& properties,
132 if (!properties.HasKey(key)
208 DictionaryValue* properties; local
285 DictionaryValue *properties = NULL; local
    [all...]
  /development/build/
sdk-android-armeabi-v7a.atree 21 ${HOST_OUT}/development/sdk/images_armeabi-v7a_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-armeabi.atree 20 ${HOST_OUT}/development/sdk/images_armeabi_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-mips.atree 21 development/sdk/images_mips_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
sdk-android-x86.atree 20 ${HOST_OUT}/development/sdk/images_x86_source.properties system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/source.properties
  /external/emma/core/java12/com/vladium/emma/data/
CoverageOptionsFactory.java 11 import java.util.Properties;
26 public static CoverageOptions create (final Properties properties)
29 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS,
33 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS,
37 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION,
43 public static CoverageOptions create (final IProperties properties)
46 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_SYNTHETIC_METHODS,
50 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_EXCLUDE_BRIDGE_METHODS,
54 Property.toBoolean (properties.getProperty (InstrProcessor.PROPERTY_DO_SUID_COMPENSATION
    [all...]
  /tools/motodev/src/plugins/emulator/
build.properties 23 plugin.properties,\
  /tools/motodev/src/plugins/launch/
build.properties 23 plugin.properties
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/model/manifest/dom/
UsesPermissionNode.java 50 properties.clear();
55 properties.put(PROP_NAME, propname);
58 return properties;
  /cts/tests/tests/calendarcommon/src/android/calendarcommon2/cts/
Calendarcommon2Test.java 39 List<ICalendar.Property> properties = local
41 assertTrue(properties == null);
48 properties = component.getProperties(RecurrenceSet.CTS_PROPERTY_NAME);
49 assertTrue(properties.size() == 1);
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
TestUtils.java 24 import java.util.Properties;
71 Properties properties = System.getProperties(); local
73 properties.remove(key);
75 properties.setProperty(key, value);
77 System.setProperties(properties);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/
XMPAliasInfo.java 10 package com.adobe.xmp.properties;

Completed in 238 milliseconds

1 2 3 4 5 6 7 8 91011>>