/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathFactoryFinder.java | 150 String propertyName = SERVICE_CLASS.getName() + ":" + uri; 154 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" ); 155 String r = System.getProperty(propertyName); 187 factoryClassName = cacheProps.getProperty(propertyName);
|
/libcore/support/src/test/java/tests/util/ |
ClassLoaderBuilder.java | 138 private List<URL> classpathToUrls(String propertyName) { 140 String classpath = System.getProperty(propertyName);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
MetricsSidebarPane.js | 99 _getPropertyValueAsPx: function(style, propertyName) 101 return Number(style.getPropertyValue(propertyName).replace(/px$/, "") || 0); 146 var propertyName = (name !== "position" ? name + "-" : "") + side + suffix; 147 var value = style.getPropertyValue(propertyName); 158 element.addEventListener("dblclick", this.startEditing.bind(this, element, name, propertyName, style), false);
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
npupp.h | 418 typedef bool (* NP_LOADDS NPN_GetPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName, NPVariant *result); 425 typedef bool (* NP_LOADDS NPN_SetPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName, const NPVariant *value); 432 typedef bool (* NP_LOADDS NPN_RemovePropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName); 439 typedef bool (* NP_LOADDS NPN_HasPropertyUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName); 446 typedef bool (* NP_LOADDS NPN_HasMethodUPP)(NPP npp, NPObject *obj, NPIdentifier propertyName);
|
npruntime.h | 389 bool NPN_GetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName, 391 bool NPN_SetProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName, 393 bool NPN_RemoveProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName); 394 bool NPN_HasProperty(NPP npp, NPObject *npobj, NPIdentifier propertyName);
|
/external/emma/core/java12/com/vladium/util/exception/ |
ExceptionCommon.java | 371 * @return property value corresponding to 'propertyName' [null if lookup fails] 373 private static String lookup (Class namespace, final String propertyName) 375 if (propertyName == null) return null; 406 propertyValue = rb.getString (propertyName); 423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName);
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/ |
Properties.java | 198 * other type than IDP_GROUP and its name matches 'propertyName' param. If 204 * @param propertyName 209 public Object findValue(String propertyName) { 210 if (name.equals(propertyName)) { 216 Object v = p.findValue(propertyName);
|
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 157 String propertyName = SERVICE_CLASS.getName() + ":" + schemaLanguage; 161 if (debug) debugPrintln("Looking up system property '"+propertyName+"'" ); 162 String r = System.getProperty(propertyName); 182 debugPrintln("failed to look up system property '"+propertyName+"'" ); 207 factoryClassName = cacheProps.getProperty(propertyName);
|
/external/chromium_org/tools/playback_benchmark/ |
common.js | 160 var propertyName = info[1], pathToProperty = info[2]; 165 Benchmark.originals[info[0]] = object[propertyName]; 166 object[propertyName] = Benchmark.overrides[info[0]];
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PrintContext.h | 76 static String pageProperty(Frame* frame, const char* propertyName, int pageNumber);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ComponentsView.java | 353 String propertyName = event.getKey(); 357 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS)) { 364 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_OLD_BUILDS)) { 371 if (propertyName.equals(IPerformancesConstants.PRE_WRITE_STATUS)) {
|
PerformancesView.java | 509 String propertyName = event.getKey(); 513 if (propertyName.equals(IPerformancesConstants.PRE_ECLIPSE_VERSION)) { 522 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_LOCATION)) { 530 if (propertyName.equals(IPerformancesConstants.PRE_DATABASE_CONNECTION)) { 539 if (propertyName.equals(IPerformancesConstants.PRE_LAST_BUILD)) {
|
/frameworks/base/core/java/android/os/ |
Debug.java | [all...] |
/prebuilts/tools/common/m2/internal/org/objenesis/objenesis-parent/1.2/ |
objenesis-parent-1.2.pom | 199 <propertyName>year</propertyName>
|
/frameworks/base/core/java/com/android/internal/util/ |
TypedProperties.java | 182 final String propertyName = st.sval; 183 if (!propertyNamePattern.matcher(propertyName).matches()) { 194 map.remove(propertyName); 204 final Object oldValue = map.remove(propertyName); 213 map.put(propertyName, value);
|
/external/chromium_org/v8/test/webkit/fast/js/ |
array-functions-non-arrays.js | 35 for (propertyName in object) { 36 names.push(propertyName); 37 enumerables[propertyName] = 1;
|
/libcore/luni/src/main/java/java/security/ |
Security.java | 100 String propertyName = (String) e.nextElement(); 101 if (propertyName.equalsIgnoreCase(prop)) { 102 return provider.getProperty(propertyName);
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
util.js | 1030 * @param {string} propertyName The property name. 1033 util.findPropertyDescriptor = function(object, propertyName) { 1035 var d = Object.getOwnPropertyDescriptor(p, propertyName); 1046 * @param {string} propertyName The property name. 1049 util.callInheritedSetter = function(object, propertyName, value) { 1051 propertyName); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSPrimitiveValue.cpp | 207 static const AtomicString& propertyName(CSSPropertyID propertyID) 774 return propertyName(m_value.propertyID); 794 return propertyName(m_value.propertyID); 971 text = propertyName(m_value.propertyID); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/animation/ |
ImplicitAnimation.cpp | 153 String propertyName = getPropertyNameString(m_animatingProperty); 164 m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTime);
|
/frameworks/base/core/java/android/animation/ |
AnimatorInflater.java | 166 String propertyName = a.getString(com.android.internal.R.styleable.PropertyAnimator_propertyName); 168 anim.setPropertyName(propertyName);
|
/dalvik/vm/ |
AllocTracker.cpp | 104 const char* propertyName = "dalvik.vm.allocTrackerMax"; 106 if (property_get(propertyName, allocRecordMaxString, "") > 0) { 110 ALOGE("Ignoring %s '%s' --- invalid", propertyName, allocRecordMaxString); 114 ALOGE("Ignoring %s '%s' --- not power of two", propertyName, allocRecordMaxString);
|
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/ |
PropertyChangeEventTest.java | 156 assertEquals("PropertyName", initEv.getPropertyName(), desrEv
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
print_preview_animations.js | 85 if (event.propertyName != 'height')
|
/external/clang/lib/ARCMigrate/ |
ObjCMT.cpp | 216 StringRef PropertyName(PropertyNameString); 219 if (PropertyName.equals("target") || 220 (PropertyName.find("delegate") != StringRef::npos) || 221 (PropertyName.find("dataSource") != StringRef::npos))
|