Searched refs:properties (Results 1 - 25 of 152) sorted by relevance

1234567

/external/bluetooth/bluez/test/
H A Dtest-adapter42 properties = adapter.GetProperties() variable
43 print properties["Address"]
48 properties = adapter.GetProperties() variable
49 print properties["Name"]
56 properties = adapter.GetProperties() variable
57 print properties["Powered"]
70 properties = adapter.GetProperties() variable
71 print properties["Pairable"]
84 properties = adapter.GetProperties() variable
85 print properties["PairableTimeou
93 properties = adapter.GetProperties() variable
107 properties = adapter.GetProperties() variable
115 properties = adapter.GetProperties() variable
[all...]
H A Dlist-devices37 properties = adapter.GetProperties() variable
38 for key in properties.keys():
39 value = properties[key]
50 device_list = properties["Devices"]
59 properties = device.GetProperties() variable
60 for key in properties.keys():
61 value = properties[key]
74 node_list = properties["Nodes"]
83 properties = node.GetProperties() variable
84 for key in properties
[all...]
H A Dtest-device46 properties = device.GetProperties() variable
47 print "%s %s" % (properties["Address"], properties["Alias"])
97 properties = device.GetProperties() variable
98 print "0x%06x" % (properties["Class"])
108 properties = device.GetProperties() variable
109 print properties["Name"]
120 properties = device.GetProperties() variable
121 print properties["Alias"]
134 properties variable
154 properties = device.GetProperties() variable
[all...]
H A Dtest-discovery9 def device_found(address, properties):
12 for key in properties.keys():
13 value = properties[key]
/external/emma/core/java12/com/vladium/emma/data/
H A DCoverageOptionsFactory.java26 public static CoverageOptions create (final Properties properties) argument
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) argument
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,
/external/webkit/WebCore/css/
H A DCSSMutableStyleDeclaration.cpp61 CSSMutableStyleDeclaration::CSSMutableStyleDeclaration(CSSRule* parent, const Vector<CSSProperty>& properties, unsigned variableDependentValueCount) argument
63 , m_properties(properties)
72 // FIXME: This allows duplicate properties.
75 CSSMutableStyleDeclaration::CSSMutableStyleDeclaration(CSSRule* parent, const CSSProperty* const * properties, int numProperties) argument
86 ASSERT(properties[i]);
87 m_properties.append(*properties[i]);
88 if (properties[i]->value()->isVariableDependentValue())
91 // FIXME: This allows duplicate properties.
109 // Shorthand and 4-values properties
113 const int properties[ local
117 const int properties[2] = { CSSPropertyBackgroundRepeatX, CSSPropertyBackgroundRepeatY }; local
121 const int properties[9] = { CSSPropertyBackgroundColor, local
133 const int properties[3][4] = {{ CSSPropertyBorderTopWidth, local
158 const int properties[3] = { CSSPropertyBorderTopWidth, CSSPropertyBorderTopStyle, local
163 const int properties[3] = { CSSPropertyBorderRightWidth, CSSPropertyBorderRightStyle, local
168 const int properties[3] = { CSSPropertyBorderBottomWidth, CSSPropertyBorderBottomStyle, local
173 const int properties[3] = { CSSPropertyBorderLeftWidth, CSSPropertyBorderLeftStyle, local
178 const int properties[3] = { CSSPropertyOutlineWidth, CSSPropertyOutlineStyle, local
183 const int properties[4] = { CSSPropertyBorderTopColor, CSSPropertyBorderRightColor, local
188 const int properties[4] = { CSSPropertyBorderTopWidth, CSSPropertyBorderRightWidth, local
193 const int properties[4] = { CSSPropertyBorderTopStyle, CSSPropertyBorderRightStyle, local
198 const int properties[4] = { CSSPropertyMarginTop, CSSPropertyMarginRight, local
203 const int properties[2] = { CSSPropertyOverflowX, CSSPropertyOverflowY }; local
207 const int properties[4] = { CSSPropertyPaddingTop, CSSPropertyPaddingRight, local
212 const int properties[3] = { CSSPropertyListStyleType, CSSPropertyListStylePosition, local
218 const int properties[2] = { CSSPropertyWebkitMaskPositionX, CSSPropertyWebkitMaskPositionY }; local
222 const int properties[2] = { CSSPropertyWebkitMaskRepeatX, CSSPropertyWebkitMaskRepeatY }; local
226 const int properties[] = { CSSPropertyWebkitMaskImage, CSSPropertyWebkitMaskRepeat, local
232 const int properties[3] = { CSSPropertyWebkitTransformOriginX, local
238 const int properties[4] = { CSSPropertyWebkitTransitionProperty, CSSPropertyWebkitTransitionDuration, local
243 const int properties[6] = { CSSPropertyWebkitAnimationName, CSSPropertyWebkitAnimationDuration, local
286 getLayeredShorthandValue(const int* properties, unsigned number) const argument
385 getShorthandValue(const int* properties, int number) const argument
403 getCommonValue(const int* properties, int number) const argument
593 addParsedProperties(const CSSProperty* const* properties, int numProperties) argument
672 const int properties[2] = { CSSPropertyBackgroundPositionX, CSSPropertyBackgroundPositionY }; local
[all...]
H A DCSSPropertyLonghand.h40 const int* properties() const { return m_properties; } function in class:WebCore::CSSPropertyLonghand
/external/chromium/base/
H A Devent_trace_controller_win.cc70 HRESULT EtwTraceController::Stop(EtwTraceProperties* properties) { argument
72 if (properties == NULL)
73 properties = &ignore;
75 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
85 HRESULT EtwTraceController::Flush(EtwTraceProperties* properties) { argument
87 if (properties == NULL)
88 properties = &ignore;
90 ULONG error = ::ControlTrace(session_, NULL, properties->get(),
99 EtwTraceProperties* properties, TRACEHANDLE* session_handle) {
100 ULONG err = ::StartTrace(session_handle, session_name, properties
98 Start(const wchar_t* session_name, EtwTraceProperties* properties, TRACEHANDLE* session_handle) argument
104 Query(const wchar_t* session_name, EtwTraceProperties* properties) argument
111 Update(const wchar_t* session_name, EtwTraceProperties* properties) argument
118 Stop(const wchar_t* session_name, EtwTraceProperties* properties) argument
125 Flush(const wchar_t* session_name, EtwTraceProperties* properties) argument
[all...]
H A Devent_trace_controller_win.h95 // Our properties header.
112 // Start a session with given name and properties.
115 // Starts a session tracing to a file with some default properties.
120 // Starts a realtime session with some default properties.
132 // Stops our session and retrieve the new properties of the session,
133 // properties may be NULL.
134 HRESULT Stop(EtwTraceProperties* properties);
136 // Flushes our session and retrieve the current properties,
137 // properties may be NULL.
138 HRESULT Flush(EtwTraceProperties* properties);
[all...]
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Dforin-001.js102 var properties = new Array();
105 for ( properties[properties.length] in object ) {
106 values[values.length] = object[properties[properties.length-1]];
119 "properties.length",
121 properties.length );
125 "object["+properties[0]+"]",
127 object[properties[0]] );
267 var properties
[all...]
/external/v8/test/mjsunit/
H A Dmirror-object.js56 // Check the mirror properties.
69 var properties = mirror.properties()
70 assertEquals(names.length, properties.length);
71 for (var i = 0; i < properties.length; i++) {
72 assertTrue(properties[i] instanceof debug.Mirror, 'Unexpected mirror hierachy');
73 assertTrue(properties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierachy');
74 assertEquals('property', properties[i].type(), 'Unexpected mirror type');
75 assertEquals(names[i], properties[i].name(), 'Unexpected property name');
82 // If the object has some special properties do
[all...]
H A Ddebug-handle.js120 for (i in obj.properties) {
121 switch (obj.properties[i].name) {
123 obj.properties[i].ref = handle_o;
127 obj.properties[i].ref = handle_p;
151 for (i in obj.properties) {
152 var ref = obj.properties[i].ref;
154 switch (obj.properties[i].name) {
170 assertEquals(handle_g, obj.properties[i].ref);
180 for (i in obj.properties) {
181 refs.push(obj.properties[
[all...]
H A Dmirror-regexp.js68 // Check the mirror properties.
86 for (var i = 0; i < fromJSON.properties.length; i++) {
87 if (fromJSON.properties[i].name == p) {
89 fromJSON.properties[i].attributes,
92 fromJSON.properties[i].propertyType,
95 fromJSON.properties[i].ref,
98 refs.lookup(fromJSON.properties[i].ref).value,
H A Dmirror-array.js57 // Check the mirror properties.
85 // Check that the serialization contains all indexed properties and the length property.
87 for (var i = 0; i < fromJSON.properties.length; i++) {
88 if (fromJSON.properties[i].name == 'length') {
90 assertEquals('number', refs.lookup(fromJSON.properties[i].ref).type, "Unexpected type of the length property");
91 assertEquals(a.length, refs.lookup(fromJSON.properties[i].ref).value, "Length mismatch in parsed JSON");
93 var index = parseInt(fromJSON.properties[i].name);
97 // This test assumes that the order of the indexeed properties is in the
101 assertEquals(indexedProperties[index].value().type(), refs.lookup(fromJSON.properties[i].ref).type, 'Unexpected serialized type');
107 // Check that the serialization contains all names properties
[all...]
/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java25 * Contains properties used by EasyMock to change its default behavior. The
26 * loading order is (any step being able to overload the properties of the
29 * <li>easymock.properties in classpath default package</li>
30 * <li>System properties</li>
41 private final Properties properties = new Properties(); field in class:EasyMockProperties
57 // Load the easymock.properties file
59 "easymock.properties");
63 properties.load(in);
66 "Failed to read easymock.properties file");
75 // Then overload it with system properties
[all...]
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthConsumer.java48 private final Map<String, Object> properties = new HashMap<String, Object>(); field in class:OAuthConsumer
51 return properties.get(name);
55 properties.put(name, value);
H A DOAuthAccessor.java50 private final Map<String, Object> properties = new HashMap<String, Object>(); field in class:OAuthAccessor
53 return properties.get(name);
57 properties.put(name, value);
/external/v8/src/
H A Dapinatives.js94 var properties = %GetTemplateField(data, kApiPropertyListOffset);
95 if (properties) {
99 for (var i = 0; i < properties[0]; i += 3) {
100 var name = properties[i + 1];
101 var prop_data = properties[i + 2];
102 var attributes = properties[i + 3];
/external/webkit/WebKit/chromium/tests/
H A DUniscribeHelperTest.cpp69 // Default font properties structure for tests to use.
70 SCRIPT_FONTPROPERTIES properties; member in class:__anon6691::UniscribeTest
75 memset(&properties, 0, sizeof(SCRIPT_FONTPROPERTIES));
76 properties.cBytes = sizeof(SCRIPT_FONTPROPERTIES);
77 properties.wgBlank = ' ';
78 properties.wgDefault = '?'; // Used when the char is not in the font.
79 properties.wgInvalid = '#'; // Used for invalid characters.
118 false, hfont, scriptCache, &properties);
151 false, hfont, scriptCache, &properties);
/external/emma/core/java12/com/vladium/emma/
H A DAppLoggers.java36 public static Logger create (final String appName, final IProperties properties, final Logger base) argument
38 if (properties == null)
39 throw new IllegalArgumentException ("null input: properties");
45 final String _level = properties.getProperty (PROPERTY_VERBOSITY_LEVEL,
54 final String _filter = properties.getProperty (PROPERTY_VERBOSITY_FILTER);
H A DEMMAProperties.java26 * A reflection of "${IAppConstants.APP_PROPERTY_RES_NAME}.properties" resource
102 * @param properties [null results in null result]
104 public static IProperties wrap (final Properties properties) argument
106 if (properties == null) return null;
108 return IProperties.Factory.wrap (properties, ReportProperties.REPORT_PROPERTY_MAPPER);
112 * Retrieves application properties as classloader resource with a given name.
116 * @return properties [can be null]
127 IProperties properties = (IProperties) s_properties.get (loader);
129 if (properties != null)
130 return properties;
[all...]
/external/webkit/WebCore/inspector/front-end/
H A DObjectPropertiesSection.js48 var callback = function(properties) {
49 if (!properties)
51 self.updateProperties(properties);
56 updateProperties: function(properties, rootTreeElementConstructor, rootPropertyComparer)
66 properties.push(this.extraProperties[i]);
68 properties.sort(rootPropertyComparer);
72 for (var i = 0; i < properties.length; ++i)
73 this.propertiesTreeOutline.appendChild(new rootTreeElementConstructor(properties[i]));
91 // - convert a and b to strings (not needed here, properties are all strings)
92 // - check if a == b (not needed here, no two properties ca
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A DAndroid.mk8 properties.cpp \
/external/nist-sip/java/javax/sip/
H A DSipFactory.java33 public synchronized SipStack createSipStack(Properties properties) argument
37 String name = properties.getProperty(IP_ADDRESS_PROP);
39 name = properties.getProperty(STACK_NAME_PROP);
54 .newInstance(new Object[] {properties});
/external/webkit/WebKitTools/Scripts/
H A Dupdate-iexploder-cssproperties64 my @properties = ();
70 push(@properties, $l);
74 $result .= join("\n", sort { $a cmp $b } @properties) . "\n\n";

Completed in 1340 milliseconds

1234567