| /external/protobuf/gtest/src/ |
| gtest.cc | 417 // Returns true iff the wildcard pattern matches the string. The 418 // first ':' or '\0' character in pattern marks the end of it. 422 bool UnitTestOptions::PatternMatchesString(const char *pattern, 424 switch (*pattern) { 426 case ':': // Either ':' or '\0' marks the end of the pattern. 429 return *str != '\0' && PatternMatchesString(pattern + 1, str + 1); 431 return (*str != '\0' && PatternMatchesString(pattern, str + 1)) || 432 PatternMatchesString(pattern + 1, str); 434 return *pattern == *str && 435 PatternMatchesString(pattern + 1, str + 1) [all...] |
| /external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
| gtest.cc | 428 // Returns true iff the wildcard pattern matches the string. The 429 // first ':' or '\0' character in pattern marks the end of it. 433 bool UnitTestOptions::PatternMatchesString(const char *pattern, 435 switch (*pattern) { 437 case ':': // Either ':' or '\0' marks the end of the pattern. 440 return *str != '\0' && PatternMatchesString(pattern + 1, str + 1); 442 return (*str != '\0' && PatternMatchesString(pattern, str + 1)) || 443 PatternMatchesString(pattern + 1, str); 445 return *pattern == *str && 446 PatternMatchesString(pattern + 1, str + 1) [all...] |
| /external/v8/testing/gtest/src/ |
| gtest.cc | 457 // Returns true iff the wildcard pattern matches the string. The 458 // first ':' or '\0' character in pattern marks the end of it. 462 bool UnitTestOptions::PatternMatchesString(const char *pattern, 464 switch (*pattern) { 466 case ':': // Either ':' or '\0' marks the end of the pattern. 469 return *str != '\0' && PatternMatchesString(pattern + 1, str + 1); 471 return (*str != '\0' && PatternMatchesString(pattern, str + 1)) || 472 PatternMatchesString(pattern + 1, str); 474 return *pattern == *str && 475 PatternMatchesString(pattern + 1, str + 1) [all...] |
| /external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
| gtest.cc | 435 // Returns true iff the wildcard pattern matches the string. The 436 // first ':' or '\0' character in pattern marks the end of it. 440 bool UnitTestOptions::PatternMatchesString(const char *pattern, 442 switch (*pattern) { 444 case ':': // Either ':' or '\0' marks the end of the pattern. 447 return *str != '\0' && PatternMatchesString(pattern + 1, str + 1); 449 return (*str != '\0' && PatternMatchesString(pattern, str + 1)) || 450 PatternMatchesString(pattern + 1, str); 452 return *pattern == *str && 453 PatternMatchesString(pattern + 1, str + 1) [all...] |
| /prebuilts/devtools/tools/lib/ |
| emma.jar | |
| emma_device.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0/ |
| lint-api-26.0.0.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-beta6/ |
| lint-api-26.0.0-beta6.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-beta7/ |
| lint-api-26.0.0-beta7.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.0.0-rc1/ |
| lint-api-26.0.0-rc1.jar | |
| /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/26.2.0-alpha16/ |
| lint-api-26.2.0-alpha16.jar | |
| /prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/ |
| gtest.cc | 431 // Returns true iff the wildcard pattern matches the string. The 432 // first ':' or '\0' character in pattern marks the end of it. 436 bool UnitTestOptions::PatternMatchesString(const char *pattern, 438 switch (*pattern) { 440 case ':': // Either ':' or '\0' marks the end of the pattern. 443 return *str != '\0' && PatternMatchesString(pattern + 1, str + 1); 445 return (*str != '\0' && PatternMatchesString(pattern, str + 1)) || 446 PatternMatchesString(pattern + 1, str); 448 return *pattern == *str && 449 PatternMatchesString(pattern + 1, str + 1) [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
| regparse.c | 251 /* scan pattern methods */
537 narg.enc = reg->enc; /* should be pattern encoding. */
[all...] |
| /prebuilts/tools/common/ant/ |
| ant.jar | |
| /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/ |
| ant-1.7.0.jar | |
| /build/make/tools/releasetools/ |
| common.py | 585 def UnzipTemp(filename, pattern=None): 597 if pattern is not None: 598 cmd.extend(pattern) [all...] |
| /external/libtextclassifier/ |
| text-classifier.cc | 291 // Initialize pattern recognizers. 295 UncompressMakeRegexPattern(*unilib_, regex_pattern->pattern(), 299 TC_LOG(INFO) << "Failed to load regex pattern"; [all...] |
| /external/python/cpython2/Lib/ |
| urllib.py | [all...] |
| /frameworks/av/media/libstagefright/ |
| ACodec.cpp | 2504 OMX_VIDEO_ANDROID_TEMPORALLAYERINGPATTERNTYPE pattern = local 4550 OMX_VIDEO_ANDROID_VPXTEMPORALLAYERPATTERNTYPE pattern = local [all...] |
| /frameworks/base/services/core/jni/ |
| com_android_server_input_InputManagerService.cpp | 1546 nsecs_t pattern[patternSize]; local [all...] |
| /hardware/interfaces/drm/1.0/vts/functional/ |
| drm_hal_vendor_test.cpp | 53 using ::android::hardware::drm::V1_0::Pattern; [all...] |
| /external/guice/extensions/persist/lib/ |
| dom4j-1.6.1.jar | |
| /external/owasp/sanitizer/tools/findbugs/lib/ |
| dom4j-1.6.1.jar | |
| /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/ |
| dom4j-1.6.1.jar | |
| /prebuilts/misc/common/robolectric/android-all/ |
| android-all-4.1.2_r1-robolectric-r1.jar | |