/external/curl/tests/unit/ |
D | unit1307.c | 26 #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/ |
D | ir_reader.cpp | 141 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/ |
D | FindEigen2.cmake | 34 …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 "${…
|
D | FindMPFR.cmake | 53 …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…
|
D | FindEigen3.cmake | 41 …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 "${…
|
D | EigenTesting.cmake | 567 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})
|
D | EigenConfigureTesting.cmake | 27 string(REGEX MATCH "MakeCommand:.*-- (.*)\nDefaultCTestConfigurationType" EIGEN_DUMMY ${EIGEN_DART_… 29 string(REGEX MATCH "MakeCommand:.*[^c]make (.*)\nDefaultCTestConfigurationType" EIGEN_DUMMY ${EIGEN…
|
D | FindGSL.cmake | 123 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/ |
D | SimpleFilteredSentenceBreakIterator.java | 102 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/ |
D | SimpleFilteredSentenceBreakIterator.java | 100 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/ |
D | dtbs_equal_ordered.c | 41 #define MATCH() \ macro 172 MATCH(); in main()
|
D | dtbs_equal_unordered.c | 42 #define MATCH() \ macro 222 MATCH(); in main()
|
/external/pdfium/testing/tools/ |
D | gold.py | 103 MATCH = 'match' variable in GoldBaseline 131 return GoldBaseline.MATCH
|
/external/iproute2/examples/ |
D | cbq.init-v0.7.3 | 876 MATCH=0; CHANGE=0 909 MATCH=1 922 if [ $MATCH -ne 0 ]; then
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPath.java | 147 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/ |
D | install.cmake | 26 string(REGEX MATCH "^[^ ]+" 54 string(REGEX MATCH "^[ \t]*${VARIABLE}[ \t]*=[ \t]*" _found "${_string}")
|
/external/clang/test/ |
D | make_test_dirs.pl | 11 $next_indent_level = length($MATCH);
|
/external/selinux/libselinux/include/selinux/ |
D | restorecon.h | 154 MATCH = 0, enumerator
|
/external/llvm/cmake/modules/ |
D | ChooseMSVCCRT.cmake | 31 string(REGEX MATCH "${${regex}}" ${crt_current} "${${flagsvar}}") 39 string(REGEX MATCH "${${regex}}" current_flag "${${flagsvar}}")
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | ChooseMSVCCRT.cmake | 31 string(REGEX MATCH "${${regex}}" ${crt_current} "${${flagsvar}}") 39 string(REGEX MATCH "${${regex}}" current_flag "${${flagsvar}}")
|
/external/zlib/src/ |
D | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
/external/syslinux/com32/lib/zlib/ |
D | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
/external/python/cpython3/Modules/zlib/ |
D | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
/external/python/cpython2/Modules/zlib/ |
D | inflate.h | 45 MATCH, /* o: waiting for output space to copy string */ enumerator
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 738 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()
|