Home
last modified time | relevance | path

Searched defs:Property (Results 1 – 25 of 38) sorted by relevance

12

/external/libchrome/dbus/
Dproperty.cc306 Property<uint8_t>::Property() in Property() function in dbus::Property
324 Property<bool>::Property() : value_(false) { in Property() function in dbus::Property
342 Property<int16_t>::Property() in Property() function in dbus::Property
360 Property<uint16_t>::Property() in Property() function in dbus::Property
378 Property<int32_t>::Property() in Property() function in dbus::Property
396 Property<uint32_t>::Property() in Property() function in dbus::Property
414 Property<int64_t>::Property() in Property() function in dbus::Property
432 Property<uint64_t>::Property() in Property() function in dbus::Property
450 Property<double>::Property() : value_(0.0) { in Property() function in dbus::Property
792 template class Property<uint8_t>; variable
[all …]
Dproperty.h381 Property() {} in Property() function
/external/clang/test/Analysis/
Dmalloc.cpp79 struct Property { struct
81 Property(char* n) in Property() function
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DProperty.java31 public abstract class Property implements Comparable<Property> { class
36 public Property(String name, Class<?> type) { in Property() method in Property
/external/clang/test/SemaObjC/
Dproperty-and-class-extension.m24 @property int Property; property
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java46 static final class Property { class in CssSchema
56 private Property( in Property() method in CssSchema.Property
/external/guice/examples/src/example/xml/
DXmlBeanModule.java155 static class Property { class in XmlBeanModule
160 Property(Method setter, Provider<?> provider) { in Property() method in XmlBeanModule.Property
/external/python/cpython2/Tools/msi/
Duisample.py66 Property = [ variable
Dschema.py58 Property = Table('Property') variable
/external/testng/src/main/java/org/testng/
DReporterConfig.java114 public static class Property { class in ReporterConfig
/external/clang/lib/Sema/
DSemaObjCProperty.cpp357 auto isImplicitlyReadonlyAtomic = [](ObjCPropertyDecl *Property) -> bool { in checkAtomicPropertyMismatch()
815 ObjCPropertyDecl *Property) { in DiagnosePropertyMismatchDeclInProtocols()
1416 Sema::DiagnosePropertyMismatch(ObjCPropertyDecl *Property, in DiagnosePropertyMismatch()
1629 for (const auto *Property : IFace->instance_properties()) { in IvarBacksCurrentMethodAccessor() local
1638 for (const auto *Property : Ext->instance_properties()) in IvarBacksCurrentMethodAccessor() local
1956 const ObjCPropertyDecl *Property = I->second; in AtomicPropertySetterGetterRules() local
2130 ObjCPropertyDecl *Property) { in AddPropertyAttrs()
DSemaCodeComplete.cpp685 else if (const ObjCPropertyDecl *Property = dyn_cast<ObjCPropertyDecl>(ND)) in getDeclUsageType() local
2102 } else if (const ObjCPropertyDecl *Property = dyn_cast<ObjCPropertyDecl>(ND)) { in AddResultTypeChunk() local
6224 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration( in CodeCompleteObjCPropertySynthesizeIvar() local
6414 static void AddObjCKeyValueCompletions(ObjCPropertyDecl *Property, in AddObjCKeyValueCompletions()
/external/v8/src/compiler/
Doperator.h39 enum Property { in NON_EXPORTED_BASE() enum
/external/python/cpython3/Lib/msilib/
Dschema.py58 Property = Table('Property') variable
/external/python/cpython2/Lib/msilib/
Dschema.py58 Property = Table('Property') variable
/external/emma/core/java12/com/vladium/util/
DProperty.java32 abstract class Property class
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h80 struct tgsi_property Property; member
/external/pdfium/fxjs/xfa/
Dcjx_eventpseudomodel.cpp191 void CJX_EventPseudoModel::Property(CFXJSE_Value* pValue, in Property() function in CJX_EventPseudoModel
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenTarget.cpp475 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
DCodeGenDAGPatterns.cpp1339 bool TreePatternNode::NodeHasProperty(SDNP Property, in NodeHasProperty()
1358 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty()
/external/llvm/utils/TableGen/
DCodeGenTarget.cpp570 Record *Property = PropList->getElementAsRecord(i); in CodeGenIntrinsic() local
DCodeGenDAGPatterns.cpp1632 bool TreePatternNode::NodeHasProperty(SDNP Property, in NodeHasProperty()
1651 bool TreePatternNode::TreeHasProperty(SDNP Property, in TreeHasProperty()
/external/clang/include/clang/Sema/
DScopeInfo.h213 const NamedDecl *Property; variable
/external/python/cpython2/Lib/plat-mac/
Daetypes.py437 class Property(ObjectSpecifier): class
/external/v8/src/parsing/
Dpreparser.h218 static PreParserExpression Property() { in Property() function

12