Searched refs:difference (Results 1 – 11 of 11) sorted by relevance
78 cert_diff = all_app_certs.difference(policy_certs)
90 uint64_t difference; in get_stack_overflow_cause() local92 difference = sp - fault_addr; in get_stack_overflow_cause()94 difference = fault_addr - sp; in get_stack_overflow_cause()96 if (difference <= kMaxDifferenceBytes) { in get_stack_overflow_cause()
86 uint64_t difference; in get_stack_overflow_cause() local88 difference = sp - fault_addr; in get_stack_overflow_cause()90 difference = fault_addr - sp; in get_stack_overflow_cause()92 if (difference <= kMaxDifferenceBytes) { in get_stack_overflow_cause()
17 One key difference is to run the tests via a call to `chre::runAllTests` in
77 violators = TypesGenfs.difference(TypesPol)97 violators = TypesFc.difference(TypesPol)
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/…
254 int difference = end - begin; in TYPED_TEST() local255 ASSERT_EQ(difference, static_cast<int>(count_all.size())); in TYPED_TEST()
30 Display type pairs that differ and the first difference found
101 identical. The key difference is where they are stored and how they are
483 to the `exec` command. The difference is that init does not halt executing