/external/webrtc/webrtc/modules/desktop_capture/ |
D | window_capturer_x11.cc | 36 template <class PropertyType> 55 if (sizeof(PropertyType) * kBitsPerByte != actual_format) { in XWindowProperty() 73 const PropertyType* data() const { in data() 74 return reinterpret_cast<PropertyType*>(data_); in data() 76 PropertyType* data() { in data() 77 return reinterpret_cast<PropertyType*>(data_); in data()
|
/external/v8/src/ |
D | property-details.h | 81 enum PropertyType { enum 237 PropertyDetails(PropertyAttributes attributes, PropertyType type, int index, in PropertyDetails() 248 PropertyType type, 313 PropertyType type() const { return TypeField::decode(value_); } in type() 364 class TypeField : public BitField<PropertyType, 0, 2> {};
|
D | property.h | 52 PropertyAttributes attributes, PropertyType type,
|
D | objects.h | 3255 inline PropertyType GetType(int descriptor_number); 3381 inline PropertyType type();
|
D | objects-inl.h | 3039 PropertyType DescriptorArray::GetType(int descriptor_number) { in GetType() 3120 PropertyType DescriptorArray::Entry::type() { return descs_->GetType(index_); } in type()
|
D | objects.cc | 4583 PropertyType old_property_type = old_details.type(); in TryReplayPropertyTransitions() 5994 PropertyType type = dictionary->DetailsAt(index).type(); in MigrateSlowToFast() 6061 PropertyType type = details.type(); in MigrateSlowToFast()
|
/external/webrtc/webrtc/base/ |
D | x11windowpicker.cc | 29 template <class PropertyType> 45 } else if (sizeof(PropertyType) * kBitsPerByte != actual_format) { in XWindowProperty() 64 const PropertyType* data() const { in data() 65 return reinterpret_cast<PropertyType*>(data_); in data() 67 PropertyType* data() { in data() 68 return reinterpret_cast<PropertyType*>(data_); in data()
|
/external/lzma/DOC/ |
D | 7zFormat.txt | 199 BYTE PropertyType; 368 BYTE PropertyType; 374 switch(PropertyType)
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | SingleFieldAccessor.cs | 60 var clrType = property.PropertyType; in SingleFieldAccessor()
|
/external/v8/src/debug/ |
D | mirrors.js | 235 var PropertyType = {}; 236 PropertyType.Data = 0; 237 PropertyType.DataConstant = 2; 238 PropertyType.AccessorConstant = 3; 810 if (property.propertyType() != PropertyType.AccessorConstant) { 1614 ((this.propertyType() == PropertyType.AccessorConstant) && 3056 "PropertyType", 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/libmojo/third_party/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 74 self.assertEquals(prefs.PropertyType('myValue'), 'int')
|
D | shared_prefs.py | 278 def PropertyType(self, key): member in SharedPrefs
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | shared_prefs_test.py | 75 self.assertEquals(prefs.PropertyType('myValue'), 'int')
|
D | shared_prefs.py | 295 def PropertyType(self, key): member in SharedPrefs
|
/external/v8/testing/gmock/include/gmock/ |
D | gmock-matchers.h | 2235 template <typename Class, typename PropertyType> 2242 typedef GTEST_REFERENCE_TO_CONST_(PropertyType) RefToConstProperty; 2244 PropertyMatcher(PropertyType (Class::*property)() const, 2298 PropertyType (Class::*property_)() const; 3911 template <typename Class, typename PropertyType, typename PropertyMatcher> 3913 internal::PropertyMatcher<Class, PropertyType> > Property( 3914 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) { 3916 internal::PropertyMatcher<Class, PropertyType>( 3918 MatcherCast<GTEST_REFERENCE_TO_CONST_(PropertyType)>(matcher)));
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2235 template <typename Class, typename PropertyType> 2242 typedef GTEST_REFERENCE_TO_CONST_(PropertyType) RefToConstProperty; 2244 PropertyMatcher(PropertyType (Class::*property)() const, 2298 PropertyType (Class::*property_)() const; 3911 template <typename Class, typename PropertyType, typename PropertyMatcher> 3913 internal::PropertyMatcher<Class, PropertyType> > Property( 3914 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) { 3916 internal::PropertyMatcher<Class, PropertyType>( 3918 MatcherCast<GTEST_REFERENCE_TO_CONST_(PropertyType)>(matcher)));
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 6222 QualType PropertyType = Context.getObjCIdType(); in CodeCompleteObjCPropertySynthesizeIvar() local 6226 PropertyType in CodeCompleteObjCPropertySynthesizeIvar() 6230 Results.setPreferredType(PropertyType); in CodeCompleteObjCPropertySynthesizeIvar() 6276 Builder.AddResultTypeChunk(GetCompletionTypeString(PropertyType, Context, in CodeCompleteObjCPropertySynthesizeIvar()
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 6719 template <typename Class, typename PropertyType> 6726 typedef GTEST_REFERENCE_TO_CONST_(PropertyType) RefToConstProperty; 6728 PropertyMatcher(PropertyType (Class::*property)() const, 6775 PropertyType (Class::*property_)() const; 8237 template <typename Class, typename PropertyType, typename PropertyMatcher> 8239 internal::PropertyMatcher<Class, PropertyType> > Property( 8240 PropertyType (Class::*property)() const, const PropertyMatcher& matcher) { 8242 internal::PropertyMatcher<Class, PropertyType>( 8244 MatcherCast<GTEST_REFERENCE_TO_CONST_(PropertyType)>(matcher)));
|
/external/guice/extensions/persist/lib/ |
D | hibernate-annotations.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
/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/ ... |
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |