Home
last modified time | relevance | path

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

1234

/external/curl/tests/unit/
Dunit1307.c26 #define MATCH CURL_FNMATCH_MATCH macro
38 { "\\[", "[", MATCH },
41 { "[][]", "[", MATCH },
42 { "[][]", "]", MATCH },
43 { "[[]", "[", MATCH },
44 { "[[[]", "[", MATCH },
45 { "[[[[]", "[", MATCH },
46 { "[[[[]", "[", MATCH },
48 { "[][[]", "]", MATCH },
49 { "[][[[]", "[", MATCH },
[all …]
/external/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()
477 if (!MATCH(expr, pat)) { in read_if()
506 if (!MATCH(expr, loop_pat)) { in read_loop()
529 if (MATCH(expr, return_value_pat)) { in read_return()
536 } else if (MATCH(expr, return_void_pat)) { in read_return()
585 if (!MATCH(expr, pat4) && !MATCH(expr, pat5)) { in read_assignment()
604 if (MATCH(mask_list, mask_pat)) { in read_assignment()
658 if (MATCH(expr, non_void_pat)) { in read_call()
[all …]
/external/eigen/cmake/
DFindEigen2.cmake34 …string(REGEX MATCH "define[ \t]+EIGEN_WORLD_VERSION[ \t]+([0-9]+)" _eigen2_world_version_match "${…
36 …string(REGEX MATCH "define[ \t]+EIGEN_MAJOR_VERSION[ \t]+([0-9]+)" _eigen2_major_version_match "${…
38 …string(REGEX MATCH "define[ \t]+EIGEN_MINOR_VERSION[ \t]+([0-9]+)" _eigen2_minor_version_match "${…
DFindMPFR.cmake53 …string(REGEX MATCH "define[ \t]+MPFR_VERSION_MAJOR[ \t]+([0-9]+)" _mpfr_major_version_match "${_mp…
55 …string(REGEX MATCH "define[ \t]+MPFR_VERSION_MINOR[ \t]+([0-9]+)" _mpfr_minor_version_match "${_mp…
57 …string(REGEX MATCH "define[ \t]+MPFR_VERSION_PATCHLEVEL[ \t]+([0-9]+)" _mpfr_patchlevel_version_ma…
DFindEigen3.cmake41 …string(REGEX MATCH "define[ \t]+EIGEN_WORLD_VERSION[ \t]+([0-9]+)" _eigen3_world_version_match "${…
43 …string(REGEX MATCH "define[ \t]+EIGEN_MAJOR_VERSION[ \t]+([0-9]+)" _eigen3_major_version_match "${…
45 …string(REGEX MATCH "define[ \t]+EIGEN_MINOR_VERSION[ \t]+([0-9]+)" _eigen3_minor_version_match "${…
DEigenTesting.cmake567 string(REGEX MATCH "g\\+\\+" ei_has_gpp ${VERSTRING})
568 string(REGEX MATCH "llvm|LLVM" ei_has_llvm ${VERSTRING})
569 string(REGEX MATCH "gcc|GCC" ei_has_gcc ${VERSTRING})
570 string(REGEX MATCH "icpc|ICC" ei_has_icpc ${VERSTRING})
571 string(REGEX MATCH "clang|CLANG" ei_has_clang ${VERSTRING})
590 string(REGEX MATCH " [0-9]+\\.[0-9]+\\.[0-9]+" eicver ${VERSTRING})
593 string(REGEX MATCH " [0-9]+\\.[0-9]+" eicver ${VERSTRING})
596 string(REGEX MATCH "[^0-9][0-9]+\\.[0-9]+\\.[0-9]+" eicver ${VERSTRING})
599 string(REGEX MATCH "[^0-9][0-9]+\\.[0-9]+" eicver ${VERSTRING})
DEigenConfigureTesting.cmake27 string(REGEX MATCH "MakeCommand:.*-- (.*)\nDefaultCTestConfigurationType" EIGEN_DUMMY ${EIGEN_DART_…
29 string(REGEX MATCH "MakeCommand:.*[^c]make (.*)\nDefaultCTestConfigurationType" EIGEN_DUMMY ${EIGEN…
DFindGSL.cmake123 STRING(REGEX MATCH "(.)\\..*" GSL_VERSION_MAJOR_ "${GSL_FULL_VERSION}")
125 STRING(REGEX MATCH ".\\.(.*)" GSL_VERSION_MINOR_ "${GSL_FULL_VERSION}")
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DSimpleFilteredSentenceBreakIterator.java102 if (bestValue == Builder.MATCH) { // exact match! in breakExceptionAt()
281 static final int MATCH = (1 << 1); // < exact match - skip this one. field in SimpleFilteredSentenceBreakIterator.Builder
384 builder.add(reversed, MATCH); in wrapIteratorWithFilter()
392 builder2.add(thisStr, MATCH); // forward in wrapIteratorWithFilter()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DSimpleFilteredSentenceBreakIterator.java100 if (bestValue == Builder.MATCH) { // exact match! in breakExceptionAt()
279 static final int MATCH = (1 << 1); // < exact match - skip this one. field in SimpleFilteredSentenceBreakIterator.Builder
382 builder.add(reversed, MATCH); in wrapIteratorWithFilter()
390 builder2.add(thisStr, MATCH); // forward in wrapIteratorWithFilter()
/external/dtc/tests/
Ddtbs_equal_ordered.c41 #define MATCH() \ macro
172 MATCH(); in main()
Ddtbs_equal_unordered.c42 #define MATCH() \ macro
222 MATCH(); in main()
/external/pdfium/testing/tools/
Dgold.py103 MATCH = 'match' variable in GoldBaseline
131 return GoldBaseline.MATCH
/external/iproute2/examples/
Dcbq.init-v0.7.3876 MATCH=0; CHANGE=0
909 MATCH=1
922 if [ $MATCH -ne 0 ]; then
/external/apache-xml/src/main/java/org/apache/xpath/
DXPath.java147 public static final int MATCH = 1; field in XPath
179 else if (MATCH == type) in XPath()
228 else if (MATCH == type) in XPath()
/external/protobuf/cmake/
Dinstall.cmake26 string(REGEX MATCH "^[^ ]+"
54 string(REGEX MATCH "^[ \t]*${VARIABLE}[ \t]*=[ \t]*" _found "${_string}")
/external/clang/test/
Dmake_test_dirs.pl11 $next_indent_level = length($MATCH);
/external/selinux/libselinux/include/selinux/
Drestorecon.h154 MATCH = 0, enumerator
/external/llvm/cmake/modules/
DChooseMSVCCRT.cmake31 string(REGEX MATCH "${${regex}}" ${crt_current} "${${flagsvar}}")
39 string(REGEX MATCH "${${regex}}" current_flag "${${flagsvar}}")
/external/swiftshader/third_party/LLVM/cmake/modules/
DChooseMSVCCRT.cmake31 string(REGEX MATCH "${${regex}}" ${crt_current} "${${flagsvar}}")
39 string(REGEX MATCH "${${regex}}" current_flag "${${flagsvar}}")
/external/zlib/src/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/external/syslinux/com32/lib/zlib/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/external/python/cpython3/Modules/zlib/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/external/python/cpython2/Modules/zlib/
Dinflate.h45 MATCH, /* o: waiting for output space to copy string */ enumerator
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java738 XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
745 this, XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
751 … countMatchPattern = new XPath("text()", this, this, XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
756 … countMatchPattern = new XPath("comment()", this, this, XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
761 countMatchPattern = new XPath("/", this, this, XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()
767 + ")", this, this, XPath.MATCH, support.getErrorListener()); in getCountMatchPattern()

1234