Home
last modified time | relevance | path

Searched full:googletest (Results 1 – 25 of 1714) sorted by relevance

12345678910>>...69

/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
DBUILD.bazel46 "googletest-*.cc",
48 "googletest/include/gtest/**/*.h",
52 "googletest/src/gtest-all.cc",
57 "googletest-param-test-test.cc",
58 "googletest-param-test2-test.cc",
59 "googletest-catch-exceptions-test_.cc",
60 "googletest-color-test_.cc",
61 "googletest-env-var-test_.cc",
62 "googletest-failfast-unittest_.cc",
63 "googletest-filter-unittest_.cc",
[all …]
/external/googletest/googletest/test/
DBUILD.bazel46 "googletest-*.cc",
48 "googletest/include/gtest/**/*.h",
52 "googletest/src/gtest-all.cc",
57 "googletest-param-test-test.cc",
58 "googletest-param-test2-test.cc",
59 "googletest-catch-exceptions-test_.cc",
60 "googletest-color-test_.cc",
61 "googletest-env-var-test_.cc",
62 "googletest-failfast-unittest_.cc",
63 "googletest-filter-unittest_.cc",
[all …]
DAndroid.bp36 include_dirs: ["external/googletest/googletest"],
52 include_dirs: ["external/googletest/googletest"],
65 "googletest-death-test-test.cc",
66 "googletest-filepath-test.cc",
67 "googletest-listener-test.cc",
68 "googletest-message-test.cc",
69 "googletest-options-test.cc",
70 "googletest-port-test.cc",
71 "googletest-printers-test.cc",
72 "googletest-test-part-test.cc",
[all …]
/external/cronet/third_party/googletest/src/googletest/test/
DBUILD.bazel46 "googletest-*.cc",
48 "googletest/include/gtest/**/*.h",
52 "googletest/src/gtest-all.cc",
57 "googletest-param-test-test.cc",
58 "googletest-param-test2-test.cc",
59 "googletest-catch-exceptions-test_.cc",
60 "googletest-color-test_.cc",
61 "googletest-env-var-test_.cc",
62 "googletest-failfast-unittest_.cc",
63 "googletest-filter-unittest_.cc",
[all …]
/external/cronet/third_party/googletest/
DREADME.chromium2 Short Name: googletest
3 URL: https://github.com/google/googletest.git
22 ## Resources for Rolling Googletest in Chrome
24 ### What is Googletest
26 Googletest is an open source C++ testing framework developed by Google and used
27 by Chromium. See the [User Guide](https://google.github.io/googletest/).
29 ### Where is Googletest
31 Googletest is developed in google3 and uses
35 * Development (Googler only): [google3/third\_party/googletest](http://google3/third_party/googlete…
36 * GitHub: https://github.com/google/googletest
[all …]
DBUILD.gn17 # Chromium always links googletest statically, so no API qualifier is
38 "src/googletest/include",
57 # https://github.com/google/googletest/issues/533
72 # after plumbing a workable temporary path into googletest on Android.
76 "src/googletest/include/gtest/gtest-assertion-result.h",
77 "src/googletest/include/gtest/gtest-death-test.h",
78 "src/googletest/include/gtest/gtest-matchers.h",
79 "src/googletest/include/gtest/gtest-message.h",
80 "src/googletest/include/gtest/gtest-param-test.h",
81 "src/googletest/include/gtest/gtest-printers.h",
[all …]
/external/rust/crates/grpcio-sys/grpc/
DCMakeLists.txt3204 third_party/googletest/googletest/include
3205 third_party/googletest/googletest
3206 third_party/googletest/googlemock/include
3207 third_party/googletest/googlemock
3800 third_party/googletest/googletest/include
3801 third_party/googletest/googletest
3802 third_party/googletest/googlemock/include
3803 third_party/googletest/googlemock
3867 third_party/googletest/googletest/include
3868 third_party/googletest/googletest
[all …]
/external/rust/crates/googletest/
DREADME.md1 # GoogleTest Rust
8 [crates-badge]: https://img.shields.io/crates/v/googletest.svg
9 [crates-url]: https://crates.io/crates/googletest
10 [docs-badge]: https://img.shields.io/badge/docs.rs-googletest-66c2a5
11 [docs-url]: https://docs.rs/googletest/*/googletest/
13 [license-url]: https://github.com/google/googletest-rust/blob/main/LICENSE
14 [actions-badge]: https://github.com/google/googletest-rust/workflows/CI/badge.svg
15 [actions-url]: https://github.com/google/googletest-rust/actions?query=workflow%3ACI+branch%3Amain
18 [GoogleTest](https://github.com/google/googletest) to Rust. It provides:
23 [GoogleTest](https://google.github.io/googletest/reference/matchers.html),
[all …]
/external/libvpx/third_party/googletest/src/
DREADME.md5 To build GoogleTest and your tests that use it, you need to tell your build
11 GoogleTest comes with a CMake build script
12 ([CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt))
18 the compiler environment of your choice. You can either build GoogleTest as a
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b release-1.11.0
29 cd googletest # Main directory of the cloned repository.
32 cmake .. # Generate native build scripts for GoogleTest.
36 build only GoogleTest, you should replace the last command with
43 directory. Just type `make` to build GoogleTest. And then you can simply install
[all …]
/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/
DREADME.md5 To build GoogleTest and your tests that use it, you need to tell your build
11 GoogleTest comes with a CMake build script
12 ([CMakeLists.txt](https://github.com/google/googletest/blob/main/CMakeLists.txt))
18 the compiler environment of your choice. You can either build GoogleTest as a
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b v1.14.0
29 cd googletest # Main directory of the cloned repository.
32 cmake .. # Generate native build scripts for GoogleTest.
36 build only GoogleTest, you should replace the last command with
43 directory. Just type `make` to build GoogleTest. And then you can simply install
[all …]
/external/cronet/third_party/googletest/src/googletest/
DREADME.md5 To build GoogleTest and your tests that use it, you need to tell your build
11 GoogleTest comes with a CMake build script
12 ([CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt))
18 the compiler environment of your choice. You can either build GoogleTest as a
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b release-1.11.0
29 cd googletest # Main directory of the cloned repository.
32 cmake .. # Generate native build scripts for GoogleTest.
36 build only GoogleTest, you should replace the last command with
43 directory. Just type `make` to build GoogleTest. And then you can simply install
[all …]
/external/googletest/googletest/
DREADME.md5 To build GoogleTest and your tests that use it, you need to tell your build
11 GoogleTest comes with a CMake build script
12 ([CMakeLists.txt](https://github.com/google/googletest/blob/main/CMakeLists.txt))
18 the compiler environment of your choice. You can either build GoogleTest as a
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b v1.14.0
29 cd googletest # Main directory of the cloned repository.
32 cmake .. # Generate native build scripts for GoogleTest.
36 build only GoogleTest, you should replace the last command with
43 directory. Just type `make` to build GoogleTest. And then you can simply install
[all …]
/external/libaom/third_party/googletest/src/googletest/
DREADME.md5 To build GoogleTest and your tests that use it, you need to tell your build
11 GoogleTest comes with a CMake build script
12 ([CMakeLists.txt](https://github.com/google/googletest/blob/master/CMakeLists.txt))
18 the compiler environment of your choice. You can either build GoogleTest as a
24 When building GoogleTest as a standalone project, the typical workflow starts
28 git clone https://github.com/google/googletest.git -b release-1.11.0
29 cd googletest # Main directory of the cloned repository.
32 cmake .. # Generate native build scripts for GoogleTest.
36 build only GoogleTest, you should replace the last command with
43 directory. Just type `make` to build GoogleTest. And then you can simply install
[all …]
/external/pdfium/third_party/googletest/
DBUILD.gn13 # Chromium always links googletest statically, so no API qualifier is
32 "src/googletest/include",
54 # https://github.com/google/googletest/issues/533
70 # after plumbing a workable temporary path into googletest on Android.
74 "src/googletest/include/gtest/gtest-assertion-result.h",
75 "src/googletest/include/gtest/gtest-death-test.h",
76 "src/googletest/include/gtest/gtest-matchers.h",
77 "src/googletest/include/gtest/gtest-message.h",
78 "src/googletest/include/gtest/gtest-param-test.h",
79 "src/googletest/include/gtest/gtest-printers.h",
[all …]
/external/pigweed/third_party/googletest/
Ddocs.rst4 GoogleTest title
6 The ``$dir_pw_third_party/googletest/`` module provides various helpers to
7 optionally use full upstream `GoogleTest/GoogleMock`__ with
10 .. __: https://github.com/google/googletest
15 Using upstream GoogleTest and GoogleMock
17 If you want to use the full upstream GoogleTest/GoogleMock, you must do the
20 Add GoogleTest to your workspace with the following command.
24 git submodule add https://github.com/google/googletest third_party/googletest
26 Configure ``pw_unit_test`` to use upstream GoogleTest/GoogleMock.
33 GoogleTest source. If you are using a different version of the upstream
[all …]
DCMakeLists.txt18 "Path to the googletest installation. When set, pw_third_party.googletest \
21 # If googletest is not configured, a script that displays an error message is
25 pw_add_error_target(pw_third_party.googletest
27 "Attempted to build the pw_third_party.googletest without "
29 "See https://pigweed.dev/third_party/googletest."
32 pw_add_library(pw_third_party.googletest.gtest_main INTERFACE
34 pw_third_party.googletest
37 pw_add_library(pw_third_party.googletest.gmock_main INTERFACE
39 pw_third_party.googletest
43 pw_add_library(pw_third_party.googletest STATIC
[all …]
/external/cronet/third_party/boringssl/src/third_party/googletest/
DREADME.md1 # GoogleTest chapter
7 GoogleTest now follows the
17 https://google.github.io/googletest/. We recommend browsing the documentation on
22 [Release 1.14.0](https://github.com/google/googletest/releases/tag/v1.14.0) is
32 GoogleTest team.
40 ## Welcome to **GoogleTest**, Google's C++ test framework!
42 This repository is a merger of the formerly separate GoogleTest and GoogleMock
48 See the [GoogleTest User's Guide](https://google.github.io/googletest/) for
50 [GoogleTest Primer](https://google.github.io/googletest/primer.html).
52 More information about building GoogleTest can be found at
[all …]
DBUILD.bazel75 hdrs = ["googletest/include/gtest/gtest_prod.h"],
76 includes = ["googletest/include"],
84 "googletest/src/*.cc",
85 "googletest/src/*.h",
86 "googletest/include/gtest/**/*.h",
91 "googletest/src/gtest-all.cc",
92 "googletest/src/gtest_main.cc",
98 "googletest/include/gtest/*.h",
117 "googletest",
118 "googletest/include",
[all …]
/external/googletest/
DREADME.md1 # GoogleTest chapter
7 GoogleTest now follows the
17 https://google.github.io/googletest/. We recommend browsing the documentation on
22 [Release 1.14.0](https://github.com/google/googletest/releases/tag/v1.14.0) is
32 GoogleTest team.
40 ## Welcome to **GoogleTest**, Google's C++ test framework!
42 This repository is a merger of the formerly separate GoogleTest and GoogleMock
48 See the [GoogleTest User's Guide](https://google.github.io/googletest/) for
50 [GoogleTest Primer](https://google.github.io/googletest/primer.html).
52 More information about building GoogleTest can be found at
[all …]
DBUILD.bazel75 hdrs = ["googletest/include/gtest/gtest_prod.h"],
76 includes = ["googletest/include"],
84 "googletest/src/*.cc",
85 "googletest/src/*.h",
86 "googletest/include/gtest/**/*.h",
91 "googletest/src/gtest-all.cc",
92 "googletest/src/gtest_main.cc",
98 "googletest/include/gtest/*.h",
117 "googletest",
118 "googletest/include",
[all …]
/external/grpc-grpc/
DCMakeLists.txt3489 third_party/googletest/googlemock/src/gmock-cardinalities.cc
3490 third_party/googletest/googlemock/src/gmock-internal-utils.cc
3491 third_party/googletest/googlemock/src/gmock-matchers.cc
3492 third_party/googletest/googlemock/src/gmock-spec-builders.cc
3493 third_party/googletest/googlemock/src/gmock.cc
3494 third_party/googletest/googletest/src/gtest-assertion-result.cc
3495 third_party/googletest/googletest/src/gtest-death-test.cc
3496 third_party/googletest/googletest/src/gtest-filepath.cc
3497 third_party/googletest/googletest/src/gtest-matchers.cc
3498 third_party/googletest/googletest/src/gtest-port.cc
[all …]
/external/cronet/third_party/re2/src/
DBUILD.bazel138 "@googletest//:gtest",
150 "@googletest//:gtest",
151 "@googletest//:gtest_main",
162 "@googletest//:gtest",
163 "@googletest//:gtest_main",
175 "@googletest//:gtest",
176 "@googletest//:gtest_main",
187 "@googletest//:gtest",
188 "@googletest//:gtest_main",
199 "@googletest//:gtest",
[all …]
/external/cronet/third_party/googletest/src/
DREADME.md1 # GoogleTest chapter
7 GoogleTest now follows the
14 https://google.github.io/googletest/. We recommend browsing the documentation on
19 [Release 1.11.0](https://github.com/google/googletest/releases/tag/release-1.11.0)
28 ## Welcome to **GoogleTest**, Google's C++ test framework!
30 This repository is a merger of the formerly separate GoogleTest and GoogleMock
36 See the [GoogleTest User's Guide](https://google.github.io/googletest/) for
38 [GoogleTest Primer](https://google.github.io/googletest/primer.html).
40 More information about building GoogleTest can be found at
41 [googletest/README.md](googletest/README.md).
[all …]
DBUILD.bazel75 hdrs = ["googletest/include/gtest/gtest_prod.h"],
76 includes = ["googletest/include"],
84 "googletest/src/*.cc",
85 "googletest/src/*.h",
86 "googletest/include/gtest/**/*.h",
91 "googletest/src/gtest-all.cc",
92 "googletest/src/gtest_main.cc",
98 "googletest/include/gtest/*.h",
117 "googletest",
118 "googletest/include",
[all …]
/external/libaom/third_party/googletest/src/
DREADME.md1 # GoogleTest chapter
7 GoogleTest now follows the
15 https://google.github.io/googletest/. We recommend browsing the documentation on
20 [Release 1.11.0](https://github.com/google/googletest/releases/tag/release-1.11.0)
29 ## Welcome to **GoogleTest**, Google's C++ test framework!
31 This repository is a merger of the formerly separate GoogleTest and GoogleMock
37 See the [GoogleTest User's Guide](https://google.github.io/googletest/) for
39 [GoogleTest Primer](https://google.github.io/googletest/primer.html).
41 More information about building GoogleTest can be found at
42 [googletest/README.md](googletest/README.md).
[all …]

12345678910>>...69