/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.cpp | 134 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()
|
D | InspectableNativeWindow.h | 134 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | InspectableNativeWindow.cpp | 134 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()
|
D | InspectableNativeWindow.h | 135 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue);
|
/third_party/skia/third_party/externals/angle2/src/common/ |
D | system_utils.cpp | 56 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/ |
D | sceneio.cpp | 224 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/ |
D | editorServices.ts | 253 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/ |
D | SDL_x11window.c | 197 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/ |
D | UnicodeSet.java | 4012 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 3940 … public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() argument
|
/third_party/flutter/engine/flutter/lib/snapshot/ |
D | fuchsia_compilation_trace.txt | 1108 dart:convert,_BuildJsonListener,propertyValue
|
/third_party/typescript/lib/ |
D | tsserver.js | 155793 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;
|
D | tsserverlibrary.js | 155987 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;
|