Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 52) sorted by relevance

123

/ndk/tests/device/test-cpufeatures/jni/
Dtest_android_setCpu_1.c13 uint64_t features, cpu_features = 0xaabdedf012934839ULL; in main() local
26 features = android_getCpuFeatures(); in main()
29 count, features); in main()
34 if (features != cpu_features) in main()
Dtest_android_setCpu_2.c13 uint64_t features, cpu_features = 0xaabdedf012934839ULL; in main() local
16 features = android_getCpuFeatures(); in main()
19 count, features); in main()
Dtest_cpufeatures.c38 uint64_t features = android_getCpuFeatures(); in main() local
41 if ((features & ANDROID_CPU_ARM_FEATURE_## name) != 0) { \ in main()
60 uint64_t features = android_getCpuFeatures(); in main() local
63 if ((features & ANDROID_CPU_X86_FEATURE_## name) != 0) { \ in main()
/ndk/sources/host-tools/make-3.81/tests/
DChangeLog8 * scripts/features/parallelism: Test that the jobserver is
14 * scripts/features/statipattrules: Add tests for bug #16053.
18 * scripts/features/escape: Use "pre:" not "p:" to avoid conflicts
33 * scripts/features/default_names: Don't call error() when the test
38 * scripts/features/targetvars: Test a complex construction which
66 * scripts/features/parallelism: Add a test for bug #15641.
80 * scripts/features/parallelism, scripts/functions/wildcard,
91 * scripts/features/se_implicit: Add in .SECONDEXPANSION settings.
95 * scripts/features/patternrules: Add a test for bug #13022.
99 * scripts/features/double_colon: Add a test for bug #14334.
[all …]
DNEWS30 didn't work anymore in 3.77): scripts/features/escape.
37 New tests for features to be included in GNU make 3.77.
/ndk/sources/android/cpufeatures/
DAndroid.mk5 LOCAL_SRC_FILES := cpu-features.c
Dcpu-features.c580 char* features = NULL; in android_cpuInit() local
/ndk/sources/host-tools/sed-4.2.1/m4/
Dglibc21.m416 #include <features.h>
Dgetline.m452 #include <features.h>
Dextensions.m435 [Define to 2 if the system does not provide POSIX.1 features
/ndk/tests/device/test-basic-exceptions/
DREADME10 features do really work.
/ndk/sources/cxx-stl/llvm-libc++/cmake/
Dconfig-ix.cmake31 # Check C++0x features
/ndk/sources/host-tools/make-3.81/config/
Dglibc21.m418 #include <features.h>
/ndk/sources/host-tools/make-3.81/
DREADME.Amiga7 anything. It has the following features (in addition to any features of
DREADME.OS28 Special features of the OS/2 version:
114 Therefore, if you wish to enable the internationalization features of
DINSTALL51 messages telling which features it is checking for.
143 There may be some features `configure' cannot figure out automatically,
DREADME.DOS6 New (since 3.74) DOS-specific features:
142 When shell features like redirection or filename wildcards are
291 far might break some more important features, particularly if
/ndk/build/core/
Dbuild-binary.mk250 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti))
253 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),exceptions))
260 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti exceptions))
/ndk/
DREADME.TXT10 A high-level overview of the NDK's features and limitations can be found
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral44 This tests random features of make's algorithms, often somewhat obscure,
Dgeneral34 This tests random features of the parser that need to be supported, and
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Ddouble_colon5 We test these features:
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure.ac11 [Define to the version of GNU sed whose features are supported by this sed.])
DINSTALL51 messages telling which features it is checking for.
143 There may be some features `configure' cannot figure out automatically,
/ndk/sources/cxx-stl/llvm-libc++/
DCMakeLists.txt39 option(LIBCXX_ENABLE_CXX0X "Enable -std=c++0x and use of c++0x language features if the compiler su…

123