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

  /external/chromium_org/tools/gn/
substitution_pattern.cc 61 const char* cur_pattern = kSubstitutionNames[i]; local
62 size_t cur_len = strlen(cur_pattern);
63 if (str.compare(next, cur_len, cur_pattern) == 0) {
  /external/chromium_org/testing/gtest/src/
gtest.cc 463 const char *cur_pattern = filter; local
465 if (PatternMatchesString(cur_pattern, name.c_str())) {
470 cur_pattern = strchr(cur_pattern, ':');
473 if (cur_pattern == NULL) {
478 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 459 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++;
    [all...]
  /external/llvm/utils/unittest/googletest/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/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/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 1943 const char *cur_pattern = filter; local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 1943 const char *cur_pattern = filter; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 1943 const char *cur_pattern = filter; local
    [all...]

Completed in 1964 milliseconds