/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | ProxySelectorTest.java | 117 System.setProperty("http.proxyHost", HTTP_PROXY_HOST); in test_selectLjava_net_URI_SelectExact() 118 System.setProperty("http.proxyPort", String.valueOf(HTTP_PROXY_PORT)); in test_selectLjava_net_URI_SelectExact() 120 System.setProperty("https.proxyHost", HTTPS_PROXY_HOST); in test_selectLjava_net_URI_SelectExact() 121 System.setProperty("https.proxyPort", String.valueOf(HTTPS_PROXY_PORT)); in test_selectLjava_net_URI_SelectExact() 123 System.setProperty("ftp.proxyHost", FTP_PROXY_HOST); in test_selectLjava_net_URI_SelectExact() 124 System.setProperty("ftp.proxyPort", String.valueOf(FTP_PROXY_PORT)); in test_selectLjava_net_URI_SelectExact() 126 System.setProperty("socksProxyHost", SOCKS_PROXY_HOST); in test_selectLjava_net_URI_SelectExact() 127 System.setProperty("socksProxyPort", String.valueOf(SOCKS_PROXY_PORT)); in test_selectLjava_net_URI_SelectExact() 158 System.setProperty("http.proxyHost", HTTP_PROXY_HOST); in test_selectLjava_net_URI_SelectExact_NullHost() 159 System.setProperty("http.proxyPort", String.valueOf(HTTP_PROXY_PORT)); in test_selectLjava_net_URI_SelectExact_NullHost() [all …]
|
D | ExcludedProxyTest.java | 47 System.setProperty("http.proxyHost", in test_usingProxy() 56 System.setProperty("http.proxyPort", "81"); in test_usingProxy() 65 System.setProperty("http.proxyPort", "80"); in test_usingProxy() 121 System.setProperty("socksProxyHost", in test_Constructor() 123 System.setProperty("socksProxyPort", String in test_Constructor() 135 System.setProperty("socksProxyHost", in test_Constructor() 138 .setProperty( in test_Constructor()
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | DOMCSS.mm | 134 [self setProperty:@"azimuth" value:azimuth priority:@""]; 144 [self setProperty:@"background" value:background priority:@""]; 154 [self setProperty:@"background-attachment" value:backgroundAttachment priority:@""]; 164 [self setProperty:@"background-color" value:backgroundColor priority:@""]; 174 [self setProperty:@"background-image" value:backgroundImage priority:@""]; 184 [self setProperty:@"background-position" value:backgroundPosition priority:@""]; 194 [self setProperty:@"background-repeat" value:backgroundRepeat priority:@""]; 204 [self setProperty:@"border" value:border priority:@""]; 214 [self setProperty:@"border-collapse" value:borderCollapse priority:@""]; 224 [self setProperty:@"border-color" value:borderColor priority:@""]; [all …]
|
/external/webkit/Source/WebCore/editing/ |
D | DeleteButtonController.cpp | 193 style->setProperty(CSSPropertyWebkitUserDrag, CSSValueNone); in createDeletionUI() 194 style->setProperty(CSSPropertyWebkitUserSelect, CSSValueNone); in createDeletionUI() 195 style->setProperty(CSSPropertyWebkitUserModify, CSSValueReadOnly); in createDeletionUI() 196 style->setProperty(CSSPropertyVisibility, CSSValueHidden); in createDeletionUI() 197 style->setProperty(CSSPropertyPosition, CSSValueAbsolute); in createDeletionUI() 198 style->setProperty(CSSPropertyCursor, CSSValueDefault); in createDeletionUI() 199 style->setProperty(CSSPropertyTop, "0"); in createDeletionUI() 200 style->setProperty(CSSPropertyRight, "0"); in createDeletionUI() 201 style->setProperty(CSSPropertyBottom, "0"); in createDeletionUI() 202 style->setProperty(CSSPropertyLeft, "0"); in createDeletionUI() [all …]
|
D | EditingStyle.cpp | 145 style->setProperty(m_propertyID, m_primitiveValue->cssText()); in addToStyle() 220 style->setProperty(m_propertyID, value->cssText()); in addToStyle() 231 dummyStyle->setProperty(m_propertyID, element->getAttribute(m_attrName)); in attributeValueAsCSSValue() 298 setProperty(propertyID, value); in EditingStyle() 338 void EditingStyle::setProperty(int propertyID, const String& value, bool important) in setProperty() function in WebCore::EditingStyle 344 m_mutableStyle->setProperty(propertyID, value, important, ec); in setProperty() 351 …m_mutableStyle->setProperty(CSSPropertyFontSize, computedStyle->getFontSizeCSSValuePreferringKeywo… in replaceFontSizeByKeywordIfPossible() 463 …textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->… in extractAndRemoveTextDirection() 464 …textDirection->m_mutableStyle->setProperty(CSSPropertyDirection, m_mutableStyle->getPropertyValue(… in extractAndRemoveTextDirection() 519 …m_mutableStyle->setProperty(CSSPropertyTextDecoration, textDecorationsInEffect->cssText(), m_mutab… in collapseTextDecorationProperties() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | LSSerializerImpl.java | 255 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS in initializeSerializerProps() 259 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS in initializeSerializerProps() 263 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS in initializeSerializerProps() 268 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS in initializeSerializerProps() 272 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS in initializeSerializerProps() 277 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS in initializeSerializerProps() 282 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS in initializeSerializerProps() 285 fDOMConfigProperties.setProperty(DOMConstants.S_XERCES_PROPERTIES_NS in initializeSerializerProps() 298 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS in initializeSerializerProps() 300 fDOMConfigProperties.setProperty(DOMConstants.S_DOM3_PROPERTIES_NS in initializeSerializerProps() [all …]
|
/external/webkit/Source/WebCore/html/ |
D | HTMLTableElement.cpp | 463 decl->setProperty(CSSPropertyBorderTopStyle, v, false); in additionalAttributeStyleDecls() 464 decl->setProperty(CSSPropertyBorderBottomStyle, v, false); in additionalAttributeStyleDecls() 465 decl->setProperty(CSSPropertyBorderLeftStyle, v, false); in additionalAttributeStyleDecls() 466 decl->setProperty(CSSPropertyBorderRightStyle, v, false); in additionalAttributeStyleDecls() 522 decl->setProperty(CSSPropertyBorderLeftWidth, CSSValueThin, false); in addSharedCellBordersDecl() 523 decl->setProperty(CSSPropertyBorderRightWidth, CSSValueThin, false); in addSharedCellBordersDecl() 524 decl->setProperty(CSSPropertyBorderLeftStyle, CSSValueSolid, false); in addSharedCellBordersDecl() 525 decl->setProperty(CSSPropertyBorderRightStyle, CSSValueSolid, false); in addSharedCellBordersDecl() 526 decl->setProperty(CSSPropertyBorderColor, "inherit", false); in addSharedCellBordersDecl() 529 decl->setProperty(CSSPropertyBorderTopWidth, CSSValueThin, false); in addSharedCellBordersDecl() [all …]
|
/external/emma/ant/ant14/com/vladium/emma/report/ |
D | ReportCfg.java | 57 m_settings.setProperty (m_prefix.concat (UNITS_TYPE), units.getValue ()); in setUnits() 62 m_settings.setProperty (m_prefix.concat (DEPTH), depth.getValue ()); in setDepth() 67 m_settings.setProperty (m_prefix.concat (COLUMNS), columns); in setColumns() 72 m_settings.setProperty (m_prefix.concat (SORT), sort); in setSort() 77 m_settings.setProperty (m_prefix.concat (METRICS), metrics); in setMetrics() 90 m_settings.setProperty (m_prefix.concat (OUT_FILE), fileName); in setOutfile() 95 m_settings.setProperty (m_prefix.concat (OUT_ENCODING), encoding); in setEncoding() 145 m_settings.setProperty (prefixedName, value); in processGenericSettings() 352 m_settings.setProperty (PREFIX.concat (UNITS_TYPE), units.getValue ()); in setUnits() 357 m_settings.setProperty (PREFIX.concat (DEPTH), depth.getValue ()); in setDepth() [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | PropertiesTest.java | 153 myProps.setProperty("Abba", "Cadabra"); in test_listLjava_io_PrintStream() 154 myProps.setProperty("Open", "Sesame"); in test_listLjava_io_PrintStream() 155 myProps.setProperty("LongProperty", in test_listLjava_io_PrintStream() 183 myProps.setProperty("Abba", "Cadabra"); in test_listLjava_io_PrintWriter() 184 myProps.setProperty("Open", "Sesame"); in test_listLjava_io_PrintWriter() 185 myProps.setProperty("LongProperty", in test_listLjava_io_PrintWriter() 483 parent.setProperty("parent.a.key", "parent.a.value"); in test_propertyNames_sequence() 484 parent.setProperty("parent.b.key", "parent.b.value"); in test_propertyNames_sequence() 492 current.setProperty("current.a.key", "current.a.value"); in test_propertyNames_sequence() 493 current.setProperty("current.b.key", "current.b.value"); in test_propertyNames_sequence() [all …]
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
D | PropertiesHelperTest.java | 12 System.setProperty("blinfiddle.ox.heart", "orange juice"); in shouldDoVariableSubstitutionUsingSystemProperties() 13 System.setProperty("ornithopter.defenestration", "nickel"); in shouldDoVariableSubstitutionUsingSystemProperties() 21 properties.setProperty("result", "{${first.value} + ${system.value.xbf5547}}"); in shouldDoVariableSubstitutionOnProperties() 22 System.setProperty("system.value.xbf5547", "system"); in shouldDoVariableSubstitutionOnProperties() 23 properties.setProperty("first.value", "first"); in shouldDoVariableSubstitutionOnProperties()
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/ |
D | tst_qscriptvalue.cpp | 331 invalid.setProperty("aaa", property); in setPropertySimple() 332 invalid.setProperty(13, property); in setPropertySimple() 333 invalid.setProperty(engine.toStringHandle("aaa"), property); in setPropertySimple() 343 object.setProperty(13, property); in setPropertySimple() 344 object.setProperty("aaa", property); in setPropertySimple() 345 object.setProperty(engine.toStringHandle("aaa"), property); in setPropertySimple() 360 object.setProperty(13, property); in setPropertySimple() 361 object.setProperty("aaa", property); in setPropertySimple() 362 object.setProperty(engine.toStringHandle("bbb"), property); in setPropertySimple() 374 object.setProperty("foo", property); in setPropertySimple() [all …]
|
/external/webkit/Source/WebKit/qt/tests/qdeclarativewebview/ |
D | tst_qdeclarativewebview.cpp | 129 wv->setProperty("pixelCacheSize", 0); // mainly testing that it doesn't crash or anything! in basicProperties() 196 wv->setProperty("url", QUrl("qrc:///resources/forward.html")); in historyNav() 299 wv->setProperty("newWindowComponent", QVariant::fromValue(&substituteComponent)); in newWindowComponent() 303 wv->setProperty("newWindowComponent", QVariant::fromValue(&substituteComponent)); in newWindowComponent() 306 wv->setProperty("newWindowComponent", QVariant::fromValue((QDeclarativeComponent*)0)); in newWindowComponent() 326 wv->setProperty("newWindowParent", QVariant::fromValue(newWindowParent)); in newWindowParent() 333 wv->setProperty("newWindowParent", QVariant::fromValue(newWindowParent)); in newWindowParent() 336 wv->setProperty("newWindowParent", QVariant::fromValue((QDeclarativeItem*)0)); in newWindowParent() 347 wv->setProperty("testUrl", QUrl("qrc:///resources/sample.html")); in preferredWidthTest() 358 wv->setProperty("testUrl", QUrl("qrc:///resources/sample.html")); in preferredHeightTest() [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | ProcessorOutputElem.java | 64 m_outputProperties.setProperty(OutputKeys.DOCTYPE_PUBLIC, newValue); in setDoctypePublic() 74 m_outputProperties.setProperty(OutputKeys.DOCTYPE_SYSTEM, newValue); in setDoctypeSystem() 84 m_outputProperties.setProperty(OutputKeys.ENCODING, newValue); in setEncoding() 104 m_outputProperties.setProperty(OutputKeys.MEDIA_TYPE, newValue); in setMediaType() 144 m_outputProperties.setProperty(OutputKeys.VERSION, newValue); in setVersion() 154 m_outputProperties.setProperty(key, attrValue); in setForeignAttr() 164 m_outputProperties.setProperty(key, attrValue); in addLiteralResultAttribute()
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalueiterator/ |
D | tst_qscriptvalueiterator.cpp | 91 object.setProperty(name, QScriptValue(&engine, value)); in iterateForward() 94 otherObject.setProperty("foo", QScriptValue(&engine, 123456)); in iterateForward() 95 otherObject.setProperty("protoProperty", QScriptValue(&engine, 654321)); in iterateForward() 150 object.setProperty(name, QScriptValue(&engine, value)); in iterateBackward() 218 array.setProperty(inputPropertyNames.at(i), inputPropertyValues.at(i)); in iterateArray() 269 originalArray.setProperty(inputPropertyNames.at(i), inputPropertyValues.at(i)); in iterateArray() 294 object.setProperty("foo", QScriptValue(&engine, "bar")); in iterateBackAndForth() 295 object.setProperty("rab", QScriptValue(&engine, "oof"), in iterateBackAndForth() 329 object.setProperty("foo", QScriptValue(&engine, "bar")); in iterateBackAndForth() 330 object.setProperty("rab", QScriptValue(&engine, "oof")); in iterateBackAndForth() [all …]
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/ |
D | LoginContextTest.java | 135 Security.setProperty("auth.login.defaultCallbackHandler", in testLC_String_InaccessibleCallbackHandler() 145 Security.setProperty("auth.login.defaultCallbackHandler", ""); in testLC_String_InaccessibleCallbackHandler() 162 Security.setProperty("auth.login.defaultCallbackHandler", in testLC_String_InvalidCallbackHandler() 170 Security.setProperty("auth.login.defaultCallbackHandler", ""); in testLC_String_InvalidCallbackHandler() 185 .setProperty("auth.login.defaultCallbackHandler", in testLC_String_InitCallbackHandler() 193 Security.setProperty("auth.login.defaultCallbackHandler", ""); in testLC_String_InitCallbackHandler() 244 .setProperty("auth.login.defaultCallbackHandler", in testLC_String_LoginModuleInitialize() 258 Security.setProperty("auth.login.defaultCallbackHandler", ""); in testLC_String_LoginModuleInitialize() 345 .setProperty("auth.login.defaultCallbackHandler", in testLC_StringCallbackHandler_NoInit() 353 Security.setProperty("auth.login.defaultCallbackHandler", ""); in testLC_StringCallbackHandler_NoInit() [all …]
|
D | ConfigurationTest.java | 87 oldAuthConfig = System.setProperty(AUTH_LOGIN_CONFIG, "=" in setUp() 110 Security.setProperty(LOGIN_CONFIG_PROVIDER, ConfTestProvider.class in test_loadDefaultProvider() 117 Security.setProperty(LOGIN_CONFIG_PROVIDER, "ThereIsNoSuchClass"); in test_loadDefaultProvider() 128 Security.setProperty(LOGIN_CONFIG_PROVIDER, this.getClass() in test_loadDefaultProvider() 139 Security.setProperty(LOGIN_CONFIG_PROVIDER, in test_loadDefaultProvider() 217 props.setProperty("login.config.url.1", "file:" in test_defaultProvider_securityProperties() 219 props.setProperty("login.config.url.2", "file:" in test_defaultProvider_securityProperties()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | FontView.js | 61 this.fontPreviewElement.style.setProperty("font-family", uniqueFontName, null); 62 this.fontPreviewElement.style.setProperty("visibility", "hidden", null); 69 this._dummyElement.style.setProperty("font-family", uniqueFontName, null); 70 …this._dummyElement.style.setProperty("font-size", WebInspector.FontView._measureFontSize + "px", n… 130 this.fontPreviewElement.style.setProperty("font-size", finalFontSize + "px", null);
|
/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/ |
D | GSSManagerTest.java | 40 Security.setProperty(GSSManager.MANAGER, TestManager.class in testGetInstance_valid() 46 Security.setProperty(GSSManager.MANAGER, (oldProvider == null) ? "" in testGetInstance_valid() 58 Security.setProperty(GSSManager.MANAGER, "a.b.c.D"); in testGetInstance_invalid() 64 Security.setProperty(GSSManager.MANAGER, ""); in testGetInstance_invalid() 70 Security.setProperty(GSSManager.MANAGER, (oldProvider == null) ? "" in testGetInstance_invalid()
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleDeclaration.cpp | 84 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, ExceptionCod… in setProperty() function in WebCore::CSSStyleDeclaration 91 setProperty(propertyID, value, false, ec); in setProperty() 93 setProperty(propertyID, value.left(important - 1), true, ec); in setProperty() 96 void CSSStyleDeclaration::setProperty(const String& propertyName, const String& value, const String… in setProperty() function in WebCore::CSSStyleDeclaration 104 setProperty(propID, value, important, ec); in setProperty()
|
D | CSSStyleDeclaration.h | 62 void setProperty(const String& propertyName, const String& value, ExceptionCode&); 63 …void setProperty(const String& propertyName, const String& value, const String& priority, Exceptio… 65 … virtual void setProperty(int propertyId, const String& value, bool important, ExceptionCode&) = 0;
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPMetaImpl.java | 771 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, options); 781 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, null); 800 setProperty(schemaNS, propName, new Integer(propValue), options); 810 setProperty(schemaNS, propName, new Integer(propValue), null); 829 setProperty(schemaNS, propName, new Long(propValue), options); 839 setProperty(schemaNS, propName, new Long(propValue), null); 858 setProperty(schemaNS, propName, new Double(propValue), options); 868 setProperty(schemaNS, propName, new Double(propValue), null); 888 setProperty(schemaNS, propName, propValue, options); 898 setProperty(schemaNS, propName, propValue, null); [all …]
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptvalue.cpp | 744 void QScriptValue::setProperty(const QString& name, const QScriptValue& value, const PropertyFlags&… in setProperty() function in QScriptValue 746 d_ptr->setProperty(name, QScriptValuePrivate::get(value), flags); in setProperty() 761 void QScriptValue::setProperty(quint32 arrayIndex, const QScriptValue& value, const PropertyFlags& … in setProperty() function in QScriptValue 763 d_ptr->setProperty(arrayIndex, QScriptValuePrivate::get(value), flags); in setProperty() 777 void QScriptValue::setProperty(const QScriptString& name, const QScriptValue& value, const Property… in setProperty() function in QScriptValue 779 …d_ptr->setProperty(QScriptStringPrivate::get(name).constData(), QScriptValuePrivate::get(value), f… in setProperty()
|
D | qscriptvalue_p.h | 137 …inline void setProperty(const QString& name, QScriptValuePrivate* value, const QScriptValue::Prope… 138 …inline void setProperty(const QScriptStringPrivate* name, QScriptValuePrivate* value, const QScrip… 139 …inline void setProperty(const quint32 indexArray, QScriptValuePrivate* value, const QScriptValue::… 140 …inline void setProperty(quint32 property, JSValueRef value, JSPropertyAttributes flags, JSValueRef… 141 …inline void setProperty(JSStringRef property, JSValueRef value, JSPropertyAttributes flags, JSValu… 145 …inline void setProperty(T name, QScriptValuePrivate* value, const QScriptValue::PropertyFlags& fla… 966 inline void QScriptValuePrivate::setProperty(const QString& name, QScriptValuePrivate* value, const… in setProperty() function 969 setProperty<JSStringRef>(propertyName.get(), value, flags); in setProperty() 972 inline void QScriptValuePrivate::setProperty(quint32 arrayIndex, QScriptValuePrivate* value, const … in setProperty() function 974 setProperty<quint32>(arrayIndex, value, flags); in setProperty() [all …]
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSClassRef.h | 41 : getProperty(_getProperty), setProperty(_setProperty), attributes(_attributes) in StaticValueEntry() 46 JSObjectSetPropertyCallback setProperty; member 105 JSObjectSetPropertyCallback setProperty; member
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/ |
D | RSSFeedWatcherTask.java | 174 …this.getProject().setProperty(feedWatchActionTheValue + DOT + j,!isNullString(newContent)?newConte… in checkFeed() 180 …if (!isNullString(oldContent)) { this.getProject().setProperty(feedWatchActionOldValue + DOT + j,o… in checkFeed() 181 …if (!isNullString(newContent)) { this.getProject().setProperty(feedWatchActionNewValue + DOT + j,n… in checkFeed() 191 … if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionError + DOT + j, out); } in checkFeed() 194 … if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionOuput + DOT + j, out); } in checkFeed() 197 …if (!RSSFeedUtil.EXPECTED_RESULT.equals(out)) { this.getProject().setProperty(feedWatchActionResul… in checkFeed()
|