HomeSort by relevance Sort by last modified time
    Searched refs:IsRepeat (Results 1 - 25 of 32) sorted by null

1 2

  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 479 EXPECT_FALSE(IsRepeat('\0'));
480 EXPECT_FALSE(IsRepeat(' '));
481 EXPECT_FALSE(IsRepeat('a'));
482 EXPECT_FALSE(IsRepeat('1'));
483 EXPECT_FALSE(IsRepeat('-'));
487 EXPECT_TRUE(IsRepeat('?'));
488 EXPECT_TRUE(IsRepeat('*'));
489 EXPECT_TRUE(IsRepeat('+'));
    [all...]
  /external/googletest/googletest/test/
gtest-port_test.cc 511 EXPECT_FALSE(IsRepeat('\0'));
512 EXPECT_FALSE(IsRepeat(' '));
513 EXPECT_FALSE(IsRepeat('a'));
514 EXPECT_FALSE(IsRepeat('1'));
515 EXPECT_FALSE(IsRepeat('-'));
519 EXPECT_TRUE(IsRepeat('?'));
520 EXPECT_TRUE(IsRepeat('*'));
521 EXPECT_TRUE(IsRepeat('+'));
    [all...]
  /external/protobuf/gtest/test/
gtest-port_test.cc 286 EXPECT_FALSE(IsRepeat('\0'));
287 EXPECT_FALSE(IsRepeat(' '));
288 EXPECT_FALSE(IsRepeat('a'));
289 EXPECT_FALSE(IsRepeat('1'));
290 EXPECT_FALSE(IsRepeat('-'));
294 EXPECT_TRUE(IsRepeat('?'));
295 EXPECT_TRUE(IsRepeat('*'));
296 EXPECT_TRUE(IsRepeat('+'));
  /external/v8/testing/gtest/test/
gtest-port_test.cc 511 EXPECT_FALSE(IsRepeat('\0'));
512 EXPECT_FALSE(IsRepeat(' '));
513 EXPECT_FALSE(IsRepeat('a'));
514 EXPECT_FALSE(IsRepeat('1'));
515 EXPECT_FALSE(IsRepeat('-'));
519 EXPECT_TRUE(IsRepeat('?'));
520 EXPECT_TRUE(IsRepeat('*'));
521 EXPECT_TRUE(IsRepeat('+'));
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 516 EXPECT_FALSE(IsRepeat('\0'));
517 EXPECT_FALSE(IsRepeat(' '));
518 EXPECT_FALSE(IsRepeat('a'));
519 EXPECT_FALSE(IsRepeat('1'));
520 EXPECT_FALSE(IsRepeat('-'));
524 EXPECT_TRUE(IsRepeat('?'));
525 EXPECT_TRUE(IsRepeat('*'));
526 EXPECT_TRUE(IsRepeat('+'));
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 516 EXPECT_FALSE(IsRepeat('\0'));
517 EXPECT_FALSE(IsRepeat(' '));
518 EXPECT_FALSE(IsRepeat('a'));
519 EXPECT_FALSE(IsRepeat('1'));
520 EXPECT_FALSE(IsRepeat('-'));
524 EXPECT_TRUE(IsRepeat('?'));
525 EXPECT_TRUE(IsRepeat('*'));
526 EXPECT_TRUE(IsRepeat('+'));
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 516 EXPECT_FALSE(IsRepeat('\0'));
517 EXPECT_FALSE(IsRepeat(' '));
518 EXPECT_FALSE(IsRepeat('a'));
519 EXPECT_FALSE(IsRepeat('1'));
520 EXPECT_FALSE(IsRepeat('-'));
524 EXPECT_TRUE(IsRepeat('?'));
525 EXPECT_TRUE(IsRepeat('*'));
526 EXPECT_TRUE(IsRepeat('+'));
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
275 } else if (IsRepeat(ch) && !prev_repeatable) {
335 if (IsRepeat(regex[1])) {
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/src/
gtest-port.cc 187 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
273 } else if (IsRepeat(ch) && !prev_repeatable) {
333 if (IsRepeat(regex[1])) {
gtest-internal-inl.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-port.cc 189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
275 } else if (IsRepeat(ch) && !prev_repeatable) {
335 if (IsRepeat(regex[1])) {
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
300 } else if (IsRepeat(ch) && !prev_repeatable) {
360 if (IsRepeat(regex[1])) {
gtest-internal-inl.h     [all...]
  /external/mesa3d/src/gtest/src/
gtest-port.cc 214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
300 } else if (IsRepeat(ch) && !prev_repeatable) {
360 if (IsRepeat(regex[1])) {
gtest-internal-inl.h     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-port.cc 214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
300 } else if (IsRepeat(ch) && !prev_repeatable) {
360 if (IsRepeat(regex[1])) {
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-port.cc 214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
300 } else if (IsRepeat(ch) && !prev_repeatable) {
360 if (IsRepeat(regex[1])) {
  /external/googletest/googletest/src/
gtest-port.cc 638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
724 } else if (IsRepeat(ch) && !prev_repeatable) {
784 if (IsRepeat(regex[1])) {
    [all...]
gtest-internal-inl.h     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
724 } else if (IsRepeat(ch) && !prev_repeatable) {
784 if (IsRepeat(regex[1])) {
    [all...]
gtest-internal-inl.h     [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 620 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
706 } else if (IsRepeat(ch) && !prev_repeatable) {
766 if (IsRepeat(regex[1])) {
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 597 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
683 } else if (IsRepeat(ch) && !prev_repeatable) {
743 if (IsRepeat(regex[1])) {
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h     [all...]

Completed in 560 milliseconds

1 2