HomeSort by relevance Sort by last modified time
    Searched refs:Matcher (Results 201 - 225 of 604) sorted by null

1 2 3 4 5 6 7 891011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleAttribute.java 22 import java.util.regex.Matcher;
92 Matcher m = REGEXP.matcher(value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AMReceiver.java 23 import java.util.regex.Matcher;
79 Matcher m = sAmErrorType.matcher(s);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java 30 import java.util.regex.Matcher;
92 Matcher m = p.matcher(category);
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
WindowManagerState.java 32 import java.util.regex.Matcher;
170 Matcher matcher = sFocusedWindowPattern.matcher(line); local
171 if (matcher.matches()) {
173 final String focusedWindow = matcher.group(3);
179 matcher = sAppErrorFocusedWindowPattern.matcher(line);
180 if (matcher.matches()) {
182 final String focusedWindow = matcher.group(3)
307 final Matcher matcher = stackIdPattern.matcher(line); local
383 final Matcher matcher = taskIdPattern.matcher(line); local
412 Matcher matcher = sTempInsetBoundsPattern.matcher(line); local
453 final Matcher matcher = sFullscreenPattern.matcher(line); local
465 final Matcher matcher = sBoundsPattern.matcher(line); local
544 Matcher matcher = sDisplayIdPattern.matcher(line); local
562 final Matcher matcher = sDisplayInfoPattern.matcher(line); local
649 Matcher matcher = sWindowPattern.matcher(line); local
680 Matcher matcher = sWindowAssociationPattern.matcher(line); local
    [all...]
ActivityManagerState.java 32 import java.util.regex.Matcher;
133 Matcher matcher = mFocusedStackPattern.matcher(line); local
134 if (matcher.matches()) {
136 final String stackId = matcher.group(2);
142 matcher = mFocusedActivityPattern.matcher(line);
143 if (matcher.matches()) {
145 mFocusedActivityRecord = matcher.group(3)
283 final Matcher matcher = stackIdPattern.matcher(line); local
329 Matcher matcher = RESUMED_ACTIVITY_PATTERN.matcher(line); local
386 final Matcher matcher = taskIdPattern.matcher(line); local
433 Matcher matcher = TASK_RECORD_PATTERN.matcher(line); local
497 final Matcher matcher = activityNamePattern.matcher(line); local
518 Matcher matcher = VISIBILITY_PATTERN.matcher(line); local
554 final Matcher matcher = FULLSCREEN_PATTERN.matcher(line); local
566 final Matcher matcher = BOUNDS_PATTERN.matcher(line); local
    [all...]
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 29 // Optimizations on the matcher framework make simple matchers like
30 // 'stmt()' to be all the same matcher.
32 ast_matchers::internal::Matcher<Stmt> M = stmt(stmt(), stmt());
47 const ExpectedMatchersTy::value_type *Matcher =
49 return reinterpret_cast<MatcherCtor>(Matcher);
57 const ExpectedMatchersTy::value_type *Matcher =
59 MatcherInfo ToStore = { Matcher->first, NameRange, Args, BindID };
61 return VariantMatcher::SingleMatcher(Matcher->second);
74 typedef std::map<std::string, ast_matchers::internal::Matcher<Stmt> >
161 using ast_matchers::internal::Matcher;
    [all...]
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
CollectorUtil.java 33 import java.util.regex.Matcher;
59 Matcher m = p.matcher(fileList);
147 Matcher m = p.matcher(jsonString);
  /cts/hostsidetests/os/src/android/os/cts/
OsHostTests.java 38 import java.util.regex.Matcher;
119 Matcher verifierMatcher = verifierPattern.matcher(line);
121 Matcher m = HOST_PATTERN.matcher(line);
  /cts/tests/backup/src/android/backup/cts/
BackupQuotaTest.java 30 import java.util.regex.Matcher;
88 Matcher matcher = pattern.matcher(output.trim()); local
89 if (matcher.find()) {
90 previouslyEnabled = "enabled".equals(matcher.group(1));
102 Matcher matcher = pattern.matcher(output); local
103 if (matcher.find())
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 30 import java.util.regex.Matcher;
111 * simplify {@link Matcher#replaceAll(String)}.
148 Matcher m = mPattern.matcher(input);
217 !sInvalidWord.matcher(foundWord).find()) {
251 Matcher sectionMatcher = sSectionSplit.matcher(wikiText);
255 sValidSections.matcher(title).matches()) {
  /external/apache-http/android/src/android/net/http/
LegacyHttpDateTime.java 22 import java.util.regex.Matcher;
93 Matcher rfcMatcher = HTTP_DATE_RFC_PATTERN.matcher(timeString);
100 Matcher ansicMatcher = HTTP_DATE_ANSIC_PATTERN.matcher(timeString);
  /external/gmock/test/
gmock_link_test.h 153 using testing::Matcher;
238 // the Field matcher.
470 // Tests the linkage of the "_" matcher.
477 // Tests the linkage of the A matcher.
484 // Tests the linkage of the Eq and the "bare value" matcher.
505 // Tests the linkage of the NotNull matcher.
512 // Tests the linkage of the IsNull matcher.
519 // Tests the linkage of the Ref matcher.
527 // Tests the linkage of the TypedEq matcher.
548 // Tests the linkage of the ContainsRegex matcher
    [all...]
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 153 using testing::Matcher;
238 // the Field matcher.
470 // Tests the linkage of the "_" matcher.
477 // Tests the linkage of the A matcher.
484 // Tests the linkage of the Eq and the "bare value" matcher.
505 // Tests the linkage of the NotNull matcher.
512 // Tests the linkage of the IsNull matcher.
519 // Tests the linkage of the Ref matcher.
527 // Tests the linkage of the TypedEq matcher.
548 // Tests the linkage of the ContainsRegex matcher
    [all...]
  /external/guice/core/src/com/google/inject/internal/
TypeConverterBindingProcessor.java 21 import com.google.inject.matcher.AbstractMatcher;
22 import com.google.inject.matcher.Matcher;
23 import com.google.inject.matcher.Matchers;
140 final Matcher<? super Class<?>> typeMatcher, TypeConverter converter) {
158 Matcher<? super TypeLiteral<?>> typeMatcher,
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 149 // Convert each variant of each pattern into a Matcher.
150 std::vector<Matcher*> PatternMatchers;
153 if (Matcher *M = ConvertPatternToMatcher(*Patterns[i], Variant, CGP))
160 std::unique_ptr<Matcher> TheMatcher =
164 //Matcher->dump();
  /external/v8/test/unittests/compiler/
graph-unittest.cc 88 Matcher<Node*> GraphTest::IsFalseConstant() {
93 Matcher<Node*> GraphTest::IsTrueConstant() {
98 Matcher<Node*> GraphTest::IsUndefinedConstant() {
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 22 import java.util.regex.Matcher;
93 Matcher rfcMatcher = HTTP_DATE_RFC_PATTERN.matcher(timeString);
100 Matcher ansicMatcher = HTTP_DATE_ANSIC_PATTERN.matcher(timeString);
  /frameworks/base/core/tests/coretests/src/android/widget/espresso/
FloatingToolbarEspressoUtils.java 22 import static android.support.test.espresso.matcher.RootMatchers.withDecorView;
23 import static android.support.test.espresso.matcher.ViewMatchers.hasDescendant;
24 import static android.support.test.espresso.matcher.ViewMatchers.isDisplayed;
25 import static android.support.test.espresso.matcher.ViewMatchers.isRoot;
26 import static android.support.test.espresso.matcher.ViewMatchers.withTagValue;
27 import static android.support.test.espresso.matcher.ViewMatchers.withId;
28 import static android.support.test.espresso.matcher.ViewMatchers.withText;
32 import org.hamcrest.Matcher;
57 * Creates a {@link ViewInteraction} for the floating bar menu item with the given matcher.
59 * @param matcher The matcher for the menu item
    [all...]
  /frameworks/ex/common/java/com/android/common/
LegacyHttpDateTime.java 22 import java.util.regex.Matcher;
93 Matcher rfcMatcher = HTTP_DATE_RFC_PATTERN.matcher(timeString);
100 Matcher ansicMatcher = HTTP_DATE_ANSIC_PATTERN.matcher(timeString);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
ModeTest.java 19 import java.util.regex.Matcher;
32 Matcher m;
35 m = p.matcher("cAT123#dog345");
41 m = p.matcher("cAt123#doG345");
49 m = p.matcher("cAt123#doG345");
59 Matcher m;
62 m = p.matcher("foobar");
67 m = p.matcher("barfoo");
71 m = p.matcher("foobar");
74 m = p.matcher("barfoo")
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
ModeTest.java 21 import java.util.regex.Matcher;
32 Matcher m;
35 m = p.matcher("cAT123#dog345");
42 m = p.matcher("cAt123#doG345");
51 m = p.matcher("cAt123#doG345");
60 Matcher m;
63 m = p.matcher("foobar");
68 m = p.matcher("barfoo");
73 m = p.matcher("foobar");
76 m = p.matcher("barfoo")
    [all...]
PatternTest.java 21 import java.util.regex.Matcher;
75 assertNotNull(p.matcher("bcde"));
76 assertNotSame(p.matcher("a"), p.matcher("a"));
220 Matcher mat;
225 mat = pat.matcher(testString);
231 mat = pat.matcher(testString);
237 mat = pat.matcher(testString);
243 mat = pat.matcher(testString);
249 mat = pat.matcher(testString)
1479 Matcher matcher = p.matcher("\\uD801\\uDC28"); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/
VersionCheck.java 36 import java.util.regex.Matcher;
84 Matcher m = sPluginVersionPattern.matcher(line);
155 Matcher m = sSourcePropPattern.matcher(line);
  /libcore/ojluni/src/main/java/java/util/regex/
Pattern.java 47 * a {@link Matcher} object that can match arbitrary {@link
50 * matcher, so many matchers can share the same pattern.
56 * Matcher m = p.{@link #matcher matcher}("aaaaab");
57 * boolean b = m.{@link Matcher#matches matches}();</pre></blockquote>
71 * concurrent threads. Instances of the {@link Matcher} class are not safe for
491 * may also be retrieved from the matcher once the match operation is complete.
1005 public Matcher matcher(CharSequence input) { method in class:Pattern
1392 private final Matcher matcher; field in class:Pattern.MatcherIterator
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
Strings.java 32 import java.util.regex.Matcher;
107 Matcher matcher = XML_INVALID_CHARS.matcher(text); local
108 while (matcher.find()) {
109 matcher.appendReplacement(result, "");
110 result.append(escapeCodePoint(matcher.group()));
112 matcher.appendTail(result);

Completed in 2967 milliseconds

1 2 3 4 5 6 7 891011>>