HomeSort by relevance Sort by last modified time
    Searched refs:matched (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.submatch/re.submatch.members/
default.pass.cpp 25 assert(sm.matched == false);
31 assert(sm.matched == false);
length.pass.cpp 29 sm.matched = true;
40 sm.matched = true;
compare_sub_match.pass.cpp 30 sm.matched = true;
34 sm2.matched = true;
46 sm.matched = true;
50 sm2.matched = true;
compare_string_type.pass.cpp 31 sm.matched = true;
45 sm.matched = true;
compare_value_type_ptr.pass.cpp 30 sm.matched = true;
43 sm.matched = true;
operator_string.pass.cpp 30 sm.matched = true;
43 sm.matched = true;
str.pass.cpp 30 sm.matched = true;
43 sm.matched = true;
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.results/re.results.acc/
index.pass.cpp 28 assert(m[0].matched == true);
32 assert(m[1].matched == true);
36 assert(m[2].matched == true);
40 assert(m[3].matched == false);
44 assert(m[4].matched == false);
prefix.pass.cpp 28 assert(m.prefix().matched == true);
suffix.pass.cpp 28 assert(m.suffix().matched == true);
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/
SearchUtilTest.java 33 SearchUtil.MatchedLine matched = SearchUtil.findMatchingLine(actual, "poten"); local
34 assertEquals("With potentially many lines.", matched.line);
35 assertEquals(5, matched.startIndex);
38 matched = SearchUtil.findMatchingLine(actual, "hello");
39 assertEquals("hello", matched.line);
40 assertEquals(0, matched.startIndex);
43 matched = SearchUtil.findMatchingLine(actual, "this");
44 assertEquals("this is a long test string.", matched.line);
45 assertEquals(0, matched.startIndex);
48 matched = SearchUtil.findMatchingLine(actual, "punc")
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
diff_parser.py 59 conversion_patterns = (("^diff --git \w/(.+) \w/(?P<FilePath>.+)", lambda matched: "Index: " + matched.group('FilePath') + "\n"),
60 ("^new file.*", lambda matched: "\n"),
61 ("^index [0-9a-f]{7}\.\.[0-9a-f]{7} [0-9]{6}", lambda matched: "===================================================================\n"),
62 ("^--- \w/(?P<FilePath>.+)", lambda matched: "--- " + matched.group('FilePath') + "\n"),
63 ("^\+\+\+ \w/(?P<FilePath>.+)", lambda matched: "+++ " + matched.group('FilePath') + "\n"))
66 matched = match(pattern, line)
67 if matched
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.search/
grep.pass.cpp 32 assert(!m.prefix().matched);
35 assert(!m.suffix().matched);
48 assert(!m.prefix().matched);
51 assert(m.suffix().matched);
egrep.pass.cpp 32 assert(!m.prefix().matched);
35 assert(!m.suffix().matched);
48 assert(!m.prefix().matched);
51 assert(m.suffix().matched);
64 assert(!m.prefix().matched);
67 assert(!m.suffix().matched);
80 assert(!m.prefix().matched);
83 assert(!m.suffix().matched);
ecma.pass.cpp 32 assert(!m.prefix().matched);
35 assert(!m.suffix().matched);
47 assert(!m.prefix().matched);
50 assert(!m.suffix().matched);
69 assert(m.prefix().matched);
72 assert(!m.suffix().matched);
91 assert(m.prefix().matched);
94 assert(m.suffix().matched);
106 assert(!m.prefix().matched);
109 assert(!m.suffix().matched);
    [all...]
awk.pass.cpp 32 assert(!m.prefix().matched);
35 assert(!m.suffix().matched);
47 assert(!m.prefix().matched);
50 assert(!m.suffix().matched);
69 assert(m.prefix().matched);
72 assert(!m.suffix().matched);
91 assert(m.prefix().matched);
94 assert(m.suffix().matched);
106 assert(!m.prefix().matched);
109 assert(!m.suffix().matched);
    [all...]
extended.pass.cpp 32 assert(!m.prefix().matched);
35 assert(!m.suffix().matched);
47 assert(!m.prefix().matched);
50 assert(!m.suffix().matched);
69 assert(m.prefix().matched);
72 assert(!m.suffix().matched);
91 assert(m.prefix().matched);
94 assert(m.suffix().matched);
106 assert(!m.prefix().matched);
109 assert(!m.suffix().matched);
    [all...]
basic.pass.cpp 38 assert(!m.prefix().matched);
41 assert(!m.suffix().matched);
53 assert(!m.prefix().matched);
56 assert(!m.suffix().matched);
75 assert(m.prefix().matched);
78 assert(!m.suffix().matched);
97 assert(m.prefix().matched);
100 assert(m.suffix().matched);
112 assert(!m.prefix().matched);
115 assert(!m.suffix().matched);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.alg/re.alg.match/
egrep.pass.cpp 32 assert(!m.prefix().matched);
35 assert(!m.suffix().matched);
55 assert(!m.prefix().matched);
58 assert(!m.suffix().matched);
71 assert(!m.prefix().matched);
74 assert(!m.suffix().matched);
awk.pass.cpp 33 assert(!m.prefix().matched);
36 assert(!m.suffix().matched);
48 assert(!m.prefix().matched);
51 assert(!m.suffix().matched);
89 assert(!m.prefix().matched);
92 assert(!m.suffix().matched);
104 assert(!m.prefix().matched);
107 assert(!m.suffix().matched);
129 assert(!m.prefix().matched);
132 assert(!m.suffix().matched);
    [all...]
grep.pass.cpp 32 assert(!m.prefix().matched);
35 assert(!m.suffix().matched);
extended.pass.cpp 32 assert(!m.prefix().matched);
35 assert(!m.suffix().matched);
47 assert(!m.prefix().matched);
50 assert(!m.suffix().matched);
88 assert(!m.prefix().matched);
91 assert(!m.suffix().matched);
103 assert(!m.prefix().matched);
106 assert(!m.suffix().matched);
128 assert(!m.prefix().matched);
131 assert(!m.suffix().matched);
    [all...]
basic.pass.cpp 38 assert(!m.prefix().matched);
41 assert(!m.suffix().matched);
53 assert(!m.prefix().matched);
56 assert(!m.suffix().matched);
94 assert(!m.prefix().matched);
97 assert(!m.suffix().matched);
109 assert(!m.prefix().matched);
112 assert(!m.suffix().matched);
134 assert(!m.prefix().matched);
137 assert(!m.suffix().matched);
    [all...]
ecma.pass.cpp 32 assert(!m.prefix().matched);
35 assert(!m.suffix().matched);
47 assert(!m.prefix().matched);
50 assert(!m.suffix().matched);
88 assert(!m.prefix().matched);
91 assert(!m.suffix().matched);
103 assert(!m.prefix().matched);
106 assert(!m.suffix().matched);
127 assert(!m.prefix().matched);
130 assert(!m.suffix().matched);
    [all...]
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.cpp 269 const int* matched = std::lower_bound(dataStart + searchStart, dataEnd, valueToMatch); local
272 return matched != dataEnd && *matched == valueToMatch ? matched - dataStart : -1;
274 return matched != dataEnd && *matched == valueToMatch ? matched - dataStart : matched - dataStart - 1;
277 return matched != dataEnd ? matched - dataStart : -1
    [all...]

Completed in 1287 milliseconds

1 2 3 4 5 6