/ndk/tests/device/test-gnustl-full/unit/ |
D | map_test.cpp | 367 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()
|
D | set_test.cpp | 422 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()
|
D | unordered_test.cpp | 595 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/ |
D | map_test.cpp | 367 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()
|
D | set_test.cpp | 422 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()
|
D | unordered_test.cpp | 595 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/ |
D | gmsl-tests | 400 $(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)
|