Home
last modified time | relevance | path

Searched refs:contains (Results 1451 - 1475 of 1842) sorted by relevance

1...<<51525354555657585960>>...74

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSparseBitVector.h772 bool contains(const SparseBitVector<ElementSize> &RHS) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DLiveInterval.h175 bool contains(SlotIndex I) const {
259 /// end of the range. If no Segment contains this position, but the
397 /// Return the segment that contains the specified index, or null if there
404 /// Return the live segment that contains the specified index, or null if
425 /// Return an iterator to the segment that contains the specified index, or
585 // Returns true if any segment in the live range contains any of the
955 /// Flush the updater state to LR so it is valid and contains all added
/third_party/typescript/tests/baselines/reference/
H A DgenericFunctionInference1.js83 contains(value: T): boolean;
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptorMessageInfoFactory.java596 String suffix = specialFieldNames.contains(name) ? "__" : "_"; in getFieldName()
/third_party/skia/include/core/
H A DSkPath.h253 @return true if SkPath contains only SkRRect
286 @return true if the path contains no SkPath::Verb array
391 /** Returns true if SkPath contains only one line;
393 If SkPath contains one line and line is not nullptr, line is set to
398 @return true if SkPath contains exactly one line
477 Returns (0, 0, 0, 0) if SkPath contains no points. Returned bounds width and height may
503 Returns (0, 0, 0, 0) if SkPath contains no points.
510 Behaves identically to getBounds() when SkPath contains
511 only lines. If SkPath contains curves, computed bounds includes
1040 @return true if SkPath contains SkRec
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dconv.rs474 if !oflags.contains(OFlags::PATH) { in oflags_bits()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp342 if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_full_screen_exclusive")) in fullScreenExclusiveTest()
/third_party/vk-gl-cts/modules/egl/
H A DteglChooseConfigTests.cpp503 if (!de::contains(extensions.begin(), extensions.end(), "EGL_EXT_pixel_format_float")) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp603 << " (contains " << tcu::toHex(limitToCheck) << ")" in validateBitmaskLimit()
2333 !de::contains(allowedExtSet, *extIter)) in checkKhrExtensions()
3024 if (de::contains(DE_ARRAY_BEGIN(validPropertyFlags), DE_ARRAY_END(validPropertyFlags), memProps->memoryTypes[memoryNdx].propertyFlags & bitsToCheck)) in deviceMemoryProperties()
3412 if (de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_sampler_filter_minmax")) in getRequiredOptimalExtendedTilingFeatures()
3414 if (de::contains(DE_ARRAY_BEGIN(s_requiredSampledImageFilterMinMaxFormats), DE_ARRAY_END(s_requiredSampledImageFilterMinMaxFormats), format)) in getRequiredOptimalExtendedTilingFeatures()
3487 if ( (queriedFlags & VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT) != 0 && de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_filter_cubic") ) in getRequiredOptimalExtendedTilingFeatures()
3489 if ( de::contains(DE_ARRAY_BEGIN(s_requiredSampledImageFilterCubicFormats), DE_ARRAY_END(s_requiredSampledImageFilterCubicFormats), format) ) in getRequiredOptimalExtendedTilingFeatures()
3493 if ( coreFeatures.textureCompressionETC2 && de::contains(DE_ARRAY_BEGIN(s_requiredSampledImageFilterCubicFormatsETC2), DE_ARRAY_END(s_requiredSampledImageFilterCubicFormatsETC2), format) ) in getRequiredOptimalExtendedTilingFeatures()
3622 if (de::contains(DE_ARRAY_BEGIN(s_requiredVertexBufferFormats), DE_ARRAY_END(s_requiredVertexBufferFormats), format)) in getRequiredBufferFeatures()
3625 if (de::contains(DE_ARRAY_BEGI in getRequiredBufferFeatures()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp603 << " (contains " << tcu::toHex(limitToCheck) << ")" in validateBitmaskLimit()
2324 !de::contains(allowedExtSet, *extIter)) in checkKhrExtensions()
3049 if (de::contains(DE_ARRAY_BEGIN(validPropertyFlags), DE_ARRAY_END(validPropertyFlags), memProps->memoryTypes[memoryNdx].propertyFlags & bitsToCheck)) in deviceMemoryProperties()
3437 if (de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_sampler_filter_minmax")) in getRequiredOptimalExtendedTilingFeatures()
3439 if (de::contains(DE_ARRAY_BEGIN(s_requiredSampledImageFilterMinMaxFormats), DE_ARRAY_END(s_requiredSampledImageFilterMinMaxFormats), format)) in getRequiredOptimalExtendedTilingFeatures()
3512 if ( (queriedFlags & VK_FORMAT_FEATURE_SAMPLED_IMAGE_BIT) != 0 && de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), "VK_EXT_filter_cubic") ) in getRequiredOptimalExtendedTilingFeatures()
3514 if ( de::contains(DE_ARRAY_BEGIN(s_requiredSampledImageFilterCubicFormats), DE_ARRAY_END(s_requiredSampledImageFilterCubicFormats), format) ) in getRequiredOptimalExtendedTilingFeatures()
3523 if ( coreFeatures.features.textureCompressionETC2 && de::contains(DE_ARRAY_BEGIN(s_requiredSampledImageFilterCubicFormatsETC2), DE_ARRAY_END(s_requiredSampledImageFilterCubicFormatsETC2), format) ) in getRequiredOptimalExtendedTilingFeatures()
3652 if (de::contains(DE_ARRAY_BEGIN(s_requiredVertexBufferFormats), DE_ARRAY_END(s_requiredVertexBufferFormats), format)) in getRequiredBufferFeatures()
3655 if (de::contains(DE_ARRAY_BEGI in getRequiredBufferFeatures()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp1173 // Then the last set contains only images.
3209 if (collection.contains(getShaderName(VK_SHADER_STAGE_RAYGEN_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_RAYGEN_BIT_KHR;
3210 if (collection.contains(getShaderName(VK_SHADER_STAGE_ANY_HIT_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_ANY_HIT_BIT_KHR;
3211 if (collection.contains(getShaderName(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR;
3212 if (collection.contains(getShaderName(VK_SHADER_STAGE_MISS_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_MISS_BIT_KHR;
3213 if (collection.contains(getShaderName(VK_SHADER_STAGE_INTERSECTION_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_INTERSECTION_BIT_KHR;
3214 if (collection.contains(getShaderName(VK_SHADER_STAGE_CALLABLE_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_CALLABLE_BIT_KHR;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuiltinTests.cpp255 if (collection.contains("rgen")) m_shaders |= VK_SHADER_STAGE_RAYGEN_BIT_KHR; in RayTracingBuiltinLaunchTestInstance()
256 if (collection.contains("ahit")) m_shaders |= VK_SHADER_STAGE_ANY_HIT_BIT_KHR; in RayTracingBuiltinLaunchTestInstance()
257 if (collection.contains("chit")) m_shaders |= VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR; in RayTracingBuiltinLaunchTestInstance()
258 if (collection.contains("miss")) m_shaders |= VK_SHADER_STAGE_MISS_BIT_KHR; in RayTracingBuiltinLaunchTestInstance()
259 if (collection.contains("sect")) m_shaders |= VK_SHADER_STAGE_INTERSECTION_BIT_KHR; in RayTracingBuiltinLaunchTestInstance()
260 if (collection.contains("call")) m_shaders |= VK_SHADER_STAGE_CALLABLE_BIT_KHR; in RayTracingBuiltinLaunchTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingDescriptorBufferTests.cpp1172 // Then the last set contains only images.
3180 if (collection.contains(getShaderName(VK_SHADER_STAGE_RAYGEN_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_RAYGEN_BIT_KHR;
3181 if (collection.contains(getShaderName(VK_SHADER_STAGE_ANY_HIT_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_ANY_HIT_BIT_KHR;
3182 if (collection.contains(getShaderName(VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_CLOSEST_HIT_BIT_KHR;
3183 if (collection.contains(getShaderName(VK_SHADER_STAGE_MISS_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_MISS_BIT_KHR;
3184 if (collection.contains(getShaderName(VK_SHADER_STAGE_INTERSECTION_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_INTERSECTION_BIT_KHR;
3185 if (collection.contains(getShaderName(VK_SHADER_STAGE_CALLABLE_BIT_KHR))) m_shaders |= VK_SHADER_STAGE_CALLABLE_BIT_KHR;
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.2.c483 inline bool contains(uint32_t x) const;
570 wuffs_base__range_ii_u32::contains(uint32_t x) const { in contains() function in wuffs_base__range_ii_u32
594 inline bool contains(uint32_t x) const;
687 wuffs_base__range_ie_u32::contains(uint32_t x) const { in contains() function in wuffs_base__range_ie_u32
716 inline bool contains(uint64_t x) const;
803 wuffs_base__range_ii_u64::contains(uint64_t x) const { in contains() function in wuffs_base__range_ii_u64
827 inline bool contains(uint64_t x) const;
920 wuffs_base__range_ie_u64::contains(uint64_t x) const { in contains() function in wuffs_base__range_ie_u64
951 inline bool contains(uint32_t x, uint32_t y) const;
1050 wuffs_base__rect_ii_u32::contains(uint32_ function in wuffs_base__rect_ii_u32
1187 wuffs_base__rect_ie_u32::contains(uint32_t x, uint32_t y) const { contains() function in wuffs_base__rect_ie_u32
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1725 if (!object.contains(EXTENSION_CONFIG_NAME) || !object.at(EXTENSION_CONFIG_NAME).is_array()) { in LoadNeedCreateSandbox()
1732 if (!jsonObject.contains(EXTENSION_TYPE_NAME) || !jsonObject.at(EXTENSION_TYPE_NAME).is_string()) { in LoadNeedCreateSandbox()
1744 if (!object.contains(EXTENSION_SERVICE_NEED_CREATE_SANDBOX) || in LoadExtensionNeedCreateSandbox()
/third_party/skia/src/core/
H A DSkCanvas.cpp120 if (!devRect.contains(bounds)) { in wouldOverwriteEntireSurface()
1747 // if (!outer.contains(inner))) {
1750 if (!outer.getBounds().contains(inner.getBounds())) {
2179 // contains check equivalent to between ir and device bounds
2181 return ir.contains(fQuickRejectBounds);
H A DSkPath.cpp420 The path contains a quadratic or cubic.
421 The path contains fewer than four points.
2095 if (!fBounds.contains(bounds)) { in isValidImpl()
3022 bool SkPath::contains(SkScalar x, SkScalar y) const { in contains() function in SkPath
3537 return false; // path contains infinity or NaN in IsRectContour()
3652 if (testRects[0].contains(testRects[1])) { in IsNestedFillRects()
3663 if (testRects[1].contains(testRects[0])) { in IsNestedFillRects()
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp138 bool SkTSpan::contains(double t) const { in contains() function in SkTSpan
580 if (sect2->fHead->contains(oppTTest)) { in binarySearchCoin()
1219 if (!opp->fHead->contains(oppTTest)) { in linesIntersect()
1952 // if the final iteration contains an end (0 or 1), in BinarySearch()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberFormatterApiTest.java5896 int lowerBound = methodsWithLowerBound1.contains(method.getName()) ? 1 in validRanges()
5897 : methodsWithLowerBoundN1.contains(method.getName()) ? -1 : 0; in validRanges()
5906 // Ensure the exception message contains the expected substring in validRanges()
5914 int lowerBound = methodsWithLowerBound1.contains(method.getName()) ? 1 in validRanges()
5915 : methodsWithLowerBoundN1.contains(method.getName()) ? -1 : 0; in validRanges()
5925 // Ensure the exception message contains the expected substring in validRanges()
5936 // Ensure the exception message contains the expected substring in validRanges()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMeasureUnitTest.java2619 if (!knownUnits.contains(unit)) { in testCLDRUnitAvailability()
3063 if ("duration".equals(type) && TIME_CODES.contains(code)) { in generateConstants()
3073 if ("duration".equals(type) && TIME_CODES.contains(code)) { in generateConstants()
3114 return DRAFT_VERSION_SET.contains(version); in isDraft()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jar ... impl.BMPSet otherBMPSet int[] newParentList int newParentListLength public boolean contains (int) int lead int twoBits int c public final int ...
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Dentity_collection.cpp604 if (!copiedCollections.contains(subCollection)) {
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.cpp606 return interpolatorConstructors_.contains(propertyTypeUid); in HasInterpolator()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dothers_clone_restore.cpp86 if (obj.contains(PHONE_TYPE) && obj.at(PHONE_TYPE) == PHONE_DEVICE_TYPE) { in OthersCloneRestore()
/foundation/distributedhardware/device_manager/services/service/src/discovery/
H A Ddiscovery_manager.cpp166 if (!jsonObject.is_discarded() && jsonObject.contains(TYPE_MINE)) { in StartDiscovering()

Completed in 105 milliseconds

1...<<51525354555657585960>>...74