Searched refs:PropertyType (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | property-details.h | 47 enum PropertyType { enum 187 PropertyType type, in PropertyDetails() 198 PropertyType type, 232 PropertyType type() const { return TypeField::decode(value_); } in type() 264 class TypeField : public BitField<PropertyType, 0, 2> {};
|
D | mirror-debugger.js | 178 var PropertyType = {}; variable 179 PropertyType.Normal = 0; 180 PropertyType.Field = 1; 181 PropertyType.Constant = 2; 182 PropertyType.Callbacks = 3; 835 if (property.propertyType() != PropertyType.Callbacks) { 1564 ((this.propertyType() == PropertyType.Callbacks) && 2857 if (propertyMirror.propertyType() != PropertyType.Normal) {
|
D | property.h | 61 PropertyType type,
|
D | objects.cc | 2443 PropertyType old_type = old_details.type(); in GeneralizeRepresentation() 2444 PropertyType tmp_type = tmp_details.type(); in GeneralizeRepresentation() 2741 PropertyType new_type = new_details.type(); in TryUpdateInternal() 2742 PropertyType old_type = old_details.type(); in TryUpdateInternal() 4294 PropertyType type = dictionary->DetailsAt(i).type(); in MigrateSlowToFast() 4354 PropertyType type = details.type(); in MigrateSlowToFast()
|
D | objects.h | 2960 inline PropertyType GetType(int descriptor_number); 3083 inline PropertyType type() { return descs_->GetType(index_); } in type()
|
D | objects-inl.h | 2988 PropertyType DescriptorArray::GetType(int descriptor_number) { in GetType()
|
/external/v8/test/mjsunit/ |
D | mirror-object.js | 129 if (properties[i].propertyType() != debug.PropertyType.Normal) { 217 assertEquals(debug.PropertyType.Callbacks, mirror.property('a').propertyType()); 224 assertEquals(debug.PropertyType.Callbacks, mirror.property('b').propertyType()); 232 assertEquals(debug.PropertyType.Callbacks, mirror.property('c').propertyType());
|
/external/lzma/ |
D | 7zFormat.txt | 196 BYTE PropertyType; 370 BYTE PropertyType; 376 switch(PropertyType)
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-matchers.h | 1771 template <typename Class, typename PropertyType> 1778 typedef GTEST_REFERENCE_TO_CONST_(PropertyType) RefToConstProperty; 1780 PropertyMatcher(PropertyType (Class::*property)() const, in PropertyMatcher() 1827 PropertyType (Class::*property_)() const; 2829 template <typename Class, typename PropertyType, typename PropertyMatcher> 2831 internal::PropertyMatcher<Class, PropertyType> > Property( 2832 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) { 2834 internal::PropertyMatcher<Class, PropertyType>( 2836 MatcherCast<GTEST_REFERENCE_TO_CONST_(PropertyType)>(matcher)));
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 6122 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar() local 6126 PropertyType in CodeCompleteObjCPropertySynthesizeIvar() 6130 Results.setPreferredType(PropertyType); in CodeCompleteObjCPropertySynthesizeIvar() 6176 Builder.AddResultTypeChunk(GetCompletionTypeString(PropertyType, Context, in CodeCompleteObjCPropertySynthesizeIvar()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |