Home
last modified time | relevance | path

Searched defs:toCheck (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/unicode/
Denumset.h43 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains()
45 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get()
46 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum()
59 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag()
/external/icu/libicu/cts_headers/unicode/
Denumset.h43 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains()
45 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get()
46 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum()
59 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag()
/external/cronet/third_party/icu/source/common/unicode/
Denumset.h43 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains()
45 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get()
46 …inline UBool isValidEnum(T toCheck) const { return ((uint32_t)toCheck>=minValue&&(uint32_t)toChec… in isValidEnum()
59 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmUtils.cpp55 const vk::VkPhysicalDeviceFeatures& toCheck, in isCoreFeaturesSupported()
122 …Int8FeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderFloat16Int8Features&… in isFloat16Int8FeaturesSupported()
132 …StorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice8BitStorageFeatures& to… in is8BitStorageFeaturesSupported()
143 …StorageFeaturesSupported(const Context& context, const vk::VkPhysicalDevice16BitStorageFeatures& t… in is16BitStorageFeaturesSupported()
155 …ntersFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVariablePointersFeatures&… in isVariablePointersFeaturesSupported()
165 …odelFeaturesSupported(const Context& context, const vk::VkPhysicalDeviceVulkanMemoryModelFeatures&… in isVulkanMemoryModelFeaturesSupported()
177 …FeaturesSupported(const Context& context, const vk::VkPhysicalDeviceShaderIntegerDotProductFeature… in isIntegerDotProductFeaturesSupported()
189 …rolsFeaturesSupported (const Context& context, const vk::VkPhysicalDeviceFloatControlsProperties& … in isFloatControlsFeaturesSupported()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXMLValidator.java55 List<File> toCheck = new ArrayList<>(); in main() local
95 private static void addDirectory(File f, List<File> toCheck) throws IOException { in addDirectory()
130 public int check(List<File> toCheck) { in check()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/test/
DTestCheckLogicalGroupings.java57 …CheckLogicalGroupings clg, String baseXpath, SimpleXMLSource xs, String value, DraftStatus toCheck, in assertCheckStatus()
/external/angle/src/feature_support_util/
Dfeature_support_util.cpp713 bool getUseANGLE(const Scenario &toCheck) in getUseANGLE()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp139 void areFeaturesSupported (const Context& context, deUint32 toCheck) in areFeaturesSupported()