Home
last modified time | relevance | path

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

12

/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DProperties.java38 return isSetTrue(getPropertyValue(propertyName)); in isOverrideSet()
57 String propertyValue = getPropertyValue(propertyName); in isOverrideSetTo()
122 String p = getPropertyValue(propertyName); in asBigInteger()
136 String p = getPropertyValue(propertyName); in asKeySet()
150 public static String getPropertyValue(final String propertyName) in getPropertyValue() method in Properties
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DProperties.java36 return isSetTrue(getPropertyValue(propertyName)); in isOverrideSet()
55 String propertyValue = getPropertyValue(propertyName); in isOverrideSetTo()
120 String p = getPropertyValue(propertyName); in asBigInteger()
134 String p = getPropertyValue(propertyName); in asKeySet()
148 public static String getPropertyValue(final String propertyName) in getPropertyValue() method in Properties
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DProperties.java38 return isSetTrue(getPropertyValue(propertyName)); in isOverrideSet()
57 String propertyValue = getPropertyValue(propertyName); in isOverrideSetTo()
122 String p = getPropertyValue(propertyName); in asBigInteger()
136 String p = getPropertyValue(propertyName); in asKeySet()
150 public static String getPropertyValue(final String propertyName) in getPropertyValue() method in Properties
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dweb-animations-bonus-object-form-keyframes.js35 var originalOpacity = getComputedStyle(element).getPropertyValue('opacity');
40 animated = getComputedStyle(element).getPropertyValue('opacity') == testOpacity;
Dapply-preserving-inline-style.js48 getPropertyValue: 1, property
104 this._style.setProperty(property, this._surrogateStyle.getPropertyValue(property));
/external/perfetto/ui/src/frontend/
Dcss_constants.ts33 return window.getComputedStyle(body).getPropertyValue(prop);
Dtrack_group_panel.ts152 getComputedStyle(dom).getPropertyValue('--collapsed-background');
155 getComputedStyle(dom).getPropertyValue('--expanded-background');
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dcommon-utils.js40 const value = window.getComputedStyle(element).getPropertyValue(property);
Dapply-shim.js256 return window.getComputedStyle(this._measureElement).getPropertyValue(property);
Dscoping-shim.js469 value = value || window.getComputedStyle(element).getPropertyValue(property);
/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/third_party/polymer/components/shadycss/
Dcustom-style-interface.min.js13 …omputedStyleValue:function(a,b){return(a=window.getComputedStyle(a).getPropertyValue(b))?a.trim():…
Dapply-shim.min.js23 …ial",document.head.appendChild(k.b)),h=window.getComputedStyle(k.b).getPropertyValue(h)):h="apply-…
30 …omputedStyleValue:function(a,b){return(a=window.getComputedStyle(a).getPropertyValue(b))?a.trim():…
Dcustom-style-interface.min.js.map1getPropertyValue","trim","flushCustomStyles"],"mappings":"A;;;;;;;;;aAaA,IAAIA,EAAe,IAAnB,CAGIC,EA…
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DTBSCertificate.java226 if (Properties.getPropertyValue("org.bouncycastle.x509.allow_non-der_tbscert") != null) in toASN1Primitive()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DTBSCertificate.java228 …if (Properties.getPropertyValue("com.android.internal.org.bouncycastle.x509.allow_non-der_tbscert"… in toASN1Primitive()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DTBSCertificate.java228 …if (Properties.getPropertyValue("com.android.org.bouncycastle.x509.allow_non-der_tbscert") != null) in toASN1Primitive()
/external/doclava/res/assets/templates-sdk/assets/js/
Dprettify.js7 …dow.getComputedStyle&&(l=document.defaultView.getComputedStyle(a,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},j={removeProperty:1,setProperty:1};e.pro… property
Dweb-animations-next.min.js15getPropertyValue:1,item:1,removeProperty:1,setProperty:1},j={removeProperty:1,setProperty:1};e.pro… property
Dweb-animations.min.js.map1 …,"documentElement","animated","originalOpacity","getComputedStyle","getPropertyValue","testOpacity…
Dweb-animations-next-lite.min.js15 …le(b).getPropertyValue("opacity"),f="0"==e?"1":"0";c=b.animate({opacity:[f,f]},{duration:1}),c.cur…
/external/okhttp/website/static/
Dprettify.js28 …w,o=(o=o?o.whiteSpace:u&&u.getComputedStyle?u.getComputedStyle(d,q).getPropertyValue("white-space"…
/external/oj-libjdwp/src/share/back/
Dutil.c1683 getPropertyValue(JNIEnv *env, char *propertyName) in getPropertyValue() function
1754 valueString = getPropertyValue(env, propertyName); in getPropertyUTF8()
/external/llvm-project/polly/www/video-js/
Dvideo.js1602 return window.getComputedStyle(element, null).getPropertyValue(style);

12