Home
last modified time | relevance | path

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

12345678

/third_party/curl/tests/unit/
Dunit1307.c43 #define MATCH CURL_FNMATCH_MATCH macro
74 { "\\[", "[", MATCH },
77 { "[][]", "[", MATCH },
78 { "[][]", "]", MATCH },
79 { "[[]", "[", MATCH },
80 { "[[[]", "[", MATCH },
81 { "[[[[]", "[", MATCH },
82 { "[[[[]", "[", MATCH },
84 { "[][[]", "]", MATCH },
85 { "[][[[]", "[", MATCH },
[all …]
/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()
/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/boost/tools/build/src/tools/
Dmpi.jam73 if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ]
87 local match = [ MATCH "^$(prefix)([^\" ]+|\"[^\"]+\") *(.*)$" : $(cmdline) ] ;
96 if [ MATCH " +" : $(value) ] {
107 …local match = [ MATCH "^(([A-Za-z0-9~`\.!@#$%^&*()_+={};:'\",.<>/?\\| -]|[|])*).*$" : $(string) ] ;
141 local match = [ MATCH "^([^\" ]+|\"[^\"]+\") *(.*)$" : $(cmdline) ] ;
158 local match = [ MATCH "^(-.)(.*)" : $(cmdline) ] ;
193 match = [ MATCH "^([^\" ]+|\"[^\"]+\") *(.*)$" : $(cmdline) ] ;
211 else if [ MATCH "(.*[a-zA-Z0-9<>?-].*)" : $(value) ] {
235 return [ MATCH ".*(SSCOK).*" : $(result) ] ;
385 local back = [ MATCH "--------------------(.*)" : $(compile_flags) ] ;
[all …]
Dintel-linux.jam43 if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ]
67 if [ MATCH "(12[.]0|12)" : $(version) ]
70 else if [ MATCH "(11[.]1)" : $(version) ]
73 else if [ MATCH "(11[.]0|11)" : $(version) ]
76 else if [ MATCH "(10[.]1)" : $(version) ]
79 else if [ MATCH "(9[.]1)" : $(version) ]
82 else if [ MATCH "(9[.]0|9)" : $(version) ]
85 else if [ MATCH "(8[.]1)" : $(version) ]
111 local real-version = [ MATCH "([0-9.]+)" : $(version-output) ] ;
112 local major = [ MATCH "([0-9]+).*" : $(real-version) ] ;
Dclang-win.jam29 if [ MATCH (--debug-(clang-(win-)?)?configuration) : [ modules.peek : ARGV ] ]
77 version ?= [ MATCH "version ([0-9.]+)" : [ SHELL "$(compiler) -v 2>&1" ] ] ;
94 match = [ MATCH "^ *(\"[^\"]*\")(.*)" : $(config) ] ;
110 if ! [ MATCH "(ml\\.exe)" "(ml64\\.exe)" : $(ml) ]
145 match = [ MATCH "\"-libpath:(.*)\\\\+Lib\\\\.*\\\\um\\\\+x(.*)\"" : $(item) ] ;
Dintel-win.jam79 local vc_in_version = [ MATCH "(vc[0-9]+(\\.[0-9]+)?)$" : $(version) ] ;
92 version = [ MATCH (.+)-vc.+$ : $(version) ] ;
117 if [ MATCH "($(v))" : $(.iclvars-$(version)-supported-vcs) ]
120 local m = [ MATCH "([0-9]+).0$" : $(v) ] ;
148 local m = [ MATCH "([0-9]+).*" : $(version) ] ;
394 local major = [ MATCH "([0-9]+).*" : $(v) ] ; # Use only major version
451 if [ MATCH "($(msvc-version))" : $(.iclvars-$(intel-version)-supported-vcs) ]
465 local r = [ MATCH "^vc([0-9]+(\\.[0-9]+)?)$" : $(vc-string) ] ;
469 if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ]
Dmake.jam38 local m = [ MATCH ^@(.*) : $(action-name) ] ;
58 local m = [ MATCH ^(@).* : $(generating-rule) ] ;
Dintel-vxworks.jam40 if [ MATCH (--debug-configuration) : [ modules.peek : ARGV ] ]
85 local m = [ MATCH (..).* : $(version) ] ;
86 local n = [ MATCH (.)\\. : $(m) ] ;
102 local minor = [ MATCH ".*\\.(.).*" : $(version) ] ;
/third_party/boost/tools/build/src/util/
Dindirect.jam20 if ! [ MATCH $(.pattern) : $(x) ]
34 if [ MATCH $(.pattern) : $(rulename) ]
55 if [ MATCH $(.pattern) : $(rulename) ]
63 local module-context = [ MATCH "^(Jamfile<[^>]*>)\\..*" : $(rulename) ] ;
69 module-context = [ MATCH "^([^.]*)\\..*" : $(rulename) ] ;
81 local m = [ MATCH $(.pattern) : $(x) ] ;
94 local m = [ MATCH $(.pattern) : $(x) ] ;
Doption.jam18 local m = [ MATCH --$(name)=(.*) : [ modules.peek : ARGV ] ] ;
25 m = [ MATCH (--$(name)) : [ modules.peek : ARGV ] ] ;
58 local arg = [ MATCH ^--(.*) : $(args[1]) ] ;
62 arg = [ MATCH ^--(.*) : $(args[1]) ] ;
68 local split = [ MATCH "^(([^-=]+)[^=]*)(=?)(.*)$" : $(arg) ] ;
77 if $(args) && ! [ MATCH ^(--).* : $(args[1]) ]
Dstring.jam43 local s = [ MATCH (.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.*) : $(string) ] ;
69 else if ! [ MATCH (....) : $(string) ]
77 local s1 = [ MATCH ^(.)(.*) : $(string) ] ;
80 local s2 = [ MATCH ^(.*)ing$ : $(s1[2]) ] ;
99 s2 = [ MATCH ^(.?.?.?.?) : $(s2) ] ;
135 string = [ MATCH "^[$(whitespace)]*([^$(whitespace)]*)(.*)" : $(string) ] ;
154 else if [ MATCH "^([$(.whitespace)]+)$" : $(string) ] { return true ; }
Ddoc.jam89 local p = [ MATCH ".*([.])$" : $(d) ] ;
92 local m = [ MATCH "^([^.]+[.])(.*)" : $(d) ] ;
94 while $(m[2]) && [ MATCH "^([^ ])" : $(m[2]) ]
96 m = [ MATCH "^([^.]+[.])(.*)" : $(m[2]) ] ;
180 [ MATCH "^($(name)[.].*)" : $($(module-name).rules) ] ;
380 local options-to-list = [ MATCH "^[.]option[.](.*)" : $($(module-name).variables) ] ;
669 local m = [ MATCH ^(\\|)(.*) : $(start) ] ;
676 local end = [ MATCH "(.*)(\\|#)(.*)" : $(start) ] ;
694 if $(start) { return [ MATCH "^[$(ws)]?(.*)$" : $(start) ] ; }
707 local l = [ MATCH "^[$(ws)]*(#)(.*)$" : $(line) ] ;
[all …]
Dregex.jam26 match = [ MATCH ^(.*)($(separator))(.*) : $(s) ] ;
29 match += "" ; # in case 3rd item was empty - works around MATCH bug
64 local x = [ MATCH $(pattern) : $(string) ] ;
80 local m = [ MATCH $(pattern) : $(e) ] ;
101 m = [ MATCH "^([^$(symbols)]*)([$(symbols)])(.*)" : $(string) ] ;
128 parts = [ MATCH ^(.*)($(match))(.*) : $(string) ] ;
Dprint.jam100 … ( $(pre) < [ string.chars [ MATCH "^([$(.whitespace)]*)" : " $(description[1])" ] ] )
140 local p = [ MATCH "(.*)(::)$" : $(paragraph[-1]) ] ;
141 local pws = [ MATCH "([ ]*)$" : $(p[1]) ] ;
142 p = [ MATCH "(.*)($(pws))($(p[2]))$" : $(paragraph[-1]) ] ;
145 pre = [ string.chars [ MATCH "^([$(.whitespace)]*)" : " $(p[1])" ] ] ;
253 s = [ MATCH "^($(char-match))(.*)" : $(text) ] ;
258 t = [ MATCH "^(.*)[\\ ]([^\\ ]*)$" : $(s[1]) ] ;
441 local g = [ MATCH <(.*)> : $(target:G) ] ;
/third_party/ejdb/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/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/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/boost/tools/build/src/build/
Dproperty.jam32 if ! [ MATCH "(:<)" : $(r:G=) ] && ! free in [ feature.attributes $(r:G) ]
41 sub = [ MATCH "(.*:.*)" : $(sub) ] ;
53 if [ MATCH "(:<)" : $(p:G=) ] || ! $(p:G) in $(unset)
74 if [ MATCH "(:<)" : $(p) ] && ! free in [ feature.attributes $(p:G) ]
92 local s = [ MATCH "^(.*):(<.*)" : $(p) ] ;
96 if ! [ MATCH ^(!).* : $(condition:G=) ]
110 local c = [ MATCH ^(!)?(.*) : $(c) ] ;
126 for local i in [ MATCH "^@(.*)" : $(indirect:G=) ]
161 local s = [ MATCH "^(.*):(<.*)" : $(p) ] ;
170 condition = [ MATCH "^!?(.*)" : $(condition) ] ;
[all …]
Dtoolset.jam87 if ! [ MATCH ".*([.]).*" : $(rule-or-module) ]
88 && [ MATCH "(Jamfile<.*)" : $(caller) ]
99 local module_ = [ MATCH "([^.]*).*" : $(rule-or-module) ] ;
153 if ! [ MATCH ".*([.]).*" : $(rule-or-module) ]
154 && [ MATCH "(Jamfile<.*)" : $(caller) ]
165 local module_ = [ MATCH "([^.]*).*" : $(rule-or-module) ] ;
202 local module_ = [ MATCH "([^.]*).*" : $(rule-or-module) ] ;
290 if ! [ MATCH (&&) : $(p:G=) ]
370 local next = [ MATCH "^(.+)\\.([^\\.])*" : $(rule-or-module) ] ;
414 local next = [ MATCH "^(.+)\\.([^\\.])*" : $(rule-or-module) ] ;
[all …]
/third_party/boost/tools/build/doc/
Djamfile.jam39 doc-dir = [ MATCH "--doc-dir=(.*)" : [ modules.peek : ARGV ] ] ;
42 website = [ MATCH "(website)" : [ modules.peek : ARGV ] ] ;
43 website-dir = [ MATCH "--website-dir=(.*)" : [ modules.peek : ARGV ] ] ;
45 website-doc-dir = [ MATCH "--website-doc-dir=(.*)" : [ modules.peek : ARGV ] ] ;
/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/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/boost/tools/build/src/options/
Dhelp.jam45 assert.result --help : MATCH ^(--help).* : $(command) ;
67 local option = [ MATCH --help-enable-(.*) : $(command) ] ; option = $(option:L) ;
72 local option = [ MATCH --help-disable-(.*) : $(command) ] ; option = $(option:L) ;
205 local next-symbol-part = [ MATCH ^.(.*) : $(module-name:S) ] ;

12345678