Searched refs:test_dictionary (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/dbus/ |
D | values_util_unittest.cc | 527 base::DictionaryValue test_dictionary; in TEST() local 528 test_dictionary.SetBoolean(kKey1, kBoolValue); in TEST() 529 test_dictionary.SetInteger(kKey2, kInt32Value); in TEST() 530 test_dictionary.SetDouble(kKey3, kDoubleValue); in TEST() 531 test_dictionary.SetString(kKey4, kStringValue); in TEST() 532 test_dictionary.Set(kKey5, std::move(list_value)); in TEST() 533 test_dictionary.Set(kKey6, std::move(dictionary_value)); in TEST() 537 AppendValueData(&writer, test_dictionary); in TEST() 546 EXPECT_TRUE(value->Equals(&test_dictionary)); in TEST() 574 base::DictionaryValue test_dictionary; in TEST() local [all …]
|
/external/clang/test/CodeGenObjC/ |
D | arc-literals.m | 72 // CHECK-LABEL: define void @test_dictionary 73 void test_dictionary(id k1, id o1, id k2, id o2) { function
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | arc-literals.m | 72 // CHECK-LABEL: define void @test_dictionary 73 void test_dictionary(id k1, id o1, id k2, id o2) { function
|
/external/python/cpython3/Lib/test/ |
D | test_zlib.py | 510 def test_dictionary(self): member in CompressObjectTestCase
|