HomeSort by relevance Sort by last modified time
    Searched refs:propertyName (Results 76 - 100 of 303) sorted by null

1 2 34 5 6 7 8 91011>>

  /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);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]
VCardBuilder.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
MetricsSidebarPane.js 125 _getPropertyValueAsPx: function(style, propertyName)
127 return Number(style.getPropertyValue(propertyName).replace(/px$/, "") || 0);
182 var propertyName = (name !== "position" ? name + "-" : "") + side + suffix;
183 var value = style.getPropertyValue(propertyName);
194 element.addEventListener("dblclick", this.startEditing.bind(this, element, name, propertyName, style), false);
  /external/chromium_org/third_party/npapi/bindings/
npfunctions.h 107 typedef bool (*NPN_GetPropertyProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName, NPVariant *result);
108 typedef bool (*NPN_SetPropertyProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName, const NPVariant *value);
109 typedef bool (*NPN_RemovePropertyProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName);
110 typedef bool (*NPN_HasPropertyProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName);
111 typedef bool (*NPN_HasMethodProcPtr)(NPP npp, NPObject *obj, NPIdentifier propertyName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 116 private void addAttr(String propertyName, INode childNode, List<String> infos) {
117 String a = childNode.getStringAttr(ANDROID_URI, propertyName);
121 if (propertyName.startsWith(ATTR_LAYOUT_RESOURCE_PREFIX)) {
122 propertyName = propertyName.substring(ATTR_LAYOUT_RESOURCE_PREFIX.length());
125 String s = propertyName + ": " + a;
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 18 v8::Handle<v8::String> propertyName = v8::String::NewFromUtf8(info.GetIsolate(), "{{attribute.name}}", v8::String::kInternalizedString);
21 v8::Handle<v8::Value> jsValue = info.Holder()->GetHiddenValue(propertyName);
64 info.Holder()->SetHiddenValue(propertyName, {{attribute.cpp_value}}.v8Value());
  /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/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)) {
ComponentResultsView.java 291 String propertyName = event.getKey();
295 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS)) {
302 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_OLD_BUILDS)) {
309 if (propertyName.equals(IPerformancesConstants.PRE_FILTER_NIGHTLY_BUILDS)) {
  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
ImplicitAnimation.cpp 152 String propertyName = getPropertyNameString(m_animatingProperty);
163 m_compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTime);
  /external/chromium_org/chrome/renderer/resources/extensions/
binding.js 42 function(apiName, propertyName, customizedFunction) {
47 this.apiFunctions_[apiName][propertyName] = customizedFunction;
372 forEach(properties, function(propertyName, propertyDef) {
373 if (propertyName in m)
378 propertyName).is_available ||
415 m[propertyName] = value;
  /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);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 420 private static String getSystemProperty(String propertyName, String defaultValue) {
421 String property = System.getProperty(propertyName);
424 logger.info("No system property " + propertyName + " found, default to "
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 385 String propertyName,
392 ICalendar.Property prop = new ICalendar.Property(propertyName);
445 String propertyName,
451 ICalendar.Property prop = new ICalendar.Property(propertyName);
  /frameworks/base/core/java/android/animation/
AnimatorInflater.java 166 String propertyName = a.getString(com.android.internal.R.styleable.PropertyAnimator_propertyName);
168 anim.setPropertyName(propertyName);
  /libcore/luni/src/main/java/java/lang/
System.java 406 * @param propertyName
411 public static String getProperty(String propertyName) {
412 return getProperty(propertyName, null);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.cpp 205 static const AtomicString& propertyName(CSSPropertyID propertyID)
801 return propertyName(m_value.propertyID);
821 return propertyName(m_value.propertyID);
999 text = propertyName(m_value.propertyID);
    [all...]
  /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);
  /developers/build/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/gradle/wrapper/
gradle-wrapper.jar 
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/gradle/wrapper/
gradle-wrapper.jar 

Completed in 582 milliseconds

1 2 34 5 6 7 8 91011>>