/external/llvm-project/clang/test/Refactor/Extract/ |
D | ObjCProperty.m | 3 @interface HasProperty interface 5 @property (strong) HasProperty *item; 7 - (HasProperty *)implicitProp; 9 - (void)setImplicitSetter:(HasProperty *)value; argument 13 @implementation HasProperty implementation
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 66 self.assertTrue(prefs.HasProperty('myValue')) 69 self.assertFalse(prefs.HasProperty('myValue')) 174 self.assertFalse(prefs.HasProperty('someHashValue')) 176 self.assertTrue(prefs.HasProperty('databaseVersion')) # still there
|
D | shared_prefs.py | 343 def HasProperty(self, key): member in SharedPrefs
|
/external/icing/icing/index/main/ |
D | main-index.cc | 76 found = exact || hits_in_prefix_section.HasProperty(tvi); in FindShortestValidTermWithPrefixHits() 186 if (!exact && !hits_in_prefix_section.HasProperty(main_itr.GetValueIndex())) { in GetAccessorForPrefixTerm() 209 if (property_reader.HasProperty(GetNamespacePropertyId(namespace_id), in IsTermInNamespaces() 368 if (!has_prefix_prop_reader.HasProperty(other_term_itr.GetValueIndex())) { in AddBranchPoints() 438 if (!prop_reader.HasProperty(property_id, other_tvi) && in CopyProperties() 448 if (prop_reader.HasProperty(property_id, other_tvi) && in CopyProperties()
|
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/ |
D | HasPropertyTest.java | 7 import static org.hamcrest.beans.HasProperty.hasProperty;
|
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie_test.cc | 616 EXPECT_TRUE(reader.HasProperty(val_idx)); in TEST_F() 617 EXPECT_FALSE(reader.HasProperty(1000)); in TEST_F() 625 EXPECT_FALSE(reader.HasProperty(val_idx)); in TEST_F() 640 EXPECT_TRUE(reader.HasProperty(val_idx)); in TEST_F() 685 EXPECT_TRUE(readers.HasProperty(i, val_idx[j])); in TEST_F() 704 EXPECT_TRUE(readers.HasProperty(i, val_idx[j])); in TEST_F() 706 EXPECT_FALSE(readers.HasProperty(i, val_idx[j])); in TEST_F()
|
D | icing-dynamic-trie.h | 452 bool HasProperty(uint32_t value_index) const; 488 bool HasProperty(uint32_t property_id, uint32_t value_index) const;
|
D | icing-dynamic-trie.cc | 994 if (del_prop_.HasProperty(value_index)) { in SuffixToValueAsString() 999 if (all_props_.HasProperty(i, value_index)) { in SuffixToValueAsString() 1348 if (prop_readers.HasProperty(i, value_index)) { in Compact() 2538 bool IcingDynamicTrie::PropertyReaderBase::HasProperty( in HasProperty() function in icing::lib::IcingDynamicTrie::PropertyReaderBase 2573 bool IcingDynamicTrie::PropertyReadersAll::HasProperty( in HasProperty() function in icing::lib::IcingDynamicTrie::PropertyReadersAll
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 61 bool HasProperty = Properties[i]; in print() local 62 if (OnlySet && !HasProperty) in print() 66 ROS << (HasProperty ? "SSA, " : "Post SSA, "); in print() 69 ROS << (HasProperty ? "" : "not ") << "tracking liveness, "; in print() 72 ROS << (HasProperty ? "AllVRegsAllocated" : "HasVRegs"); in print()
|
/external/icing/icing/index/ |
D | index.cc | 82 if (property_reader.HasProperty(GetNamespacePropertyId(namespace_id), in IsTermInNamespaces()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_resolveprocessor.cpp | 278 if (curNode->HasProperty(pChild->GetElementType())) in ResolveNormal() 445 if (parentNode->HasProperty(child->GetElementType())) { in ResolveNormal()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.h | 96 bool HasProperty(XFA_Element property) const;
|
D | cxfa_node.cpp | 1053 bool CXFA_Node::HasProperty(XFA_Element property) const { in HasProperty() function in CXFA_Node 1177 if (HasProperty(pChild->GetElementType())) { in GetNodeListWithFilter() 1523 if (bOnlyChild && HasProperty(pNode->GetElementType())) in CountChildren() 1538 if (bOnlyChild && HasProperty(pNode->GetElementType())) in GetChildInternal() 1672 if (!parent->HasProperty(GetElementType())) { in GetSiblings() 5010 return parent && parent->HasProperty(GetElementType()); in IsProperty()
|