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

1 2

  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 178 bool IsInSet(char ch, const char* str) {
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
271 } else if (IsInSet(ch, "()[]{}|")) {
281 prev_repeatable = !IsInSet(ch, "^$?*+");
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/src/
gtest-port.cc 176 bool IsInSet(char ch, const char* str) {
185 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
187 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
188 bool IsWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
196 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW"));
269 } else if (IsInSet(ch, "()[]{}|")) {
279 prev_repeatable = !IsInSet(ch, "^$?*+");
gtest-internal-inl.h     [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-port.cc 178 bool IsInSet(char ch, const char* str) {
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
271 } else if (IsInSet(ch, "()[]{}|")) {
281 prev_repeatable = !IsInSet(ch, "^$?*+");
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 203 bool IsInSet(char ch, const char* str) {
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
296 } else if (IsInSet(ch, "()[]{}|")) {
306 prev_repeatable = !IsInSet(ch, "^$?*+");
gtest-internal-inl.h     [all...]
  /external/mesa3d/src/gtest/src/
gtest-port.cc 203 bool IsInSet(char ch, const char* str) {
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
296 } else if (IsInSet(ch, "()[]{}|")) {
306 prev_repeatable = !IsInSet(ch, "^$?*+");
gtest-internal-inl.h     [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-port.cc 203 bool IsInSet(char ch, const char* str) {
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
296 } else if (IsInSet(ch, "()[]{}|")) {
306 prev_repeatable = !IsInSet(ch, "^$?*+");
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-port.cc 203 bool IsInSet(char ch, const char* str) {
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
296 } else if (IsInSet(ch, "()[]{}|")) {
306 prev_repeatable = !IsInSet(ch, "^$?*+");
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 435 EXPECT_FALSE(IsInSet('\0', ""));
436 EXPECT_FALSE(IsInSet('\0', "\0"));
437 EXPECT_FALSE(IsInSet('\0', "a"));
441 EXPECT_FALSE(IsInSet('a', "Ab"));
442 EXPECT_FALSE(IsInSet('c', ""));
444 EXPECT_TRUE(IsInSet('b', "bcd"));
445 EXPECT_TRUE(IsInSet('b', "ab"));
    [all...]
  /external/googletest/googletest/src/
gtest-port.cc 627 bool IsInSet(char ch, const char* str) {
636 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
639 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
647 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
720 } else if (IsInSet(ch, "()[]{}|")) {
730 prev_repeatable = !IsInSet(ch, "^$?*+");
    [all...]
gtest-internal-inl.h     [all...]
  /external/googletest/googletest/test/
gtest-port_test.cc 467 EXPECT_FALSE(IsInSet('\0', ""));
468 EXPECT_FALSE(IsInSet('\0', "\0"));
469 EXPECT_FALSE(IsInSet('\0', "a"));
473 EXPECT_FALSE(IsInSet('a', "Ab"));
474 EXPECT_FALSE(IsInSet('c', ""));
476 EXPECT_TRUE(IsInSet('b', "bcd"));
477 EXPECT_TRUE(IsInSet('b', "ab"));
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 627 bool IsInSet(char ch, const char* str) {
636 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
639 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
647 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
720 } else if (IsInSet(ch, "()[]{}|")) {
730 prev_repeatable = !IsInSet(ch, "^$?*+");
    [all...]
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/test/
gtest-port_test.cc 242 EXPECT_FALSE(IsInSet('\0', ""));
243 EXPECT_FALSE(IsInSet('\0', "\0"));
244 EXPECT_FALSE(IsInSet('\0', "a"));
248 EXPECT_FALSE(IsInSet('a', "Ab"));
249 EXPECT_FALSE(IsInSet('c', ""));
251 EXPECT_TRUE(IsInSet('b', "bcd"));
252 EXPECT_TRUE(IsInSet('b', "ab"));
  /external/v8/testing/gtest/src/
gtest-port.cc 609 bool IsInSet(char ch, const char* str) {
618 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
620 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
621 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
629 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
702 } else if (IsInSet(ch, "()[]{}|")) {
712 prev_repeatable = !IsInSet(ch, "^$?*+");
    [all...]
  /external/v8/testing/gtest/test/
gtest-port_test.cc 467 EXPECT_FALSE(IsInSet('\0', ""));
468 EXPECT_FALSE(IsInSet('\0', "\0"));
469 EXPECT_FALSE(IsInSet('\0', "a"));
473 EXPECT_FALSE(IsInSet('a', "Ab"));
474 EXPECT_FALSE(IsInSet('c', ""));
476 EXPECT_TRUE(IsInSet('b', "bcd"));
477 EXPECT_TRUE(IsInSet('b', "ab"));
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 586 bool IsInSet(char ch, const char* str) {
595 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~");
597 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
598 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); }
606 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW"));
679 } else if (IsInSet(ch, "()[]{}|")) {
689 prev_repeatable = !IsInSet(ch, "^$?*+");
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 472 EXPECT_FALSE(IsInSet('\0', ""));
473 EXPECT_FALSE(IsInSet('\0', "\0"));
474 EXPECT_FALSE(IsInSet('\0', "a"));
478 EXPECT_FALSE(IsInSet('a', "Ab"));
479 EXPECT_FALSE(IsInSet('c', ""));
481 EXPECT_TRUE(IsInSet('b', "bcd"));
482 EXPECT_TRUE(IsInSet('b', "ab"));
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 472 EXPECT_FALSE(IsInSet('\0', ""));
473 EXPECT_FALSE(IsInSet('\0', "\0"));
474 EXPECT_FALSE(IsInSet('\0', "a"));
478 EXPECT_FALSE(IsInSet('a', "Ab"));
479 EXPECT_FALSE(IsInSet('c', ""));
481 EXPECT_TRUE(IsInSet('b', "bcd"));
482 EXPECT_TRUE(IsInSet('b', "ab"));
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 472 EXPECT_FALSE(IsInSet('\0', ""));
473 EXPECT_FALSE(IsInSet('\0', "\0"));
474 EXPECT_FALSE(IsInSet('\0', "a"));
478 EXPECT_FALSE(IsInSet('a', "Ab"));
479 EXPECT_FALSE(IsInSet('c', ""));
481 EXPECT_TRUE(IsInSet('b', "bcd"));
482 EXPECT_TRUE(IsInSet('b', "ab"));
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 165 int IsInSet(int Type, _cmsParametricCurvesCollection* c)
186 Position = IsInSet(Type, c);
197 Position = IsInSet(Type, c);
    [all...]

Completed in 1048 milliseconds

1 2