/external/webkit/Source/WebCore/css/ |
CSSParser.cpp | 790 /* The comment to the left defines all valid value of this properties as defined 794 /* All the CSS properties are not supported by the renderer at the moment. 795 * Note that all the CSS2 Aural properties are only checked, if CSS_AURAL is defined 868 /* Start of supported CSS properties with validation. This is needed for parseShorthand to work 978 const int properties[2] = { CSSPropertyWebkitBorderHorizontalSpacing, local 1473 const int properties[5] = { CSSPropertyWebkitMarqueeDirection, CSSPropertyWebkitMarqueeIncrement, local 1631 const int properties[2] = { CSSPropertyWebkitMarginBeforeCollapse, local 1813 const int properties[] = { CSSPropertyBackgroundImage, CSSPropertyBackgroundRepeat, local 1819 const int properties[] = { CSSPropertyWebkitMaskImage, CSSPropertyWebkitMaskRepeat, local 1827 const int properties[3] = { CSSPropertyBorderWidth, CSSPropertyBorderStyle, local 1834 const int properties[3] = { CSSPropertyBorderTopWidth, CSSPropertyBorderTopStyle, local 1841 const int properties[3] = { CSSPropertyBorderRightWidth, CSSPropertyBorderRightStyle, local 1848 const int properties[3] = { CSSPropertyBorderBottomWidth, CSSPropertyBorderBottomStyle, local 1855 const int properties[3] = { CSSPropertyBorderLeftWidth, CSSPropertyBorderLeftStyle, local 1861 const int properties[3] = { CSSPropertyWebkitBorderStartWidth, CSSPropertyWebkitBorderStartStyle, local 1867 const int properties[3] = { CSSPropertyWebkitBorderEndWidth, CSSPropertyWebkitBorderEndStyle, local 1873 const int properties[3] = { CSSPropertyWebkitBorderBeforeWidth, CSSPropertyWebkitBorderBeforeStyle, local 1879 const int properties[3] = { CSSPropertyWebkitBorderAfterWidth, CSSPropertyWebkitBorderAfterStyle, local 1886 const int properties[3] = { CSSPropertyOutlineWidth, CSSPropertyOutlineStyle, local 1893 const int properties[4] = { CSSPropertyBorderTopColor, CSSPropertyBorderRightColor, local 1900 const int properties[4] = { CSSPropertyBorderTopWidth, CSSPropertyBorderRightWidth, local 1907 const int properties[4] = { CSSPropertyBorderTopStyle, CSSPropertyBorderRightStyle, local 1914 const int properties[4] = { CSSPropertyMarginTop, CSSPropertyMarginRight, local 1921 const int properties[4] = { CSSPropertyPaddingTop, CSSPropertyPaddingRight, local 1935 const int properties[3] = { CSSPropertyListStyleType, CSSPropertyListStylePosition, local 1940 const int properties[2] = { CSSPropertyWebkitColumnWidth, CSSPropertyWebkitColumnCount }; local 1944 const int properties[3] = { CSSPropertyWebkitColumnRuleWidth, CSSPropertyWebkitColumnRuleStyle, local 1949 const int properties[2] = { CSSPropertyWebkitTextStrokeWidth, CSSPropertyWebkitTextStrokeColor }; local 1986 const int properties[] = { CSSPropertyWebkitTextEmphasisStyle, CSSPropertyWebkitTextEmphasisColor }; local 2245 const int properties[] = { CSSPropertyWebkitAnimationName, local 2306 const int properties[] = { CSSPropertyWebkitTransitionProperty, local [all...] |
/device/moto/stingray/recovery/ |
recovery_ui.cpp | 19 #include <cutils/properties.h>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar | |
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | |
org.eclipse.osgi.util_3.2.100.v20100503.jar | |
/external/srec/seti/sltsEngine/include/ |
lts_seq_internal.h | 91 int properties[ NumQuestionTypes]; member in struct:LDP
|
/external/webkit/Source/JavaScriptCore/heap/ |
MarkStack.h | 66 void appendValues(WriteBarrierBase<Unknown>* barriers, size_t count, MarkSetProperties properties = NoNullValues) 70 m_markSets.append(MarkSet(values, values + count, properties)); 93 MarkSet(JSValue* values, JSValue* end, MarkSetProperties properties) 96 , m_properties(properties)
|
/external/webkit/Source/WebCore/inspector/front-end/ |
EventListenersSidebarPane.js | 129 // Changed from a Properties List 180 this.propertiesElement.className = "event-properties properties-tree source-code"; /* Changed from "properties" */ 188 var properties = []; 190 properties.push(new WebInspector.RemoteObjectProperty("node", nodeObject)); 194 properties.push(new WebInspector.RemoteObjectProperty(propertyName, value)); 196 this.updateProperties(properties);
|
WatchExpressionsSidebarPane.js | 99 // In the outer function, we calculate the number of properties 104 // method to get all the properties refreshed at once. 105 properties.push(property); 107 if (properties.length == propertyCount) { 108 this.updateProperties(properties, WebInspector.WatchExpressionTreeElement, WebInspector.WatchExpressionsSection.CompareProperties); 124 var properties = []; 126 // Count the properties, so we known when to call this.updateProperties()
|
/external/webkit/Source/WebKit/android/wds/ |
DebugServer.cpp | 35 #include <cutils/properties.h>
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
peers.h | 47 virtual void properties();
|
/frameworks/native/opengl/libs/GLES2/ |
gl2.cpp | 27 #include <cutils/properties.h>
|
/ndk/build/tools/ |
dev-cleanup.sh | 72 clean_file $1/local.properties
|
/system/core/libsysutils/src/ |
ServiceManager.cpp | 8 #include <cutils/properties.h>
|
/system/vold/ |
Ext4.cpp | 39 #include <cutils/properties.h>
|
/frameworks/base/core/jni/ |
android_bluetooth_common.cpp | 30 #include <cutils/properties.h> 40 static Properties remote_device_properties[] = { 60 static Properties adapter_properties[] = { 74 static Properties input_properties[] = { 78 static Properties pan_properties[] = { 84 static Properties health_device_properties[] = { 88 static Properties health_channel_properties[] = { 564 int get_property(DBusMessageIter iter, Properties *properties, 580 if (!strncmp(property, properties[i].name, strlen(property)) [all...] |
/external/v8/test/mjsunit/ |
object-create.js | 29 // We do not support nonconfigurable properties on objects so that is not 69 // Simple object with prototype, no properties added. 73 // Simple object with object with prototype, no properties added. 89 // Ensure by default properties are not writable. 151 // Instead of a plain props object, let's use getters to return its properties. 163 // We shouldn't throw the exception for an ambiguous properties object 223 // Ensure that only enumerable own properties on the descriptor are used.
|
mirror-error.js | 57 // Check the mirror properties. 69 for (var i in fromJSON.properties) { 70 var p = fromJSON.properties[i];
|
object-get-own-property-names.js | 54 // Check that non-enumerable properties are being returned. 64 // Check that no proto properties are returned. 72 // Check that getter properties are returned.
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
PropertiesTest.java | 38 import java.util.Properties; 46 Properties tProps; 51 * @tests java.util.Properties#Properties() 54 // Test for method java.util.Properties() 55 Properties p = new Properties(); 58 assertTrue("Created incorrect Properties", true); 62 Properties p = new Properties(); 86 Properties properties = new Properties(systemProperties); local 570 Properties properties = new Properties(); local 627 Properties properties = new Properties(defaults); local [all...] |
/development/build/ |
Android.mk | 6 $(HOST_OUT)/development/sdk/%_source.properties, \ 10 $(HOST_OUT)/development/samples/%_source.properties, \ 18 $(HOST_OUT)/development/sdk/%_source.properties : $(TOPDIR)development/sdk/%_source.prop_template 26 $(HOST_OUT)/development/samples/%_source.properties : $(TOPDIR)development/samples/%_source.prop_template
|
/external/chromium/chrome/common/ |
json_schema_validator.cc | 291 DictionaryValue* properties = NULL; local 292 schema->GetDictionary("properties", &properties); 293 if (properties) { 294 for (DictionaryValue::key_iterator key = properties->begin_keys(); 295 key != properties->end_keys(); ++key) { 298 CHECK(properties->GetDictionary(*key, &prop_schema)); 304 // Properties are required unless there is an optional field set to 319 // Validate additional properties. 322 if (properties && properties->HasKey(*key) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/ |
ScenarioResultsElement.java | 20 import org.eclipse.ui.views.properties.IPropertyDescriptor; 21 import org.eclipse.ui.views.properties.TextPropertyDescriptor; 75 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyDescriptors() 93 * @see org.eclipse.ui.views.properties.IPropertySource#getPropertyValue(java.lang.Object)
|
/external/openfst/src/include/fst/ |
fstlib.h | 35 // members satisfy certain algebraic ("semiring") properties. 140 #include <fst/properties.h> 147 #include <fst/test-properties.h>
|
/external/openssl/crypto/asn1/ |
charmap.pl | 10 # RFC2253 character properties 68 * Mask of various character properties
|