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

  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 333 const char *cur_pattern = filter; local
335 if (PatternMatchesString(cur_pattern, name.c_str())) {
340 cur_pattern = strchr(cur_pattern, ':');
343 if (cur_pattern == NULL) {
348 cur_pattern++;
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 451 const char *cur_pattern = filter; local
453 if (PatternMatchesString(cur_pattern, name.c_str())) {
458 cur_pattern = strchr(cur_pattern, ':');
461 if (cur_pattern == NULL) {
466 cur_pattern++;
    [all...]
  /external/gtest/src/
gtest.cc 451 const char *cur_pattern = filter; local
453 if (PatternMatchesString(cur_pattern, name.c_str())) {
458 cur_pattern = strchr(cur_pattern, ':');
461 if (cur_pattern == NULL) {
466 cur_pattern++;
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 451 const char *cur_pattern = filter; local
453 if (PatternMatchesString(cur_pattern, name.c_str())) {
458 cur_pattern = strchr(cur_pattern, ':');
461 if (cur_pattern == NULL) {
466 cur_pattern++;
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 432 const char *cur_pattern = filter; local
434 if (PatternMatchesString(cur_pattern, name.c_str())) {
439 cur_pattern = strchr(cur_pattern, ':');
442 if (cur_pattern == NULL) {
447 cur_pattern++;
    [all...]
  /frameworks/compile/mclinker/utils/gtest/src/
gtest-all.cpp 1755 const char *cur_pattern = filter; local
    [all...]

Completed in 57 milliseconds