Home
last modified time | relevance | path

Searched refs:result1 (Results 1 – 3 of 3) sorted by relevance

/system/extras/simpleperf/scripts/
Dapp_profiler.py250 result1 = new_path.find('armeabi-v7a/') != -1
252 if result1 != result2:
253 return result1
255 result1 = new_path.find(arch_dir) != -1
257 if result1 != result2:
258 return result1
259 result1 = new_path.find('obj/') != -1
261 if result1 != result2:
262 return result1
/system/bt/service/test/
Dutil_unittest.cc42 const bt_bdaddr_t result1 = {{0xab, 0x01, 0x4c, 0xd5, 0x21, 0x9f}}; in TEST() local
43 EXPECT_EQ(0, memcmp(&addr, &result1, sizeof(addr))); in TEST()
Dparcelable_unittest.cc139 ScanResult result1(kTestAddress, kTestBytes, kTestRssi); in TEST() local
144 result = TestData<ScanResult, android::bluetooth::ScanResult>(result1); in TEST()