Searched refs:other (Results 126 - 132 of 132) sorted by relevance

123456

/system/extras/simpleperf/scripts/
H A Dannotate.py223 def __iadd__(self, other):
224 self.period += other.period
225 self.acc_period += other.acc_period
/system/core/adb/
H A DAndroid.mk43 # made to adb rarely get ported to the other two, so the trees have diverged a
/system/core/fastboot/
H A Dfastboot.cpp12 * the documentation and/or other materials provided with the
410 " 'other' can be given to refer to a\n"
421 " will preserve data on other slots.\n"
988 // Given a current slot, this returns what the 'other' slot is.
1028 if (slot == "other") {
1029 std::string other = get_other_slot(transport, count); local
1030 if (other == "") {
1033 return other;
/system/core/init/
H A Dservice.cpp572 [&descriptor] (const auto& other) { return descriptor.get() == other.get(); });
/system/sepolicy/prebuilts/api/26.0/private/
H A Dsystem_server.te697 # Ensure that system_server doesn't perform any domain transitions other than
/system/sepolicy/
H A DAndroid.mk39 $(error BOARD_SEPOLICY_REPLACE is no longer supported; please remove from your BoardConfig.mk or other .mk file.)
43 $(error BOARD_SEPOLICY_IGNORE is no longer supported; please remove from your BoardConfig.mk or other .mk file.)
47 $(warning BOARD_SEPOLICY_UNION is no longer required - all files found in BOARD_SEPOLICY_DIRS are implicitly unioned; please remove from your BoardConfig.mk or other .mk file.)
/system/sepolicy/private/
H A Dsystem_server.te728 # Ensure that system_server doesn't perform any domain transitions other than

Completed in 188 milliseconds

123456