/frameworks/av/services/camera/libcameraservice/device1/ |
D | CameraHardwareInterface.h | 459 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { in operator() 460 if (buf1->numFds == buf2->numFds && buf1->numInts == buf2->numInts) { in operator() 461 int length = buf1->numFds + buf1->numInts; in operator() 463 if (buf1->data[i] != buf2->data[i]) { in operator()
|
/frameworks/av/media/libstagefright/foundation/tests/ |
D | AData_test.cpp | 984 sp<ABuffer> buf1 = new ABuffer((void *)"hello", 6); in TEST_F() local 985 wp<ABuffer> buf1w = buf1; in TEST_F() 988 obj1.set(buf1); in TEST_F() 990 buf1.clear(); in TEST_F() 995 buf1 = new ABuffer((void *)"again", 6); in TEST_F() 996 buf1w = buf1; in TEST_F() 998 obj1.set(buf1); in TEST_F() 1004 EXPECT_EQ(buf2, buf1); in TEST_F() 1005 buf1.clear(); in TEST_F() 1013 buf1 = new ABuffer((void *)"still", 6); in TEST_F() [all …]
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 252 char *buf1, *buf2; in injectTap() local 253 asprintf(&buf1, "%d", x); in injectTap() 256 execlp("input", "input", "tap", buf1, buf2, NULL); in injectTap()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.h | 392 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { in operator() 393 if (buf1->numFds == buf2->numFds) { in operator() 394 for (int i = 0; i < buf1->numFds; i++) { in operator() 395 if (buf1->data[i] != buf2->data[i]) { in operator()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | DropBoxTest.java | 198 byte[] buf1 = new byte[80]; 199 assertEquals("FILE1", new String(buf1, 0, e1.getInputStream().read(buf1)));
|
/frameworks/native/services/surfaceflinger/tests/ |
D | Transaction_test.cpp | 6193 sp<GraphicBuffer> buf1; in TEST_F() local 6194 ASSERT_NO_FATAL_FAILURE(slotToBuffer(slot1, &buf1)); in TEST_F() 6197 fillGraphicBufferColor(buf1, Rect(width, height), color); in TEST_F()
|
/frameworks/compile/slang/tests/P_all_api_14/ |
D | all14.rscript | 26 char buf1[200]; 2428 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_15/ |
D | all15.rscript | 26 char buf1[200]; 2428 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_11/ |
D | all11.rscript | 26 char buf1[200]; 2358 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_12/ |
D | all12.rscript | 26 char buf1[200]; 2358 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_13/ |
D | all13.rscript | 26 char buf1[200]; 2358 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_16/ |
D | all16.rscript | 26 char buf1[200]; 2520 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_17/ |
D | all17.rscript | 26 char buf1[200]; 2628 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_18/ |
D | all18.rscript | 26 char buf1[200]; 3187 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_20/ |
D | all20.rscript | 26 char buf1[200]; 3430 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_19/ |
D | all19.rscript | 26 char buf1[200]; 3411 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_21/ |
D | all21.rscript | 26 char buf1[200]; 4074 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_22/ |
D | all22.rscript | 26 char buf1[200]; 4794 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_23/ |
D | all23.rscript | 24 char buf1[200]; 4724 *(uchar*)buf0 = abs(*(char*)buf1);
|
/frameworks/compile/slang/tests/P_all_api_24/ |
D | all24.rscript | 24 char buf1[200]; 6486 *(uchar*)buf0 = abs(*(char*)buf1);
|