Home
last modified time | relevance | path

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

12

/ndk/tests/device/test-cpufeatures/jni/
Dtest_cpufeatures.c50 uint64_t features = android_getCpuFeatures(); in main() local
53 if ((features & ANDROID_CPU_ARM_FEATURE_## name) != 0) { \ in main()
81 uint64_t features = android_getCpuFeatures(); in main() local
84 if ((features & ANDROID_CPU_X86_FEATURE_## name) != 0) { \ in main()
99 uint64_t features = android_getCpuFeatures(); in main() local
100 if (features != 0) { in main()
102 features); in main()
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_setCpuArm_1.c17 uint64_t features, cpu_features = 0xaabdedf012934839ULL; in main() local
31 features = android_getCpuFeatures(); in main()
35 count, features, id); in main()
40 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_arm_idiv.c68 uint64_t features = android_getCpuFeatures(); in main() local
78 int idiv_reported = (features & idiv_flag) != 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.mk7 LOCAL_SRC_FILES := cpu-features.c
16 LOCAL_SRC_FILES := cpu-features.c
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0002-Fix-GLibc-specific-check.patch20 #include <features.h>
D0006-Emulate-__has_feature-for-GCC.patch7 language features: for clang it uses __has_feature() to discover; for gcc most
/ndk/tests/device/test-basic-exceptions/
DREADME10 features do really work.
/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/
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/build/tools/
Dcleanup-headers.sh123 for machine_header_stem in cpu-features; do
/ndk/build/core/
Dbuild-binary.mk388 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti))
391 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),exceptions))
398 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti exceptions))
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Ddouble_colon5 We test these features:
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dlit.cfg79 # Check that we have the required features.
88 "Test requires the following features: %s" % (
/ndk/sources/android/crazy_linker/
DREADME.TXT5 features compared to /system/bin/linker:
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__config304 // Objective-C++ features (opt-in)
323 #include <features.h>

12