Home
last modified time | relevance | path

Searched refs:key2 (Results 1 – 7 of 7) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dmap_test.cpp367 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
369 cont.insert(value(&key2, 2)); in template_methods()
416 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
418 cont.insert(value(&key2, 2)); in template_methods()
Dset_test.cpp422 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
424 keySet.insert(&key2); in template_methods()
469 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
471 keySet.insert(&key2); in template_methods()
Dunordered_test.cpp595 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
597 cont.insert(&key2); in template_methods()
636 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
638 cont.insert(&key2); in template_methods()
/ndk/tests/device/test-stlport/unit/
Dmap_test.cpp367 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
369 cont.insert(value(&key2, 2)); in template_methods()
416 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
418 cont.insert(value(&key2, 2)); in template_methods()
Dset_test.cpp422 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
424 keySet.insert(&key2); in template_methods()
469 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
471 keySet.insert(&key2); in template_methods()
Dunordered_test.cpp595 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
597 cont.insert(&key2); in template_methods()
636 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
638 cont.insert(&key2); in template_methods()
/ndk/build/gmsl/
Dgmsl-tests403 $(call test_assert,$(call get,myarray,key2),)
406 $(call test_assert,$(call defined,myarray,key2),)
408 $(call set,myarray,key2,value2)
409 $(call test_assert,$(call keys,myarray),key1 key2)