HomeSort by relevance Sort by last modified time
    Searched full:setproperty (Results 101 - 125 of 771) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/skia/src/animator/
SkDisplayEvent.h 47 virtual bool setProperty(int index, SkScriptValue& );
SkDisplayRandom.cpp 60 bool SkDisplayRandom::setProperty(int index, SkScriptValue& value) {
SkDrawBitmap.h 42 virtual bool setProperty(int index, SkScriptValue& value);
SkDrawMatrix.h 36 virtual bool setProperty(int index, SkScriptValue& );
SkDrawPath.h 33 virtual bool setProperty(int index, SkScriptValue& value);
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
DoNothingXMLReader.java 76 public void setProperty(String name, Object value) {
NoAccessXMLReader.java 76 public void setProperty(String name, Object value) {
NoSubclassXMLReader.java 76 public void setProperty(String name, Object value) {
  /external/chromium_org/ppapi/tests/
test_url_request.cc 79 RUN_TEST(SetProperty, filter);
125 // PP_Bool SetProperty(PP_Resource request,
167 // SetProperty accepts plenty of invalid values (malformed urls, negative
274 ppb_url_request_interface_->SetProperty(url_request,
356 ASSERT_EQ(PP_TRUE, ppb_url_request_interface_->SetProperty(
358 ASSERT_EQ(PP_TRUE, ppb_url_request_interface_->SetProperty(
412 ASSERT_EQ(PP_TRUE, ppb_url_request_interface_->SetProperty(
414 ASSERT_EQ(PP_TRUE, ppb_url_request_interface_->SetProperty(
443 } else if (PP_FALSE == ppb_url_request_interface_->SetProperty(
447 error = "SetProperty() failed"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp 231 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, const String& value, bool important, StyleSheetContents* contextStyleSheet)
243 void MutableStylePropertySet::setProperty(CSSPropertyID propertyID, PassRefPtr<CSSValue> prpValue, bool important)
247 setProperty(CSSProperty(propertyID, prpValue, important));
258 void MutableStylePropertySet::setProperty(const CSSProperty& property, CSSProperty* slot)
319 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSValueID identifier, bool important)
321 setProperty(CSSProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important));
325 bool MutableStylePropertySet::setProperty(CSSPropertyID propertyID, CSSPropertyID identifier, bool important)
327 setProperty(CSSProperty(propertyID, cssValuePool().createIdentifierValue(identifier), important));
356 setProperty(property);
376 setProperty(toMerge.toCSSProperty(), old)
    [all...]
  /external/oauth/core/src/main/java/net/oauth/signature/
RSA_SHA1.java 44 * c.setProperty(RSA_SHA1.PRIVATE_KEY, consumer_privateRSAKey);
58 * c.setProperty(RSA_SHA1.PUBLIC_KEY, consumer_publicRSAKey);
72 * c.setProperty(RSA_SHA1.X509_CERTIFICATE, consumer_cert);
218 "OAuthConsumer.setProperty when " +
231 " OAuthConsumer.setProperty when " +
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java 327 Security.setProperty("myprop","test white space ");
332 * @tests java.security.Security#setProperty(String,String)
337 Security.setProperty(null, "");
343 Security.setProperty("", null);
348 Security.setProperty("", "");
351 Security.setProperty("My Test Property", "My property value");
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 193 style->setProperty(m_propertyID, m_primitiveValue->cssText());
275 style->setProperty(m_propertyID, value->cssText());
286 dummyStyle->setProperty(m_propertyID, element->getAttribute(m_attrName));
361 setProperty(propertyID, value);
447 m_mutableStyle->setProperty(CSSPropertyBackgroundColor, value->cssText());
449 m_mutableStyle->setProperty(CSSPropertyTextDecoration, value->cssText());
473 void EditingStyle::setProperty(CSSPropertyID propertyID, const String& value, bool important)
478 m_mutableStyle->setProperty(propertyID, value, important);
485 m_mutableStyle->setProperty(CSSPropertyFontSize, computedStyle->getFontSizeCSSValuePreferringKeyword()->cssText());
600 textDirection->m_mutableStyle->setProperty(CSSPropertyUnicodeBidi, CSSValueEmbed, m_mutableStyle->propertyIsImportant(CSSPropertyUnicodeBidi) (…)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 174 this.getProject().setProperty(feedWatchActionTheValue + DOT + j,!isNullString(newContent)?newContent:oldContent);
180 if (!isNullString(oldContent)) { this.getProject().setProperty(feedWatchActionOldValue + DOT + j,oldContent); }
181 if (!isNullString(newContent)) { this.getProject().setProperty(feedWatchActionNewValue + DOT + j,newContent); }
191 if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionError + DOT + j, out); }
194 if (!isNullString(out)) { this.getProject().setProperty(feedWatchActionOuput + DOT + j, out); }
197 if (!RSSFeedUtil.EXPECTED_RESULT.equals(out)) { this.getProject().setProperty(feedWatchActionResult + DOT + j, out); }
  /frameworks/base/core/java/android/net/
Proxy.java 334 System.setProperty("http.proxyHost", host);
335 System.setProperty("https.proxyHost", host);
341 System.setProperty("http.proxyPort", port);
342 System.setProperty("https.proxyPort", port);
348 System.setProperty("http.nonProxyHosts", exclList);
349 System.setProperty("https.nonProxyHosts", exclList);
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SecurityTest.java 391 Security.setProperty("myprop","test white space ");
396 * java.security.Security#setProperty(String,String)
401 Security.setProperty(null, "");
407 Security.setProperty("", null);
412 Security.setProperty("", "");
415 Security.setProperty("My Test Property", "My property value");
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.cc 177 return bindings->SetProperty(np_obj, name, variant);
342 virtual bool SetProperty(BrowserPluginBindings* bindings,
370 virtual bool SetProperty(BrowserPluginBindings* bindings,
406 virtual bool SetProperty(BrowserPluginBindings* bindings,
429 virtual bool SetProperty(BrowserPluginBindings* bindings,
460 virtual bool SetProperty(BrowserPluginBindings* bindings,
491 virtual bool SetProperty(BrowserPluginBindings* bindings,
522 virtual bool SetProperty(BrowserPluginBindings* bindings,
553 virtual bool SetProperty(BrowserPluginBindings* bindings,
583 virtual bool SetProperty(BrowserPluginBindings* bindings
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/support/
TestUtils.java 79 properties.setProperty(key, value);
109 propsToFlush.setProperty(provider, Security.getProperty(provider));
  /external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 40 System.setProperty("java.util.prefs.PreferencesFactory", "java.util.prefs.FilePreferencesFactoryImpl");
49 System.setProperty("java.util.prefs.PreferencesFactory", prevFactory);
  /external/chromium_org/chromeos/dbus/
shill_ipconfig_client.h 77 // Calls SetProperty method.
79 virtual void SetProperty(const dbus::ObjectPath& ipconfig_path,
  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 380 DBusThreadManager::Get()->GetShillServiceClient()->SetProperty(
401 DBusThreadManager::Get()->GetShillServiceClient()->SetProperty(
426 DBusThreadManager::Get()->GetShillIPConfigClient()->SetProperty(
433 DBusThreadManager::Get()->GetShillIPConfigClient()->SetProperty(
438 DBusThreadManager::Get()->GetShillIPConfigClient()->SetProperty(
443 DBusThreadManager::Get()->GetShillIPConfigClient()->SetProperty(
458 DBusThreadManager::Get()->GetShillServiceClient()->SetProperty(
526 DBusThreadManager::Get()->GetShillServiceClient()->SetProperty(
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLHRElement.cpp 88 style->setProperty(CSSPropertyBorderColor, darkGrayValue);
89 style->setProperty(CSSPropertyBackgroundColor, darkGrayValue);
  /external/chromium_org/ui/aura/
window_observer.h 56 // Invoked when SetProperty(), ClearProperty(), or
58 // |key| is either a WindowProperty<T>* (SetProperty, ClearProperty)
  /external/chromium_org/v8/src/
apinatives.js 87 %SetProperty(fun.prototype, "constructor", fun, DONT_ENUM);
116 %SetProperty(obj, name, value, attributes);
generator.js 82 %SetProperty(GeneratorObjectPrototype, "constructor",
86 %SetProperty(GeneratorFunctionPrototype, "constructor",

Completed in 2488 milliseconds

1 2 3 45 6 7 8 91011>>