HomeSort by relevance Sort by last modified time
    Searched refs:propertyValue (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
PropertiesHelper.java 21 String propertyValue = null;
23 propertyValue = properties.getProperty(propertyName);
25 if (propertyValue == null) {
26 propertyValue = System.getProperty(propertyName);
28 if (propertyValue == null) {
34 expandedValue = sdkPathStart + propertyValue + sdkPathEnd;
45 String propertyValue = properties.getProperty(propertyName);
46 String expandedPropertyValue = doSingleSubstitution(propertyValue, properties);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyComposite.java 89 Object propertyValue = property.getValue();
91 value = propertyValue;
92 } else if (!Objects.equal(value, propertyValue)) {
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 403 String propertyValue = null;
406 propertyValue = rb.getString (propertyName);
409 if (propertyValue != null) return propertyValue;
420 String propertyValue = null;
423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName);
426 if (propertyValue != null) return propertyValue;
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h 73 const CSSValue* value() const { return propertyValue(); }
75 CSSValue* value() { return const_cast<CSSValue*>(propertyValue()); }
78 CSSProperty toCSSProperty() const { return CSSProperty(propertyMetadata(), const_cast<CSSValue*>(propertyValue())); }
83 const CSSValue* propertyValue() const;
263 inline const CSSValue* StylePropertySet::PropertyReference::propertyValue() const
CSSStyleDeclaration.idl 38 [Custom] setter void (DOMString propertyName, DOMString? propertyValue);
PropertySetCSSStyleDeclaration.cpp 300 bool AbstractPropertySetCSSStyleDeclaration::cssPropertyMatches(CSSPropertyID propertyID, const CSSValue* propertyValue) const
302 return propertySet().propertyMatches(propertyID, propertyValue);
  /external/chromium_org/media/base/mac/
videotoolbox_glue.h 96 CFTypeRef propertyValue) const;
  /frameworks/av/include/ndk/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 83 public Result setProperty(Object objectView, String propertyName, String propertyValue) {
85 return super.setProperty(objectView, propertyName, propertyValue);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaDrm.h 353 * On return, propertyValue will be set to point to the property value. The
358 const char **propertyValue);
368 * On return, *propertyValue will be set to point to the property value. The
373 AMediaDrmByteArray *propertyValue);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
StringKeyframe.h 23 CSSValue* propertyValue(CSSPropertyID property) const
StringKeyframe.cpp 48 return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), &easing(), propertyValue(property), composite()));
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableValueKeyframe.h 24 AnimatableValue* propertyValue(CSSPropertyID property) const
AnimatableValueKeyframe.cpp 36 return adoptPtrWillBeNoop(new PropertySpecificKeyframe(offset(), &easing(), propertyValue(property), composite()));
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 520 const char **propertyValue) {
525 if (!propertyName || !propertyValue) {
533 *propertyValue = mObj->mPropertyString.string();
535 *propertyValue = NULL;
542 const char *propertyName, AMediaDrmByteArray *propertyValue) {
546 if (!propertyName || !propertyValue) {
554 propertyValue->ptr = mObj->mPropertyByteArray.array();
555 propertyValue->length = mObj->mPropertyByteArray.size();
557 propertyValue->ptr = NULL;
558 propertyValue->length = 0
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
eventsys.h 261 virtual HRESULT WINAPI GetDefaultProperty(BSTR bstrPropertyName,VARIANT *propertyValue) = 0;
262 virtual HRESULT WINAPI PutDefaultProperty(BSTR bstrPropertyName,VARIANT *propertyValue) = 0;
286 HRESULT (WINAPI *GetDefaultProperty)(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
287 HRESULT (WINAPI *PutDefaultProperty)(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
313 #define IEventPublisher_GetDefaultProperty(This,bstrPropertyName,propertyValue) (This)->lpVtbl->GetDefaultProperty(This,bstrPropertyName,propertyValue)
314 #define IEventPublisher_PutDefaultProperty(This,bstrPropertyName,propertyValue) (This)->lpVtbl->PutDefaultProperty(This,bstrPropertyName,propertyValue)
339 HRESULT WINAPI IEventPublisher_GetDefaultProperty_Proxy(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
341 HRESULT WINAPI IEventPublisher_PutDefaultProperty_Proxy(IEventPublisher *This,BSTR bstrPropertyName,VARIANT *propertyValue);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CSSStyleDeclarationCustom.cpp 223 TOSTRING_VOID(V8StringResource<TreatNullAsNullString>, propertyValue, value);
225 impl->setPropertyInternal(static_cast<CSSPropertyID>(propInfo->propID), propertyValue, false, exceptionState);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
RemoteObject.js 369 var propertyValue = property.value ? this._target.runtimeModel.createRemoteObject(property.value) : null;
371 var remoteProperty = new WebInspector.RemoteObjectProperty(property.name, propertyValue,
390 var propertyValue = this._target.runtimeModel.createRemoteObject(property.value);
391 internalPropertiesResult.push(new WebInspector.RemoteObjectProperty(property.name, propertyValue, true, false));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestSpecialOperations.cpp 103 Node* propertyValue = V8Node::toImplWithTypeCheck(info.GetIsolate(), v8Value);
104 bool result = impl->anonymousNamedSetter(propertyName, propertyValue);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
VCSUtils.pm     [all...]

Completed in 2499 milliseconds

1 2 3 4 5