Home
last modified time | relevance | path

Searched refs:propertyValue (Results 1 – 13 of 13) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp134 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue) in GetOptionalPropertyValue() argument
154 result = propertyMap->Lookup(HStringReference(propertyName).Get(), &propertyValue); in GetOptionalPropertyValue()
178 ComPtr<ABI::Windows::Foundation::IPropertyValue> propertyValue; in GetOptionalSizePropertyValue() local
193 HRESULT result = GetOptionalPropertyValue(propertyMap, propertyName, &hasKey, propertyValue); in GetOptionalSizePropertyValue()
196 result = propertyValue->get_Type(&propertyType); in GetOptionalSizePropertyValue()
202 if (SUCCEEDED(propertyValue->GetSize(&sizeValue)) && in GetOptionalSizePropertyValue()
244 ComPtr<ABI::Windows::Foundation::IPropertyValue> propertyValue; in GetOptionalSinglePropertyValue() local
259 HRESULT result = GetOptionalPropertyValue(propertyMap, propertyName, &hasKey, propertyValue); in GetOptionalSinglePropertyValue()
262 result = propertyValue->get_Type(&propertyType); in GetOptionalSinglePropertyValue()
268 if (SUCCEEDED(propertyValue->GetSingle(&scaleValue)) && (scaleValue > 0.0f)) in GetOptionalSinglePropertyValue()
DInspectableNativeWindow.h134 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
DInspectableNativeWindow.cpp134 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue) in GetOptionalPropertyValue() argument
154 result = propertyMap->Lookup(HStringReference(propertyName).Get(), &propertyValue); in GetOptionalPropertyValue()
178 ComPtr<ABI::Windows::Foundation::IPropertyValue> propertyValue; in GetOptionalSizePropertyValue() local
193 HRESULT result = GetOptionalPropertyValue(propertyMap, propertyName, &hasKey, propertyValue); in GetOptionalSizePropertyValue()
196 result = propertyValue->get_Type(&propertyType); in GetOptionalSizePropertyValue()
202 if (SUCCEEDED(propertyValue->GetSize(&sizeValue)) && in GetOptionalSizePropertyValue()
244 ComPtr<ABI::Windows::Foundation::IPropertyValue> propertyValue; in GetOptionalSinglePropertyValue() local
259 HRESULT result = GetOptionalPropertyValue(propertyMap, propertyName, &hasKey, propertyValue); in GetOptionalSinglePropertyValue()
262 result = propertyValue->get_Type(&propertyType); in GetOptionalSinglePropertyValue()
268 if (SUCCEEDED(propertyValue->GetSingle(&scaleValue)) && (scaleValue > 0.0f)) in GetOptionalSinglePropertyValue()
DInspectableNativeWindow.h135 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue);
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils.cpp56 std::string propertyValue; in GetEnvironmentVarOrUnCachedAndroidProperty() local
64 auto propertyValue = reinterpret_cast<std::string *>(cookie); in GetEnvironmentVarOrUnCachedAndroidProperty() local
65 *propertyValue = value; in GetEnvironmentVarOrUnCachedAndroidProperty()
67 &propertyValue); in GetEnvironmentVarOrUnCachedAndroidProperty()
71 SetEnvironmentVar(variableName, propertyValue.c_str()); in GetEnvironmentVarOrUnCachedAndroidProperty()
72 return propertyValue; in GetEnvironmentVarOrUnCachedAndroidProperty()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dsceneio.cpp224 string propertyValue = in.substr(startIndex, endIndex - startIndex); in importSceneFromTXTHelper() local
225 propertyValue = decodeEscapesequences(propertyValue); in importSceneFromTXTHelper()
227 node->mNodeValues[propertyName] = make_pair(propertyType, propertyValue); in importSceneFromTXTHelper()
/third_party/typescript/src/server/
DeditorServices.ts253 const propertyValue = protocolOptions[id]; constant
254 if (isString(propertyValue)) {
255 protocolOptions[id] = mappedValues.get(propertyValue.toLowerCase());
265 const propertyValue = protocolOptions[option.name]; constant
266 if (propertyValue === undefined) return;
269 … isString(propertyValue) ? mappedValues.get(propertyValue.toLowerCase()) : propertyValue :
270 … convertJsonOption(option, propertyValue, currentDirectory || "", errors || (errors = []));
278 const propertyValue = protocolOptions[option.name]; constant
279 if (propertyValue === undefined) return;
280 (result || (result = {}))[option.name] = propertyValue;
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c197 unsigned char *propertyValue = NULL; in X11_GetNetWMState() local
204 &propertyValue) == Success) { in X11_GetNetWMState()
205 Atom *atoms = (Atom *) propertyValue; in X11_GetNetWMState()
229 X11_XFree(propertyValue); in X11_GetNetWMState()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java4012 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java3940 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() argument
/third_party/flutter/engine/flutter/lib/snapshot/
Dfuchsia_compilation_trace.txt1108 dart:convert,_BuildJsonListener,propertyValue
/third_party/typescript/lib/
Dtsserver.js155793 var propertyValue = protocolOptions[id];
155794 if (ts.isString(propertyValue)) {
155795 protocolOptions[id] = mappedValues.get(propertyValue.toLowerCase());
155805 var propertyValue = protocolOptions[option.name];
155806 if (propertyValue === undefined)
155810 … ts.isString(propertyValue) ? mappedValues.get(propertyValue.toLowerCase()) : propertyValue :
155811 … ts.convertJsonOption(option, propertyValue, currentDirectory || "", errors || (errors = []));
155819 var propertyValue = protocolOptions[option.name];
155820 if (propertyValue === undefined)
155822 (result || (result = {}))[option.name] = propertyValue;
Dtsserverlibrary.js155987 var propertyValue = protocolOptions[id];
155988 if (ts.isString(propertyValue)) {
155989 protocolOptions[id] = mappedValues.get(propertyValue.toLowerCase());
155999 var propertyValue = protocolOptions[option.name];
156000 if (propertyValue === undefined)
156004 … ts.isString(propertyValue) ? mappedValues.get(propertyValue.toLowerCase()) : propertyValue :
156005 … ts.convertJsonOption(option, propertyValue, currentDirectory || "", errors || (errors = []));
156013 var propertyValue = protocolOptions[option.name];
156014 if (propertyValue === undefined)
156016 (result || (result = {}))[option.name] = propertyValue;