/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiFeatureInfo.cpp | 603 << " (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 D | vktBindingDescriptorBufferTests.cpp | 1173 // 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 D | vktRayTracingBuiltinTests.cpp | 255 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 D | vktBindingDescriptorBufferTests.cpp | 1172 // 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 D | wuffs-v0.2.c | 483 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 D | installd_host_impl.cpp | 1725 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()
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | block-group.c | 198 * This will return the block group at or after bytenr if contains is 0, else 199 * it will return the block group that contains the bytenr 202 struct btrfs_fs_info *info, u64 bytenr, int contains) in block_group_cache_tree_search() 217 if (!contains && (!ret || start < ret->start)) in block_group_cache_tree_search() 221 if (contains && bytenr <= end) { in block_group_cache_tree_search() 251 * Return the block group that contains the given bytenr 201 block_group_cache_tree_search( struct btrfs_fs_info *info, u64 bytenr, int contains) block_group_cache_tree_search() argument
|
/third_party/skia/src/core/ |
H A D | SkCanvas.cpp | 120 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 D | SkPath.cpp | 420 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 D | SkPathOpsTSect.cpp | 138 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 D | NumberFormatterApiTest.java | 5896 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 D | MeasureUnitTest.java | 2619 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 D | icu4j-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/multimedia/media_library/frameworks/js/src/ |
H A D | file_asset_napi.cpp | 4604 if (editDataJson.contains(COMPATIBLE_FORMAT) && editDataJson.contains(FORMAT_VERSION) && in GetEditDataString() 4605 editDataJson.contains(EDIT_DATA) && editDataJson.contains(APP_ID)) { in GetEditDataString() 4627 if (editDataJson.contains(COMPATIBLE_FORMAT) && editDataJson.contains(FORMAT_VERSION) && in GetEditDataObject() 4628 editDataJson.contains(EDIT_DATA) && editDataJson.contains(APP_ID)) { in GetEditDataObject()
|
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/ |
H A D | entity_collection.cpp | 604 if (!copiedCollections.contains(subCollection)) {
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_registry.cpp | 606 return interpolatorConstructors_.contains(propertyTypeUid); in HasInterpolator()
|
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | others_clone_restore.cpp | 86 if (obj.contains(PHONE_TYPE) && obj.at(PHONE_TYPE) == PHONE_DEVICE_TYPE) { in OthersCloneRestore()
|
/foundation/distributedhardware/device_manager/services/service/src/discovery/ |
H A D | discovery_manager.cpp | 166 if (!jsonObject.is_discarded() && jsonObject.contains(TYPE_MINE)) { in StartDiscovering()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | bugfix.S | 5 | This file contains workarounds for bugs in the 040
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-feroceon.S | 473 @ if r2 contains the VM_EXEC bit then the next 2 ops are done already
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | bugfix.S | 5 | This file contains workarounds for bugs in the 040
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-feroceon.S | 477 @ if r2 contains the VM_EXEC bit then the next 2 ops are done already
|
/third_party/gn/src/gn/ |
H A D | command_gen.cc | 636 file which can be imported into an Eclipse CDT project. The XML file contains
|
/third_party/ffmpeg/tests/fate/ |
H A D | ffmpeg.mak | 75 # contains samples within the initial period.
|
H A D | matroska.mak | 125 # The input file of the following test contains Content Light Level as well as
|