Searched refs:cur_pattern (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc452 const char *cur_pattern = filter; local
454 if (PatternMatchesString(cur_pattern, name.c_str())) {
459 cur_pattern = strchr(cur_pattern, ':');
462 if (cur_pattern == NULL) {
467 cur_pattern++;
/external/gtest/src/
H A Dgtest.cc459 const char *cur_pattern = filter; local
461 if (PatternMatchesString(cur_pattern, name.c_str())) {
466 cur_pattern = strchr(cur_pattern, ':');
469 if (cur_pattern == NULL) {
474 cur_pattern++;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc451 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++;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc451 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++;
/external/protobuf/gtest/src/
H A Dgtest.cc440 const char *cur_pattern = filter; local
442 if (PatternMatchesString(cur_pattern, name.c_str())) {
447 cur_pattern = strchr(cur_pattern, ':');
450 if (cur_pattern == NULL) {
455 cur_pattern++;
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc459 const char *cur_pattern = filter; local
461 if (PatternMatchesString(cur_pattern, name.c_str())) {
466 cur_pattern = strchr(cur_pattern, ':');
469 if (cur_pattern == NULL) {
474 cur_pattern++;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1943 const char *cur_pattern = filter; local
1945 if (PatternMatchesString(cur_pattern, name.c_str())) {
1950 cur_pattern = strchr(cur_pattern, ':');
1953 if (cur_pattern == NULL) {
1958 cur_pattern++;
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp1959 const char *cur_pattern = filter; local
1961 if (PatternMatchesString(cur_pattern, name.c_str())) {
1966 cur_pattern = strchr(cur_pattern, ':');
1969 if (cur_pattern == NULL) {
1974 cur_pattern++;
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1780 const char *cur_pattern = filter; local
1782 if (PatternMatchesString(cur_pattern, name.c_str())) {
1787 cur_pattern = strchr(cur_pattern, ':');
1790 if (cur_pattern == NULL) {
1795 cur_pattern++;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1943 const char *cur_pattern = filter; local
1945 if (PatternMatchesString(cur_pattern, name.c_str())) {
1950 cur_pattern = strchr(cur_pattern, ':');
1953 if (cur_pattern == NULL) {
1958 cur_pattern++;

Completed in 240 milliseconds