Searched refs:_b (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tests/JankBench/app/src/main/jni/ |
D | test.cpp | 51 …ava_com_android_benchmark_synthetic_TestInterface_nDestroy(JNIEnv *_env, jobject _this, jlong _b) { in Java_com_android_benchmark_synthetic_TestInterface_nDestroy() argument 52 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nDestroy() 58 JNIEnv *_env, jobject _this, jlong _b, jlong options) { in Java_com_android_benchmark_synthetic_TestInterface_nRunPowerManagementTest() argument 59 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nRunPowerManagementTest() 64 JNIEnv *_env, jobject _this, jlong _b, jlong options) { in Java_com_android_benchmark_synthetic_TestInterface_nRunCPUHeatSoakTest() argument 65 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nRunCPUHeatSoakTest() 70 JNIEnv *_env, jobject _this, jlong _b, jfloatArray data) { in Java_com_android_benchmark_synthetic_TestInterface_nGetData() argument 71 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nGetData() 84 JNIEnv *_env, jobject _this, jlong _b) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestStart() argument 85 Bench *b = (Bench *)_b; in Java_com_android_benchmark_synthetic_TestInterface_nMemTestStart() [all …]
|
/frameworks/ex/framesequence/jni/utils/ |
D | math.h | 22 __typeof__ (b) _b = (b); \ 23 _a > _b ? _a : _b; }) 27 __typeof__ (b) _b = (b); \ 28 _a < _b ? _a : _b; })
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcTestLib.h | 73 ColorRGB(): _r(0.0), _g(0.0), _b(0.0) {}; in ColorRGB() 74 ColorRGB(float f): _r(f), _g(f), _b(f) {}; // Gray, NOLINT(google-explicit-constructor) in ColorRGB() 75 ColorRGB(float r, float g, float b): _r(r), _g(g), _b(b) {}; in ColorRGB() 78 float b(void) const { return _b; } in b() 83 float _b; variable
|
/frameworks/native/libs/binder/ |
D | IPCThreadState.cpp | 660 TextOutput::Bundle _b(alog); in transact() local 708 TextOutput::Bundle _b(alog); in transact() local 952 TextOutput::Bundle _b(alog); in talkWithDriver() local 1015 TextOutput::Bundle _b(alog); in talkWithDriver() local 1203 TextOutput::Bundle _b(alog); in executeCommand() local 1255 TextOutput::Bundle _b(alog); in executeCommand() local
|
/frameworks/av/media/extractors/mp4/ |
D | SampleTable.cpp | 619 int SampleTable::CompareIncreasingTime(const void *_a, const void *_b) { in CompareIncreasingTime() argument 621 const SampleTimeEntry *b = (const SampleTimeEntry *)_b; in CompareIncreasingTime()
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_telephony_with_password | 29 d�Wĥb$b�9Qt[,�F|˩g��hY��)K���Jz�yj�T�p4��f�QMR��;o�_b�{n�Xc�t)^v?�� >Ze��̈́��Yq[��Al=W��s…
|