Home
last modified time | relevance | path

Searched refs:MATCH (Results 1 – 25 of 74) sorted by relevance

123

/third_party/gn/src/gn/
Dlabel_pattern_unittest.cc32 {"", false, LabelPattern::MATCH, "", "", ""}, in TEST()
33 {":", false, LabelPattern::MATCH, "", "", ""}, in TEST()
35 {":bar", true, LabelPattern::MATCH, "//foo/", "bar", ""}, in TEST()
36 {"//la:bar", true, LabelPattern::MATCH, "//la/", "bar", ""}, in TEST()
46 {"//foo()", true, LabelPattern::MATCH, "//foo/", "foo", ""}, in TEST()
47 {"//foo(//bar)", true, LabelPattern::MATCH, "//foo/", "foo", "//bar:bar"}, in TEST()
53 {"*foo*:bar", false, LabelPattern::MATCH, "", "", ""}, in TEST()
54 {"foo*:*bar", false, LabelPattern::MATCH, "", "", ""}, in TEST()
55 {"*foo:bar", false, LabelPattern::MATCH, "", "", ""}, in TEST()
56 {"foo:bar*", false, LabelPattern::MATCH, "", "", ""}, in TEST()
[all …]
Dlabel_pattern.cc229 case MATCH: in Matches()
258 case MATCH: in Describe()
Dlabel_pattern.h24 MATCH = 1, // Exact match for a given target. enumerator
/third_party/mesa3d/src/compiler/glsl/
Dir_reader.cpp141 if (MATCH(expr, pat)) { in read_type()
233 if (!MATCH(expr, pat)) { in read_function_sig()
397 if (!MATCH(expr, pat)) { in read_declaration()
479 if (!MATCH(expr, pat)) { in read_if()
508 if (!MATCH(expr, loop_pat)) { in read_loop()
531 if (MATCH(expr, return_value_pat)) { in read_return()
538 } else if (MATCH(expr, return_void_pat)) { in read_return()
587 if (!MATCH(expr, pat4) && !MATCH(expr, pat5)) { in read_assignment()
606 if (MATCH(mask_list, mask_pat)) { in read_assignment()
660 if (MATCH(expr, non_void_pat)) { in read_call()
[all …]
/third_party/libsnd/cmake/
DCMakeAutoGenScript.cmake23 …string(REGEX MATCH "autogen definitions ([a-zA-Z\\._-]+);[${WS}]*" TEMPLATE_MATCH "${DEFINITION_CO…
39 …string(REGEX MATCH "([a-zA-Z_][a-zA-Z0-9_]*)[${WS}]*=[${WS}]*{[${WS}]*" GROUPSTART_MATCH "${DEFINI…
51 …string(REGEX MATCH "^([a-zA-Z_][a-zA-Z0-9_]*)[${WS}]*=[${WS}]*(([\"']([${WS}a-zA-Z0-9_%\\\"<>\(\)\…
70 string(REGEX MATCH "^[${WS}]*}[${WS}]*;[${WS}]*" GROUPEND_MATCH "${DEFINITION_CONTENTS}")
80 function(match_autogen_group TEXT START POS0 POS1 MATCH FOUND)
82 …string(REGEX MATCH "\\[\\+[${WS}]*([ a-zA-Z0-9=_$%\\(\\)\"\\+\\-]+)[${WS}]*\\+\\]" MATCH_GROUP "${…
95 set("${MATCH}" "${CONTENT}" PARENT_SCOPE)
248 string(REGEX MATCH "AutoGen5 template ([ a-zA-Z0-9]*)" SUFFICES_MATCH "${AUTOGEN}")
339 string(REGEX MATCH "^CASE[${WS}]+\\(([a-zA-Z]+)\\)" CASE_MATCH "${GROUP_MATCH}")
350 string(REGEX MATCH "^==[${WS}]+([a-zA-Z_][a-zA-Z0-9_]*)" CASE_MATCH "${GROUP_MATCH}")
[all …]
/third_party/iowow/cmake/Modules/
DDebChangelog.cmake29 …string(REGEX MATCH "^[A-Za-z0-9_].*[ \t]+\\((([0-9]+)\\.([0-9]+)\\.([0-9]+))\\)[ \t]+[A-Za-z]+;[ \…
38 …string(REGEX MATCH "^[A-Za-z0-9_].*[ \t]+\\((([0-9]+)\\.([0-9]+)\\.([0-9]+))\\)[ \t]+[A-Za-z]+;[ \…
44 string(REGEX MATCH "^[ \t]*\\-\\-[ \t]+" _MATCHED "${CLINE}")
/third_party/ejdb/cmake/Modules/
DDebChangelog.cmake30 …string(REGEX MATCH "^[A-Za-z0-9_].*[ \t]+\\((([0-9]+)\\.([0-9]+)(\\.([0-9]+))?)\\)[ \t]+[A-Za-z]+;…
43 …string(REGEX MATCH "^[A-Za-z0-9_].*[ \t]+\\((([0-9]+)\\.([0-9]+)(\\.([0-9]+))?)\\)[ \t]+[A-Za-z]+;…
49 string(REGEX MATCH "^[ \t]*\\-\\-[ \t]+" _MATCHED "${CLINE}")
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java96 if (bestValue == Builder.MATCH) { // exact match! in breakExceptionAt()
297 static final int MATCH = (1 << 1); // < exact match - skip this one. field in SimpleFilteredSentenceBreakIterator.Builder
400 builder.add(reversed, MATCH); in wrapIteratorWithFilter()
408 builder2.add(thisStr, MATCH); // forward in wrapIteratorWithFilter()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DSimpleFilteredSentenceBreakIterator.java102 if (bestValue == Builder.MATCH) { // exact match! in breakExceptionAt()
284 static final int MATCH = (1 << 1); // < exact match - skip this one. field in SimpleFilteredSentenceBreakIterator.Builder
387 builder.add(reversed, MATCH); in wrapIteratorWithFilter()
395 builder2.add(thisStr, MATCH); // forward in wrapIteratorWithFilter()
/third_party/rust/crates/nom/src/
Dstr.rs420 const MATCH: &str = "βèƒôřèÂßÇ"; in is_a_succeed() constant
424 is_a(MATCH)(input) in is_a_succeed()
472 const MATCH: &str = "Ûñℓúçƙ¥"; in is_a_fail() constant
474 is_a(MATCH)(input) in is_a_fail()
/third_party/json/cmake/
Dci.cmake13 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" ASTYLE_TOOL_VERSION "${ASTYLE_TOOL_VERSION}")
18 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CLANG_TOOL_VERSION "${CLANG_TOOL_VERSION}")
23 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CLANG_TIDY_TOOL_VERSION "${CLANG_TIDY_TOOL_VERSION}")
30 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CPPCHECK_TOOL_VERSION "${CPPCHECK_TOOL_VERSION}")
35 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" GCC_TOOL_VERSION "${GCC_TOOL_VERSION}")
40 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" GCOV_TOOL_VERSION "${GCOV_TOOL_VERSION}")
45 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" GIT_TOOL_VERSION "${GIT_TOOL_VERSION}")
50 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" IWYU_TOOL_VERSION "${IWYU_TOOL_VERSION}")
55 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" INFER_TOOL_VERSION "${INFER_TOOL_VERSION}")
60 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" LCOV_TOOL_VERSION "${LCOV_TOOL_VERSION}")
[all …]
/third_party/vulkan-loader/cmake/
DFindVulkanHeaders.cmake125 …string(REGEX MATCH "VK_HEADER_VERSION_COMPLETE VK_MAKE_API_VERSION\\(.*\\)" VulkanHeaders_out ${Vu…
144 …string(REGEX MATCH "define.*VK_HEADER_VERSION[^_].*[0-9]+" VulkanHeaders_out ${VulkanHeaders_line})
147 string(REGEX MATCH "[0-9]+" VulkanHeaders_VERSION_PATCH "${VulkanHeaders_out}")
/third_party/libwebsockets/cmake/
DFindOpenSSLbins.cmake26 string(REGEX MATCH "^([0-9]+)\\.([0-9]+)\\.(.*)$" REGEX_MATCH ${OPENSSL_VERSION})
47 string(REGEX MATCH "^(.*)/tools/openssl$" REGEX_MATCH ${OPENSSL_EXECUTABLE_PATH})
/third_party/selinux/libselinux/include/selinux/
Drestorecon.h183 MATCH = 0, enumerator
/third_party/node/deps/llhttp/
Dcommon.gypi6 # RuntimeLibrary MUST MATCH across the entire project
/third_party/nghttp2/third-party/llhttp/
Dcommon.gypi6 # RuntimeLibrary MUST MATCH across the entire project
/third_party/libwebsockets/win32port/zlib/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/third_party/zlib/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/third_party/node/deps/zlib/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/third_party/skia/third_party/externals/zlib/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/third_party/flutter/skia/third_party/externals/zlib/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/third_party/freetype/src/gzip/
Dinflate.h48 MATCH, /* o: waiting for output space to copy string */ enumerator
/third_party/ffmpeg/libavcodec/
Dhevc_mvs.c95 #define MATCH(x) (A.x == B.x) macro
104 return MATCH(ref_idx[0]) && MATCH_MV(mv[0]) && in compare_mv_ref_idx()
105 MATCH(ref_idx[1]) && MATCH_MV(mv[1]); in compare_mv_ref_idx()
107 return MATCH(ref_idx[0]) && MATCH_MV(mv[0]); in compare_mv_ref_idx()
109 return MATCH(ref_idx[1]) && MATCH_MV(mv[1]); in compare_mv_ref_idx()
/third_party/mbedtls/
DCMakeLists.txt55 string(REGEX MATCH "Clang" CMAKE_COMPILER_IS_CLANG "${CMAKE_C_COMPILER_ID}")
56 string(REGEX MATCH "GNU" CMAKE_COMPILER_IS_GNU "${CMAKE_C_COMPILER_ID}")
57 string(REGEX MATCH "IAR" CMAKE_COMPILER_IS_IAR "${CMAKE_C_COMPILER_ID}")
58 string(REGEX MATCH "MSVC" CMAKE_COMPILER_IS_MSVC "${CMAKE_C_COMPILER_ID}")
159 string(REGEX MATCH "Clang" CMAKE_COMPILER_IS_CLANG "${CMAKE_C_COMPILER_ID}")
/third_party/spirv-tools/cmake/
Dwrite_pkg_config.cmake19 MATCH "v[0-9]+(.[0-9]+)?(-dev)? [0-9]+-[0-9]+-[0-9]+"

123