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

1 2

  /external/lzma/CPP/7zip/Archive/Common/
ParseProperties.h 9 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
ParseProperties.cpp 10 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
16 resValue = prop.ulVal;
27 resValue = (UInt32)v;
81 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue)
90 resValue = (UInt32)1 << logDicSize;
94 return ParsePropDictionaryValue(prop.bstrVal, resValue);
97 return ParsePropDictionaryValue(name, resValue);
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 277 ResourceValue resValue = mResourceData[index];
278 String value = resValue.getValue();
291 parser, mContext, resValue.isFramework());
549 ResourceValue resValue = mResourceData[index];
552 if (resValue == null) {
557 if (resValue instanceof StyleResourceValue) {
559 return mContext.getDynamicIdByStyle((StyleResourceValue)resValue);
566 if (resValue.getResourceType() != null) {
568 if (mPlatformFile || resValue.isFramework()) {
571 resValue.getResourceType(), resValue.getName(), defValue)
    [all...]
BridgeResources.java 199 Pair<String, ResourceValue> resValue = getResourceValue(id, mPlatformResourceFlag);
201 if (resValue != null) {
202 ColorStateList stateList = ResourceHelper.getColorStateList(resValue.getSecond(),
221 ResourceValue resValue = value.getSecond();
223 assert resValue != null;
224 if (resValue != null) {
225 String v = resValue.getValue();
333 ResourceValue resValue = value.getSecond();
335 assert resValue != null;
336 if (resValue != null)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 352 ResourceValue resValue;
354 resValue = (ResourceValue) resource;
357 resValue = mRenderResources.getFrameworkResource(ResourceType.LAYOUT,
360 resValue = mRenderResources.getProjectResource(ResourceType.LAYOUT,
365 if (resValue != null) {
367 File xml = new File(resValue.getValue());
683 ResourceValue resValue = null;
687 resValue = mRenderResources.findItemInStyle(customStyleValues,
692 if (resValue == null && defStyleValues != null) {
693 resValue = mRenderResources.findItemInStyle(defStyleValues
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 133 ResourceValue resValue = null;
145 resValue = resolver.findResValue(text, isFramework);
146 while (resValue != null && resValue.getValue() != null) {
147 String value = resValue.getValue();
156 resValue = v;
166 resValue = new ResourceValue(ResourceType.COLOR, property.getName(), text, false);
169 if (resValue != null && resValue.getValue() != null) {
170 String value = resValue.getValue()
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 115 public static ColorStateList getColorStateList(ResourceValue resValue, BridgeContext context) {
116 String value = resValue.getValue();
127 parser, context, resValue.isFramework());
  /external/deqp/modules/gles31/functional/
es31fOpaqueTypeIndexingTests.cpp 847 const deUint32 resValue = outValues[readNdx*numInvocations + invocationNdx];
849 if (refValue != resValue)
853 << tcu::toHex(refValue) << ", got " << tcu::toHex(resValue)
    [all...]
es31fComputeShaderBuiltinVarTests.cpp 261 const UVec3 resValue = readResultVec(resPtr, numScalars);
263 if (!compareComps(refValue, resValue, numScalars))
268 << ", got " << LogComps(resValue, numScalars)
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.0/
sdk-common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.4.2/
sdk-common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.0/
sdk-common-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.1/
sdk-common-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.5.3/
sdk-common-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.7.0/
sdk-common-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.7.1/
sdk-common-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.7.3/
sdk-common-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.8.0/
sdk-common-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.9.2/
sdk-common-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.1/
sdk-common-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.2/
sdk-common-23.0.2.jar 
  /prebuilts/misc/common/sdk-common/
sdk-common.jar 
  /prebuilts/devtools/tools/lib/
sdk-common.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.2.0/
sdk-common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.1/
gradle-0.8.1.jar 

Completed in 786 milliseconds

1 2