/ndk/tests/device/test-cpufeatures/jni/ |
D | test_cpufeatures.c | 50 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()
|
D | test_android_setCpu_1.c | 13 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()
|
D | test_android_setCpuArm_1.c | 17 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()
|
D | test_android_setCpu_2.c | 13 uint64_t features, cpu_features = 0xaabdedf012934839ULL; in main() local 16 features = android_getCpuFeatures(); in main() 19 count, features); in main()
|
D | test_arm_idiv.c | 68 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/ |
D | ChangeLog | 8 * 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 …]
|
D | NEWS | 30 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/ |
D | Android.mk | 7 LOCAL_SRC_FILES := cpu-features.c 16 LOCAL_SRC_FILES := cpu-features.c
|
/ndk/docs/text/ |
D | CPU-FEATURES.text | 5 runtime to detect the target device's CPU family and the optional features 22 * In your source code, include the header named `<cpu-features.h>` 68 Returns the set of optional features supported by the device's CPU. 162 optional features in the future. It is designed to work as-is on all 169 Please see the comments in `$NDK/sources/android/cpufeatures/cpu-features.c`
|
D | SYSTEM-ISSUES.text | 18 C++ features (i.e. RTTI, exceptions and Standard Library). However,
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0002-Fix-GLibc-specific-check.patch | 20 #include <features.h>
|
D | 0006-Emulate-__has_feature-for-GCC.patch | 7 language features: for clang it uses __has_feature() to discover; for gcc most
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | glibc21.m4 | 16 #include <features.h>
|
D | getline.m4 | 52 #include <features.h>
|
D | extensions.m4 | 35 [Define to 2 if the system does not provide POSIX.1 features
|
/ndk/tests/device/test-basic-exceptions/ |
D | README | 10 features do really work.
|
/ndk/sources/host-tools/make-3.81/config/ |
D | glibc21.m4 | 18 #include <features.h>
|
/ndk/sources/host-tools/make-3.81/ |
D | README.Amiga | 7 anything. It has the following features (in addition to any features of
|
D | README.OS2 | 8 Special features of the OS/2 version: 114 Therefore, if you wish to enable the internationalization features of
|
/ndk/ |
D | README.TXT | 10 A high-level overview of the NDK's features and limitations can be found
|
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/ |
D | general4 | 4 This tests random features of make's algorithms, often somewhat obscure,
|
/ndk/build/tools/ |
D | cleanup-headers.sh | 123 for machine_header_stem in cpu-features; do
|
/ndk/build/core/ |
D | build-binary.mk | 379 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti)) 382 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),exceptions)) 389 ifneq (,$(call module-has-c++-features,$(LOCAL_MODULE),rtti exceptions))
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
D | double_colon | 5 We test these features:
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 79 # Check that we have the required features. 88 "Test requires the following features: %s" % (
|