Searched refs:features (Results 1 – 25 of 52) sorted by relevance
123
/ndk/tests/device/test-cpufeatures/jni/ |
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_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_cpufeatures.c | 38 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/ |
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 | 5 LOCAL_SRC_FILES := cpu-features.c
|
D | cpu-features.c | 580 char* features = NULL; in android_cpuInit() local
|
/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/cxx-stl/llvm-libc++/cmake/ |
D | config-ix.cmake | 31 # Check C++0x features
|
/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/build/core/ |
D | build-binary.mk | 250 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/ |
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/sources/host-tools/make-3.81/tests/scripts/features/ |
D | double_colon | 5 We test these features:
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | configure.ac | 11 [Define to the version of GNU sed whose features are supported by this sed.])
|
D | INSTALL | 51 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++/ |
D | CMakeLists.txt | 39 option(LIBCXX_ENABLE_CXX0X "Enable -std=c++0x and use of c++0x language features if the compiler su…
|
123