/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/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/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
|
D | INSTALL | 51 messages telling which features it is checking for. 143 There may be some features `configure' cannot figure out automatically,
|
D | README.DOS | 6 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/ |
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,
|
D | general3 | 4 This tests random features of the parser that need to be supported, and
|
/ndk/build/tools/ |
D | cleanup-headers.sh | 123 for machine_header_stem in cpu-features; do
|
/ndk/build/core/ |
D | build-binary.mk | 388 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/ |
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" % (
|
/ndk/sources/android/crazy_linker/ |
D | README.TXT | 5 features compared to /system/bin/linker:
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | __config | 304 // Objective-C++ features (opt-in) 323 #include <features.h>
|