Home
last modified time | relevance | path

Searched +full:- +full:match (Results 1 – 25 of 1336) sorted by relevance

12345678910>>...54

/external/skia/infra/bots/gen_tasks_logic/
Dnano_flags.go2 // 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")
42 args = append(args, "--purgeBetweenBenches") // Debugging skia:8929
46 args = append(args, "--nocpu")
149 // Just run GLES for now - maybe add gles_msaa4 in the future
154 args = append(args, "--config")
160 args = append(args, "--gpuThreads", "0")
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate_medium.c1 /* 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/llvm-project/llvm/unittests/IR/
DPatternMatch.cpp1 //===---- llvm/unittest/IR/PatternMatch.cpp - PatternMatch unit tests ----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
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()
70 unsigned BitWidth = IntTy->getScalarSizeInBits(); in TEST_F()
74 Value *NegOne = ConstantInt::get(IntTy, -1); in TEST_F()
78 .match(Zero)); in TEST_F()
81 .match(One)); in TEST_F()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dgames_v1.turnBasedMatches.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dadexchangebuyer_v1_4.pretargetingConfig.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/fmtlib/support/
DC++.sublime-syntax2 ---
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/llvm-project/llvm/unittests/Support/
DGlobPatternTest.cpp1 //===- llvm/unittest/Support/GlobPatternTest.cpp --------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
20 EXPECT_TRUE(Pat1->match("")); in TEST_F()
21 EXPECT_FALSE(Pat1->match("a")); in TEST_F()
27 EXPECT_TRUE(Pat1->match("abcdef")); in TEST_F()
28 EXPECT_TRUE(Pat1->match("abxcxdef")); in TEST_F()
29 EXPECT_FALSE(Pat1->match("")); in TEST_F()
30 EXPECT_FALSE(Pat1->match("xabcdef")); in TEST_F()
31 EXPECT_FALSE(Pat1->match("abcdefx")); in TEST_F()
[all …]
/external/pcre/dist2/testdata/
Dtestoutput626 \= 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 …]
Dtestoutput12 # 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/linux-kselftest/tools/testing/selftests/net/
Dfib_rule_tests.sh2 # 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/cldr/common/supplemental/
DcoverageLevels.xml1 <?xml version="1.0" encoding="UTF-8" ?>
3 <!--
4 Copyright © 1991-2014 Unicode, Inc.
7 -->
13 <!-- "high bar" items -->
22 …votes="20" locales="*" paths="//ldml/numbers/currencies/currency\[@type=.([A-Z]{3}).\]/symbol(\[@a…
28 <!-- "high bar" items for specific locales -->
33 …<!-- established locales - http://cldr.unicode.org/index/process#TOC-Draft-Status-of-Optimal-Fiel…
35 <!-- all other items -->
44 …arType100" value="(buddhist|chinese|coptic|dangi|ethiopic(-amete-alem)?|hebrew|indian|islamic(-(ci…
[all …]
/external/curl/tests/unit/
Dunit1307.c8 * Copyright (C) 1998 - 2019, 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/pcre/dist2/doc/
Dpcre2partial.33 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/skqp/infra/bots/recipes/
Dperf.py2 # Use of this source code is governed by a BSD-style license that can be
47 args = ['--pre_log']
50 args.append('--images')
51 args.extend(['--gpuStatsDump', 'true'])
53 args.extend(['--scales', '1.0', '1.1'])
56 args.extend(['--skps', 'ignore_skps'])
60 args.append('--nogpu')
73 args.append('--nocpu')
126 # Just run GLES for now - maybe add gles_msaa4 in the future
129 args.append('--config')
[all …]
/external/llvm-project/mlir/utils/vim/syntax/
Dmlir.vim13 syn case match
19 syn match mlirType /\<i\d\+\>/
21 syn match mlirType /\<ui\d\+\>/
23 syn match mlirType /\<si\d\+\>/
26 syn match mlirType /x\s*\zs\(f16\|f32\|f64\|i\d\+\|ui\d\+\|si\d\+\)/
29 syn match mlirType /\<memref\ze\s*<.*>/
30 syn match mlirType /\<tensor\ze\s*<.*>/
31 syn match mlirType /\<vector\ze\s*<.*>/
34 syn match mlirType /x\s*\zsvector/
47 syn match mlirOps /\<affine\.apply\>/
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_test.cc7 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/apache-commons-compress/
Dfindbugs-exclude-filter.xml2 <!--
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/openssh/
Dmdoc2man.awk7 # v2, fixed to work on GNU awk --posix and MacOS X
10 # Copyright (c) 2003 Peter Stuge <stuge-mdoc2man@cdy.org>
51 for(;prenl;prenl--)
57 for(;prenl;prenl--)
75 if(match(words[w],"^Li|Pf$")) {
77 } else if(match(words[w],"^Xo$")) {
80 if(length(line)&&!(match(line," $")||prenl))
82 } else if(match(words[w],"^Xc$")) {
88 } else if(match(words[w],"^Bd$")) {
90 if(match(words[w+1],"-literal")) {
[all …]
/external/tensorflow/tensorflow/core/platform/
Dfile_system_test.cc7 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 …]
Dscanner_test.cc7 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/
DPatternMatch.cpp1 //===---- 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/skqp/tests/
DSkPEGTest.cpp4 * Use of this source code is governed by a BSD-style license that can be
22 static MatchT Match(const char* in) { in Match() function
23 static constexpr unsigned kAlphaRange = 'z' - 'a'; in Match()
24 return static_cast<unsigned>(*in - 'a') <= kAlphaRange in Match()
25 || static_cast<unsigned>(*in - 'A') <= kAlphaRange in Match()
35 static MatchT Match(const char* in) { in Match() function
36 static constexpr unsigned kDigitRange = '9' - '0'; in Match()
37 return static_cast<unsigned>(*in - '0') <= kDigitRange in Match()
38 ? MatchT(in + 1, SkTo<uint8_t>(*in - '0')) in Match()
55 const auto match = EOS::Match(gTests[i].fInput); in test_EOS() local
[all …]
/external/opencensus-java/
Dfindbugs-exclude.xml2 <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/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DPatternMatchTest.cpp1 //===- PatternMatchTest.cpp -----------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
39 bool match = mi_match(MIBCst.getReg(0), *MRI, m_ICst(Cst)); in TEST_F() local
40 EXPECT_TRUE(match); in TEST_F()
52 bool match = in TEST_F() local
54 EXPECT_TRUE(match); in TEST_F()
56 match = mi_match(MIBAdd.getReg(0), *MRI, in TEST_F()
58 EXPECT_TRUE(match); in TEST_F()
65 // Try to match MUL. in TEST_F()
[all …]
/external/llvm-project/clang/test/OpenMP/
Ddeclare_variant_ast_print.cpp1 …RUN: %clang_cc1 -verify -fopenmp -x c++ -std=c++14 -fexceptions -fcxx-exceptions %s -ast-print -o
3 …N: %clang_cc1 -verify -fopenmp-simd -x c++ -std=c++14 -fexceptions -fcxx-exceptions %s -ast-print
5 // expected-no-diagnostics
11 // CHECK-NEXT: return T();
12 // CHECK-NEXT: }
17 // CHECK-NEXT: return int();
18 // CHECK-NEXT: }
20 // CHECK: #pragma omp declare variant(foofoo<int>) match(implementation={vendor(score(5): ibm)…
21 // CHECK-NEXT: #pragma omp declare variant(foofoo<int>) match(implementation={vendor(unknown)})
22 // CHECK-NEXT: #pragma omp declare variant(foofoo<int>) match(implementation={vendor(score(0): llvm…
[all …]

12345678910>>...54