Home
last modified time | relevance | path

Searched refs:full_pattern (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc151 char* const full_pattern = new char[full_regex_len]; in Init() local
153 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
171 delete[] full_pattern; in Init()
/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dmanaged_crate.rs322 let full_pattern = self.android_crate.path().join(pattern)?; in copy_customizations() localVariable
324 full_pattern in copy_customizations()
327 .ok_or(anyhow!("Failed to convert path {} to str", full_pattern))?, in copy_customizations()
/aosp_15_r20/external/googletest/googletest/src/
H A Dgtest-port.cc729 char* const full_pattern = new char[full_regex_len]; in Init() local
731 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
732 is_valid_ = regcomp(&full_regex_, full_pattern, reg_flags) == 0; in Init()
749 delete[] full_pattern; in Init()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc747 char* const full_pattern = new char[full_regex_len]; in Init() local
749 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
750 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
767 delete[] full_pattern; in Init()
/aosp_15_r20/external/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc698 char* const full_pattern = new char[full_regex_len]; in Init() local
700 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
701 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
718 delete[] full_pattern; in Init()
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc729 char* const full_pattern = new char[full_regex_len]; in Init() local
731 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
732 is_valid_ = regcomp(&full_regex_, full_pattern, reg_flags) == 0; in Init()
749 delete[] full_pattern; in Init()
/aosp_15_r20/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc698 char* const full_pattern = new char[full_regex_len]; in Init() local
700 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
701 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
718 delete[] full_pattern; in Init()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/ult/ult_app/googletest/src/
H A Dgtest-port.cc698 char* const full_pattern = new char[full_regex_len]; in Init() local
700 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
701 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
718 delete[] full_pattern; in Init()
/aosp_15_r20/external/libaom/third_party/googletest/src/googletest/src/
H A Dgtest-port.cc698 char* const full_pattern = new char[full_regex_len]; in Init() local
700 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
701 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
718 delete[] full_pattern; in Init()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/src/
H A Dgtest-port.cc703 char* const full_pattern = new char[full_regex_len]; in Init() local
705 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
706 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
723 delete[] full_pattern; in Init()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-port.cc747 char* const full_pattern = new char[full_regex_len]; in Init() local
749 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
750 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
767 delete[] full_pattern; in Init()
/aosp_15_r20/external/python/setuptools/setuptools/command/
Degg_info.py432 full_pattern = os.path.join(dir, '**', pattern)
433 found = [f for f in glob(full_pattern, recursive=True)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Degg_info.py447 full_pattern = os.path.join(dir, '**', pattern)
448 found = [f for f in glob(full_pattern, recursive=True)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Degg_info.py447 full_pattern = os.path.join(dir, '**', pattern)
448 found = [f for f in glob(full_pattern, recursive=True)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Degg_info.py447 full_pattern = os.path.join(dir, '**', pattern)
448 found = [f for f in glob(full_pattern, recursive=True)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Degg_info.py447 full_pattern = os.path.join(dir, '**', pattern)
448 found = [f for f in glob(full_pattern, recursive=True)
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/googletest/src/
H A Dgtest-all.cc8498 char* const full_pattern = new char[full_regex_len]; in Init() local
8500 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
8501 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
8518 delete[] full_pattern; in Init()
/aosp_15_r20/external/fmtlib/test/gtest/
H A Dgmock-gtest-all.cc11075 char* const full_pattern = new char[full_regex_len]; in Init() local
11077 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
11078 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
11095 delete[] full_pattern; 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.cc11075 char* const full_pattern = new char[full_regex_len]; in Init() local
11077 snprintf(full_pattern, full_regex_len, "^(%s)$", regex); in Init()
11078 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
11095 delete[] full_pattern; in Init()