Home
last modified time | relevance | path

Searched refs:samples (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/third_party/googletest/
DAndroid.mk114 samples/sample1.cc \
115 samples/sample1_unittest.cc
122 samples/sample2.cc \
123 samples/sample2_unittest.cc
130 samples/sample3_unittest.cc
137 samples/sample4.cc \
138 samples/sample4_unittest.cc
145 samples/sample1.cc \
146 samples/sample5_unittest.cc
153 samples/sample6_unittest.cc
[all …]
/ndk/samples/
DREADME.md1 Where did the NDK samples go?
4 The samples have been moved to [github](https://github.com/googlesamples/android-ndk).
/ndk/sources/host-tools/make-3.81/
Dgetloadavg.c470 static unsigned int samples; variable
720 samples = cpus < 2 ? 3 : (2 * cpus / 3); in getloadavg()
735 for (i = samples - 1; i > 0; --i) in getloadavg()
743 loadavg[elem++] = load / samples / cpus; in getloadavg()
/ndk/
DREADME.md30 (build system, docs, samples, tests).
57 * `sources/` contains modules useful in samples and apps via
DCHANGELOG.md38 * The samples are no longer included in the NDK. They are instead available on
/ndk/sources/third_party/googletest/googletest/
DCHANGES139 * Added an Xcode project and samples.
DREADME57 samples using the provided CMake script, regardless of the platform.
172 If you want to build Google Test's samples, you should replace the
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h.pump146 // You can see samples/sample7_unittest.cc and samples/sample8_unittest.cc