Home
last modified time | relevance | path

Searched defs:firstKey (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/util/
DPairSparseArray.java74 public ArraySet<Integer> getSecondKeysForFirstKey(int firstKey) { in getSecondKeysForFirstKey()
96 public void append(int firstKey, int secondKey, E value) { in append()
117 public boolean contains(int firstKey, int secondKey) { in contains()
124 public void delete(int firstKey, int secondKey) { in delete()
136 public E get(int firstKey, int secondKey) { in get()
152 public E get(int firstKey, int secondKey, E valueIfKeyPairNotFound) { in get()
165 public int indexOfKeyPair(int firstKey, int secondKey) { in indexOfKeyPair()
198 public void put(int firstKey, int secondKey, E value) { in put()
208 public void remove(int firstKey, int secondKey) { in remove()
293 private long encodeKeyPair(int firstKey, int secondKey) { in encodeKeyPair()
[all …]
/packages/modules/Connectivity/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h113 inline int getFirstMapKey(const borrowed_fd& map_fd, void* firstKey) { in getFirstMapKey()
/packages/modules/UprobeStats/src/bpf/headers/include/bpf/
DBpfMap.h81 Key firstKey; in getFirstKey() local
/packages/modules/UprobeStats/src/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h116 inline int getFirstMapKey(const BPF_FD_TYPE map_fd, void* firstKey) { in getFirstMapKey()
/packages/modules/Connectivity/bpf/headers/include/bpf/
DBpfMap.h113 Key firstKey; in getFirstKey() local
/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DActiveOperationalDataset.java376 int firstKey = first.keyAt(i); in areByteSparseArraysEqual() local