Home
last modified time | relevance | path

Searched refs:difference (Results 1 – 12 of 12) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dtombstone_proto.cpp98 uint64_t difference; in get_stack_overflow_cause() local
100 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()
/system/sepolicy/tools/
Dpost_process_mac_perms78 cert_diff = all_app_certs.difference(policy_certs)
/system/chre/test/
DREADME.md17 One key difference is to run the tests via a call to `chre::runAllTests` in
/system/sepolicy/tests/
Dpolicy.py91 violators = TypesGenfs.difference(TypesPol)
111 violators = TypesFc.difference(TypesPol)
Dtreble_sepolicy_tests.py391 deltaPermissionSet = typePermissionSet.difference(basePermissionSet)
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp673 std::set<std::string> difference; in TEST_F() local
676 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() local
699 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()
/system/extras/simpleperf/scripts/purgatorio/
DREADME.md10 The main difference from [Inferno](https://source.corp.google.com/android/system/extras/simpleperf/…
/system/sepolicy/tools/sepolicy-analyze/
DREADME30 Display type pairs that differ and the first difference found
/system/chre/doc/
Dframework_testing.md51 One key difference is to run the tests via a call to `chre::runAllTests` in
Dnanoapp_overview.md101 identical. The key difference is where they are stored and how they are
/system/extras/perf_tools/
Dsbtpull.py172 def difference(self, otherList): member in LogLineList
/system/core/init/
DREADME.md571 to the `exec` command. The difference is that init does not halt executing