Home
last modified time | relevance | path

Searched refs:partial_regex (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc164 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/aosp_15_r20/external/googletest/googletest/src/
H A Dgtest-port.cc742 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
743 is_valid_ = regcomp(&partial_regex_, partial_regex, reg_flags) == 0; in Init()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc760 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
761 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/aosp_15_r20/external/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc711 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
712 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc742 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
743 is_valid_ = regcomp(&partial_regex_, partial_regex, reg_flags) == 0; in Init()
/aosp_15_r20/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc711 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
712 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/
H A Dgtest-port.cc711 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
712 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc711 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
712 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/
H A Dgtest-port.cc716 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
717 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc760 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
761 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/googletest/src/
H A Dgtest-all.cc8511 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
8512 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/aosp_15_r20/external/fmtlib/test/gtest/
H A Dgmock-gtest-all.cc11088 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
11089 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.11.0/
Dgmock-gtest-all.cc11088 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local
11089 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()