Home
last modified time | relevance | path

Searched defs:firstMask (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskUtil.java246 FieldMask firstMask, FieldMask secondMask, FieldMask... otherMasks) { in union()
262 FieldMask firstMask, FieldMask secondMask, FieldMask... otherMasks) { in subtract()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java577 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUTS46.java568 int firstMask=U_MASK(UBiDiProps.INSTANCE.getClass(c)); in checkLabelBiDi() local
/third_party/skia/m133/third_party/externals/icu/source/common/
Duts46.cpp995 uint32_t firstMask=U_MASK(u_charDirection(c)); in checkLabelBiDi() local
/third_party/skia/third_party/externals/icu/source/common/
Duts46.cpp1006 uint32_t firstMask=U_MASK(u_charDirection(c)); in checkLabelBiDi() local
/third_party/icu/icu4c/source/common/
Duts46.cpp1006 uint32_t firstMask=U_MASK(u_charDirection(c)); in checkLabelBiDi() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp206 …:string twoValuedVec4 (const std::string& first, const std::string& second, const BVec4& firstMask) in twoValuedVec4()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp206 …:string twoValuedVec4 (const std::string& first, const std::string& second, const BVec4& firstMask) in twoValuedVec4()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderOperatorTests.cpp292 static string twoValuedVec4 (const string& first, const string& second, const BVec4& firstMask) in twoValuedVec4()