Home
last modified time | relevance | path

Searched refs:test_dictionary (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/dbus/
Dvalues_util_unittest.cc527 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/
Darc-literals.m72 // 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/
Darc-literals.m72 // CHECK-LABEL: define void @test_dictionary
73 void test_dictionary(id k1, id o1, id k2, id o2) { function
/external/python/cpython3/Lib/test/
Dtest_zlib.py510 def test_dictionary(self): member in CompressObjectTestCase