Home
last modified time | relevance | path

Searched refs:samples (Results 1 – 15 of 15) 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/build/tools/
Ddev-cleanup.sh38 rm -rf $DIR/samples
96 for PROJECT in $DIR/samples/*; do
99 for PROJECT in $DIR/platforms/android-*/samples/*; do
Dgen-platforms.sh110 --samples)
813 rm -rf $DSTDIR/samples && mkdir -p $DSTDIR/samples
815 copy_src_directory samples samples samples
820 copy_src_directory platforms/android-$PLATFORM/samples samples samples
836 ARCHIVE=samples.tar.bz2
Dpackage-release.sh243 rm -rf $NDK_ROOT_DIR/samples/*/obj
244 rm -rf $NDK_ROOT_DIR/samples/*/libs
372 rm -rf $REFERENCE/samples/*/{obj,libs,build.xml,local.properties,Android.mk} &&
Dbuild-target-prebuilts.sh65 …run $BUILDTOOLS/gen-platforms.sh --samples --fast-copy --dst-dir=$NDK_DIR --ndk-dir=$NDK_DIR --arc…
DDEV-SCRIPTS-USAGE.TXT15 - packaging final NDK release tarballs, including adding samples
157 $DEVNDK/platforms/android-$PLATFORM/samples/
158 Contains samples that are specific to a given API level. These are
159 usually copied into $INSTALLED_NDK/samples/ by the 'gen-platforms.sh'
516 - all samples (including those collected from $DEVNDK/platforms/)
/ndk/
D.gitignore7 /samples/
/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/tests/
Drun-tests.sh124 --only-samples)
125 TESTABLES=samples
674 if is_testable samples; then
694 for DIR in `ls -d $DEVNDK_DIR/platforms/android-*/samples`; do
/ndk/docs/text/
DDEVELOPMENT.text14 - "development/ndk" contains platform-specific headers and samples
31 samples, tests or anything else:
35 What the script does is populate the $NDK/platforms and $NDK/samples
41 and place the result inside $NDK/platforms and $NDK/samples.
DCHANGES.text89 - Fixed samples Teapot and MoreTeapots to
161 - Refactored samples Teapot, MoreTeapots and source/android/ndk_helper.
204 - Enhanced hello-jni samples to report APP_ABI at compilation
237 - Added two new samples to demostrate OpenGL ES3 features: Teapot and MoreTeapots.
289 - Fixed samples/gles3jni build with Clang at android-11
360 See docs/STABLE-APIS.html and the new samples/gles3jni/README
1366 - Fixed an issue in samples/san-angeles about black/freeze frame
1369 - Replaced deprecated APIs in NDK samples
1530 - Fixed wrong package names in samples hello-jni and two-libs so tests project
1842 Note that all samples and unit tests successfully compile with it.
[all …]
DANDROID-MK.text58 > `samples/hello-jni`
143 There are more complex examples in the samples directories, with commented
/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