Home
last modified time | relevance | path

Searched defs:match (Results 551 - 575 of 610) sorted by relevance

1...<<2122232425

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageHostImageCopyTests.cpp978 bool match = memcmp(data.data(), resultBuffer.getDataPtr(), outputBufferSize) == 0; in iterate() local
1463 bool match = memcmp(data, outputPtr, bufferSize) == 0; in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp970 bool match = tcu::boolAll(tcu::lessThan(tcu::absDiff(colorPixel, m_testConfig.expectedColor[attachmentIndex]), kColorThreshold)); in iterate() local
998 bool match = de::inRange(depthPixel, minDepth, maxDepth); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp1256 bool match = false; in comparePrimitivesExact() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c2646 int match; compare_two_images() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp1920 TZDBNameInfo *match = NULL; in handleMatch() local
[all...]
H A Dusearch.cpp1495 UChar *match = addToUCharArray(buffer, &matchsize, doNextCanonicalPrefixMatch() local
2197 UChar *match = addToUCharArray(buffer, &matchsize, doPreviousCanonicalSuffixMatch() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh520 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); in next() local
557 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); in prev() local
833 match_func_t match; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h48 template <typename Val, typename Pattern> bool match(Val *V, const Pattern &P) { in match() function
57 template <typename OpTy> bool match(OpTy *V) { in match() function
67 template <typename ITy> bool match(ITy *V) { return isa<Class>(V); } in match() function
103 template <typename ITy> bool match(ITy *V) { return !M.match(V); } in match() function
118 template <typename ITy> bool match(IT function
133 template <typename ITy> bool match(ITy *V) { match() function
158 template <typename ITy> bool match(ITy *V) { match() function
178 template <typename ITy> bool match(ITy *V) { match() function
202 template <typename ITy> bool match(ITy *V) { match() function
225 template <typename ITy> bool match(ITy *V) { match() function
262 template <typename ITy> bool match(ITy *V) { match() function
284 template <typename ITy> bool match(ITy *V) { match() function
419 template <typename ITy> bool match(ITy *V) { match() function
567 template <typename ITy> bool match(ITy *V) { match() function
608 template <typename ITy> bool match(ITy *V) { return V == Val; } match() function
621 template <typename ITy> bool match(ITy *const V) { return V == Val; } match() function
637 template <typename ITy> bool match(ITy *V) { match() function
660 template <typename ITy> bool match(ITy *V) { match() function
677 template <typename ITy> bool match(ITy *V) { match() function
707 template <typename ITy> bool match(ITy *V) { match() function
739 template <typename OpTy> bool match(OpTy *V) { match() function
767 template <typename OpTy> bool match(OpTy *V) { match() function
811 template <typename OpTy> bool match(OpTy *V) { match() function
943 template <typename OpTy> bool match(OpTy *V) { match() function
1035 template <typename OpTy> bool match(OpTy *V) { match() function
1130 template <typename OpTy> bool match(OpTy *V) { match() function
1157 template <typename OpTy> bool match(OpTy *V) { match() function
1197 template <typename OpTy> bool match(OpTy *V) { match() function
1213 template <typename OpTy> bool match(OpTy *V) { match() function
1232 template <typename OpTy> bool match(OpTy *V) { match() function
1310 template <typename OpTy> bool match(OpTy *V) { match() function
1414 template <typename OpTy> bool match(OpTy *V) { match() function
1435 template <typename OpTy> bool match(OpTy *V) { match() function
1470 template <typename OpTy> bool match(OpTy *V) { match() function
1500 static bool match(ICmpInst::Predicate Pred) { match() function
1507 static bool match(ICmpInst::Predicate Pred) { match() function
1514 static bool match(ICmpInst::Predicate Pred) { match() function
1521 static bool match(ICmpInst::Predicate Pred) { match() function
1528 static bool match(FCmpInst::Predicate Pred) { match() function
1535 static bool match(FCmpInst::Predicate Pred) { match() function
1542 static bool match(FCmpInst::Predicate Pred) { match() function
1549 static bool match(FCmpInst::Predicate Pred) { match() function
1651 template <typename OpTy> bool match(OpTy *V) { match() function
1704 template <typename OpTy> bool match(OpTy *V) { match() function
1724 template <typename OpTy> bool match(OpTy *V) { match() function
1950 template <typename OpTy> bool match(OpTy *V) { match() function
1990 template <typename OpTy> bool match(OpTy *V) { match() function
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidi.cpp747 bracketAddOpening(BracketData *bd, UChar match, int32_t position) { in bracketAddOpening() argument
884 UChar c, match; bracketProcessChar() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp962 bool match = tcu::boolAll(tcu::lessThan(tcu::absDiff(colorPixel, m_testConfig.expectedColor[attachmentIndex]), kColorThreshold)); in iterate() local
990 bool match = de::inRange(depthPixel, minDepth, maxDepth); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationInvarianceTests.cpp1244 bool match = false; in comparePrimitivesExact() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dconfig.c1529 size_t i, j, prev_methods, match = 0; in wpa_config_parse_eap() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_ctrl_iface.c2644 u8 match[10]; in hostapd_ctrl_register_frame() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c1696 size_t i, j, prev_methods, match = 0; in wpa_config_parse_eap() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c2799 const struct of_device_id *match; in dw_hdmi_rockchip_bind() local
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rockchip.c3402 const struct of_device_id *match; in rockchip_pinctrl_get_soc_data() local
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-typec.c1557 const struct of_device_id *match; in rockchip_typec_phy_probe() local
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_config.c1644 bool match = false; in dhd_conf_match_channel() local
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp544 bool match = true; in makeGenericType() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java532 int match; /* matching char or -position of closing bracket */ field in Bidi.Opening
2112 private void bracketAddOpening(BracketData bd, char match, int position) { in bracketAddOpening() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp366 UBool RegexTest::doRegexLMTest(const char *pat, const char *text, UBool looking, UBool match, int32_t line) { in doRegexLMTest() argument
427 UBool RegexTest::doRegexLMTestUTF8(const char *pat, const char *text, UBool looking, UBool match, int32_t line) { in doRegexLMTestUTF8() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBidi.java532 int match; /* matching char or -position of closing bracket */ field in Bidi.Opening
2078 private void bracketAddOpening(BracketData bd, char match, int position) { in bracketAddOpening() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast_to_hir.cpp7894 const glsl_type *match = state->symbols->get_type(name); hir() local
[all...]
/third_party/nghttp2/third-party/llhttp/src/
H A Dllhttp.c625 llhttp__internal__c_store_method( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_method() argument
722 llhttp__internal__c_mul_add_content_length( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_content_length() argument
853 llhttp__internal__c_store_header_state( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_header_state() argument
956 llhttp__internal__c_mul_add_content_length_1( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_content_length_1() argument
1043 llhttp__internal__c_store_http_major( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_http_major() argument
1052 llhttp__internal__c_store_http_minor( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_http_minor() argument
1094 llhttp__internal__c_mul_add_status_code( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_status_code() argument
1150 int match; llhttp__internal__run() local
[all...]
/third_party/node/deps/llhttp/src/
H A Dllhttp.c571 llhttp__internal__c_store_method( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_method() argument
682 llhttp__internal__c_mul_add_content_length( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_content_length() argument
751 llhttp__internal__c_store_header_state( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_header_state() argument
861 llhttp__internal__c_mul_add_content_length_1( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_content_length_1() argument
948 llhttp__internal__c_store_http_major( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_http_major() argument
957 llhttp__internal__c_store_http_minor( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_http_minor() argument
995 llhttp__internal__c_mul_add_status_code( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_status_code() argument
1056 int match; llhttp__internal__run() local
8733 llhttp__internal__c_store_method( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_method() argument
8844 llhttp__internal__c_mul_add_content_length( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_content_length() argument
8913 llhttp__internal__c_store_header_state( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_header_state() argument
9023 llhttp__internal__c_mul_add_content_length_1( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_content_length_1() argument
9110 llhttp__internal__c_store_http_major( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_http_major() argument
9119 llhttp__internal__c_store_http_minor( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_store_http_minor() argument
9157 llhttp__internal__c_mul_add_status_code( llhttp__internal_t* state, const unsigned char* p, const unsigned char* endp, int match) llhttp__internal__c_mul_add_status_code() argument
9218 int match; llhttp__internal__run() local
[all...]

Completed in 105 milliseconds

1...<<2122232425