/aosp_15_r20/external/llvm/utils/unittest/googletest/src/ |
H A D | gtest-port.cc | 164 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 D | gtest-port.cc | 742 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/ |
D | gtest-port.cc | 760 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 D | gtest-port.cc | 711 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 D | gtest-port.cc | 742 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 D | gtest-port.cc | 711 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 D | gtest-port.cc | 711 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 D | gtest-port.cc | 711 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 D | gtest-port.cc | 716 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/ |
D | gtest-port.cc | 760 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 D | gtest-all.cc | 8511 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 D | gmock-gtest-all.cc | 11088 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/ |
D | gmock-gtest-all.cc | 11088 const char* const partial_regex = (*regex == '\0') ? "()" : regex; in Init() local 11089 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
|