Home
last modified time | relevance | path

Searched refs:HasKey (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc167 ASSERT_FALSE(attrs->HasKey(MemoryAllocatorDump::kNameSize)); in TEST()
168 ASSERT_FALSE(attrs->HasKey(MemoryAllocatorDump::kNameObjectCount)); in TEST()
Dtrace_event_unittest.cc837 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
845 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
855 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
964 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
976 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
987 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
992 EXPECT_FALSE((item && item->HasKey("args.linked_id.scope"))); in ValidateAllTraceMacrosCreatedData()
1025 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
1030 EXPECT_FALSE((item && item->HasKey("args.linked_id.scope"))); in ValidateAllTraceMacrosCreatedData()
1042 EXPECT_FALSE((item && item->HasKey("scope"))); in ValidateAllTraceMacrosCreatedData()
[all …]
/external/libchrome/base/
Dvalues_unittest.cc568 EXPECT_TRUE(dict.HasKey(key)); in TEST()
571 EXPECT_FALSE(dict.HasKey(key)); in TEST()
578 EXPECT_TRUE(dict.HasKey(key)); in TEST()
580 EXPECT_FALSE(dict.HasKey(key)); in TEST()
589 EXPECT_FALSE(dict.HasKey("this.is.expanded")); in TEST()
590 EXPECT_TRUE(dict.HasKey("this")); in TEST()
598 EXPECT_TRUE(dict.HasKey("this.isnt.expanded")); in TEST()
613 EXPECT_FALSE(dict.HasKey("this.is.expanded")); in TEST()
614 EXPECT_TRUE(dict.HasKey("this")); in TEST()
622 EXPECT_TRUE(dict.HasKey("this.isnt.expanded")); in TEST()
[all …]
Dvalues.h223 bool HasKey(StringPiece key) const;
Dvalues.cc620 bool DictionaryValue::HasKey(StringPiece key) const { in HasKey() function in base::DictionaryValue
/external/webrtc/webrtc/base/
Dwin32regkey.h150 static bool HasKey(const wchar_t* full_key_name);
Dwin32regkey.cc741 bool RegKey::HasKey(const wchar_t* full_key_name) { in HasKey() function in rtc::RegKey
/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc380 ASSERT_FALSE(root_dict->HasKey("query")); in TEST_P()
/external/v8/src/
Dobjects.cc18421 bool OrderedHashTable<Derived, Iterator, entrysize>::HasKey( in HasKey() function in v8::internal::OrderedHashTable
18548 template bool OrderedHashTable<OrderedHashSet, JSSetIterator, 1>::HasKey(
18568 template bool OrderedHashTable<OrderedHashMap, JSMapIterator, 2>::HasKey(
Dobjects.h4074 static bool HasKey(Handle<Derived> table, Handle<Object> key);