Searched refs:setProperty (Results 101 - 125 of 261) sorted by relevance

1234567891011

/external/skia/src/animator/
H A DSkDisplayApply.h71 virtual bool setProperty(int index, SkScriptValue& );
H A DSkDrawRectangle.cpp95 bool SkDrawRect::setProperty(int index, SkScriptValue& value) { function in class:SkDrawRect
H A DSkDump.cpp146 bool SkDump::setProperty(int index, SkScriptValue&) { function in class:SkDump
H A DSkDisplayable.cpp87 copy->setProperty(propIndex, value);
505 bool SkDisplayable::setProperty(int index, SkScriptValue& ) { function in class:SkDisplayable
515 setProperty(info->propertyIndex(), scriptValue);
/external/srec/shared/src/
H A DSessionTypeImpl.c96 Interface->setProperty = &ESR_SessionTypeSetPropertyImpl;
357 return self->setProperty(self, name, clone, TYPES_INT);
375 return self->setProperty(self, name, clone, TYPES_UINT16_T);
393 return self->setProperty(self, name, clone, TYPES_SIZE_T);
411 return self->setProperty(self, name, clone, TYPES_FLOAT);
429 return self->setProperty(self, name, clone, TYPES_BOOL);
447 return self->setProperty(self, name, clone, TYPES_PLCHAR);
618 CHKLOG(rc, self->setProperty(self, key, value, TYPES_PLCHAR));
645 CHKLOG(rc, self->setProperty(self, key, value, TYPES_PLCHAR));
709 CHKLOG(rc, self->setProperty(sel
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathBuilder1Test.java118 Security.setProperty(DEFAULT_TYPE_PROPERTY, "MyType");
121 Security.setProperty(DEFAULT_TYPE_PROPERTY, "AnotherType");
H A DCertPathBuilder2Test.java94 Security.setProperty(propName, invalidValues[i]);
100 Security.setProperty(propName, dt);
H A DCertPathValidator2Test.java94 Security.setProperty(propName, invalidValues[i]);
98 Security.setProperty(propName, dt);
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
H A Doptions.js90 $(id).style.setProperty('-webkit-transition',
95 $(id).style.setProperty(
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
H A Doptions.js90 $(id).style.setProperty('-webkit-transition',
95 $(id).style.setProperty(
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSplitView.js95 this._resizerElements[i].style.setProperty("cursor", this._isVertical ? "ew-resize" : "ns-resize");
454 resizerElement.style.setProperty("cursor", this._isVertical ? "ew-resize" : "ns-resize");
H A DTabbedPane.js508 this._tabsElement.style.setProperty("width", "2000px");
986 this._tabElement.style.setProperty("left", "0px");
990 this._tabElement.style.setProperty("left", "0px");
994 this._tabElement.style.setProperty("position", "relative");
995 this._tabElement.style.setProperty("left", (event.pageX - this._dragStartX) + "px");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
H A DjdtCompilerAdapter.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ ...
/external/emma/core/java12/com/vladium/emma/
H A DCommand.java155 cmdOverrides.setProperty (on, opt.getFirstValue ());
322 propertyOverrides.setProperty (key, value);
/external/jmonkeyengine/engine/src/desktop/com/jme3/system/
H A DNatives.java222 System.setProperty("org.lwjgl.librarypath", libraryPath);
226 System.setProperty("net.java.games.input.librarypath", libraryPath);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/
H A DRobolectricTest.java43 System.setProperty("line.separator", "\n");
51 System.setProperty("line.separator", defaultLineSeparator);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java196 void setProperty( method in interface:XMPMeta
204 * @see XMPMeta#setProperty(String, String, Object, PropertyOptions)
211 void setProperty( method in interface:XMPMeta
231 * <code>setProperty()</code>.
272 * propValue in <code>setProperty()</code>.
827 * because <code>setProperty()</code> sets a string value.
845 * <code>setProperty()</code>.
877 * <code>setProperty()</code>.
909 * <code>setProperty()</code>.
941 * <code>setProperty()</cod
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerIdentityImpl.java463 reader.setProperty("http://xml.org/sax/properties/lexical-handler",
467 reader.setProperty(
476 reader.setProperty("http://xml.org/sax/handlers/LexicalHandler",
480 reader.setProperty("http://xml.org/sax/handlers/DeclHandler",
743 m_outputFormat.setProperty(name, value);
/external/chromium_org/content/child/npapi/
H A Dnpobject_stub.cc257 if (npobject_->_class->setProperty) {
274 result = npobject_->_class->setProperty(npobject_, id, &property_var);
279 result = WebBindings::setProperty(0, npobject_, id, &property_var);
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayable.cpp87 copy->setProperty(propIndex, value);
505 bool SkDisplayable::setProperty(int index, SkScriptValue& ) { function in class:SkDisplayable
515 setProperty(info->propertyIndex(), scriptValue);
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFileHandlerTest.java140 System.setProperty(USR_HOME_KEY, HOMEPATH);
152 System.setProperty(TMP_DIR_KEY, TEMPPATH);
171 System.setProperty(TMP_DIR_KEY, TEMPPATH);
174 System.setProperty(USR_HOME_KEY, HOMEPATH);
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTM.java188 public void setProperty(String property, Object value); method in interface:DTM
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPropertySetCSSStyleDeclaration.h63 virtual void setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DCSSToStyleMap.cpp440 animation->setProperty(CSSPropertyInvalid);
450 animation->setProperty(CSSPropertyInvalid);
453 animation->setProperty(CSSPropertyInvalid);
456 animation->setProperty(primitiveValue->getPropertyID());
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
H A DCSSAnimationData.h131 void setProperty(CSSPropertyID t) { m_property = t; m_propertySet = true; } function in class:WebCore::CSSAnimationData

Completed in 1590 milliseconds

1234567891011