Home
last modified time | relevance | path

Searched refs:PropertyList (Results 1 – 8 of 8) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dprop.go84 type PropertyList []Property type
88 typeOfPropertyList = reflect.TypeOf(PropertyList(nil))
93 func (l *PropertyList) Load(p []Property) error {
99 func (l *PropertyList) Save() ([]Property, error) {
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DTsiPeer.java105 public static final class PropertyList extends Property<List<Property<?>>> { class in TsiPeer
106 public PropertyList(@Nonnull String name, @Nonnull List<Property<?>> value) { in PropertyList() method in TsiPeer.PropertyList
/external/clang/test/ARCMT/
Dmigrate-plist-output.m14 …ist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Ddarwin-bundle.test15 …ist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
Dbasic-linking-bundle.test20 …ist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
/external/llvm/test/tools/dsymutil/X86/
Dbasic-linking-bundle.test20 …ist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
/external/yapf/plugins/
DREADME.rst93 …<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.d…
/external/clang/lib/CodeGen/
DCGObjCGNU.cpp1908 llvm::Constant *PropertyList = new llvm::GlobalVariable(TheModule, in GenerateProtocol() local
1935 PropertyList->getType(), in GenerateProtocol()
1945 OptionalClassMethodList, PropertyList, OptionalPropertyList}; in GenerateProtocol()