HomeSort by relevance Sort by last modified time
    Searched defs:Matches (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/llvm/lib/Fuzzer/test/
RepeatedMemcmp.cpp 11 int Matches = 0;
15 Matches++;
17 if (Matches > 20) {
  /external/clang/utils/TableGen/
ClangCommentHTMLTagsEmitter.cpp 25 std::vector<StringMatcher::StringPair> Matches;
27 Matches.emplace_back(Tag->getValueAsString("Spelling"), "return true;");
33 StringMatcher("Name", Matches, OS).Emit();
ClangCommentCommandInfoEmitter.cpp 63 std::vector<StringMatcher::StringPair> Matches;
69 Matches.emplace_back(std::move(Name), std::move(Return));
74 StringMatcher("Name", Matches, OS).Emit();
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 29 /// not exit this code fragment. If nothing matches, execution falls through.
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /external/llvm/unittests/Support/
RegexTest.cpp 27 SmallVector<StringRef, 1> Matches;
29 EXPECT_TRUE(r2.match("aa216b", &Matches));
30 EXPECT_EQ(1u, Matches.size());
31 EXPECT_EQ("216", Matches[0].str());
34 EXPECT_TRUE(r3.match("9a:513b", &Matches));
35 EXPECT_EQ(3u, Matches.size());
36 EXPECT_EQ("9a:513", Matches[0].str());
37 EXPECT_EQ("a", Matches[1].str());
38 EXPECT_EQ("513", Matches[2].str());
40 EXPECT_TRUE(r3.match("9:513b", &Matches));
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Support/
RegexTest.cpp 27 SmallVector<StringRef, 1> Matches;
29 EXPECT_TRUE(r2.match("aa216b", &Matches));
30 EXPECT_EQ(1u, Matches.size());
31 EXPECT_EQ("216", Matches[0].str());
34 EXPECT_TRUE(r3.match("9a:513b", &Matches));
35 EXPECT_EQ(3u, Matches.size());
36 EXPECT_EQ("9a:513", Matches[0].str());
37 EXPECT_EQ("a", Matches[1].str());
38 EXPECT_EQ("513", Matches[2].str());
40 EXPECT_TRUE(r3.match("9:513b", &Matches));
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
StringMatcher.h 29 /// not exit this code fragment. If nothing matches, execution falls through.
36 const std::vector<StringPair> &Matches;
41 const std::vector<StringPair> &matches, raw_ostream &os)
42 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 29 /// not exit this code fragment. If nothing matches, execution falls through.
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 29 /// not exit this code fragment. If nothing matches, execution falls through.
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 29 /// not exit this code fragment. If nothing matches, execution falls through.
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 29 /// not exit this code fragment. If nothing matches, execution falls through.
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 29 /// not exit this code fragment. If nothing matches, execution falls through.
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 29 /// not exit this code fragment. If nothing matches, execution falls through.
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 29 /// not exit this code fragment. If nothing matches, execution falls through.
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
StringMatcher.h 29 /// not exit this code fragment. If nothing matches, execution falls through.
37 const std::vector<StringPair> &Matches;
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
  /external/easymock/src/org/easymock/internal/matchers/
Matches.java 22 public class Matches implements IArgumentMatcher, Serializable {
28 public Matches(String regex) {
32 public boolean matches(Object actual) { method in class:Matches
33 return (actual instanceof String) && ((String) actual).matches(regex);
37 buffer.append("matches(\"" + regex.replaceAll("\\\\", "\\\\\\\\")
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
Matches.java 2 * Matches
13 public final class Matches {
18 Matches(int countMax) {
  /external/mockito/src/main/java/org/mockito/internal/matchers/
Matches.java 12 public class Matches implements ArgumentMatcher<Object>, Serializable {
16 public Matches(String regex) {
20 public Matches(Pattern pattern) {
24 public boolean matches(Object actual) { method in class:Matches
25 return (actual instanceof String) && pattern.matcher((String) actual).matches();
29 return "matches(\"" + pattern.pattern().replaceAll("\\\\", "\\\\\\\\") + "\")";
  /external/webrtc/talk/media/base/
cryptoparams.h 44 bool Matches(const CryptoParams& params) const {
codec.cc 119 bool Codec::Matches(const Codec& codec) const {
193 bool AudioCodec::Matches(const AudioCodec& codec) const {
203 return Codec::Matches(codec) &&
  /external/swiftshader/third_party/LLVM/lib/Support/
Regex.cpp 50 /// matches it contains.
55 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){
56 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
76 if (Matches) { // match position requested
77 Matches->clear();
82 Matches->push_back(StringRef());
86 Matches->push_back(StringRef(String.data()+pm[i].rm_so,
96 SmallVector<StringRef, 8> Matches;
102 if (!match(String, &Matches))
107 std::string Res(String.begin(), Matches[0].begin())
    [all...]
  /external/toolchain-utils/deprecated/
summarize_results.py 26 def Matches(self, log_file):
59 def Matches(self, log_file):
70 matches = p.findall(log_file_lines)
71 for match in matches:
84 def Matches(self, log_file):
118 if summarizer.Matches(inp):
  /external/llvm/lib/Support/
Regex.cpp 54 /// matches it contains.
59 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){
60 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
80 if (Matches) { // match position requested
81 Matches->clear();
86 Matches->push_back(StringRef());
90 Matches->push_back(StringRef(String.data()+pm[i].rm_so,
100 SmallVector<StringRef, 8> Matches;
106 if (!match(String, &Matches))
111 std::string Res(String.begin(), Matches[0].begin())
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Regex.cpp 63 /// matches it contains.
68 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){
72 unsigned nmatch = Matches ? preg->re_nsub+1 : 0;
92 if (Matches) { // match position requested
93 Matches->clear();
98 Matches->push_back(StringRef());
102 Matches->push_back(StringRef(String.data()+pm[i].rm_so,
112 SmallVector<StringRef, 8> Matches;
118 if (!match(String, &Matches))
123 std::string Res(String.begin(), Matches[0].begin())
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
receive_statistics_unittest.cc 262 void Matches(uint32_t num_calls,
298 callback.Matches(1, kSsrc1, expected);
310 callback.Matches(2, kSsrc1, expected);
324 callback.Matches(3, kSsrc1, expected);
340 callback.Matches(5, kSsrc1, expected);
349 callback.Matches(5, kSsrc1, expected);
372 callback.Matches(1, kSsrc1, expected);
379 callback.Matches(2, kSsrc1, expected);

Completed in 1185 milliseconds

1 2 3 4