Searched refs:difference (Results 1 – 12 of 12) sorted by relevance
98 uint64_t difference; in get_stack_overflow_cause() local100 difference = sp - fault_addr; in get_stack_overflow_cause()102 difference = fault_addr - sp; in get_stack_overflow_cause()104 if (difference <= kMaxDifferenceBytes) { in get_stack_overflow_cause()
78 cert_diff = all_app_certs.difference(policy_certs)
17 One key difference is to run the tests via a call to `chre::runAllTests` in
91 violators = TypesGenfs.difference(TypesPol)111 violators = TypesFc.difference(TypesPol)
391 deltaPermissionSet = typePermissionSet.difference(basePermissionSet)
673 std::set<std::string> difference; in TEST_F() local676 std::inserter(difference, difference.begin())); in TEST_F()678 EXPECT_EQ(difference.size(), 0u) << "service(s) not registered " << to_string(difference); in TEST_F()697 std::set<std::string> difference; in TEST_F() local699 registeredSet.end(), std::inserter(difference, difference.begin())); in TEST_F()701 EXPECT_EQ(difference.size(), 0u) in TEST_F()702 << "service(s) not registered " << to_string(difference); in TEST_F()
10 The main difference from [Inferno](https://source.corp.google.com/android/system/extras/simpleperf/…
30 Display type pairs that differ and the first difference found
51 One key difference is to run the tests via a call to `chre::runAllTests` in
101 identical. The key difference is where they are stored and how they are
172 def difference(self, otherList): member in LogLineList
571 to the `exec` command. The difference is that init does not halt executing