Searched refs:samples (Results 1 – 8 of 8) sorted by relevance
114 samples/sample1.cc \115 samples/sample1_unittest.cc122 samples/sample2.cc \123 samples/sample2_unittest.cc130 samples/sample3_unittest.cc137 samples/sample4.cc \138 samples/sample4_unittest.cc145 samples/sample1.cc \146 samples/sample5_unittest.cc153 samples/sample6_unittest.cc[all …]
1 Where did the NDK samples go?4 The samples have been moved to [github](https://github.com/googlesamples/android-ndk).
470 static unsigned int samples; variable720 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()
30 (build system, docs, samples, tests).57 * `sources/` contains modules useful in samples and apps via
38 * The samples are no longer included in the NDK. They are instead available on
139 * Added an Xcode project and samples.
57 samples using the provided CMake script, regardless of the platform.172 If you want to build Google Test's samples, you should replace the
146 // You can see samples/sample7_unittest.cc and samples/sample8_unittest.cc