Home
last modified time | relevance | path

Searched refs:key1 (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
368 cont.insert(value(&key1, 1)); in template_methods()
416 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
417 cont.insert(value(&key1, 1)); in template_methods()
Dset_test.cpp422 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
423 keySet.insert(&key1); in template_methods()
469 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
470 keySet.insert(&key1); in template_methods()
Dunordered_test.cpp595 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
596 cont.insert(&key1); in template_methods()
636 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
637 cont.insert(&key1); 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
368 cont.insert(value(&key1, 1)); in template_methods()
416 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
417 cont.insert(value(&key1, 1)); in template_methods()
Dset_test.cpp422 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
423 keySet.insert(&key1); in template_methods()
469 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
470 keySet.insert(&key1); in template_methods()
Dunordered_test.cpp595 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
596 cont.insert(&key1); in template_methods()
636 Key key1(1), key2(2), key3(3), key4(4); in template_methods() local
637 cont.insert(&key1); in template_methods()
/ndk/build/gmsl/
Dgmsl-tests400 $(call test_assert,$(call get,myarray,key1),)
401 $(call set,myarray,key1,value1)
402 $(call test_assert,$(call get,myarray,key1),value1)
404 $(call test_assert,$(call get,myarray1,key1),)
405 $(call test_assert,$(call defined,myarray,key1),T)
407 $(call test_assert,$(call defined,myarray1,key1),)
409 $(call test_assert,$(call keys,myarray),key1 key2)