Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/patches.ndk/
D0003-Allow-clone-usage-on-X86.patch11 include/gtest/internal/gtest-port.h | 5 ++---
14 diff --git a/include/gtest/internal/gtest-port.h b/include/gtest/internal/gtest-port.h
16 --- a/include/gtest/internal/gtest-port.h
17 +++ b/include/gtest/internal/gtest-port.h
D0002-Work-around-broken-abort-on-Android-MIPS.patch10 include/gtest/internal/gtest-port.h | 3 +++
13 diff --git a/include/gtest/internal/gtest-port.h b/include/gtest/internal/gtest-port.h
15 --- a/include/gtest/internal/gtest-port.h
16 +++ b/include/gtest/internal/gtest-port.h
D0001-Allow-clone-usage-on-MIPS.patch13 include/gtest/internal/gtest-port.h | 5 +++--
16 diff --git a/include/gtest/internal/gtest-port.h b/include/gtest/internal/gtest-port.h
18 --- a/include/gtest/internal/gtest-port.h
19 +++ b/include/gtest/internal/gtest-port.h
/ndk/sources/third_party/googletest/
DAndroid.mk36 src/gtest-death-test.cc \
37 src/gtest-filepath.cc \
38 src/gtest-port.cc \
39 src/gtest-printers.cc \
40 src/gtest-test-part.cc \
41 src/gtest-typed-test.cc \
42 src/gtest.cc
93 test/gtest-filepath_test.cc \
94 test/gtest-linked_ptr_test.cc \
95 test/gtest-message_test.cc \
[all …]
DREADME.NDK36 In your source code, use #include <gtest/gtest.h> as usual after ensuring
70 #include <gtest/gtest.h>
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_output_test_golden_lin.txt263 gtest.cc:#: Failure
274 gtest.cc:#: Failure
288 gtest.cc:#: Failure
302 gtest.cc:#: Failure
316 gtest.cc:#: Failure
335 gtest.cc:#: Failure
341 gtest.cc:#: Failure
355 gtest.cc:#: Failure
365 gtest.cc:#: Failure
371 gtest.cc:#: Failure
[all …]
/ndk/sources/third_party/googletest/googletest/
DREADME18 also an IRC channel on OFTC (irc.oftc.net) #gtest available. Please
92 name "gtest-X.Y.Z" which contains all of the source code. Here are
95 tar -xvzf gtest-X.Y.Z.tar.gz
96 tar -xvjf gtest-X.Y.Z.tar.bz2
97 unzip gtest-X.Y.Z.zip
104 svn checkout http://googletest.googlecode.com/svn/trunk/ gtest-svn
120 ${GTEST_DIR}/src/gtest-all.cc
127 -pthread -c ${GTEST_DIR}/src/gtest-all.cc
128 ar -rv libgtest.a gtest-all.o
134 with gtest and any other necessary libraries:
[all …]
DCHANGES89 * New feature: the Xcode project can now produce static gtest
127 * Added src/gtest-all.cc for building Google Test from a single file.
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h.pump48 // scripts/fuse_gtest.py depends on gtest's own header being #included
51 #include "gtest/internal/gtest-param-util.h"
52 #include "gtest/internal/gtest-port.h"
59 // include/gtest/gtest-param-test.h.
Dgtest-type-util.h.pump45 #include "gtest/internal/gtest-port.h"
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump181 #include "gtest/internal/gtest-port.h"
187 // scripts/fuse_gtest.py depends on gtest's own header being #included
190 #include "gtest/internal/gtest-internal.h"
191 #include "gtest/internal/gtest-param-util.h"
192 #include "gtest/internal/gtest-param-util-generated.h"
Dgtest_pred_impl.h40 # error Do not include gtest_pred_impl.h directly. Include gtest.h instead.
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngrtran.c1061 png_fixed_point gtest; in png_gamma_threshold() local
1062 return !png_muldiv(&gtest, screen_gamma, file_gamma, PNG_FP_1) || in png_gamma_threshold()
1063 png_gamma_significant(gtest); in png_gamma_threshold()