| /external/skia/infra/bots/gen_tasks_logic/ |
| D | nano_flags.go | 2 // Use of this source code is governed by a BSD-style license that can be 17 "--pre_log", 21 args = append(args, "--gpuStatsDump", "true") 24 args = append(args, "--scales", "1.0", "1.1") 28 args = append(args, "--nogpu") 34 "srgb-rgba", 35 "srgb-f16", 36 "narrow-rgba", 37 "narrow-f16", 42 args = append(args, "--purgeBetweenBenches") // Debugging skia:8929 [all …]
|
| /external/rust/crates/libz-sys/src/zlib-ng/ |
| D | deflate_medium.c | 1 /* deflate_medium.c -- The deflate_medium deflate strategy 16 struct match { struct 23 static int emit_match(deflate_state *s, struct match match) { in emit_match() argument 27 if (match.match_length < MIN_MATCH) { in emit_match() 28 while (match.match_length) { in emit_match() 29 bflush += zng_tr_tally_lit(s, s->window[match.strstart]); in emit_match() 30 s->lookahead--; in emit_match() 31 match.strstart++; in emit_match() 32 match.match_length--; in emit_match() 37 check_match(s, match.strstart, match.match_start, match.match_length); in emit_match() [all …]
|
| /external/fmtlib/support/ |
| D | C++.sublime-syntax | 2 --- 5 comment: I don't think anyone uses .hp. .cp tends to be paired with .h. (I could be wrong. :) -- ch… 7 - cpp 8 - cc 9 - cp 10 - cxx 11 - c++ 12 - C 13 - h 14 - hh [all …]
|
| /external/pcre/testdata/ |
| D | testoutput6 | 26 \= Expect no match 28 No match 30 No match 81 \= Expect no match 83 No match 85 No match 92 \= Expect no match 94 No match 99 \= Expect no match 101 No match [all …]
|
| D | testoutput1 | 2 # Perl >= 5.10, in non-UTF mode. It should run clean for the 8-bit, 16-bit, and 3 # 32-bit PCRE libraries, and also using the perltest.sh script. 18 \= Expect no match 20 No match 22 No match 99 \= Expect no match 101 No match 103 No match 105 No match 107 No match [all …]
|
| /external/cldr/common/supplemental/ |
| D | coverageLevels.xml | 1 <?xml version="1.0" encoding="UTF-8" ?> 3 <!-- 4 Copyright © 1991-2014 Unicode, Inc. 7 --> 9 <!-- 11 --> 16 <!-- "high bar" items --> 25 …votes="20" locales="*" paths="//ldml/numbers/currencies/currency\[@type=.([A-Z]{3}).\]/symbol(\[@a… 31 <!-- "high bar" items for specific locales --> 36 …<!-- established locales - http://cldr.unicode.org/index/process#TOC-Draft-Status-of-Optimal-Fiel… [all …]
|
| /external/linux-kselftest/tools/testing/selftests/net/ |
| D | fib_rule_tests.sh | 2 # SPDX-License-Identifier: GPL-2.0 9 IP="ip -netns testns" 27 if [ ${rc} -eq ${expected} ]; then 29 printf "\n TEST: %-50s [ OK ]\n" "${msg}" 33 printf "\n TEST: %-50s [FAIL]\n" "${msg}" 53 set -e 60 $IP -6 address add $DEV_ADDR6/64 dev dummy0 73 ip rule help 2>&1 | grep -q $1 74 if [ $? -ne 0 ]; then 75 echo "SKIP: iproute2 iprule too old, missing $1 match" [all …]
|
| /external/curl/tests/unit/ |
| D | unit1307.c | 8 * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. 43 #define MATCH CURL_FNMATCH_MATCH macro 74 { "\\[", "[", MATCH }, 77 { "[][]", "[", MATCH }, 78 { "[][]", "]", MATCH }, 79 { "[[]", "[", MATCH }, 80 { "[[[]", "[", MATCH }, 81 { "[[[[]", "[", MATCH }, 82 { "[[[[]", "[", MATCH }, 84 { "[][[]", "]", MATCH }, [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | pattern_matcher_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 28 namespace m = match; 33 ENTRY %two_plus_two_computation () -> f32[] { in TEST_F() 46 ASSERT_TRUE(Match( in TEST_F() 47 hlo_module->entry_computation()->root_instruction(), in TEST_F() 48 match::Op(&matched_inst) in TEST_F() 52 match::Shape(&matched_shape) in TEST_F() 53 .WithLayout(match::Layout(&matched_layout).WithDenseFormat())) in TEST_F() 56 match::Op(&matched_operand).WithOpcode(HloOpcode::kConstant)))); in TEST_F() 58 EXPECT_EQ(matched_inst->name(), "two_plus_two"); in TEST_F() [all …]
|
| /external/pcre/doc/ |
| D | pcre2partial.3 | 3 PCRE2 - Perl-compatible regular expressions 7 In normal use of PCRE2, if there is a match up to the end of a subject string, 8 but more characters are needed to match the entire pattern, PCRE2_ERROR_NOMATCH 9 is returned, just like any other failing match. There are circumstances where 10 it might be helpful to distinguish this "partial match" case. 21 Partial matching is a PCRE2-specific feature; it is not Perl-compatible. It is 24 options is whether or not a partial match is preferred to an alternative 25 complete match, though the details differ between the two types of matching 28 If you want to use partial matching with just-in-time optimized code, as well 29 as setting a partial match option for the matching function, you must also call [all …]
|
| /external/apache-commons-compress/ |
| D | findbugs-exclude-filter.xml | 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 19 <!-- 23 --> 26 <!-- Reason: References to System.out/err == --> 27 <Match> 34 </Match> 35 <Match> 39 </Match> [all …]
|
| /external/tensorflow/tensorflow/core/platform/ |
| D | file_system_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 80 const string& parent_path = this->JoinPath(split_path[0], split_path[1]); in CreateDir() 115 result->insert(result->begin(), celestial_bodies_[parsed_path].begin(), in GetChildren() 127 this->ParseURI(name, &scheme, &host, &path); in ParsePath() 155 string Match(InterPlanetaryFileSystem* ipfs, const string& suffix_pattern) { in Match() function 157 Status s = ipfs->GetMatchingPaths(ipfs->JoinPath(kPrefix, suffix_pattern), in Match() 176 EXPECT_EQ(Match(&ipfs, "thereisnosuchfile"), ""); in TEST() 177 EXPECT_EQ(Match(&ipfs, "*"), in TEST() 180 EXPECT_EQ(Match(&ipfs, "Jupiter/*"), in TEST() 183 EXPECT_EQ(Match(&ipfs, "*/*"), in TEST() [all …]
|
| D | scanner_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 39 StringPiece remaining, match; in TEST_F() local 44 .GetResult(&remaining, &match)); in TEST_F() 45 EXPECT_EQ(" horse", match); in TEST_F() 52 .GetResult(&remaining, &match)); in TEST_F() 54 EXPECT_EQ("", match); in TEST_F() 56 EXPECT_TRUE(Scanner("----") in TEST_F() 60 .GetResult(&remaining, &match)); in TEST_F() 61 EXPECT_EQ("----", remaining); in TEST_F() 62 EXPECT_EQ("", match); in TEST_F() [all …]
|
| /external/llvm/unittests/IR/ |
| D | PatternMatch.cpp | 1 //===---- llvm/unittest/IR/PatternMatch.cpp - PatternMatch unit tests ----===// 8 //===----------------------------------------------------------------------===// 61 EXPECT_TRUE(m_OneUse(m_Value(V)).match(One)); in TEST_F() 64 EXPECT_FALSE(m_OneUse(m_Value()).match(Two)); in TEST_F() 65 EXPECT_FALSE(m_OneUse(m_Value()).match(Leaf)); in TEST_F() 76 .match(IRB.CreateSelect(IRB.CreateFCmpOLT(L, R), L, R))); in TEST_F() 82 .match(IRB.CreateSelect(IRB.CreateFCmpOLE(L, R), L, R))); in TEST_F() 86 // Test no match on OGE. in TEST_F() 88 .match(IRB.CreateSelect(IRB.CreateFCmpOGE(L, R), L, R))); in TEST_F() 90 // Test no match on OGT. in TEST_F() [all …]
|
| /external/opencensus-java/ |
| D | findbugs-exclude.xml | 2 <Match> 3 <!-- Reason: Null has a different meaning than a zero-length array in this case. --> 7 </Match> 8 <Match> 9 <!-- Reason: Equal is implemented in the AutoValue generated class. --> 13 </Match> 14 <Match> 15 <!-- Reason: Equal is implemented in the AutoValue generated class. --> 19 </Match> 20 <Match> [all …]
|
| /external/libchrome/base/test/ |
| D | fontconfig_util_linux.cc | 2 // Use of this source code is governed by a BSD-style license that can be 26 <!-- Cache location. --> 29 <!-- GCS-synced fonts. --> 32 <!-- Default properties. --> 33 <match target="font"> 37 </match> 39 <!-- TODO(thomasanderson): Figure out why this is necessary. --> 40 <match target="pattern"> 50 </match> 52 <match target="pattern"> [all …]
|
| /external/rust/crates/grpcio-sys/grpc/test/core/security/ |
| D | matchers_test.cc | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 EXPECT_TRUE(string_matcher->Match("exact")); in TEST() 27 EXPECT_FALSE(string_matcher->Match("Exact")); in TEST() 28 EXPECT_FALSE(string_matcher->Match("exacz")); in TEST() 36 EXPECT_TRUE(string_matcher->Match("Exact")); in TEST() 37 EXPECT_FALSE(string_matcher->Match("Exacz")); in TEST() 45 EXPECT_TRUE(string_matcher->Match("prefix-test")); in TEST() 46 EXPECT_FALSE(string_matcher->Match("xx-prefix-test")); in TEST() 47 EXPECT_FALSE(string_matcher->Match("Prefix-test")); in TEST() 48 EXPECT_FALSE(string_matcher->Match("pre-test")); in TEST() [all …]
|
| /external/pcre/doc/html/ |
| D | pcre2partial.html | 17 <li><a name="TOC2" href="#SEC2">REQUIREMENTS FOR A PARTIAL MATCH</a> 19 <li><a name="TOC4" href="#SEC4">MULTI-SEGMENT MATCHING WITH pcre2_match()</a> 21 <li><a name="TOC6" href="#SEC6">MULTI-SEGMENT MATCHING WITH pcre2_dfa_match()</a> 27 In normal use of PCRE2, if there is a match up to the end of a subject string, 28 but more characters are needed to match the entire pattern, PCRE2_ERROR_NOMATCH 29 is returned, just like any other failing match. There are circumstances where 30 it might be helpful to distinguish this "partial match" case. 44 Partial matching is a PCRE2-specific feature; it is not Perl-compatible. It is 47 options is whether or not a partial match is preferred to an alternative 48 complete match, though the details differ between the two types of matching [all …]
|
| /external/icu/icu4c/source/common/ |
| D | ucnv_ext.cpp | 6 * Copyright (C) 2003-2016, International Business Machines 11 * encoding: UTF-8 33 /* to Unicode --------------------------------------------------------------- */ 45 limit=(int32_t)UCNV_EXT_TO_U_GET_BYTE(toUSection[length-1]); in ucnv_extFindToU() 50 if(length==((limit-start)+1)) { in ucnv_extFindToU() 52 return UCNV_EXT_TO_U_GET_VALUE(toUSection[byte-start]); /* could be 0 */ in ucnv_extFindToU() 72 i=limit-start; in ucnv_extFindToU() 76 /* start<limit-1 */ in ucnv_extFindToU() 89 /* always break at start==limit-1 */ in ucnv_extFindToU() 112 * or if the match length fits with the current converter state [all …]
|
| /external/iptables/extensions/ |
| D | libxt_policy.c | 2 * Copyright (c) 2005-2013 Patrick McHardy <kaber@trash.net> 30 "policy match options:\n" in policy_help() 31 " --dir in|out match policy applied during decapsulation/\n" in policy_help() 33 " --pol none|ipsec match policy\n" in policy_help() 34 " --strict match entire policy instead of single element\n" in policy_help() 37 "[!] --reqid reqid match reqid\n" in policy_help() 38 "[!] --spi spi match SPI\n" in policy_help() 39 "[!] --proto proto match protocol (ah/esp/ipcomp)\n" in policy_help() 40 "[!] --mode mode match mode (transport/tunnel)\n" in policy_help() 41 "[!] --tunnel-src addr/mask match tunnel source\n" in policy_help() [all …]
|
| /external/python/cpython2/Doc/library/ |
| D | re.rst | 2 :mod:`re` --- Regular expression operations 13 Unicode strings as well as 8-bit strings. 18 character for the same purpose in string literals; for example, to match 26 prefixed with ``'r'``. So ``r"\n"`` is a two-character string containing 27 ``'\'`` and ``'n'``, while ``"\n"`` is a one-character string containing a 32 module-level functions and :class:`RegexObject` methods. The functions are 34 fine-tuning parameters. 38 The third-party `regex <https://pypi.org/project/regex/>`_ module, 43 .. _re-syntax: 46 ------------------------- [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | test_re.py | 1 # -*- coding: utf-8 -*- 39 self.assertEqual(re.match('a*', 'xxx').span(0), (0, 0)) 40 self.assertEqual(re.match('a*', 'xxx').span(), (0, 0)) 41 self.assertEqual(re.match('x*', 'xxxa').span(0), (0, 3)) 42 self.assertEqual(re.match('x*', 'xxxa').span(), (0, 3)) 43 self.assertIsNone(re.match('a+', 'xxx')) 51 self.assertEqual(re.sub(r'\d+', self.bump_num, '08.2 -2 23x99y'), 52 '9.3 -3 24x100y') 53 self.assertEqual(re.sub(r'\d+', self.bump_num, '08.2 -2 23x99y', 3), 54 '9.3 -3 23x99y') [all …]
|
| /external/python/cpython3/Doc/library/ |
| D | re.rst | 1 :mod:`re` --- Regular expression operations 12 -------------- 18 as well as 8-bit strings (:class:`bytes`). 19 However, Unicode strings and 8-bit strings cannot be mixed: 20 that is, you cannot match a Unicode string with a byte pattern or 21 vice-versa; similarly, when asking for a substitution, the replacement 27 character for the same purpose in string literals; for example, to match 38 prefixed with ``'r'``. So ``r"\n"`` is a two-character string containing 39 ``'\'`` and ``'n'``, while ``"\n"`` is a one-character string containing a 44 module-level functions and methods on [all …]
|
| /external/llvm/utils/ |
| D | extract_symbols.py | 39 match = re.match("^.+SECT.+External\s+\|\s+(\S+).*$", line) 40 if match: 41 yield match.group(1) 51 match = re.match("^\S+\s+[BDGRSTVW]\s+(\S+)$", line) 52 if match: 53 yield match.group(1) 57 process = subprocess.Popen(['llvm-readobj','-symbols',lib], bufsize=1, 62 # When looking through the output of llvm-readobj we expect to see Name, 66 match = re.search('Name: (\S+)', line) 67 if match: [all …]
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | cudnn_fused_conv_rewriter.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 46 // The pattern we want to match: 54 using match::Add; in FindConvWithRelu() 55 using match::AddAnyOrder; in FindConvWithRelu() 56 using match::AnyOf; in FindConvWithRelu() 57 using match::Broadcast; in FindConvWithRelu() 58 using match::ConstantScalar; in FindConvWithRelu() 59 using match::GetTupleElement; in FindConvWithRelu() 60 using match::Maximum; in FindConvWithRelu() 61 using match::MultiplyAnyOrder; in FindConvWithRelu() [all …]
|