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

  /external/chromium_org/base/test/
test_launcher.cc 239 const char *cur_pattern = filter.c_str(); local
241 if (PatternMatchesString(cur_pattern, name.c_str())) {
246 cur_pattern = strchr(cur_pattern, ':');
249 if (cur_pattern == NULL) {
254 cur_pattern++;
  /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/chromium_org/testing/gtest/src/
gtest.cc 453 const char *cur_pattern = filter; local
455 if (PatternMatchesString(cur_pattern, name.c_str())) {
460 cur_pattern = strchr(cur_pattern, ':');
463 if (cur_pattern == NULL) {
468 cur_pattern++;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/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/mesa3d/src/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/open-vcdiff/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...]
  /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...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 455 const char *cur_pattern = filter; local
457 if (PatternMatchesString(cur_pattern, name.c_str())) {
462 cur_pattern = strchr(cur_pattern, ':');
465 if (cur_pattern == NULL) {
470 cur_pattern++;
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 1943 const char *cur_pattern = filter; local
    [all...]

Completed in 65 milliseconds