Home
last modified time | relevance | path

Searched refs:propertyValue (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DInspectableNativeWindow.cpp134 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue) in GetOptionalPropertyValue()
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 in GetOptionalSinglePropertyValue()
130 GetOptionalPropertyValue( const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, const wchar_t *propertyName, boolean *hasKey, ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue) GetOptionalPropertyValue() argument
[all...]
H A DInspectableNativeWindow.h135 ComPtr<ABI::Windows::Foundation::IPropertyValue> &propertyValue);
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils.cpp56 std::string propertyValue; in GetEnvironmentVarOrUnCachedAndroidProperty() local
64 auto propertyValue = reinterpret_cast<std::string *>(cookie); in GetEnvironmentVarOrUnCachedAndroidProperty()
65 *propertyValue = value; in GetEnvironmentVarOrUnCachedAndroidProperty()
67 &propertyValue); in GetEnvironmentVarOrUnCachedAndroidProperty()
71 SetEnvironmentVar(variableName, propertyValue.c_str()); in GetEnvironmentVarOrUnCachedAndroidProperty()
72 return propertyValue; in GetEnvironmentVarOrUnCachedAndroidProperty()
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc83 std::unique_ptr<protocol::Value> propertyValue; in objectToProtocolValue() local
85 toProtocolValue(context, property, maxDepth - 1, &propertyValue); in objectToProtocolValue()
88 std::move(propertyValue)); in objectToProtocolValue()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java4048 * Override the interpretation of the sequence [:propertyName=propertyValue:] (and its negated and Perl-style
4049 * variant). The propertyName and propertyValue may be existing Unicode aliases, or may not be.
4052 * propertyName+propertyValue combination.
4056 * @param propertyValue
4059 * a set to which the characters having the propertyName+propertyValue are to be added.
4060 * @return returns true if the propertyName+propertyValue combination is to be overridden, and the characters
4062 * propertyName+propertyValue combination is not recognized (in which case result is unaltered).
4065 public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java3923 * Override the interpretation of the sequence [:propertyName=propertyValue:] (and its negated and Perl-style
3924 * variant). The propertyName and propertyValue may be existing Unicode aliases, or may not be.
3927 * propertyName+propertyValue combination.
3931 * @param propertyValue
3934 * a set to which the characters having the propertyName+propertyValue are to be added.
3935 * @return returns true if the propertyName+propertyValue combination is to be overridden, and the characters
3937 * propertyName+propertyValue combination is not recognized (in which case result is unaltered).
3940 public boolean applyPropertyAlias(String propertyName, String propertyValue, UnicodeSet result) { in applyPropertyAlias() argument
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 69 milliseconds