OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:android_getcpucount
(Results
1 - 14
of
14
) sorted by null
/ndk/tests/device/test-cpufeatures/jni/
test_android_setCpu_2.c
15
count =
android_getCpuCount
();
22
//
android_getCpuCount
/ android_getCpuFeatures.
test_android_setCpuArm_1.c
21
// and that
android_getCpuCount
() and android_getCpuFeatures()
30
count =
android_getCpuCount
();
38
panic("
android_getCpuCount
() didn't return expected value!");
test_android_setCpu_1.c
16
// and that
android_getCpuCount
() and android_getCpuFeatures()
25
count =
android_getCpuCount
();
32
panic("
android_getCpuCount
() didn't return expected value!");
test_cpufeatures.c
81
int count =
android_getCpuCount
();
/external/chromium_org/base/android/
cpu_features.cc
14
return
android_getCpuCount
();
/external/webp/src/dsp/
cpu-features.h
52
extern int
android_getCpuCount
(void);
cpu-features.c
392
android_getCpuCount
(void)
/external/webrtc/src/system_wrappers/source/android/
cpu-features.h
52
extern int
android_getCpuCount
(void);
cpu-features.c
392
android_getCpuCount
(void)
/ndk/docs/text/
CPU-FEATURES.text
136
int
android_getCpuCount
(void);
CHANGES.text
[
all
...]
/ndk/sources/android/cpufeatures/
cpu-features.h
178
extern int
android_getCpuCount
(void);
cpu-features.c
844
android_getCpuCount
(void)
[
all
...]
/frameworks/base/docs/html/tools/sdk/ndk/
index.jd
[
all
...]
Completed in 6089 milliseconds