Home
last modified time | relevance | path

Searched refs:getPropertyValue (Results 1 – 25 of 35) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DUnicodePropertySource.java37 abstract public String getPropertyValue(int codepoint); in getPropertyValue() method in UnicodePropertySource
77 String value = filter.remap(getPropertyValue(matchIterator.codepoint)); in getPropertySet()
89 String value = filter.remap(getPropertyValue(matchIterator.codepoint)); in getPropertySet()
101 String value = filter.remap(getPropertyValue(matchIterator.codepoint)); in getPropertySet()
171 public String getPropertyValue(int codePoint) { in getPropertyValue() method in UnicodePropertySource.ICU
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodePropertySource.java36 abstract public String getPropertyValue(int codepoint); in getPropertyValue() method in UnicodePropertySource
76 String value = filter.remap(getPropertyValue(matchIterator.codepoint)); in getPropertySet()
88 String value = filter.remap(getPropertyValue(matchIterator.codepoint)); in getPropertySet()
100 String value = filter.remap(getPropertyValue(matchIterator.codepoint)); in getPropertySet()
170 public String getPropertyValue(int codePoint) { in getPropertyValue() method in UnicodePropertySource.ICU
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
Dapply-preserving-inline-style.js47 assert.equal(this.style.getPropertyValue('left'), '0px');
48 assert.equal(this.style.getPropertyValue('background-color'), 'rgb(1, 2, 3)');
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/interpolation/resources/
Dinterpolation-test.js217 var value = getComputedStyle(target).getPropertyValue(params.property);
223 value = getComputedStyle(target).getPropertyValue(property)
230 var parsedExpectation = getComputedStyle(replica).getPropertyValue(property);
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dapply-preserving-inline-style.js26 getPropertyValue: 1, property
79 this._style.setProperty(property, this._surrogateStyle.getPropertyValue(property));
/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/
DDimResultsElement.java115 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in DimResultsElement
132 return super.getPropertyValue(propKey); in getPropertyValue()
DScenarioResultsElement.java95 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in ScenarioResultsElement
103 return super.getPropertyValue(propKey); in getPropertyValue()
DComponentResultsElement.java126 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in ComponentResultsElement
145 return super.getPropertyValue(propKey); in getPropertyValue()
DBuildResultsProperties.java77 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in BuildResultsProperties
DBuildResultsElement.java207 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in BuildResultsElement
274 return super.getPropertyValue(propKey); in getPropertyValue()
DConfigResultsElement.java212 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in ConfigResultsElement
247 return super.getPropertyValue(propKey); in getPropertyValue()
DResultsElement.java325 public Object getPropertyValue(Object propKey) { in getPropertyValue() method in ResultsElement
/external/testng/src/main/java/org/testng/internal/
DConstants.java55 public static String getPropertyValue(Properties p, String propertyName) { in getPropertyValue() method in Constants
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/src/
DResizeSensor.js45 return window.getComputedStyle(element, null).getPropertyValue(prop);
/external/okhttp/website/static/
Dprettify.js28 …w,o=(o=o?o.whiteSpace:u&&u.getComputedStyle?u.getComputedStyle(d,q).getPropertyValue("white-space"…
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
Dweb-animations.min.js15getPropertyValue:1,item:1,removeProperty:1,setProperty:1},g={removeProperty:1,setProperty:1};c.pro… property
Dweb-animations-next.min.js15getPropertyValue:1,item:1,removeProperty:1,setProperty:1},g={removeProperty:1,setProperty:1};c.pro… property
Dweb-animations.min.js.map1 …ntRule","styleMethods","getPropertyCSSValue","getPropertyPriority","getPropertyValue","item","remo…
Dweb-animations-next.min.js.map1 …ntRule","styleMethods","getPropertyCSSValue","getPropertyPriority","getPropertyValue","removePrope…
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
DMochiKit.packed.js4004 _425=css?css.getPropertyValue(_421):null;
5797getPropertyValue("padding-top"),marginRight:_5e9.getPropertyValue("padding-right"),marginBottom:_5…
/external/chromium-trace/catapult/tracing/third_party/d3/
Dd3.min.js3 …t));return this}if(2>r)return Go.getComputedStyle(this.node(),null).getPropertyValue(n);e=""}retur…
5getPropertyValue(n);return u!==t&&(r=fu(u,t),function(t){this.style.setProperty(n,r(t),e)})})}var …
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/static/
Djquery-1.4.2.min.js118 a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a…
/external/doclava/res/assets/templates/assets/
Djquery-resizable.min.js12 …)/g,"-$1").toLowerCase();var M=q.getComputedStyle(I,null);if(M){L=M.getPropertyValue(F)}if(F=="opa…
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/
Djquery-1.4.2.min.js118 a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a…
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/test/
Dmootools-core-full-nocompat.js3850 …return (computed) ? computed.getPropertyValue((property == floatName) ? 'float' : property.hyphena…

12