Home
last modified time | relevance | path

Searched defs:subtract (Results 1 – 5 of 5) sorted by relevance

/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
Dtree.py28 def push(self, start_time_s, mark, layer, phase, app_phase, subtract): argument
187 def __init__(self, start_time_s, mark, layer, phase, app_phase, subtract): argument
247 def add(self, start_time_s, mark, layer, phase, app_phase, subtract): argument
/packages/apps/TV/common/src/com/android/tv/common/util/
DCollectionUtils.java70 public static <T> List<T> subtract( in subtract() method in CollectionUtils
/packages/modules/Connectivity/Tethering/src/android/net/util/
DTetheringUtils.java123 public ForwardedStats subtract(@NonNull ForwardedStats other) { in subtract() method in TetheringUtils.ForwardedStats
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
DMediaScannerTest.java251 private static int[] subtract(int[] a, int[] b) { in subtract() method in MediaScannerTest
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DCbGeoUtils.java333 public Point subtract(Point p) { in subtract() method in CbGeoUtils.Point