HomeSort by relevance Sort by last modified time
    Searched refs:matchStr (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
skia_test.cpp 92 const char* matchStr = NULL;
99 matchStr = *argv;
106 if (matchStr) {
107 header.appendf(" --match %s", matchStr);
132 if (NULL != matchStr && !strstr(test->getName(), matchStr)) {
  /frameworks/base/core/jni/
android_os_UEventObserver.cpp 87 static void nativeAddMatch(JNIEnv* env, jclass clazz, jstring matchStr) {
88 ScopedUtfChars match(env, matchStr);
94 static void nativeRemoveMatch(JNIEnv* env, jclass clazz, jstring matchStr) {
95 ScopedUtfChars match(env, matchStr);
  /frameworks/base/services/java/com/android/server/
PreferredComponent.java 94 String matchStr = parser.getAttributeValue(null, "match");
95 mMatch = matchStr != null ? Integer.parseInt(matchStr, 16) : 0;

Completed in 295 milliseconds