Home
last modified time | relevance | path

Searched defs:nextKey (Results 1 – 12 of 12) sorted by relevance

/packages/modules/UprobeStats/src/bpf/headers/include/bpf/
DBpfMap.h89 Key nextKey; in getNextKey() local
197 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterate() local
212 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue() local
322 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterate() local
337 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue() local
354 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterate() local
369 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue() local
/packages/modules/Connectivity/bpf/headers/include/bpf/
DBpfMap.h121 Key nextKey; in getNextKey() local
229 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterate() local
244 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue() local
354 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterate() local
369 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue() local
386 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterate() local
401 const Result<Key>& nextKey = getNextKey(curKey.value()); in iterateWithValue() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/
DKlpActionLabelTests.java40 final ExpectedActionKey sendKey, final ExpectedActionKey nextKey, in doTestActionKeys()
71 final ExpectedActionKey nextKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithStringResources() local
129 final ExpectedActionKey nextKey = ExpectedActionKey.newLabelKey( in doTestActionKeysInLocaleWithKeyboardTextsSet() local
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/paging/
DFakeInMemoryMediaSetPagingSource.kt98 val nextKey = in <lambda>() constant
DFakeInMemoryCategoryPagingSource.kt115 val nextKey = in <lambda>() constant
DFakeInMemoryMediaPagingSource.kt118 val nextKey = in <lambda>() constant
DFakeInMemoryAlbumPagingSource.kt114 val nextKey = in <lambda>() constant
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DIBpfMap.java81 @Nullable K nextKey = getFirstKey(); in forEach() local
DBpfMap.java286 private native boolean nativeGetNextMapKey(int fd, byte[] key, byte[] nextKey) in nativeGetNextMapKey()
/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_BpfMap.cpp108 jint fd, jbyteArray key, jbyteArray nextKey) { in com_android_net_module_util_BpfMap_nativeGetNextMapKey()
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DDnsSdTxtRecord.java142 int count = 0, nextKey; in keyCount() local
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DBpfMapTest.java230 TetherDownstream6Key nextKey = mTestMap.getFirstKey(); in testGetNextKey() local